1784 Commits

Author SHA1 Message Date
Justin Dalrymple
1072a754f2 Updating package.lock 2018-03-21 10:34:26 -04:00
Justin Dalrymple
7b31faf171 updating package.lock 2018-03-21 10:33:06 -04:00
Justin Dalrymple
aec74051b8 Updating log 2018-03-21 10:27:51 -04:00
Justin Dalrymple
9e8877ea18 Updating version 2018-03-21 10:26:36 -04:00
Justin Dalrymple
251bef0355 Adding fix for #48 2018-03-21 09:55:48 -04:00
Justin Dalrymple
7ded2aa8d9 Adding back proper getAll functionality 2018-03-21 09:53:33 -04:00
Justin Dalrymple
51af5ee1d0 Adding fix for #48 2018-03-21 09:53:15 -04:00
jdalrymple
36be9fbc9d
Merge pull request #47 from niklas-dahl/patch-1
fix(Doc): correct List all group projects api call
2018-03-21 07:23:48 -04:00
Niklas
756ed2ea68
fix(Doc): correct List all group projects api call
the current code gives `err Cannot read property 'projects' of undefined`
2018-03-21 09:12:13 +01:00
Justin Dalrymple
6c3b7176ce Moving support lower 2018-03-20 16:36:50 -04:00
Justin Dalrymple
e68cf47e42 Fixing toc 2018-03-20 16:31:37 -04:00
Justin Dalrymple
e1e44191a2 Even more docs 2018-03-20 16:25:58 -04:00
Justin Dalrymple
93ed9a3dae Adding more docs! 2018-03-20 16:24:01 -04:00
jdalrymple
5a174d1c7d
Merge pull request #46 from jdalrymple/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2018-03-20 13:18:30 -04:00
jdalrymple
06bfc8d6ed
Create CODE_OF_CONDUCT.md 2018-03-20 13:18:20 -04:00
Justin Dalrymple
fe12f73530 Updating version 3.0.0-rc.2 2018-03-19 15:09:26 -04:00
Justin Dalrymple
e5e105bc7d Adding fixes to the es5 compilation from es5-support-fixes branch 2018-03-19 15:08:34 -04:00
Justin Dalrymple
c2484fa3d7 Updating version 2018-03-19 14:53:54 -04:00
Justin Dalrymple
2354b9537c More readme updates 2018-03-19 14:47:46 -04:00
Justin Dalrymple
8b6312bc1c More readme updates 2018-03-19 14:43:38 -04:00
Justin Dalrymple
480e3673aa Merging some resources and updating readme 2018-03-19 14:41:10 -04:00
Justin Dalrymple
e75062aa97 Linting 2018-03-19 13:56:35 -04:00
Justin Dalrymple
d68b5b61c6 Fixing up some defaults 2018-03-19 12:38:57 -04:00
Justin Dalrymple
b644d48d3d Compiling down to lts 2018-03-19 11:30:01 -04:00
Justin Dalrymple
e7b3d4acc5 Updating readme to include latest PR #45 2018-03-19 08:30:56 -04:00
jdalrymple
a90df4931c
Merge pull request #45 from Marethyu1/3.0.0-beta
Added optional parameters for adding and editing resource members
2018-03-19 08:26:24 -04:00
Justin Dalrymple
530907f224 More updates
- Ensure new operator with API instatiations
- Updating readme
2018-03-19 08:25:32 -04:00
sha162
18edae4e83 Added optional parameters for adding and editing resource members 2018-03-19 20:50:19 +13:00
Justin Dalrymple
bdbf1e5fed Updated docs and fixed templates 2018-03-17 00:04:21 -04:00
Justin Dalrymple
9cf13411b5 Adding more information to the readme 2018-03-16 20:49:49 -04:00
Justin Dalrymple
b65e5ec287 Lots of updates
- Updated to the latest version of babel
- Added the correct export of each of the services, their combined namespaces and the full initialized api
- Added functionality to the Projects api and the Users api
2018-03-16 20:40:52 -04:00
Justin Dalrymple
0baea97c1e Merge branch 'es5-support-fixes' 2.3.0-rc.1 2018-03-10 14:08:43 -05:00
Justin Dalrymple
bea06a6f7a Cleaning up order of functions in groups 2018-03-10 13:49:10 -05:00
Justin Dalrymple
d78e194bcc Adding variables to groups and projects 2018-03-10 13:48:20 -05:00
Justin Dalrymple
bc9c081d0e Renaming user functions 2018-03-10 13:40:41 -05:00
Justin Dalrymple
a657671f52 Added support for events 2018-03-10 13:38:41 -05:00
Justin Dalrymple
cd66a816e2 Major updates 2018-03-10 13:21:19 -05:00
jdalrymple
5814aec485
Merge pull request #42 from Marethyu1/master
Updated Project Members documentation to reflect implementation
2018-02-23 13:29:17 -05:00
sha162
5138aecffb Updated Project Members documentation to reflect implementation 2018-02-24 00:30:00 +13:00
Justin Dalrymple
d5c0a11b28 Updating lock file 2018-02-12 21:23:47 -05:00
Justin Dalrymple
9144be34fe updating readme 2.2.4 2018-02-12 21:18:32 -05:00
Justin Dalrymple
5d7c031ca2 Releasing latest updates 2018-02-12 21:17:45 -05:00
jdalrymple
cfe1f67139
Merge pull request #41 from claude-abounegm/master
Added delete key method to UserKeys.js
2018-02-08 00:58:49 -05:00
Claude Abounegm
e7f8fea96e
Changed delete() to remove() 2018-02-08 00:50:27 -05:00
Claude Abounegm
f99258539e
Added delete key method to UserKeys.js
Just a small edit to UserKeys.js which allows to delete an SSH key from a User.

# Usage
`await gitlabApi.users.keys.delete(userId, userKey);`

# Gitlab Docs
https://docs.gitlab.com/ce/api/users.html#delete-ssh-key-for-given-user
2018-02-08 00:44:47 -05:00
jdalrymple
4e90cfa2ef
Merge pull request #40 from bill-kitsune/fix/missing-all-tag-options
fix: missing options for tags.all
2018-02-07 22:27:39 -05:00
William Wheeler
a1a95e5a82 fix: missing options for tags.all
Signed-off-by: William Wheeler <william.wheeler@valuecentric.com>
2018-02-07 09:10:16 -05:00
Justin Dalrymple
afb9e10606 Adding correct config 2018-02-03 22:40:54 -05:00
Justin Dalrymple
d7d33f182a Adding babel updates 2018-02-03 20:01:30 -05:00
Justin Dalrymple
5e579cbd2f Updating readme 2.2.3 2018-02-03 20:00:10 -05:00