749 Commits

Author SHA1 Message Date
Pavel Birukov
9a2f1f8061 Add test-with-token script, to simplify local testing 2018-10-30 12:16:43 +01:00
Pavel Birukov
f2da029b15 Fix unreliable ApplicationSettings test
it tests internals of Gitlab instead of funtionality, and fails on new versions of Gitlab, if they change the list of available settings
2018-10-30 12:16:10 +01:00
semantic-release-bot
a2a933a1a5 chore(release): 4.2.1 [skip ci]
## [4.2.1](https://github.com/jdalrymple/node-gitlab/compare/4.2.0...4.2.1) (2018-10-29)

### Bug Fixes

* Updating application settings test to match updated API ([dececa6](https://github.com/jdalrymple/node-gitlab/commit/dececa6))
4.2.1
2018-10-29 15:07:51 +00:00
jdalrymple
d10ec1b32b
Merge pull request #227 from leipert/leipert-fix-array-syntax
fix: Changing Array syntax to `'brackets'` to match Gitlab API
2018-10-29 10:57:57 -04:00
Justin Dalrymple
dececa6bd1 fix: Updating application settings test to match updated API 2018-10-29 09:55:08 -04:00
Lukas Eipert
2f859c6089
Fix array syntax to brackets 2018-10-28 23:40:28 +01:00
jdalrymple
0e4742b752
Update tslint.yml
chore: Adding the header to the yaml file that was previously erroring
2018-10-17 16:25:33 -04:00
jdalrymple
2717d4d8af
Update README.md
docs: Missed merge conflict on the sudo explanation
2018-10-17 16:22:33 -04:00
jdalrymple
f0231e6e00
Merge pull request #221 from Musinux/feature-doc-of-sudo
doc: Added an explanation about the `sudo` option
2018-10-17 16:15:23 -04:00
Louis Cherel
d2a142caa2 README.md: fix use of sudo 2018-10-17 21:42:09 +02:00
jdalrymple
4dc4d34cd7
Merge pull request #220 from Musinux/master
fix: NotificationSettings not filtering by projectId properly due to unset variable #219
2018-10-17 13:56:35 -04:00
Louis Cherel
02069f60d2 doc: explain Sudo header 2018-10-17 12:33:05 +02:00
Louis Cherel
7076ab704e Revert "doc: explain the Sudo header"
This reverts commit df4cd629c86f6796a686c343290085b14092d815.
2018-10-17 12:28:04 +02:00
Louis Cherel
df4cd629c8
doc: explain the Sudo header 2018-10-17 12:24:36 +02:00
Louis Cherel
bfcfad819b services/NotificationSettings: fix #219 2018-10-17 11:48:53 +02:00
jdalrymple
c56e0525aa
Merge pull request #214 from evolution-gaming/specify-tests-source-dir
chore: Improve jest config
2018-10-12 12:55:50 -04:00
Pavel Birukov
97d1886239 Improve jest config
* Specify folder for tests, otherwise it runs tests from dist/ if any
* pass --runInBand to speed up tests execution (jest compiles project as
many time as many threads it uses). MBP 2017, cold cache:

--runInBand
	11.31s user 1.91s system 83% cpu 15.914 total

8 workers
	76.28s user 8.49s system 309% cpu 27.401 total
2018-10-12 18:57:49 +03:00
Justin
edd596b4df chore: Fixing typo in the issue template 2018-10-12 11:46:23 -04:00
semantic-release-bot
25d368064d chore(release): 4.2.0 [skip ci]
# [4.2.0](https://github.com/jdalrymple/node-gitlab/compare/4.1.1...4.2.0) (2018-10-10)

### Bug Fixes

* jest.config file to properly run tests again. Follow up issue to fix these exceptions ([dcee7ac](https://github.com/jdalrymple/node-gitlab/commit/dcee7ac))

### Features

* Add sudo abilities [#203](https://github.com/jdalrymple/node-gitlab/issues/203) ([4bf574c](https://github.com/jdalrymple/node-gitlab/commit/4bf574c))
4.2.0
2018-10-10 01:25:14 +00:00
jdalrymple
b28fc57b65
Merge pull request #211 from jdalrymple/update-packages
chore(packages): Updating dev packages
2018-10-09 21:15:38 -04:00
jdalrymple
b120a71c04
Merge pull request #210 from jdalrymple/add-sudo-abilities
feat: Add sudo abilities
2018-10-09 21:15:15 -04:00
Justin
ca56ac8868 chore: Adding two more exceptions 2018-10-09 21:05:35 -04:00
Justin
594cb057c5 chore: Adding two more exceptions 2018-10-09 20:33:10 -04:00
Justin
dcee7ac5a5 fix: jest.config file to properly run tests again. Follow up issue to fix these exceptions 2018-10-09 20:22:39 -04:00
Justin
72c9b7084e chore: Linting 2018-10-09 19:07:32 -04:00
Justin
4bf574c0c0 feat: Add sudo abilities #203 2018-10-09 19:01:46 -04:00
Justin
496cf05d5f chore(packages): typescript 3.0.3 → 3.1.2
chore(packages): @semantic-release/git    ^7.0.3  →    ^7.0.4
chore(packages): @types/jest             ^23.3.1  →   ^23.3.5
chore(packages): semantic-release       ^15.9.12  →  ^15.9.17
chore(packages): husky                    ^1.0.0  →    ^1.1.1
chore(packages): jest                    ^23.5.0  →   ^23.6.0
chore(packages): ts-jest                 ^23.1.4  →  ^23.10.4
2018-10-09 18:57:09 -04:00
jdalrymple
f2cc73ba07
Merge pull request #208 from jdalrymple/greenkeeper/jest-extended-0.11.0
Update jest-extended to the latest version 🚀
2018-10-03 08:31:43 -04:00
greenkeeper[bot]
8306dfced1 chore(package): update lockfile package-lock.json 2018-10-03 08:43:50 +00:00
greenkeeper[bot]
6c2bb50470 chore(package): update jest-extended to version 0.11.0 2018-10-03 08:43:47 +00:00
jdalrymple
3292451468
Creating an Issue Template 2018-10-01 14:27:27 -04:00
jdalrymple
a8e1b835f8
Create CONTRIBUTING.md 2018-10-01 14:21:18 -04:00
Justin Dalrymple
fb3a2608a7 Merge branch 'greenkeeper/husky-1.0.0' 2018-09-26 11:08:59 -04:00
greenkeeper[bot]
6aa334abc8 chore(package): update lockfile package-lock.json 2018-09-26 11:27:04 +00:00
greenkeeper[bot]
b697b04483 chore(package): update husky to version 1.0.0 2018-09-26 11:24:54 +00:00
semantic-release-bot
519be52ce6 chore(release): 4.1.1 [skip ci]
## [4.1.1](https://github.com/jdalrymple/node-gitlab/compare/4.1.0...4.1.1) (2018-09-25)

### Bug Fixes

* Updating ApplicationSettings test ([0d345b7](https://github.com/jdalrymple/node-gitlab/commit/0d345b7))
4.1.1
2018-09-25 22:31:30 +00:00
jdalrymple
e94e19fe09
Merge pull request #198 from jdalrymple/greenkeeper/jest-extended-0.10.0
chore: Update jest-extended to the latest version 🚀
2018-09-25 18:22:35 -04:00
Justin Dalrymple
0d345b717f fix: Updating ApplicationSettings test 2018-09-25 18:13:18 -04:00
greenkeeper[bot]
1f88f1fcf8 chore(package): update lockfile package-lock.json 2018-09-23 19:36:59 +00:00
greenkeeper[bot]
0bf7628565 chore(package): update jest-extended to version 0.10.0 2018-09-23 19:36:41 +00:00
semantic-release-bot
6d55085112 chore(release): 4.1.0 [skip ci]
# [4.1.0](https://github.com/jdalrymple/node-gitlab/compare/4.0.1...4.1.0) (2018-09-19)

### Features

* Added user edit support [#186](https://github.com/jdalrymple/node-gitlab/issues/186) ([95e8999](https://github.com/jdalrymple/node-gitlab/commit/95e8999))
* Adding markdown support [#182](https://github.com/jdalrymple/node-gitlab/issues/182) ([#193](https://github.com/jdalrymple/node-gitlab/issues/193)) ([2113e8e](https://github.com/jdalrymple/node-gitlab/commit/2113e8e))
* Re-add list all project members endpoint ([#190](https://github.com/jdalrymple/node-gitlab/issues/190)) ([5b07b6a](https://github.com/jdalrymple/node-gitlab/commit/5b07b6a)), closes [/github.com/jdalrymple/node-gitlab/commit/e081a1629f33e3af172101b94977f281879539c9#diff-379104d7d595f3793c2d7380496cc3c3](e081a1629f/issues/diff-379104d7d595f3793c2d7380496cc3c3) [#141](https://github.com/jdalrymple/node-gitlab/issues/141)
4.1.0
2018-09-19 01:16:56 +00:00
jdalrymple
5cfa4ee9d7
Merge pull request #195: Release 4.1
* chore(package): Update jest-extended to the latest version 🚀 0.9.0 (#191)
* chore(package): update lockfile package-lock.json
* feat: Re-add list all project members endpoint (#190, #141)
* feat: Adding markdown support #182 (#193)
* fixes: #188: `stream` option is lost in any `get` request that is streamable (#192)
* feat: Added user snippets API support (#189)
* chore(test): Added test for creating snippets
* feat: Added user edit support #186
2018-09-18 19:34:24 -04:00
Justin
5bda518cb7 Merge branch '186-update-user-profile' into 4.1 2018-09-18 18:52:21 -04:00
Justin
95e8999e36 feat: Added user edit support #186 2018-09-18 18:52:00 -04:00
Bruno Guimarães
11a50ebc29 Added user snippets API support (#189)
* Added user snippets API support

* Combined functions 'all' and 'allPublic'

* Added 'Snippets' as supported API

* Fixed lint error (` should be ')

* Added test for creating snippets
2018-09-18 18:37:29 -04:00
jdalrymple
4b1589ad3b
fixes: #188: stream option is lost in any get request that is streamable (#192) 2018-09-18 14:38:07 -04:00
jdalrymple
2113e8ebb8
feat: Adding markdown support #182 (#193) 2018-09-18 14:37:39 -04:00
Max Wittig
5b07b6ae50 feat: Re-add list all project members endpoint (#190)
Related to :e081a1629f (diff-379104d7d595f3793c2d7380496cc3c3)
See: https://docs.gitlab.com/ee/api/members.html#list-all-members-of-a-group-or-project-including-inherited-members

Fixes #141
2018-09-18 12:29:29 -04:00
greenkeeper[bot]
653ab0459d Update jest-extended to the latest version 🚀 (#191)
* chore(package): update jest-extended to version 0.9.0
* chore(package): update lockfile package-lock.json
2018-09-18 12:28:43 -04:00
semantic-release-bot
6feba9ddd9 chore(release): 4.0.1 [skip ci]
## [4.0.1](https://github.com/jdalrymple/node-gitlab/compare/4.0.0...4.0.1) (2018-09-06)

### Bug Fixes

* Updating the package.lock ([9b4b6f9](https://github.com/jdalrymple/node-gitlab/commit/9b4b6f9))
4.0.1
2018-09-06 14:40:49 +00:00