Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'blob-count2' into 'master' | Rémy Coutable | 2018-12-06 | 1 | -0/+20 | |
|\ \ | |/ |/| | | | | | Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553 | |||||
| * | Optimized file search to work without limits | Jan Provaznik | 2018-12-06 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | * 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 | |||||
* | | Merge branch '54826-use-read_repository-scope-on-read-only-files-endpoints' ↵ | Grzegorz Bizon | 2018-12-05 | 1 | -0/+10 | |
|\ \ | |/ |/| | | | | | | | | | | | | | into 'master' Resolve "Use read_repository scope on read-only files endpoints" Closes #54826 See merge request gitlab-org/gitlab-ce!23534 | |||||
| * | Update repository_files.md | James Lopez | 2018-12-05 | 1 | -1/+1 | |
| | | ||||||
| * | Update code based on feedback | James Lopez | 2018-12-04 | 1 | -5/+3 | |
| | | ||||||
| * | Fix markdown link | James Lopez | 2018-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add docs and changelog | James Lopez | 2018-12-04 | 1 | -0/+12 | |
| | | ||||||
* | | Update doc/api/repository_submodules.md | Will Chandler | 2018-12-04 | 1 | -1/+1 | |
|/ | ||||||
* | Fix lack of documentation on how to fetch a snippet's content using API | colinleroy | 2018-12-04 | 1 | -8/+32 | |
| | ||||||
* | Fix documentation for /api/v4/projects/:id/repository/archive | Stan Hu | 2018-12-03 | 1 | -2/+6 | |
| | | | | | | | | | 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 | |||||
* | Improve wording on disabling impersonation in api/README | Imre Farkas | 2018-11-30 | 1 | -3/+2 | |
| | ||||||
* | Merge branch '51083-fix-move-api' into 'master' | Rémy Coutable | 2018-11-29 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | Commits API: Preserve file content in move operations if unspecified Closes #52974 et #51083 See merge request gitlab-org/gitlab-ce!23387 | |||||
| * | Commits API: Preserve file content in move operations if unspecified | Nick Thomas | 2018-11-28 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'if-40385-prohibit_impersonation' into 'master' | Rémy Coutable | 2018-11-29 | 1 | -1/+38 | |
|\ \ | | | | | | | | | | | | | Add config to prohibit impersonation See merge request gitlab-org/gitlab-ce!23338 | |||||
| * | | Add config to disable impersonation | Imre Farkas | 2018-11-29 | 1 | -1/+38 | |
| |/ | | | | | | | | | | | | | | | 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. | |||||
* | | Allow the status of a rebase to be determined | Nick Thomas | 2018-11-28 | 1 | -3/+41 | |
| | | ||||||
* | | Add a rebase API endpoint for merge requests | Nick Thomas | 2018-11-27 | 1 | -0/+25 | |
|/ | ||||||
* | Merge branch '54230-eliminate-duplicated-words' into 'master' | Evan Read | 2018-11-27 | 1 | -4/+4 | |
|\ | | | | | | | | | Eliminate duplicated words (for docs) See merge request gitlab-org/gitlab-ce!23183 | |||||
| * | Eliminate duplicated words | Takuya Noguchi | 2018-11-22 | 1 | -4/+4 | |
| | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> | |||||
* | | Merge branch 'patch-32' into 'master' | Achilleas Pipinellis | 2018-11-26 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | Update to properly reference users instead of projects See merge request gitlab-org/gitlab-ce!23325 | |||||
| * | | Update to properly reference users instead of projects | rkottmann | 2018-11-23 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch '52371-filter-by-none-any-for-labels-in-issues-mrs-api' into ↵ | Nick Thomas | 2018-11-23 | 2 | -6/+6 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Filter by `None`/`Any` for labels in issues/mrs API" Closes #52371 See merge request gitlab-org/gitlab-ce!22622 | |||||
| * | | | Filter by `None`/`Any` for labels in issues/mrs API | Jacopo | 2018-11-23 | 2 | -6/+6 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | Merge branch 'patch-31' into 'master' | Achilleas Pipinellis | 2018-11-23 | 1 | -3/+3 | |
|\ \ \ | |/ / |/| | | | | | | | | Replace public_jobs attribute with public_builds attribute in Projects API docs See merge request gitlab-org/gitlab-ce!23194 | |||||
| * | | When creating or updating a user, use public_builds attribute rather than ↵ | Blair Lunceford | 2018-11-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | public_jobs attribute in API. | |||||
* | | | Docs: fix API move issue curl command | Cynthia Ng | 2018-11-22 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge branch 'patch-28' into 'master' | Sean McGivern | 2018-11-21 | 1 | -8/+6 | |
|\ \ | | | | | | | | | | | | | Documented Response of /wikis/home should be a wiki object and not an array See merge request gitlab-org/gitlab-ce!23263 | |||||
| * | | Response of /wiki/home should be a wiki object and not an array | akkee | 2018-11-21 | 1 | -8/+6 | |
| | | | ||||||
* | | | Merge branch '52453-show-subgroups-in-group-create-issue' into 'master' | Sean McGivern | 2018-11-21 | 1 | -2/+4 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | 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 | |||||
| * | | Add documentation | Heinrich Lee Yu | 2018-11-19 | 1 | -2/+4 | |
| |/ | ||||||
* | | Update README.md | Bruce Szalwinski | 2018-11-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch '41875-allow-pipelines-to-be-deleted-by-project-owners' into ↵ | Grzegorz Bizon | 2018-11-16 | 1 | -0/+17 | |
|\ | | | | | | | | | | | | | | | | | 'master' Resolve "Allow pipelines to be deleted by project owners" Closes #41875 See merge request gitlab-org/gitlab-ce!22988 | |||||
| * | Move pipeline delete docs to end | Matija Čupić | 2018-11-13 | 1 | -17/+17 | |
| | | ||||||
| * | Add docs for deleting a pipeline via API | Matija Čupić | 2018-11-12 | 1 | -0/+17 | |
| | | ||||||
* | | Merge branch 'fix-typo-addres-to-address' into 'master' | Evan Read | 2018-11-16 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | | | | fix typo addres to address See merge request gitlab-org/gitlab-ce!23108 | |||||
| * | | fix typo addres to address | yoda | 2018-11-15 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'docs/rs-revert-api-version' into 'master' | Evan Read | 2018-11-16 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | | | | | | | | | Revert API is going into 11.5, not 11.6. See merge request gitlab-org/gitlab-ce!23060 | |||||
| * | | | Revert API is going into 11.5, not 11.6.docs/rs-revert-api-version | Robert Speicher | 2018-11-14 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'if-53347_fix_impersonation_tokens' into 'master' | Stan Hu | 2018-11-15 | 1 | -3/+2 | |
|\ \ \ | |/ / |/| | | | | | | | | Display impersonation token value only after creation See merge request gitlab-org/gitlab-ce!22916 | |||||
| * | | Display impersonation token value only after creationif-53347_fix_impersonation_tokens | Imre Farkas | 2018-11-12 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | Since we migrated all PersonlAccessTokens to store only its hash in the DB, the token value can no longer be shown to the user. | |||||
* | | | Update events.md. | Viktor | 2018-11-13 | 1 | -2/+2 | |
| |/ |/| | | | "?" instead of "&" in request examples | |||||
* | | Fix some links and Markdowndocs/more-url-fixes | Evan Read | 2018-11-12 | 1 | -19/+17 | |
| | | ||||||
* | | Merge branch 'rs-revert-api' into 'master' | Nick Thomas | 2018-11-09 | 1 | -0/+42 | |
|\ \ | | | | | | | | | | | | | | | | | | | Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919 | |||||
| * | | Add revert to commits API | Robert Speicher | 2018-11-09 | 1 | -0/+42 | |
| |/ | ||||||
* | | Parameter per_page added | Alvaro Junqueira | 2018-11-09 | 1 | -0/+1 | |
|/ | ||||||
* | Merge branch 'fj-41213-api-update-submodule-commit' into 'master' | Sean McGivern | 2018-11-07 | 2 | -1/+51 | |
|\ | | | | | | | | | | | | | Add endpoint to update a git submodule reference Closes #41213 See merge request gitlab-org/gitlab-ce!20949 | |||||
| * | Add submodule update API endpoint | Francisco Javier López | 2018-11-07 | 2 | -1/+51 | |
| | | | | | | | | | | | | | | | | | | | | This new endpoint allow users to update a submodule's reference. The MR involves adding a new operation RPC operation in gitaly-proto (see gitlab-org/gitaly-proto!233) and change Gitaly to use this new version (see gitlab-org/gitaly!936). See gitlab-org/gitlab-ce!20949 | |||||
* | | Expose {closed,merged}_{at,by} in merge requests API index | Douwe Maan | 2018-11-05 | 1 | -11/+44 | |
|/ | ||||||
* | add related merge request endpoint | Helmut Januschka | 2018-11-01 | 1 | -0/+87 | |
| | ||||||
* | Merge branch 'engwan/gitlab-ce-44012-filter-reactions-none-any' | Sean McGivern | 2018-11-01 | 2 | -6/+6 | |
|\ |