Justin Dalrymple
44cb1f379b
Update del requests to accept body parameters ( #2424 )
2022-03-20 11:23:47 -04:00
Justin Dalrymple
8a853aa0dc
Updating tests to reflect recent bug fix
2022-03-16 00:32:37 -04:00
Justin Dalrymple
561f2abf99
Updating Tag.create function to match latest API
2021-12-01 14:58:37 -05:00
nilennoct
fe5a2774e8
Refactor endpoint generation, using tagged template to encode parameters ( #2173 )
...
* Fix incorrect Feature Flags endpoint
* Refactor endpoint generation, using tagged template to encode parameters
* Add basic unit test for the endpoint function
2021-11-02 16:50:19 -04:00
Justin Dalrymple
c09fae4e80
Fixing protect request format ( #2155 )
2021-10-17 14:22:06 -04:00
Ian Jenkins
8d6a454996
Add support for username lookup. ( #2147 )
...
Similar to Users.search() this looks up a username directly using
Users.username(). This is useful when you want to grab user information
for a known username without having to run a search which could be slow.
For example a common name such as `david` is slower with search than a
username lookup and also the first result is not for this username
meaning you have to parse through a large array rather than just accept
the first result.
2021-10-16 15:03:26 -04:00
Justin Dalrymple
482141e271
Update MergeRequestApprovals API to match latest Gitlab API Release ( #2035 )
2021-08-27 18:31:02 -04:00
Justin Dalrymple
336afab7e0
Adding a core integration test, and fixing the resource imports ( #2039 )
2021-08-27 17:10:40 -04:00
Justin Dalrymple
46a662a5e3
Improved mime handling ( #1979 )
2021-08-09 14:57:09 -04:00
Justin Dalrymple
fed2fe94b6
Revert pagination changes. Information is available, just not through gitlab.com ( #1985 )
2021-08-02 19:58:46 -04:00
Aliyss Snow
4f2166210b
Added Topics to ProjectSchema & Updated Commit.ts ( #1932 )
...
- Added Topics and namespace to ProjectSchema
- Made ref optional in RepositoryFiles.ts
- Updating CommitAction types
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2021-07-27 10:07:06 -04:00
Aliyss Snow
9dde3fe96b
Added RepositorySubmodules.ts ( #1931 )
...
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2021-07-27 09:44:22 -04:00
Justin Dalrymple
6a3292b033
Expose typing to consumer and remove export complexity ( #1818 )
...
- Exports all types
- Clean up type duplicates
- Remove Project,User and Group Bundles
- Fix typing on the Gitlab Export
- Clean up README.md
2021-07-05 15:34:19 -04:00
Justin Dalrymple
4d65c291cd
Updating pagination return information ( #1898 )
2021-06-23 23:35:06 -04:00
Justin Dalrymple
f6ed4376c0
Improve pagination logic by parsing query parameters explicitly on response ( #1889 )
2021-06-21 21:48:30 -04:00
Justin Dalrymple
0255a0e82f
Package Registry Support ( #1822 )
...
* Adding support for Package Registry API
2021-06-07 16:22:00 -04:00
Justin Dalrymple
639472da9b
Revert build system changes ( #1851 )
2021-06-07 08:43:41 -04:00