Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4ccdbca
Begin projects API resync
jdalrymple Apr 26, 2025
dc00efb
Removing deprecated templates API's
jdalrymple Apr 30, 2026
8429b5d
Update access requests API
jdalrymple Apr 30, 2026
f864cf8
Updating Cluster Agents API
jdalrymple Apr 30, 2026
9066ac5
Linting
jdalrymple Apr 30, 2026
5ab220b
Fix missing change for ClusterAgents
jdalrymple Apr 30, 2026
f319e41
Another change missed for cluster agents
jdalrymple Apr 30, 2026
35037d1
Add support for ai catalog API
jdalrymple May 1, 2026
c9043e6
Update appearance response
jdalrymple May 5, 2026
6a432e1
Updated settings
jdalrymple May 5, 2026
e85bcb1
Updating types on application stats
jdalrymple May 5, 2026
86c02bb
Updating application api
jdalrymple May 5, 2026
0f201da
More "A" api updates
jdalrymple May 5, 2026
2ff2472
Update branches api
jdalrymple May 6, 2026
ad6a97b
Update broadcast messages api
jdalrymple May 6, 2026
e7196a1
More API updates, Code Suggestions, Commits, and Compliance and polic…
jdalrymple May 6, 2026
f7247f5
Many more API updates
jdalrymple May 27, 2026
aa6f0bb
Formatting and updating Debian API
jdalrymple May 28, 2026
f550471
Adding DependencyListExport API
jdalrymple May 28, 2026
96a4a4f
Updating DeployKeys, DeployTokens and Deployments APIs
jdalrymple May 28, 2026
2193678
Updating Discussions API
jdalrymple May 28, 2026
d824a6b
Update environments and draft notes
jdalrymple May 28, 2026
9364d9b
Remove deprecated APIs
jdalrymple May 28, 2026
c7d6a36
Formatting
jdalrymple May 28, 2026
158a36d
Updating more APIs
jdalrymple May 29, 2026
ccd36ee
Updating APIs and removing GeoNodes
jdalrymple Jun 1, 2026
f83db02
Updating more APIs
jdalrymple Jun 5, 2026
4bd44a6
Updating more APIs
jdalrymple Jun 7, 2026
dbe66aa
Updating more APIs
jdalrymple Jun 14, 2026
7cbcec0
Updating tests
jdalrymple Jun 19, 2026
732cb31
Bumping
jdalrymple Jun 27, 2026
3e1c42e
More resources + Linting
jdalrymple Jul 1, 2026
d58c154
Another batch
jdalrymple Jul 1, 2026
519c981
Fix issue weights
jdalrymple Jul 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ x-common-variables: &common-variables

services:
gitlab:
image: gitlab/gitlab-ce:16.0.1-ce.0
image: gitlab/gitlab-ce:19.0.1-ce.0
container_name: gitlab
restart: unless-stopped
hostname: gitlab
privileged: true
shm_size: '256m'
environment:
<<: *common-variables
GITLAB_OMNIBUS_CONFIG: |
Expand All @@ -24,7 +26,6 @@ services:
redis_exporter['enable'] = false
postgres_exporter['enable'] = false
gitlab_exporter['enable'] = false
grafana['enable'] = false
entrypoint:
- /bin/sh
- -c
Expand All @@ -43,7 +44,7 @@ services:
token.set_token(ENV["GITLAB_PERSONAL_ACCESS_TOKEN"])
token.save!
EOF
exec /assets/wrapper
exec /assets/init-container
ports:
- '8080:80'
- '8443:443'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test-results
.DS_Store
yarn-error.log
.env
.npmrc
.turbo
tmp
.nx
Expand All @@ -22,3 +21,4 @@ tmp
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.gitlab-master-doc-api
10 changes: 10 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
auto-install-peers=true
dedupe-peer-dependents=false

# Overrides
overrides.lodash=>=4.18.1
overrides.tar=^7.5.13
overrides.undici=>=8.0.2

# Build configuration
enable-pre-post-scripts=true
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@
"url": "https://github.com/jdalrymple/gitbeaker/issues"
},
"author": "Justin Dalrymple",
"pnpm": {
"overrides": {
"lodash": ">=4.18.1",
"tar": "^7.5.13",
"undici": ">=8.0.2"
},
"ignoredBuiltDependencies": [
"nx"
]
},
"scripts": {
"build": "nx run-many --target=build",
"lint": "nx run-many --target=lint",
Expand Down Expand Up @@ -58,5 +48,5 @@
"typescript": "^5.9.3",
"vitest": "^4.1.5"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "CLI implementation of the GitLab API.",
"license": "MIT",
"engines": {
"node": ">=18.20.0"
"node": ">=v24.16.0"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading