| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add group ful path to project's shared_with_groups
See merge request gitlab-org/gitlab-ce!24052
|
| | | |/
| | |/| |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Add more information and refactor format of award emoji-related topics
See merge request gitlab-org/gitlab-ce!24288
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allow setting of feature gates per project
See merge request gitlab-org/gitlab-ce!24184
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|