Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge request pipelinemerge-request-pipeline | Shinya Maeda | 2018-11-02 | 1 | -1/+3 |
| | |||||
* | add related merge request endpoint | Helmut Januschka | 2018-11-01 | 1 | -0/+24 |
| | |||||
* | Merge branch 'ce-7927-filter-none-any-weight-issues-api' into 'master' | Sean McGivern | 2018-10-31 | 1 | -4/+13 |
|\ | | | | | | | | | Split CE and EE params in issues API See merge request gitlab-org/gitlab-ce!22689 | ||||
| * | Extract EE params in issues API to separate module | Heinrich Lee Yu | 2018-10-30 | 1 | -4/+13 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into dev-master | DJ Mountney | 2018-10-29 | 7 | -9/+47 |
|\ \ | |/ | |||||
| * | Merge branch ↵ | Douwe Maan | 2018-10-26 | 1 | -0/+2 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | '42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265 | ||||
| | * | Adds tracing messages for slow git pushes | Tiago Botelho | 2018-10-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings | ||||
| * | | Feature/add license to project API | J.D. Bean | 2018-10-26 | 2 | -5/+27 |
| | | | |||||
| * | | Merge branch '52384-api-filter-assignee-none-any' into 'master' | Sean McGivern | 2018-10-26 | 3 | -2/+17 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Filter by `None`/`Any` for assignee_id in issues/mrs API" Closes #52384 See merge request gitlab-org/gitlab-ce!22598 | ||||
| | * | | Support lowercase none / any | Heinrich Lee Yu | 2018-10-26 | 1 | -1/+1 |
| | | | | |||||
| | * | | Refactor api validator to separate class | Heinrich Lee Yu | 2018-10-26 | 3 | -8/+15 |
| | | | | |||||
| | * | | Apply similar change to MRs API | Heinrich Lee Yu | 2018-10-26 | 2 | -2/+6 |
| | | | | |||||
| | * | | Issues API: Add None/Any option to assignee_id | Heinrich Lee Yu | 2018-10-26 | 1 | -1/+5 |
| | |/ | |||||
| * | | Support backward compatibility when introduce new failure reason | Shinya Maeda | 2018-10-26 | 1 | -2/+1 |
| |/ | |||||
* | | Merge branch 'sh-fix-wiki-security-issue-53072' into 'master' | Jan Provaznik | 2018-10-29 | 2 | -2/+17 |
|\ \ | |/ |/| | | | | | [master] Validate Wiki attachments are valid temporary files See merge request gitlab/gitlabhq!2568 | ||||
| * | Validate Wiki attachments are valid temporary files | Stan Hu | 2018-10-23 | 2 | -2/+17 |
| | | | | | | | | | | | | | | | | | | | | A malicious attacker could craft a request to read arbitrary files on the system. This change adds a Grape validation to ensure that the tempfile parameter delivered by the Rack multipart uploader is a Tempfile type to prevent users from being able to specify arbitrary filenames. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53072 | ||||
* | | Merge branch '52559-applications-api-get-delete' into 'master' | Rémy Coutable | 2018-10-22 | 2 | -0/+18 |
|\ \ | |/ |/| | | | | | | | | | Add Applications API endpoints for listing and deleting entries. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52559 See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22296 | ||||
| * | Use application finder for Doorkeeper Applications | JB Vasseur | 2018-10-15 | 1 | -6/+3 |
| | | |||||
| * | Do not return secret from GET /applications !22296 | JB Vasseur | 2018-10-12 | 1 | -1/+1 |
| | | |||||
| * | disable CodeReuse/ActiveRecord | JB Vasseur | 2018-10-12 | 1 | -0/+2 |
| | | |||||
| * | Improve call for retrieving all applications !22296 | JB Vasseur | 2018-10-12 | 1 | -1/+1 |
| | | |||||
| * | Support GET /applications and DELETE /applications/:id endpoints #52559 | JB Vasseur | 2018-10-11 | 1 | -0/+17 |
| | | |||||
| * | Expose id and name attributes to Applications API | JB Vasseur | 2018-10-11 | 1 | -0/+2 |
| | | |||||
* | | Rename "scheduled" label/badge of delayed jobs to "delayed" | Shinya Maeda | 2018-10-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'bvl-remove-forked-project-link' into 'master' | Sean McGivern | 2018-10-19 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226 | ||||
| * | | Remove the `ForkedProjectLink` model | Bob Van Landuyt | 2018-10-19 | 1 | -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 insensitive | William George | 2018-10-18 | 4 | -18/+10 |
| | | |||||
* | | Merge branch 'sh-remove-koding' into 'master' | Douwe Maan | 2018-10-15 | 1 | -4/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334 | ||||
| * | | Remove Koding integration and documentation | Stan Hu | 2018-10-12 | 1 | -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 revisions | Bob Van Landuyt | 2018-10-12 | 1 | -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 breaker | Zeger-Jan van de Weg | 2018-10-10 | 2 | -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/gitlabhq | Bob Van Landuyt | 2018-10-05 | 1 | -4/+3 |
|\ | |||||
| * | Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵ | Bob Van Landuyt | 2018-10-05 | 1 | -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 API | Brett Walker | 2018-09-29 | 1 | -4/+3 |
| | | | |||||
* | | | Merge branch 'ce-5987-project-templates-api' into 'master' | Robert Speicher | 2018-10-05 | 4 | -5/+65 |
|\ \ \ | | | | | | | | | | | | | | | | | Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118 | ||||
| * | | | Backport project template API to CE | Nick Thomas | 2018-10-05 | 4 | -5/+65 |
| |/ / | |||||
* | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-05 | 2 | -4/+8 |
|\ \ \ | |||||
| * | | | Make GitLab pages support access control | Tuomo Ala-Vannesluoma | 2018-10-05 | 1 | -0/+6 |
| |/ / | |||||
| * | | Merge branch 'features/unauth-access-ssh-keys' into 'master' | Douwe Maan | 2018-10-05 | 1 | -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 authentication | Ronald Claveau | 2018-10-03 | 1 | -4/+2 |
| | | | | |||||
* | | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-05 | 2 | -2/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'fix-todo-cops' into 'master' | Rémy Coutable | 2018-10-04 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Fix todo cops See merge request gitlab-org/gitlab-ce!21850 | ||||
| | * | | | Fix SpaceBeforeFirstArg cop | Semyon Pupkov | 2018-09-20 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-api | Jacopo | 2018-10-03 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-04 | 2 | -1/+4 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master' | Douwe Maan | 2018-10-03 | 1 | -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 Redis | Tiago Botelho | 2018-10-03 | 1 | -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 UsagePing | Tiago Botelho | 2018-10-01 | 1 | -0/+3 |
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | Implements UsageCounters model to track feature usage counters and makes easy to extend for future counters | ||||
| * | | | | #13650 added wip search functionality and tests | Chantal Rollison | 2018-10-03 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Add a new status to ci_builds.status | Shinya Maeda | 2018-10-02 | 1 | -1/+1 |
|/ / / / |