| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
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
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Replace public_jobs attribute with public_builds attribute in Projects API docs
See merge request gitlab-org/gitlab-ce!23194
|
| | |
| | |
| | |
| | | |
public_jobs attribute in API.
|
| |/
|/| |
|
|\ \
| | |
| | |
| | |
| | | |
Documented Response of /wikis/home should be a wiki object and not an array
See merge request gitlab-org/gitlab-ce!23263
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Resolve "Access project from descendent groups when selecting project to create new issue"
Closes #47096 and #52453
See merge request gitlab-org/gitlab-ce!22612
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
'master'
Resolve "Allow pipelines to be deleted by project owners"
Closes #41875
See merge request gitlab-org/gitlab-ce!22988
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
fix typo addres to address
See merge request gitlab-org/gitlab-ce!23108
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Revert API is going into 11.5, not 11.6.
See merge request gitlab-org/gitlab-ce!23060
|