summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bvl-remove-forked-project-link' into 'master'Sean McGivern2018-10-191-1/+1
|\ | | | | | | | | | | | | Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
| * Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the `ForkedProjectLink` model that has been replaced by the `ForkNetworkMember` and `ForkNetwork` combination. All existing relations have been adjusted to use these new models. The `forked_project_link` table has been dropped. The "Forks" count on the admin dashboard has been updated to count all `ForkNetworkMember` rows and deduct the number of `ForkNetwork` rows. This is because now the "root-project" of a fork network also has a `ForkNetworkMember` row. This count could become inaccurate when the root of a fork network is deleted.
* | Make getting a user by the username case insensitiveWilliam George2018-10-182-0/+59
| |
* | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-15/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | Remove Koding integration and documentationStan Hu2018-10-121-15/+0
| |/ | | | | | | | | | | This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
* | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-2/+2
|/ | | | | As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-19/+6
| | | | | | | Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-051-0/+46
|\
| * Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt2018-10-051-0/+46
| |\ | | | | | | | | | | | | | | | | | | | | | | | | 'master' [master] Confidential issue/private snippet titles can be read by unauthenticated user through GFM markdown API Closes #2706 See merge request gitlab/gitlabhq!2507
| | * post_process markdown redered by APIBrett Walker2018-09-291-0/+46
| | |
* | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-051-0/+145
|\ \ \ | | | | | | | | | | | | | | | | Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
| * | | Backport project template API to CENick Thomas2018-10-051-0/+145
| |/ /
* | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-053-0/+264
|/ /
* | Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-24/+14
|\ \ | | | | | | | | | | | | List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
| * | List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-24/+14
| | |
* | | Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan2018-10-051-0/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
| * | | Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
* | | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+14
| | | |
* | | | Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan2018-10-031-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Web IDE commits to usage ping Closes #45016 See merge request gitlab-org/gitlab-ce!22007
| * | | | Implements Web IDE commits counter in RedisTiago Botelho2018-10-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
| * | | | Adds WebIDE commits to UsagePingTiago Botelho2018-10-011-0/+6
| | |/ / | |/| | | | | | | | | | | | | | Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters
* | | | #13650 added wip search functionality and testsChantal Rollison2018-10-031-0/+38
| |/ / |/| |
* | | Merge branch 'osw-configurable-single-diff-file-limit' into 'master'Douwe Maan2018-10-021-1/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make single diff patch limit configurable Closes #48027 See merge request gitlab-org/gitlab-ce!21886
| * | | Make single diff patch limit configurableosw-configurable-single-diff-file-limitOswaldo Ferreira2018-10-011-1/+3
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | - Creates a new column to hold the single patch limit value on application_settings - Allows updating this value through the application_settings API - Calculates single diff patch collapsing limit based on diff_max_patch_bytes column - Updates diff limit documentation - Adds documentation (with warning) as of how one can update this limit
* | | Merge branch '41205-fix-filtering-issues' into 'master'Rémy Coutable2018-10-021-0/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter issues without an Assignee via the API Closes #41205 See merge request gitlab-org/gitlab-ce!22009
| * | | Filter issues without an Assignee via the APIEva Kadlecová2018-10-011-0/+9
| | |/ | |/|
* | | Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-012-5/+77
|\ \ \ | |/ / |/| |
| * | Merge branch ↵Bob Van Landuyt2018-10-011-5/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'security-6881-project-group-approvers-leaks-private-group-info-ce' into 'master' [master] CE: Project group approvers leaks private group info See merge request gitlab/gitlabhq!2488
| | * | Applies the CE backport of EE#657Tiago Botelho2018-09-241-5/+9
| | |/
| * | Redact events shown in the events APINick Thomas2018-09-211-0/+68
| |/
* | Extend reports to support security featuresOlivier Gonzalez2018-09-271-1/+1
| |
* | Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable2018-09-271-11/+69
|\ \ | | | | | | | | | | | | | | | | | | Allows to work with execute permissions in GitLab API Closes #43832 See merge request gitlab-org/gitlab-ce!21866
| * | Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-11/+69
| |/ | | | | | | With this action the user can update the execute_filemode of a given file in the repository.
* | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-46/+175
|\ \ | |/ |/| | | | | Feature: Runner type filter for admin view See merge request gitlab-org/gitlab-ce!19649
| * add status param to runners apiAlexis Reigel2018-09-151-0/+48
| |
| * cleanup runners api specsAlexis Reigel2018-09-151-64/+84
| |
| * add type param to runners apiAlexis Reigel2018-09-151-0/+45
| |
| * fix and add missing api specsAlexis Reigel2018-09-151-1/+17
| |
* | Resolve "Enable Auto DevOps by default for self managed instances of GitLab"Dylan Griffith2018-09-181-5/+11
|/
* Resolve "500 Internal Server Error: Deleting branch of deleted project"🙈 jacopo beschi 🙉2018-09-121-0/+19
|
* Initialize projects with readmeSteve2018-09-121-0/+8
|
* Resolve "500 Internal Server Error: Cherrypick commit with empty branch name"🙈 jacopo beschi 🙉2018-09-111-0/+8
|
* Add ability to skip user email confirmation with APIStan Hu2018-09-101-1/+16
| | | | | | | | This gives admins the ability to send a `skip_confirmation` flag in the `POST /users/:id/email` API endpoint to skip the verification step and assume the given e-mail address is verified. Closes #50876
* Add receive_max_input_size setting to Application settingsRubén Dávila2018-09-071-0/+20
| | | | | If user has configure the setting then it will be passed to gitlab-shell and gitlab-workhorse
* Merge branch '48778-remove-old-storage-logic-from-import-export' into 'master'Douwe Maan2018-09-072-22/+12
|\ | | | | | | | | | | | | Resolve "Remove old storage logic from Import/Export" Closes #51144, #50109, #48778, and #51079 See merge request gitlab-org/gitlab-ce!21409
| * refactor code based on feedbackJames Lopez2018-09-071-1/+1
| |
| * refactor code based on feedbackJames Lopez2018-09-071-1/+1
| |
| * Refactor code to remove object storage flag from Import/ExportJames Lopez2018-09-062-22/+12
| | | | | | | | | | | | Updated docs, refactor import/export code Fix AvatarUploader path issue Fix project export upload webhook error
* | Use ResourceLabelEvent for tracking label changesJan Provaznik2018-09-071-0/+75
| |
* | Update /api/v4/allowedAsh McKenzie2018-09-061-14/+62
|/ | | | | - Use proper HTTP codes for /api/v4/allowed response - CustomAction support