summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Collapse)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 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-184-18/+10
| |
* | Merge branch 'sh-remove-koding' into 'master'Douwe Maan2018-10-151-4/+0
|\ \ | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
| * | Remove Koding integration and documentationStan Hu2018-10-121-4/+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-7/+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-21/+2
| | | | | | | 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-4/+3
|\
| * Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt2018-10-051-4/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | '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-4/+3
| | |
* | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-054-5/+65
|\ \ \ | | | | | | | | | | | | | | | | Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
| * | | 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 authentication See merge request gitlab-org/gitlab-ce!20118
| | * | 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 todo cops See merge request gitlab-org/gitlab-ce!21850
| | * | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+3
| | | |/ / | | |/| | | | | | | | | | | | | | | | | 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-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
| |\ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | [master] Redact events shown in the events API See merge request gitlab/gitlabhq!2514
| | * | | 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/backup See merge request gitlab-org/gitlab-ce!22005
| * | | | Enable frozen string in lib/api and lib/backupgfyoung2018-09-2989-1/+180
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* | | | Merge branch 'feature/set-public-email-through-api' into 'master'Rémy Coutable2018-10-011-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Set public email through api Closes #37675 See merge request gitlab-org/gitlab-ce!21938
| * | | 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
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1/+20
| | |/ / | |/| | | | | | | | | | With this action the user can update the execute_filemode of a given file in the repository.
* | | | Merge branch 'feature/add-public-email-to-users-api' into 'master'Rémy Coutable2018-09-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feature/add public email to users api Closes #39346 See merge request gitlab-org/gitlab-ce!21909
| * | | | 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
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | 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/+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
| |/ |/| | | | | We remove this feature as it never worked properly
* | 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
|\ | | | | | | | | Feature: State filter for admin runners view See merge request gitlab-org/gitlab-ce!19625
| * 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
|\ \ | | | | | | | | | | | | Add RuboCop cops to enforce code reusing rules See merge request gitlab-org/gitlab-ce!21391