summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-0/+27
|
* Reduce spacingissue_15347Alfredo Sumaran2016-05-251-3/+3
|
* Address feedbackAlfredo Sumaran2016-05-252-84/+65
| | | | Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
* Add tests for Todos target's stateAlfredo Sumaran2016-05-251-0/+84
|
* Merge branch 'issue_15221_2'Douwe Maan2016-05-251-0/+29
|\
| * Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-243-8/+10
| |
| * Fix bug when ordering by milestone due date and filtering by milestoneFelipe Artur2016-05-242-3/+0
| |
| * improve ordering sql for milestonesFelipe Artur2016-05-241-32/+21
| |
| * Fix ordering for MysqlFelipe Artur2016-05-243-9/+11
| |
| * Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-1/+40
| |
* | Merge branch 'incremental-fixes' into 'master' Jacob Schatz2016-05-251-0/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix concurrent request when updating build log in browser If you have a slow internet connection the trace will not be updated correctly. We need to check if our request is the latest one. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/17535 See merge request !4183
| * | Replace \n to <br>Kamil Trzcinski2016-05-231-0/+9
| |/
* | Merge branch 'fix-registry-backups' into 'master' Douwe Maan2016-05-251-0/+18
|\ \ | | | | | | | | | | | | | | | | | | Fix backups if registry is disabled Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17749 See merge request !4263
| * | Fix backups if registry is disabledKamil Trzcinski2016-05-231-0/+18
| | |
* | | Seconds plural slackAran Koning2016-05-241-4/+19
| |/ |/|
* | Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets2016-05-2381-277/+2699
|\ \
| * | Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-234-4/+4
| | |
| * | Merge branch 'fix-ci-charts-error-500' into 'master' Robert Speicher2016-05-231-0/+7
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 in CI charts by gracefully handling commits with no durations ## What does this MR do? In the CI charts, this MR reports the duration of a commit to 0 if it is `nil`. ## Are there points in the code the reviewer needs to double check? Should we omit this commit from the chart or set it to some other value? ## Why was this MR needed? We were getting an Error 500 here: https://gitlab.com/gitlab-org/gitlab-ce/graphs/master/ci ## What are the relevant issue numbers? #17730 See merge request !4245
| | * | Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu2016-05-221-0/+7
| | |/ | | | | | | | | | Closes #17730
| * | Added due date testsPhil Hughes2016-05-231-0/+37
| |/
| * Fix some specs which would have broken in 2017 to not break anymore by using ↵Connor Shea2016-05-223-12/+12
| | | | | | | | a dynamic year value.
| * Allow anonymous user to access pipelinesKamil Trzcinski2016-05-231-0/+6
| |
| * Fix the CI login to Container Registry (the gitlab-ci-token user)Kamil Trzcinski2016-05-232-3/+3
| |
| * Add specs for migration helpers and boolean valuesGrzegorz Bizon2016-05-221-0/+6
| |
| * Test migration helpers using a migration classGrzegorz Bizon2016-05-221-7/+5
| |
| * Merge branch 'fix-docker-registry-integration' into 'master' Yorick Peterse2016-05-211-1/+12
| |\ | | | | | | | | | | | | Fix docker registry integration See merge request !4229
| | * Fix container deletion permission issueKamil Trzcinski2016-05-201-1/+12
| | |
| * | Merge branch 'issuable-new-due-date' into 'master' Jacob Schatz2016-05-211-1/+59
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | Issuable form due date For some reason, this was never in the original merge request for due date? ![Screen_Shot_2016-04-22_at_21.49.44](/uploads/7d4e2b07f75a33009e3170fdb076a4bd/Screen_Shot_2016-04-22_at_21.49.44.png) Closes #15516 See merge request !3895
| | * Fixed rubocop issuesPhil Hughes2016-05-161-3/+3
| | |
| | * Added testsPhil Hughes2016-05-161-1/+59
| | |
| * | Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-204-0/+100
| |\ \
| | * | Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-0/+1
| | | |
| | * | Update API and fetching taskZeger-Jan van de Weg2016-05-202-3/+5
| | | |
| | * | Dropdown implementationAlfredo Sumaran2016-05-201-0/+30
| | | |
| | * | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-202-0/+67
| | | |
| * | | Merge branch 'rm-source-branch' into 'master' Douwe Maan2016-05-204-3/+27
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows MR authors to have the source branch removed when merging the MR closes #13191 The location of the checkbox might not be optimal so any feedback is welcome. Any other feedback too obviously. Screenshot: ![Screenshot_2016-02-17_21.25.24](/uploads/a9c3eaafb39c6f5b4f0949a2278af6da/Screenshot_2016-02-17_21.25.24.png) See merge request !2801
| | * | | Allows MR authors to have the source branch removed when merging the MRJeroen Jacobs2016-05-204-3/+27
| | | | |
| * | | | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-208-7/+102
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/services/system_note_service.rb
| | * | | | Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-188-7/+102
| | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Diff::InlineDiff
| * | | | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-204-25/+144
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement special GitLab markdown reference for milestones https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3453 by @eReGeBe, with two additions: - Move changelog item to 8.8 - Fix cross-project milestone ref with invalid project, like https://gitlab.com/gitlab-org/gitlab-ce/commit/f7348cd348ad8f4a18d74dd668283a4e236f5790 did for labels Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13829 See merge request !3897
| | * \ \ \ \ Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-05-18191-1869/+5078
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me>
| | * \ \ \ \ \ Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-2336-273/+614
| | |\ \ \ \ \ \
| | * | | | | | | Using project `path_with_namespace` in milestone's cross project references ↵Alejandro Rodríguez2016-04-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link text
| | * | | | | | | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-0/+6
| | | | | | | | |
| | * | | | | | | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-202-1/+2
| | | | | | | | |
| | * | | | | | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-20/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, addint a suffix to the reference text when the milestone is in another project
| | * | | | | | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-203-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the syntax proposed in #13829 [project_reference]%(milestone_id | milestone_name) to get a link to the referred milestone.
| * | | | | | | | Merge branch 'issue_9013' into 'master' Douwe Maan2016-05-203-0/+78
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let users set notification levels in projects which they are not members Fixes #9013 See merge request !3986
| | * | | | | | | Use the right default notification settings for non membersissue_9013Felipe Artur2016-05-193-16/+11
| | | | | | | | |
| | * | | | | | | Update documentationFelipe Artur2016-05-171-33/+34
| | | | | | | | |