summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Grapify the CI::Runners APIgrapify-ci-runners-apiRobert Schilling2017-02-221-26/+18
|
* Merge branch '27287-label-dropdown-error-messages' into 'master'Sean McGivern2017-02-223-32/+43
|\ | | | | | | | | Fix form response errors not shown for create label dropdown. See merge request !9058
| * fix new label errors not visible in dropdown for #27287, also humanize error ↵Tom Koole2017-02-093-32/+43
| | | | | | | | key, improve testing hieararchy for reuse, remove duplicate test
* | Merge branch 'add-filtered-search-to-mr' into 'master' Alfredo Sumaran2017-02-2221-345/+282
|\ \ | | | | | | | | | | | | | | | | | | Add filtered search to MR page Closes #27131 See merge request !9284
| * | Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-2121-345/+282
| | |
* | | Merge branch 'dm-no-more-andor' into 'master'Robert Speicher2017-02-2222-35/+31
|\ \ \ | | | | | | | | | | | | | | | | No more and/or See merge request !9428
| * | | No more and/orDouwe Maan2017-02-2122-35/+31
| | | |
* | | | Merge branch '26881-backup-fails-if-data-changes' into 'master' Douwe Maan2017-02-213-1/+42
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copy data before compression to prevent 'file changed as we read it' Closes #26881 See merge request !8728
| * | | | # This is a combination of 2 commits.Drew Blessing2017-02-213-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # This is the 1st commit message: Add `copy` backup strategy to combat file changed errors The backup Rake task used to stream data directly from the live data directory into the backup. Under many circumstances this worked OK. However, really active instances would experience a 'file changed as we read it' error - especially with data like the registry. This now copies the data first, then compresses it. It will take a bit more disk space while the backup is in progress, but it's a necessary thing. # The commit message #2 will be skipped: # Add env var
* | | | | Merge branch '26703-todos-count' into 'master' Clement Ho2017-02-2111-5/+58
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | #26703 change todos counter position & format ( for large counts ) Closes #26703 See merge request !9171
| * | | | change todos counter position & format ( for large counts )mhasbini2017-02-2111-5/+58
| | | | |
* | | | | Merge branch '1363-redo-mailroom-support' into 'master' Douwe Maan2017-02-218-11/+15
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Redo internals of Incoming Mail Support See merge request !9385
| * | | | Fix incomming email check task to use same patch we did in mail_room1363-redo-mailroom-supportGabriel Mazetto2017-02-211-2/+5
| | | | |
| * | | | ChangelogGabriel Mazetto2017-02-201-0/+4
| | | | |
| * | | | Use newer mail_room to get `require_relative` supportGabriel Mazetto2017-02-206-9/+6
| | | | |
* | | | | Merge branch 'commit-search-ui-fix' into 'master' Annabel Dunstone Gray2017-02-212-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the commit search UI Closes gitlab-ee#1765 See merge request !9411
| * | | | | Fix the commit search UIcommit-search-ui-fixPhil Hughes2017-02-212-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1765
* | | | | | Merge branch 'zj-upgrade-rails' into 'master'Robert Speicher2017-02-212-46/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Rails to 4.2.8 See merge request !9419
| * | | | | | Upgrade Rails to 4.2.8Z.J. van de Weg2017-02-212-46/+43
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rename-retry-failed-pipeline-to-retry' into 'master' Filipa Lacerda2017-02-217-13/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename retry failed button on pipeline page to just retry See merge request !9369
| * | | | | | Fix broken testFilipa Lacerda2017-02-212-2/+2
| | | | | | |
| * | | | | | Fix broken testrename-retry-failed-pipeline-to-retryFilipa Lacerda2017-02-211-2/+2
| | | | | | |
| * | | | | | fix more testsdimitrieh2017-02-212-3/+3
| | | | | | |
| * | | | | | fixed specs + docsdimitrieh2017-02-205-12/+12
| | | | | | |
| * | | | | | Rename retry failed button on pipeline page to just retrydimitrieh2017-02-202-1/+5
| | | | | | |
* | | | | | | Merge branch 'sh-delete-user-permission-check' into 'master' Stan Hu2017-02-214-5/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add user deletion permission check in `Users::DestroyService` See merge request !8974
| * | | | | | | Add user deletion permission check in `Users::DestroyService`sh-delete-user-permission-checkStan Hu2017-02-204-5/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We saw from a recent incident that the `Users::DestroyService` would attempt to delete a user over and over. Revoking the permissions from the current user did not help. We should ensure that the current user does, in fact, have permissions to delete the user. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch '28389-ux-problem-with-pipeline-coverage-placeholder' into ↵Annabel Dunstone Gray2017-02-212-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Changed coverage reg expression placeholder text to be more like a placeholder Closes #28389 See merge request !9407
| * | | | | | | | changed changelog text to be normal case28389-ux-problem-with-pipeline-coverage-placeholderdimitrieh2017-02-211-1/+1
| | | | | | | | |
| * | | | | | | | Changed coverage reg expression placeholder text to be more like a placeholderdimitrieh2017-02-212-1/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'hash-concurrent-foreign-key-names' into 'master'Rémy Coutable2017-02-212-1/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hash concurrent foreign key names similar to Rails See merge request !9415
| * | | | | | | | Hash concurrent foreign key names similar to Railshash-concurrent-foreign-key-namesYorick Peterse2017-02-212-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was initially not implemented simply because I forgot about the size limit of constraint names in PostgreSQL (63 bytes). Using the old technique we can't add foreign keys for certain tables. For example, adding a foreign key on protected_branch_merge_access_levels.protected_branch_id would lead to the following key name: fk_protected_branch_merge_access_levels_protected_branches_protected_branch_id This key is 78 bytes long, thus violating the PostgreSQL size requirements. The hashing strategy is copied from Rails' foreign_key_name() method, which unfortunately is private and subject to change without notice.
* | | | | | | | | Merge branch '26879-fix-preselected-namespace-when-creating-project' into ↵Rémy Coutable2017-02-213-1/+50
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix preselected namespace when creating a project Closes #26879 See merge request !9389
| * | | | | | | | | Fix preselected namespace when creating a projectDavid Piegza2017-02-213-1/+50
| | | | | | | | | |
* | | | | | | | | | Merge branch 'api-todos-restful' into 'master' Sean McGivern2017-02-218-26/+130
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use POST methods to mark Todos as done Closes #28467 See merge request !9410
| * | | | | | | | | | Backport Todos API to V3api-todos-restfulRobert Schilling2017-02-213-0/+102
| | | | | | | | | | |
| * | | | | | | | | | API: Use POST requests to mark todos as doneRobert Schilling2017-02-215-26/+28
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mr-origin-8390' into 'master' Rémy Coutable2017-02-211-6/+9
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update using_docker_images.md See merge request !9417
| * | | | | | | | | | Update using_docker_images.mdAdam Boseley2017-02-211-6/+9
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch 'group-memebrs-owner-level' into 'master'Sean McGivern2017-02-213-1/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added ability to change user permissions in group to owner Closes #28233 See merge request !9299
| * | | | | | | | | | Added ability to change user permissions in group to ownergroup-memebrs-owner-levelPhil Hughes2017-02-163-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #28233
* | | | | | | | | | | Merge branch 'snippets-search' into 'master'Sean McGivern2017-02-212-31/+28
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed alignment of snippet search results Closes #26832 See merge request !9228
| * | | | | | | | | | Fixed alignment of snippet search resultssnippets-searchPhil Hughes2017-02-142-31/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also enabled syntaax highlight on the search results Closes #26832
* | | | | | | | | | | Merge branch '28186-long-group-names-overflow-out-of-todos-view' into 'master' Filipa Lacerda2017-02-213-13/+52
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Truncate long title text on Todo items Closes #28186 See merge request !9311
| * | | | | | | | | | | Truncate long title text on Todo items28186-long-group-names-overflow-out-of-todos-viewSam Rose2017-02-203-13/+52
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'patch-1' into 'master'Rémy Coutable2017-02-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update GitLab CE/EE comparison & subscribe links in README.md See merge request !9404
| * | | | | | | | | | | Update GitLab CE/EE comparison & subscribe links in README.mdPeter Dave Hello2017-02-211-1/+1
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'dropdown-loading-class-add' into 'master' Filipa Lacerda2017-02-212-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes when loading indicator is added to dropdown See merge request !9345
| * | | | | | | | | | | Fixed eslint errordropdown-loading-class-addPhil Hughes2017-02-201-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Fixed ref switcher testsPhil Hughes2017-02-201-0/+2
| | | | | | | | | | | |