-
Notifications
You must be signed in to change notification settings - Fork 959
Comparing changes
Open a pull request
base repository: xanzy/go-gitlab
base: v0.114.0
head repository: xanzy/go-gitlab
compare: v0.115.0
Commits on Nov 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24995ab - Browse repository at this point
Copy the full SHA 24995abView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a04814 - Browse repository at this point
Copy the full SHA 2a04814View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3440b95 - Browse repository at this point
Copy the full SHA 3440b95View commit details -
feat: add dependency list export client service (#2063)
* feat: add dependency list client service * add missing line endings * rename client service to match endpoint name * fix and refactor * Fix casing in comment to match struct name * fix default export type and make DownloadDependencyListExport return an io.Reader * fix inconsistent indentation in commented code example * Update dependency_list_export.go --------- Co-authored-by: Timo Furrer <tuxtimo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8186bd9 - Browse repository at this point
Copy the full SHA 8186bd9View commit details
Commits on Nov 22, 2024
-
Merge pull request #2058 from heidiberry/project-markdown-uploads
Add support for the project markdown uploads API
Configuration menu - View commit details
-
Copy full SHA for 42949f8 - Browse repository at this point
Copy the full SHA 42949f8View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3838beb - Browse repository at this point
Copy the full SHA 3838bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 378abcc - Browse repository at this point
Copy the full SHA 378abccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4e612 - Browse repository at this point
Copy the full SHA 3a4e612View commit details -
Merge pull request #2068 from alexandear/docs/ioutil-deprecated
docs: update example usages by removing deprecated ioutil
Configuration menu - View commit details
-
Copy full SHA for e884d22 - Browse repository at this point
Copy the full SHA e884d22View commit details -
Merge pull request #2066 from alexandear/chore/t-fatal
chore: replace log.Fatal with t.Fatal in tests
Configuration menu - View commit details
-
Copy full SHA for c1ce518 - Browse repository at this point
Copy the full SHA c1ce518View commit details
Commits on Nov 26, 2024
-
Merge pull request #2067 from alexandear/chore/remove-megacheck
chore: fix golangci-lint warnings
Configuration menu - View commit details
-
Copy full SHA for 9851eab - Browse repository at this point
Copy the full SHA 9851eabView commit details
Commits on Nov 27, 2024
-
add 'name' and 'description' to project hooks structs
GitLab 17.x API now supports 'name' and 'description' fields Added fields and updates tests.
Configuration menu - View commit details
-
Copy full SHA for 1d3decd - Browse repository at this point
Copy the full SHA 1d3decdView commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f19511b - Browse repository at this point
Copy the full SHA f19511bView commit details -
Merge pull request #2069 from cgahlon/cgahlon/add-name-and-descriptio…
…n-to-project-hooks add 'name' and 'description' to project hooks structs
Configuration menu - View commit details
-
Copy full SHA for 35c2003 - Browse repository at this point
Copy the full SHA 35c2003View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4762cde - Browse repository at this point
Copy the full SHA 4762cdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cb05aa - Browse repository at this point
Copy the full SHA 0cb05aaView commit details
Commits on Dec 4, 2024
-
Add options to CreateServiceAccountUser
Signed-off-by: Ilya Savitsky <ilya.savitsky@codethink.co.uk>
Configuration menu - View commit details
-
Copy full SHA for 6ba9ee4 - Browse repository at this point
Copy the full SHA 6ba9ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3da1c2 - Browse repository at this point
Copy the full SHA c3da1c2View commit details -
Merge pull request #2071 from ipsavitsky/ipsavitsky/create-service-ac…
…count-user-parameters Add options to CreateServiceAccountUser
Configuration menu - View commit details
-
Copy full SHA for 01aa9b5 - Browse repository at this point
Copy the full SHA 01aa9b5View commit details
Commits on Dec 5, 2024
-
Deprecate module and its exported client type and constructor functions
This change set deprecates this module and its exported `Client` type and its constructor functions: `NewClient`, `NewBasicAuthClient`, `NewJobClient` and `NewOAuthClient`. Use the new module at https://gitlab.com/gitlab-org/client-go
Configuration menu - View commit details
-
Copy full SHA for 2526565 - Browse repository at this point
Copy the full SHA 2526565View commit details -
Deprecate github.com/xanzy/go-gitlab in favor of gitlab.com/gitlab-or…
…g/client-go in README
Configuration menu - View commit details
-
Copy full SHA for 820d428 - Browse repository at this point
Copy the full SHA 820d428View commit details
Commits on Dec 8, 2024
-
Fix model for get, create and update project variable
GitLab has inconsistent naming of the filed for hidden variables. It seems for keeping UI consistant, GitLab chose to introduce different naming for the same field. This could have been easy handled in UI by setting two variables on API request instead of introducing combined field for UI. I have added 2 test cases for create and update project API as per the gitlab.com API that I manually tested and added similar unit tests.
Configuration menu - View commit details
-
Copy full SHA for 44d69ec - Browse repository at this point
Copy the full SHA 44d69ecView commit details -
Fix model for get, create and update group variable
GitLab has inconsistent naming of the filed for hidden variables. It seems for keeping UI consistent, GitLab chose to introduce different naming for the same field. This could have been easy handled in UI by setting two variables on API request instead of introducing combined field for UI. I have added 2 test cases for create and update project API as per the gitlab.com API that I also manually tested.
Configuration menu - View commit details
-
Copy full SHA for 5146c24 - Browse repository at this point
Copy the full SHA 5146c24View commit details
Commits on Dec 9, 2024
-
Merge pull request #2065 from yogeshlonkar/feat/hidden-variables-on-p…
…rojects Add support for hidden field to project variables
Configuration menu - View commit details
-
Copy full SHA for 5626c64 - Browse repository at this point
Copy the full SHA 5626c64View commit details -
Merge pull request #2064 from yogeshlonkar/main
Add support for hidden field to group variables
Configuration menu - View commit details
-
Copy full SHA for 7f944b7 - Browse repository at this point
Copy the full SHA 7f944b7View commit details
Commits on Dec 10, 2024
-
Merge pull request #2075 from xanzy/github/migrate-to-gitlab
Deprecate this project in favor of https://gitlab.com/gitlab-org/api/client-go
Configuration menu - View commit details
-
Copy full SHA for bbe76a5 - Browse repository at this point
Copy the full SHA bbe76a5View commit details
There are no files selected for viewing