| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
For features the feature gates are sometimes projects, not groups or
users. For example for git object pools:
https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/5872
This commit allows for setting feature group gates based on projects, by its
path as that seems most convenient.
|
| | | | | | | |
|
| | |_|_|/ /
| |/| | | | |
|
| | |_|/ /
| |/| | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Adds API project cluster documentation
See merge request gitlab-org/gitlab-ce!24135
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Project cluster API was included on 11.7. This MR describes the new
project cluster endpoints
|
| | | | |
| | | | |
| | | | |
| | | | | |
- Also makes other minor Markdown fixes that were near the main fixes.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix doc for "Allow getting the merge base of multiple revisions"
See merge request gitlab-org/gitlab-ce!24051
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
See 71d71afb3ac5f302470e66ace4f59e247249d99e
|
| | |_|/ /
| |/| | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Do not use tokens that look like tokens in docs
Closes #38064
See merge request gitlab-org/gitlab-ce!24044
|
| | | |/ /
| | |/| |
| | | | |
| | | | |
| | | | | |
Replace all '9koXpg98eAheJpvBs5tK' occurrences with
'<your_access_token>' in API docs.
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
bundler gem has been included in the Docker official Ruby image since 2.1.
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | | |
In https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23538 when
adding a new endpoint some docs incossintenies were pointed out.
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Add missing links to resources
See merge request gitlab-org/gitlab-ce!23605
|
| | | |
| | | |
| | | |
| | | | |
- While here, restructure list slightly.
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'54626-able-to-download-a-single-archive-file-with-api-by-ref-name' into 'master'
Add endpoint to download single artifact by ref
Closes #54626
See merge request gitlab-org/gitlab-ce!23538
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add a new endpoint
`projects/:id/jobs/artifacts/:ref_name/raw/*artifact_path?job=name`
which is the close the web URL for consistency sake. This endpoint can
be used to download a single file from artifacts for the specified ref
and job.
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54626
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[Documentation] Fix minor issues in search API doc
Closes #54959
See merge request gitlab-org/gitlab-ce!23645
|
| | | | | |
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Documentation mixed up 406 and 405 error codes, this corrects that
Also elaborated on the possible ways you can receive a 405 error code
See spec test: https://gitlab.com/powisj/gitlab-ce/blob/master/spec/requests/api/merge_requests_spec.rb#L848
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
Support unlimited file search in web UI and API
See merge request gitlab-org/gitlab-ce!23553
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* removed 100 limit on file search results because we
load all results anyway
* expensive processing (parsing match content, utf encoding)
is done only for selected page in paginated output
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into 'master'
Resolve "Use read_repository scope on read-only files endpoints"
Closes #54826
See merge request gitlab-org/gitlab-ce!23534
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The documentation mistakenly says that `format` can be used as a
parameter, but the Grape middleware reserves `format` as a content-type
header. Update the documentation to make it explicit the suffix
should be used to specify a format.
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45992
|
| | | |
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Commits API: Preserve file content in move operations if unspecified
Closes #52974 et #51083
See merge request gitlab-org/gitlab-ce!23387
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add config to prohibit impersonation
See merge request gitlab-org/gitlab-ce!23338
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds gitlab.impersonation_enabled config option defaulting to true to
keep the current default behaviour.
Only the act of impersonation is modified, impersonation token
management is not affected.
|
| | | | |
|
| |/ / |
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Eliminate duplicated words (for docs)
See merge request gitlab-org/gitlab-ce!23183
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Update to properly reference users instead of projects
See merge request gitlab-org/gitlab-ce!23325
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
'master'
Resolve "Filter by `None`/`Any` for labels in issues/mrs API"
Closes #52371
See merge request gitlab-org/gitlab-ce!22622
|
| | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
By using the parameters `?labels=None|Any` the user can filter
issues/mrs from the API that has `none/any` label.
Affected endpoints are:
- /api/issues
- /api/projects/:id/issues
- /api/groups/:id/issues
- /api/merge_requests
- /api/projects/:id/merge_requests
- /api/groups/:id/merge_requests
|