summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Convert seconds to minutes and hours on chat notifationszj-chat-message-pretty-timeZ.J. van de Weg2017-05-041-9/+6
| | | | | | | | | | | In the pipeline message, the duration of the pipeline was shown as: > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan failed in 8612 seconds But this many seconds only gave me a clue how long the pipeline took, so now this will be shown as something like: 02:20:12 which gives a much better measure of time.
* Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan2017-05-031-7/+19
|\ | | | | | | | | | | | | | | | | | | 'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
| * removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-7/+19
| |
* | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-037-48/+431
|\ \ | | | | | | | | | | | | Allow commenting on older versions of the diff and comparisons between diff versions See merge request !10388
| * | Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diffDouwe Maan2017-05-037-48/+431
| | | | | | | | | | | | versions
* | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-035-44/+195
|\ \ \ | | | | | | | | | | | | | | | | Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
| * | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-035-44/+195
| |/ /
* | | Merge branch 'further-attempt-to-fix-protected_tags_spec' into 'master' Sean McGivern2017-05-032-2/+3
|\ \ \ | | | | | | | | | | | | | | | | Try waiting for previous dropdown to definitly close before going to click See merge request !11070
| * | | remove debug codefurther-attempt-to-fix-protected_tags_specLuke "Jared" Bennett2017-05-031-2/+1
| | | |
| * | | Try waiting for previous dropdown to definitly close before going to clickLuke "Jared" Bennett2017-05-032-3/+5
| | | |
* | | | Add real-time note edits :chipmunk:Eric Eastwood2017-05-033-57/+159
| | | |
* | | | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-2/+2
| | | |
* | | | Merge branch ↵Robert Speicher2017-05-032-25/+419
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28408-feature-proposal-include-search-options-to-pipelines-api' into 'master' Resolve "Feature Proposal: Include search options to pipelines API" Closes #28408 See merge request !9367
| * | | | Improve pipelines_finder.rbShinya Maeda2017-05-031-4/+4
| | | | |
| * | | | Correct typo in pipelines_spec.rbShinya Maeda2017-05-031-5/+5
| | | | |
| * | | | Avoid using sampleShinya Maeda2017-05-031-1/+1
| | | | |
| * | | | Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-032-4/+4
| | | | |
| * | | | Improve api/pipelines_spec.rbShinya Maeda2017-05-032-95/+112
| | | | |
| * | | | Add another pipeline for spec statusShinya Maeda2017-05-031-0/+5
| | | | |
| * | | | Add space before bracketShinya Maeda2017-05-031-6/+6
| | | | |
| * | | | Remove unnecessary hashShinya Maeda2017-05-031-19/+19
| | | | |
| * | | | Improve pipelines_finder_spec.rbShinya Maeda2017-05-031-113/+70
| | | | |
| * | | | Separate parameters from literal url stringShinya Maeda2017-05-031-19/+19
| | | | |
| * | | | Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-2/+5
| | | | |
| * | | | Ci::Pipeline to project.pipelinesShinya Maeda2017-05-032-32/+32
| | | | |
| * | | | Fix improper method name and spec descriptionShinya Maeda2017-05-031-3/+3
| | | | |
| * | | | Fix created_at to user_id in specShinya Maeda2017-05-031-6/+6
| | | | |
| * | | | Change sort spec descriptionShinya Maeda2017-05-031-2/+2
| | | | |
| * | | | Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-031-1/+9
| | | | | | | | | | | | | | | | | | | | unnecessary) from condition. Added spec just in case.
| * | | | 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda2017-05-031-9/+9
| | | | |
| * | | | Normalize wordingShinya Maeda2017-05-031-47/+39
| | | | |
| * | | | Finish pipelines_specShinya Maeda2017-05-032-46/+105
| | | | |
| * | | | Unveil iterationShinya Maeda2017-05-031-10/+29
| | | | |
| * | | | Use eq instead of match_array for comparison of arrayShinya Maeda2017-05-031-5/+5
| | | | |
| * | | | Add spec for Pipeline API (Halfway)Shinya Maeda2017-05-031-0/+145
| | | | |
| * | | | No need 'a'Shinya Maeda2017-05-031-13/+13
| | | | |
| * | | | Add name(User)Shinya Maeda2017-05-031-6/+24
| | | | |
| * | | | Change name to usernameShinya Maeda2017-05-031-1/+1
| | | | |
| * | | | Use ActiveRecord for comparisonShinya Maeda2017-05-031-50/+36
| | | | |
| * | | | Add tag trueShinya Maeda2017-05-031-1/+1
| | | | |
| * | | | Check if any master existsShinya Maeda2017-05-031-1/+1
| | | | |
| * | | | include to all(eq()). Test status, not scope.Shinya Maeda2017-05-031-16/+16
| | | | |
| * | | | %[] to %w[]Shinya Maeda2017-05-031-1/+1
| | | | |
| * | | | %w() to %[]Shinya Maeda2017-05-031-1/+1
| | | | |
| * | | | Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-031-56/+39
| | | | |
| * | | | Fixed the following.Shinya Maeda2017-05-031-20/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
| * | | | Fix created_at test case because of sorting failureShinya Maeda2017-05-031-8/+8
| | | | |
| * | | | Fix rubocop offences and rspec failuresShinya Maeda2017-05-031-23/+22
| | | | |
| * | | | Add specs. Plus, minor fixes.Shinya Maeda2017-05-031-17/+201
| | | | |
* | | | | Merge branch 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' Sean McGivern2017-05-031-4/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep See merge request !11064