summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use Dir.mktmpdir instead of FileUtils.mkdir_p in the specDouglas Barbosa Alexandre2016-07-211-48/+56
* Use find instead Ruby to remove files due to performance reasonsDouglas Barbosa Alexandre2016-07-211-19/+8
* Cover the behavior RepositoryArchiveCleanUpService with testsDouglas Barbosa Alexandre2016-07-211-7/+89
* Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-212-24/+31
* Merge branch '20055-build-duration-showing-too-many-digits' into 'master' Stan Hu2016-07-211-0/+1
|\
| * Cast duration to integer in `TimeHelper#time_interval_in_words`Rémy Coutable2016-07-211-0/+1
* | Merge branch '20061-emailsonpushworker-fails-on-new-branch-pushes' into 'mast...Rémy Coutable2016-07-211-0/+36
|\ \ | |/ |/|
| * Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushesSean McGivern2016-07-211-0/+36
* | Merge branch 'fix/new-project-import-tooltip' into 'master' Fatih Acet2016-07-211-0/+15
|\ \ | |/ |/|
| * fix spec - unused varfix/new-project-import-tooltipJames Lopez2016-07-201-1/+1
| * fix specJames Lopez2016-07-201-1/+3
| * added spec, fixed wordingJames Lopez2016-07-201-0/+13
* | Merge branch '20067-wiki-not-visible-from-web' into 'master' Rémy Coutable2016-07-211-27/+37
|\ \
| * | Make Service.external_wikis return only active external wikisRémy Coutable2016-07-211-27/+37
* | | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-213-20/+196
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-2125-106/+844
| |\ \
| * | | Just put setup directly in the test, feedback:Lin Jen-Shin2016-07-211-6/+4
| * | | Cleanup the use of let, feedback:Lin Jen-Shin2016-07-211-8/+6
| * | | Lose unneeded instance variables and variables, feedback:Lin Jen-Shin2016-07-201-6/+6
| * | | Make sure there's a buildLin Jen-Shin2016-07-201-0/+1
| * | | Use the same logic, it should specify that it's not logged inLin Jen-Shin2016-07-201-1/+1
| * | | Use 'when logging as guest' for context, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | | Cleanup that a bitLin Jen-Shin2016-07-201-42/+27
| * | | Rename user2 to reporter_userLin Jen-Shin2016-07-201-5/+5
| * | | Should check against `authorize_read_builds!`Lin Jen-Shin2016-07-201-0/+14
| * | | Reuse those two methodsLin Jen-Shin2016-07-201-19/+10
| * | | Still give descriptions, feedback:Lin Jen-Shin2016-07-201-1/+3
| * | | It should be pluralLin Jen-Shin2016-07-201-1/+1
| * | | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-201-21/+30
| * | | Cleanup let a bit, feedback:Lin Jen-Shin2016-07-201-10/+6
| * | | Use only one before, feedback:Lin Jen-Shin2016-07-201-2/+0
| * | | Past tense:Lin Jen-Shin2016-07-201-1/+1
| * | | Past tense, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | | More complex data manipulating tests to model, andLin Jen-Shin2016-07-202-46/+60
| * | | We need INNER JOIN to get the right pipeline,Lin Jen-Shin2016-07-201-4/+7
| * | | Use shared_examples, feedback:Lin Jen-Shin2016-07-201-4/+4
| * | | Use shared_example rather than methods, feedback:Lin Jen-Shin2016-07-201-11/+12
| * | | That means different things but it's ok here.Lin Jen-Shin2016-07-201-1/+1
| * | | Create the pipelines/builds in mixed order, feedback:Lin Jen-Shin2016-07-201-8/+15
| * | | It's no longer neededLin Jen-Shin2016-07-201-2/+0
| * | | Merge remote-tracking branch 'upstream/artifacts-from-ref-and-build-name-api-...Lin Jen-Shin2016-07-201-56/+17
| |\ \ \
| | * | | Make minimal changes to specsartifacts-from-ref-and-build-name-api-kamilKamil Trzcinski2016-07-191-56/+17
| * | | | Move Project#latest_successful_builds_for to project_spec.rbLin Jen-Shin2016-07-202-34/+43
| |/ / /
| * | | Just use default_branch, feedback:Lin Jen-Shin2016-07-202-6/+6
| * | | path_from_ref -> path_for_ref, feedback:Lin Jen-Shin2016-07-201-8/+8
| * | | Drop description for simple case, feedback:Lin Jen-Shin2016-07-201-3/+1
| * | | when unauthorized, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | | Check against type explicit, feedback:Lin Jen-Shin2016-07-201-2/+4
| * | | Use for, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | | Use let! feedback:Lin Jen-Shin2016-07-201-5/+1