Justin Dalrymple
d322f7ca91
Fixing up missing commits from the latest release ( #886 )
2020-06-14 14:50:47 +02:00
Justin Dalrymple
8b549da700
Remove Gitlab Instance dependency for CLI tests ( #883 )
...
* Also added canary build if label is present
2020-06-12 10:11:10 +02:00
Justin
176dadf9a6
Fixing the types path in the package.json for browser and requester-utils ( #742 )
2020-05-02 00:12:41 +02:00
Justin Dalrymple
c4522e245a
Adding CLI Integration Tests ( #711 )
2020-04-23 23:34:22 +02:00
Justin Dalrymple
7a911266c7
Adding integration tests for the browser usage ( #697 )
2020-04-22 10:23:40 +02:00
Justin
5fd2fd80d5
Double up verbosity
2020-04-21 12:57:52 +02:00
Justin
382c4409b4
Package updates
2020-04-20 23:16:47 +02:00
Justin
b0ed8b6cee
Updating package version
2020-04-20 20:29:54 +02:00
Justin
2f7830fb4f
Testing with verbose logs
2020-04-20 19:29:00 +02:00
Justin
66ce19d6fe
Updating root version
2020-04-20 00:37:33 +02:00
Justin
39667eca8a
Testing out auto as a release system ( #693 )
2020-04-19 19:16:28 +02:00
semantic-release-bot
55404c09ca
chore: Release 🚀 17.0.1 [skip ci]
...
## [17.0.1](https://github.com/jdalrymple/gitbeaker/compare/17.0.0...17.0.1 ) (2020-03-24)
### Bug Fixes
* Version updates ([2db0be8](2db0be8309 ))
2020-03-24 21:41:11 +00:00
Justin
2db0be8309
fix: Version updates
2020-03-24 22:34:27 +01:00
semantic-release-bot
d850e8d2e6
chore: Release 🚀 17.0.0 [skip ci]
...
# [17.0.0](https://github.com/jdalrymple/gitbeaker/compare/16.0.0...17.0.0 ) (2020-03-24)
### Bug Fixes
* **core:** Adding better handling for form type arguments ([#570 ](https://github.com/jdalrymple/gitbeaker/issues/570 )) ([4751ed2](4751ed225f )), closes [#568 ](https://github.com/jdalrymple/gitbeaker/issues/568 )
### BREAKING CHANGES
* **core:** Trigger.pipeline now has a defined variables property to house all the pipeline variables to be set. Before these variables were set on the root object, but this made it difficult to parse any future options that may be added to this function.
2020-03-24 21:16:52 +00:00
semantic-release-bot
9a42a66ac3
chore: Release 🚀 16.0.0 [skip ci]
...
# [16.0.0](https://github.com/jdalrymple/gitbeaker/compare/15.2.0...16.0.0 ) (2020-03-24)
* Fixed variable name for registry method, as per … (#646 ) ([992b809](992b809cb1 )), closes [#646 ](https://github.com/jdalrymple/gitbeaker/issues/646 )
### BREAKING CHANGES
* 🧨 A `removeTags` method parameter name changed from tagNameRegex to nameRegex. Works with GitLab 12.x.
Co-authored-by: Joseph Petersen <josephp90@gmail.com>
2020-03-24 16:30:20 +00:00
semantic-release-bot
8df5a911a3
chore: Release 🚀 15.2.0 [skip ci]
...
# [15.2.0](https://github.com/jdalrymple/gitbeaker/compare/15.1.0...15.2.0 ) (2020-03-22)
### Features
* **core:** Override arguments in all template children ([#597 ](https://github.com/jdalrymple/gitbeaker/issues/597 )) ([d9c97d4](d9c97d44d1 ))
2020-03-22 18:41:41 +00:00
semantic-release-bot
dbd53496ba
chore: Release 🚀 15.1.0 [skip ci]
...
# [15.1.0](https://github.com/jdalrymple/gitbeaker/compare/15.0.0...15.1.0 ) (2020-03-22)
### Features
* Add typing to project and group variables ([#620 ](https://github.com/jdalrymple/gitbeaker/issues/620 )) ([70f39ab](70f39ab431 ))
2020-03-22 15:40:14 +00:00
semantic-release-bot
a3022486c6
chore: Release 🚀 15.0.0 [skip ci]
...
# [15.0.0](https://github.com/jdalrymple/gitbeaker/compare/14.2.2...15.0.0 ) (2020-03-22)
### Bug Fixes
* **gitbeaker-core:** 🐛 Notification Settings API special PUT requests ([6c748ec](6c748eceb4 ))
* **gitbeaker-core:** 🐛 ResourceTemplate.show was using the wrong http method ([e068e6a](e068e6a0e2 ))
### Code Refactoring
* **gitbeaker-core:** 💡 Adjusted the argument order for ResourceAwardEmojis ([348f6c1](348f6c1870 ))
* **gitbeaker-core:** 💡 Updated the function header for Group.create ([4a3906a](4a3906ad35 ))
* **gitbeaker-core:** 💡 Updated the License API ([2e9e580](2e9e58013b ))
* 💡 Migrated to a monorepo structure ([d9cd4c9](d9cd4c9a91 ))
### Features
* **gitbeaker-cli:** 🎸 Added support for GITBEAKER_[Property] env variable ([6851800](6851800ca8 ))
### BREAKING CHANGES
* **gitbeaker-core:** 🧨 The order of arguments that include both the awardId and noteId has changed. It is now projectId, resourceId, noteId, and then awardId. This affects the award, remove and show functions.
* **gitbeaker-core:** 🧨 Changed the spelling of the License API from Licence to License. Additionally the license.create method has been replaced with license.add and has a required first parameter that is the license. The license.all method now returns all licenses and no longer the license
for the current user. This is now done by license.show.
* **gitbeaker-core:** 🧨 Group.create takes an additional argument
* 🧨 This migration requires users to import specific subpackages. For NodeJS
usage, that would be @gitbeaker/node.
2020-03-22 14:31:20 +00:00
Justin
f48006ce26
chore: ✏️ Updating package versions and README
2020-03-22 15:13:46 +01:00
Justin
cedba55151
ci: 🤖 Adding missing publish configuration
2020-03-22 15:11:32 +01:00
Justin
3e49ab98cc
chore: ✏️ Updating release configuration and commit linting
2020-03-22 15:09:25 +01:00
Justin Dalrymple
e16962e7f6
chore: 🤖 Switching from npm to yarn, and updating global deps
2020-02-02 16:53:54 +01:00
semantic-release-bot
c6f4c51d58
chore(release): 14.0.1 [skip ci]
...
## [14.0.1](https://github.com/jdalrymple/node-gitlab/compare/14.0.0...14.0.1 ) (2019-12-23)
### Bug Fixes
* Adding back functionality for rejectUnauthorized http option ([#502 ](https://github.com/jdalrymple/node-gitlab/issues/502 )) ([0f17bed](0f17bedc0b ))
2019-12-23 10:43:54 +00:00
Justin
fa7b1d9c31
Fixing version #
2019-12-23 11:30:51 +01:00
Justin Dalrymple
0f17bedc0b
fix: Adding back functionality for rejectUnauthorized http option ( #502 )
...
Assigned the correct defaults as defined in https://nodejs.org/api/tls.html#tls_tls_connect_options_callback .
closes : #502
2019-12-22 20:05:05 +01:00
semantic-release-bot
7720ea9296
chore(release): 14.0.0 [skip ci]
...
# [14.0.0](https://github.com/jdalrymple/node-gitlab/compare/13.0.0...14.0.0 ) (2019-12-21)
### Bug Fixes
* Typing on GPGKey method arguments was missing ([#514 ](https://github.com/jdalrymple/node-gitlab/issues/514 )) ([234c9a7](234c9a75db ))
* Typing on Group and Project variable keys was incorrect [#512 ](https://github.com/jdalrymple/node-gitlab/issues/512 ) ([#515 ](https://github.com/jdalrymple/node-gitlab/issues/515 )) ([c7afca5](c7afca5231 ))
### BREAKING CHANGES
* The title property is not required for the add method.
2019-12-21 11:20:28 +00:00
semantic-release-bot
99e07ecb6c
chore(release): 13.0.0 [skip ci]
...
# [13.0.0](https://github.com/jdalrymple/node-gitlab/compare/12.1.0...13.0.0 ) (2019-12-09)
### Features
* Adding ability to get a singular member of a project or group, including inheritedMemebrs ([#508 ](https://github.com/jdalrymple/node-gitlab/issues/508 )) ([807171c](807171c3ff )), closes [#507 ](https://github.com/jdalrymple/node-gitlab/issues/507 )
### BREAKING CHANGES
* Updated the Members.all function to have the inheritedMembers option to be in the optional object.
2019-12-09 10:35:42 +00:00
semantic-release-bot
63b11574aa
chore(release): 12.1.0 [skip ci]
...
# [12.1.0](https://github.com/jdalrymple/node-gitlab/compare/12.0.1...12.1.0 ) (2019-12-05)
### Bug Fixes
* Removing required options object in a few of the API methods ([#505 ](https://github.com/jdalrymple/node-gitlab/issues/505 )) ([b709ef6](b709ef6716 ))
### Features
* Add Group/File schemas ([#506 ](https://github.com/jdalrymple/node-gitlab/issues/506 )) ([f467816](f467816070 ))
2019-12-05 14:37:11 +00:00
semantic-release-bot
55e688c1fb
chore(release): 12.0.1 [skip ci]
...
## [12.0.1](https://github.com/jdalrymple/node-gitlab/compare/12.0.0...12.0.1 ) (2019-11-27)
### Bug Fixes
* Encode slug value for Wikis API ([#501 ](https://github.com/jdalrymple/node-gitlab/issues/501 )) ([9c56d48](9c56d4819b )), closes [#490 ](https://github.com/jdalrymple/node-gitlab/issues/490 )
2019-11-27 10:04:19 +00:00
semantic-release-bot
f1fe37639d
chore(release): 12.0.0 [skip ci]
...
# [12.0.0](https://github.com/jdalrymple/node-gitlab/compare/11.6.0...12.0.0 ) (2019-11-21)
* Switching version option type ([6558f09](6558f09522 ))
### Bug Fixes
* Fixing the inability to use environment variables in the cli export ([#463 ](https://github.com/jdalrymple/node-gitlab/issues/463 )) ([79d8c71](79d8c718b0 )), closes [#458 ](https://github.com/jdalrymple/node-gitlab/issues/458 )
### BREAKING CHANGES
* Switch the version option to be a number and not a string. For example 4 instead of 'v4'.
2019-11-21 10:13:15 +00:00
Justin
79d8c718b0
fix: Fixing the inability to use environment variables in the cli export ( #463 )
...
chore: Cleaning up the rollup configuration
chore: Updating packages to remove vulnerabilities
docs: Updating usage documentation to improve clarity
test: Adding proper tests for cli functionality
closes:#458
2019-11-21 11:00:18 +01:00
semantic-release-bot
9025d7be7e
chore(release): 11.6.0 [skip ci]
...
# [11.6.0](https://github.com/jdalrymple/node-gitlab/compare/11.5.1...11.6.0 ) (2019-11-20)
### Features
* Add Group.projects ([#494 ](https://github.com/jdalrymple/node-gitlab/issues/494 )) ([9def4e7](9def4e7f8e )), closes [#384 ](https://github.com/jdalrymple/node-gitlab/issues/384 )
2019-11-20 15:05:25 +00:00
semantic-release-bot
24cc494f63
chore(release): 11.5.1 [skip ci]
...
## [11.5.1](https://github.com/jdalrymple/node-gitlab/compare/11.5.0...11.5.1 ) (2019-11-14)
### Bug Fixes
* Fixing the map.json file location ([ced9415](ced94153d2 )), closes [#491 ](https://github.com/jdalrymple/node-gitlab/issues/491 )
2019-11-14 09:35:09 +00:00
Justin
12879f36b6
Merge branch '491-cli-bugs'
2019-11-14 10:22:32 +01:00
semantic-release-bot
2a9e2acbcf
chore(release): 11.5.0 [skip ci]
...
# [11.5.0](https://github.com/jdalrymple/node-gitlab/compare/11.4.2...11.5.0 ) (2019-11-13)
### Features
* Add downloadSingleArtifactFileFromRef method ([#493 ](https://github.com/jdalrymple/node-gitlab/issues/493 )) ([1967984](196798472a ))
2019-11-13 20:33:05 +00:00
Justin
ced94153d2
fix: Fixing the map.json file location
...
fixes : #491
2019-11-13 21:03:41 +01:00
semantic-release-bot
f6dcbd796a
chore(release): 11.4.2 [skip ci]
...
## [11.4.2](https://github.com/jdalrymple/node-gitlab/compare/11.4.1...11.4.2 ) (2019-10-28)
### Bug Fixes
* Non standard mimetype was not handled ([01d17e8](01d17e8270 )), closes [#424 ](https://github.com/jdalrymple/node-gitlab/issues/424 )
2019-10-28 20:22:58 +00:00
semantic-release-bot
7705086928
chore(release): 11.4.1 [skip ci]
...
## [11.4.1](https://github.com/jdalrymple/node-gitlab/compare/11.4.0...11.4.1 ) (2019-10-28)
### Bug Fixes
* Fixing some minor bugs ([#486 ](https://github.com/jdalrymple/node-gitlab/issues/486 )) ([15c841c](15c841c15b )), closes [#485 ](https://github.com/jdalrymple/node-gitlab/issues/485 ) [#475 ](https://github.com/jdalrymple/node-gitlab/issues/475 )
2019-10-28 13:22:57 +00:00
Justin Dalrymple
15c841c15b
fix: Fixing some minor bugs ( #486 )
...
* fix: Change mapping import to be dynamic and fix old reference to humps
* chore: Removing default exports
* fix: Cleaning up .d.ts export
* docs: Adding browser example
* fix: Fixing rollup config
closes : #485
closes : #475
2019-10-28 14:10:54 +01:00
semantic-release-bot
fe2a73bc57
chore(release): 11.4.0 [skip ci]
...
# [11.4.0](https://github.com/jdalrymple/node-gitlab/compare/11.3.2...11.4.0 ) (2019-10-25)
### Features
* Add support for Issue Statistics ([#481 ](https://github.com/jdalrymple/node-gitlab/issues/481 )) ([fdf2575](fdf2575047 ))
2019-10-25 08:20:55 +00:00
semantic-release-bot
e88e42fa8b
chore(release): 11.3.2 [skip ci]
...
## [11.3.2](https://github.com/jdalrymple/node-gitlab/compare/11.3.1...11.3.2 ) (2019-10-24)
### Bug Fixes
* include all modules for the browser bundle - closes [#475 ](https://github.com/jdalrymple/node-gitlab/issues/475 ) ([#476 ](https://github.com/jdalrymple/node-gitlab/issues/476 )) ([cb582b8](cb582b80c7 ))
* resolve import issues ([#477 ](https://github.com/jdalrymple/node-gitlab/issues/477 )) ([dcfe466](dcfe466a18 ))
2019-10-24 08:17:14 +00:00
Daniel Ruf
dcfe466a18
fix: resolve import issues ( #477 )
...
* fix: resolve import issues
2019-10-24 10:06:13 +02:00
Justin
2632a8ef11
chore: Updating packages
2019-10-23 17:24:53 +02:00
Justin Dalrymple
a3e79a16a7
Merge remote-tracking branch 'origin/greenkeeper/@types/jest-24.0.19'
2019-10-23 15:42:45 +02:00
Justin Dalrymple
e34f0cef49
Merge remote-tracking branch 'origin/greenkeeper/semantic-release-15.13.27'
2019-10-23 15:41:58 +02:00
greenkeeper[bot]
963ba836b6
chore(package): update rollup to version 1.25.1
2019-10-20 18:16:52 +00:00
greenkeeper[bot]
5fbd08944b
chore(package): update semantic-release to version 15.13.27
2019-10-18 23:04:33 +00:00
semantic-release-bot
8e527387e4
chore(release): 11.3.1 [skip ci]
...
## [11.3.1](https://github.com/jdalrymple/node-gitlab/compare/11.3.0...11.3.1 ) (2019-10-18)
### Bug Fixes
* Fixing missing form variables when triggering pipelines ([#465 ](https://github.com/jdalrymple/node-gitlab/issues/465 )) ([3ac6978](https://github.com/jdalrymple/node-gitlab/commit/3ac6978 ))
2019-10-18 09:01:08 +00:00
greenkeeper[bot]
6969c85a80
chore(package): update @types/jest to version 24.0.19
2019-10-14 20:07:02 +00:00
semantic-release-bot
10d74d275d
chore(release): 11.3.0 [skip ci]
...
# [11.3.0](https://github.com/jdalrymple/node-gitlab/compare/11.2.3...11.3.0 ) (2019-10-12)
### Features
* Adding support for profile tokens ([#462 ](https://github.com/jdalrymple/node-gitlab/issues/462 )) ([30f246e](https://github.com/jdalrymple/node-gitlab/commit/30f246e ))
2019-10-12 11:28:35 +00:00