| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
These counts significantly increase the load time for these
requests. Users can now opt in to receiving the counts by setting
`with_counts=true` in requests. This is a breaking change, but hopefully
a fairly minor one.
|
|
|
|
|
|
|
| |
API endpoints for requesting container repositories
and container repositories with their tag information
are enabled for users that want to specify the group
containing the repository rather than the specific project.
|
|\
| |
| |
| |
| | |
Add outbound setting for system hooks
See merge request gitlab-org/gitlab-ce!31177
|
| |
| |
| |
| |
| | |
`allow_local_requests_for_hooks_and_services` was renamed to
`allow_local_requests_for_web_hooks_and_services`.
|
| |
| |
| |
| |
| |
| |
| | |
This MR adds new application setting to network section
`allow_local_requests_from_system_hooks`. Prior to this change
system hooks were allowed to do local network requests by default
and we are adding an ability for admins to control it.
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Docs: Jobs: use curl --location to follow redirects
See merge request gitlab-org/gitlab-ce!31244
|
| |
| |
| | |
Required to fetch artifacts/logs if AWS is used as the storage backend.
|
| |
| |
| |
| | |
Creates a new item in help dropdown to show configured support page link
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Add requesting particular OAuth2 scopes details
Closes #65200
See merge request gitlab-org/gitlab-ce!31215
|
| | | |
|
|\ \ \
| |_|/
|/| | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Drop feature to take ownership of a trigger token
Closes #2868
See merge request gitlab/gitlabhq!3198
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Removing API and frontend interactions that allowed
users to take ownership of a trigger token.
Removed mentions from the documentation.
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | | |
Expose git blame in api
Closes #51345
See merge request gitlab-org/gitlab-ce!30675
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Also fixes links to section headings that
have changed.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Clarify difference between project name and project path for API usage
See merge request gitlab-org/gitlab-ce!31019
|
| | | | | |
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Istvan szalai <istvan.szalai@savoirfairelinux.com>
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Some markdown headers needed tweaking to adhere
to standards, including blank lines above and below,
only one space after hash, first header should be
h1, and only one h1 per doc
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Multiple pipeline support for Build status
See merge request gitlab-org/gitlab-ce!30828
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds specs for testing the new behavior of specifying a pipeline when
POSTing a status.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This allows user to specify the pipeline ID
when several pipelines has been triggered
on the same branch and commit.
Signed-off-by: Gaetan Semet <gaetan.semet@renault.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
PATs are accepted using the OAuth2 compliant header
"Authorization: Bearer {token}" in order to allow for
OAuth requests while 2FA is enabled.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update lint.md to provide correct path for API call as per #58223
Closes #58223
See merge request gitlab-org/gitlab-ce!25703
|
| | | | | |
|
|/ / / /
| | | |
| | | |
| | | |
| | | | |
Ensure that all numbered lists use only 1. and no other numbers.
Also ensure that numbered lists use proper spacing.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Use correct parent when committing in WebIDE
See merge request gitlab-org/gitlab-ce!29598
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.
By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from.
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
CE Backport: Read and write User "Admin notes" via API
See merge request gitlab-org/gitlab-ce!30775
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change adds the ability to read and
write admin notes for a user via the
USER API
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Include released_at parameter
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update job artifact download docs
See merge request gitlab-org/gitlab-ce!30714
|
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Background migration for changing null values to false
- Set false as default value for private_profile DB column
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Removing extra blank lines in docs that serve
no purpose, as well as some --- lines that also
are not needed.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Resolve "API support for group-level clusters"
Closes #55623
See merge request gitlab-org/gitlab-ce!30213
|
| | | |
| | | |
| | | |
| | | | |
This is basically a copy of the API for project clusters.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove unneeded trailing whitespace in lines in
/development /ci /api and /administration docs.
|
| | | |
| | | |
| | | |
| | | | |
All code blocks should be surrounded by blank lines
|