Justin
5f97193dfd
feat: Adding the option to conditionally camelize response body
2019-05-25 19:05:28 -04:00
Justin
03e85ef171
refactor: Removed inconsistent export strategies
...
Some exports were default ie Gitlab while others were named. This created some confusion and as such have been standardized as named exports.
BREAKING CHANGE: Changing everything to named exports for simplicity
2019-05-25 19:05:28 -04:00
Justin
26e2e52fad
refactor: Removed the confusing url parameter from BaseService
...
It was interfering with an internally defined property which lead to confusion.
BREAKING CHANGE: Switching required initialization argument from 'url' to 'host'
2019-05-25 19:05:28 -04:00
Justin
3ad35f69fe
refactor: Updating bundler function to follow the function name standard
2019-05-25 17:19:03 -04:00
Justin
bbd0b09cd1
test(config): Updating test configuration to handle main versions of nodejs available
2019-05-25 17:17:06 -04:00
Justin
92467c57e6
refactor(build): Incorporating rollup in build process
2019-05-25 17:16:34 -04:00
Justin
ce408be0df
docs: Updating README and performing some basic linting
2019-05-25 17:15:34 -04:00
Justin
4f3066f167
style(docs): Linting Licence.md
2019-05-25 17:15:08 -04:00
Justin
cde6fe79c8
refactor(config): Replacing jest.config.js with jest.config.json
2019-05-25 17:14:51 -04:00
Justin
cdbcf1f42a
style(docs): Linting markdown docs
2019-05-25 17:14:23 -04:00
Justin
b682425248
style(config): Linting the releaserc config file
2019-05-25 17:13:28 -04:00
Justin
77e38dc47e
refactor(config): Adding prettier config
2019-05-25 17:12:49 -04:00
Justin
19ec742b96
refactor(config): Adding a husky config to handle lintstaged
2019-05-25 17:12:22 -04:00
Justin
9199ffd078
refactor(config): Updating gitignore
2019-05-25 17:10:51 -04:00
Justin
436c952567
chore(templates): Updating github templates
2019-05-25 17:10:14 -04:00
Justin
fed5df1fdb
refactor(config): Linting the code climate, codeconv and editorconfig configurations
2019-05-25 17:09:44 -04:00
semantic-release-bot
e76a231978
chore(release): 4.3.0 [skip ci]
...
# [4.3.0](https://github.com/jdalrymple/node-gitlab/compare/4.2.7...4.3.0 ) (2018-12-12)
### Features
* **services:** add protected tags ([8203830](https://github.com/jdalrymple/node-gitlab/commit/8203830 ))
4.3.0
2018-12-12 17:43:38 +00:00
jdalrymple
cf223fdd20
Merge pull request #248 from Neonox31/feat-services-add-protected-tags
...
feat(services): add protected tags
2018-12-12 12:34:31 -05:00
WEBER Logan
82038305e3
feat(services): add protected tags
2018-12-12 17:54:45 +01:00
semantic-release-bot
698139919f
chore(release): 4.2.7 [skip ci]
...
## [4.2.7](https://github.com/jdalrymple/node-gitlab/compare/4.2.6...4.2.7 ) (2018-11-26)
### Bug Fixes
* handing the function arguments in the incorrect order ([26235ff](https://github.com/jdalrymple/node-gitlab/commit/26235ff ))
4.2.7
2018-11-26 23:35:48 +00:00
Justin
26235ff6f4
fix: handing the function arguments in the incorrect order
2018-11-26 18:26:40 -05:00
semantic-release-bot
f40638cf52
chore(release): 4.2.6 [skip ci]
...
## [4.2.6](https://github.com/jdalrymple/node-gitlab/compare/4.2.5...4.2.6 ) (2018-11-26)
### Bug Fixes
* Update pagination docs and conditions [#238 ](https://github.com/jdalrymple/node-gitlab/issues/238 ) ([266de00](https://github.com/jdalrymple/node-gitlab/commit/266de00 ))
4.2.6
2018-11-26 20:49:04 +00:00
Justin Dalrymple
929db366a4
Merge remote-tracking branch 'origin/master'
2018-11-26 15:37:57 -05:00
Justin Dalrymple
266de00c9a
fix: Update pagination docs and conditions #238
2018-11-26 15:37:42 -05:00
semantic-release-bot
f9069880af
chore(release): 4.2.5 [skip ci]
...
## [4.2.5](https://github.com/jdalrymple/node-gitlab/compare/4.2.4...4.2.5 ) (2018-11-26)
### Bug Fixes
* Project variables urls were being generated incorrectly ([28b28cf](https://github.com/jdalrymple/node-gitlab/commit/28b28cf ))
4.2.5
2018-11-26 20:34:42 +00:00
Justin Dalrymple
cce5f35c74
Merge branch '240-fix-project-variables'
2018-11-26 15:22:38 -05:00
semantic-release-bot
ccce6ceb97
chore(release): 4.2.4 [skip ci]
...
## [4.2.4](https://github.com/jdalrymple/node-gitlab/compare/4.2.3...4.2.4 ) (2018-11-26)
### Bug Fixes
* Event properties using the incorrect boolean operator ([5f21a46](https://github.com/jdalrymple/node-gitlab/commit/5f21a46 ))
4.2.4
2018-11-26 19:57:01 +00:00
Justin Dalrymple
5f21a4673d
fix: Event properties using the incorrect boolean operator
2018-11-26 14:48:01 -05:00
Justin Dalrymple
28b28cfb21
fix: Project variables urls were being generated incorrectly
2018-11-26 14:36:37 -05:00
semantic-release-bot
993acc2d2f
chore(release): 4.2.3 [skip ci]
...
## [4.2.3](https://github.com/jdalrymple/node-gitlab/compare/4.2.2...4.2.3 ) (2018-11-26)
### Bug Fixes
* Filtering all events shouldnt require an action or a target [#61 ](https://github.com/jdalrymple/node-gitlab/issues/61 ) ([cda23b8](https://github.com/jdalrymple/node-gitlab/commit/cda23b8 ))
4.2.3
2018-11-26 18:56:34 +00:00
Justin Dalrymple
cda23b85ec
fix: Filtering all events shouldnt require an action or a target #61
2018-11-26 13:47:23 -05:00
Justin Dalrymple
2aedfb5b0f
Issue template updates
2018-11-21 11:35:43 -05:00
Justin Dalrymple
7af598d1c9
Adding more expressive issue templates
2018-11-21 11:11:48 -05:00
jdalrymple
0d241ce83a
Merge pull request #235 from casz/patch-1
...
fixes : #234 use correct XMLHttpRequest for GET req
4.2.2
2018-11-15 20:34:05 -05:00
Joseph Petersen
4bd130dd89
fixes : #234 use correct XMLHttpRequest for GET req
2018-11-15 20:45:10 +01:00
Justin
2f697a5435
chore: Updating packages
2018-11-02 20:16:38 -04:00
jdalrymple
fdb84a7b97
Merge pull request #185 from evolution-gaming/add-types
...
fix: Adding more TS types
2018-11-02 12:02:24 -04:00
jdalrymple
69335fdd84
Merge pull request #230 from maximilian-krauss/bugfix/add-slash-to-merge-requests
...
fix: Adds slash after merge request id for editApprovals and editApprovers
2018-10-30 13:01:56 -04:00
Pavel Birukov
5b62707c2e
Merge branch 'master' into add-types
2018-10-30 15:19:12 +01:00
Maximilian Krauß
24dac9bf10
Adds slash after merge request id for editApprovals and editApprovers methods
2018-10-30 15:07:44 +01:00
jdalrymple
425b60b7d4
Merge pull request #228 from evolution-gaming/fix-unreliable-ApplicationSettings-test
...
fix: Update unreliable application settings test
2018-10-30 09:11:03 -04:00
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
Pavel Birukov
0b4c7849ce
Merge branch 'master' into add-types
2018-10-30 12:00:37 +01:00
Pavel Birukov
104e91271e
Revert snake_case parameters to camelCase
2018-10-30 11:59:50 +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