summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-191-1/+1
* Merge branch 'bvl-remove-forked-project-link' into 'master'Sean McGivern2018-10-191-1/+1
|\
| * Remove the `ForkedProjectLink` modelBob Van Landuyt2018-10-191-1/+1
* | Make getting a user by the username case insensitiveWilliam George2018-10-184-18/+10
* | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-4/+0
|\ \
| * | Remove Koding integration and documentationStan Hu2018-10-121-4/+0
| |/
* | Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-7/+2
|/
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-102-21/+2
* Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt2018-10-051-4/+3
|\
| * Merge branch 'security-bw-confidential-titles-through-markdown-api' into 'mas...Bob Van Landuyt2018-10-051-4/+3
| |\
| | * post_process markdown redered by APIBrett Walker2018-09-291-4/+3
* | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-054-5/+65
|\ \ \
| * | | Backport project template API to CENick Thomas2018-10-054-5/+65
| |/ /
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-052-4/+8
|\ \ \
| * | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+6
| |/ /
| * | Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-4/+2
| |\ \
| | * | List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-4/+2
* | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-052-2/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'fix-todo-cops' into 'master'Rémy Coutable2018-10-041-1/+1
| |\ \ \
| | * | | Fix SpaceBeforeFirstArg copSemyon Pupkov2018-09-201-1/+1
| * | | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-1/+2
* | | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-042-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan2018-10-031-0/+3
| |\ \ \ \
| | * | | | Implements Web IDE commits counter in RedisTiago Botelho2018-10-031-1/+1
| | * | | | Adds WebIDE commits to UsagePingTiago Botelho2018-10-011-0/+3
| | | |/ / | | |/| |
| * | | | #13650 added wip search functionality and testsChantal Rollison2018-10-031-1/+1
* | | | | Add a new status to ci_builds.statusShinya Maeda2018-10-021-1/+1
|/ / / /
* | | | Merge remote-tracking branch 'dev/master'Bob Van Landuyt2018-10-011-3/+19
|\ \ \ \
| * \ \ \ Merge branch 'fix-events-finder-incomplete' into 'master'Bob Van Landuyt2018-10-011-3/+19
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Redact events shown in the events APINick Thomas2018-09-211-3/+19
| | | |/ | | |/|
* | | | Merge branch 'lib-api-frozen-string-enable' into 'master'Rémy Coutable2018-10-0189-1/+180
|\ \ \ \
| * | | | Enable frozen string in lib/api and lib/backupgfyoung2018-09-2989-1/+180
| | |_|/ | |/| |
* | | | Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable2018-10-011-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | allow users api to set public_emailAlexis Reigel2018-10-011-0/+1
| * | | remove obsolete parameter from users apiAlexis Reigel2018-09-261-1/+0
* | | | Merge branch '43832-adds-chdmod-to-commits-actions-api' into 'master'Rémy Coutable2018-09-271-1/+20
|\ \ \ \
| * | | | Adds chmod action to POST /projects/:id/repository/commits APIJacopo2018-09-271-1/+20
| | |/ / | |/| |
* | | | Merge branch 'feature/add-public-email-to-users-api' into 'master'Rémy Coutable2018-09-271-1/+1
|\ \ \ \
| * | | | add user's public_email attribute to apiAlexis Reigel2018-09-271-1/+1
| | |/ / | |/| |
* | | | Merge branch 'feature/runner-type-filter-for-admin-view' into 'master'Kamil Trzciński2018-09-261-3/+28
|\ \ \ \ | |_|/ / |/| | |
| * | | add status param to runners apiAlexis Reigel2018-09-151-0/+9
| * | | add type param to runners apiAlexis Reigel2018-09-151-3/+19
| |/ /
* | | Remove background job throttling feature51509-remove-sidekiq-limit-fetchValery Sizov2018-09-241-5/+0
| |/ |/|
* | Remove EE-specific code from ProtectedRefAccessSean McGivern2018-09-172-3/+3
* | Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|/
* Merge branch 'feature/runner-state-filter-for-admin-view' into 'master'Grzegorz Bizon2018-09-141-11/+6
|\
| * replace cond. assignment by default param valueAlexis Reigel2018-09-121-5/+3
| * dry up available scopes to constantsAlexis Reigel2018-08-201-3/+3
| * add Ci::Runner.offline scope to APIAlexis Reigel2018-08-201-10/+7
* | Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-1343-0/+271
|\ \