| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Pathname to make the repository storage path validations more robust | Alejandro Rodríguez | 2016-07-21 | 1 | -3/+23 |
* | Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '... | Douwe Maan | 2016-07-21 | 2 | -24/+81 |
|\ |
|
| * | Extract helper methods to clean up RepositoryArchiveCleanUpService spec | Douglas Barbosa Alexandre | 2016-07-21 | 1 | -66/+37 |
| * | Use Dir.mktmpdir instead of FileUtils.mkdir_p in the spec | Douglas Barbosa Alexandre | 2016-07-21 | 1 | -48/+56 |
| * | Use find instead Ruby to remove files due to performance reasons | Douglas Barbosa Alexandre | 2016-07-21 | 1 | -19/+8 |
| * | Cover the behavior RepositoryArchiveCleanUpService with tests | Douglas Barbosa Alexandre | 2016-07-21 | 1 | -7/+89 |
| * | Add service to clean up repository archive cache | Douglas Barbosa Alexandre | 2016-07-21 | 2 | -24/+31 |
* | | Merge branch 'fix/get-cached-rendered-html-using-single-redis-request' into '... | Douwe Maan | 2016-07-21 | 1 | -16/+24 |
|\ \ |
|
| * | | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-request | Ahmad Sherif | 2016-07-21 | 1 | -16/+24 |
* | | | Merge branch 'rs-bulk-issues-update-spec' into 'master'
| Robert Speicher | 2016-07-21 | 2 | -76/+65 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactor Issues::BulkUpdateService specrs-bulk-issues-update-spec | Robert Speicher | 2016-07-20 | 2 | -76/+65 |
* | | | Merge branch 'discussion-model' into 'master'
| Robert Speicher | 2016-07-21 | 2 | -803/+43 |
|\ \ \
| |_|/
|/| | |
|
| * | | Add Discussion model to represent MR/diff discussiondiscussion-model | Douwe Maan | 2016-07-20 | 2 | -803/+43 |
* | | | Merge branch '20055-build-duration-showing-too-many-digits' into 'master'
| Stan Hu | 2016-07-21 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Cast duration to integer in `TimeHelper#time_interval_in_words` | Rémy Coutable | 2016-07-21 | 1 | -0/+1 |
* | | | | Merge branch '20061-emailsonpushworker-fails-on-new-branch-pushes' into 'mast... | Rémy Coutable | 2016-07-21 | 1 | -0/+36 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushes | Sean McGivern | 2016-07-21 | 1 | -0/+36 |
* | | | | Merge branch 'fix/new-project-import-tooltip' into 'master'
| Fatih Acet | 2016-07-21 | 1 | -0/+15 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix spec - unused varfix/new-project-import-tooltip | James Lopez | 2016-07-20 | 1 | -1/+1 |
| * | | | fix spec | James Lopez | 2016-07-20 | 1 | -1/+3 |
| * | | | added spec, fixed wording | James Lopez | 2016-07-20 | 1 | -0/+13 |
* | | | | Merge branch '20067-wiki-not-visible-from-web' into 'master'
| Rémy Coutable | 2016-07-21 | 1 | -27/+37 |
|\ \ \ \ |
|
| * | | | | Make Service.external_wikis return only active external wikis | Rémy Coutable | 2016-07-21 | 1 | -27/+37 |
* | | | | | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master'
| Rémy Coutable | 2016-07-21 | 3 | -20/+196 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Merge branch 'master' into artifacts-from-ref-and-build-name-api | Lin Jen-Shin | 2016-07-21 | 25 | -106/+844 |
| |\ \ \ \ |
|
| * | | | | | Just put setup directly in the test, feedback: | Lin Jen-Shin | 2016-07-21 | 1 | -6/+4 |
| * | | | | | Cleanup the use of let, feedback: | Lin Jen-Shin | 2016-07-21 | 1 | -8/+6 |
| * | | | | | Lose unneeded instance variables and variables, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -6/+6 |
| * | | | | | Make sure there's a build | Lin Jen-Shin | 2016-07-20 | 1 | -0/+1 |
| * | | | | | Use the same logic, it should specify that it's not logged in | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | Use 'when logging as guest' for context, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | Cleanup that a bit | Lin Jen-Shin | 2016-07-20 | 1 | -42/+27 |
| * | | | | | Rename user2 to reporter_user | Lin Jen-Shin | 2016-07-20 | 1 | -5/+5 |
| * | | | | | Should check against `authorize_read_builds!` | Lin Jen-Shin | 2016-07-20 | 1 | -0/+14 |
| * | | | | | Reuse those two methods | Lin Jen-Shin | 2016-07-20 | 1 | -19/+10 |
| * | | | | | Still give descriptions, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -1/+3 |
| * | | | | | It should be plural | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | Avoid mixing builds from different pipelines: | Lin Jen-Shin | 2016-07-20 | 1 | -21/+30 |
| * | | | | | Cleanup let a bit, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -10/+6 |
| * | | | | | Use only one before, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -2/+0 |
| * | | | | | Past tense: | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | Past tense, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | More complex data manipulating tests to model, and | Lin Jen-Shin | 2016-07-20 | 2 | -46/+60 |
| * | | | | | We need INNER JOIN to get the right pipeline, | Lin Jen-Shin | 2016-07-20 | 1 | -4/+7 |
| * | | | | | Use shared_examples, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -4/+4 |
| * | | | | | Use shared_example rather than methods, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -11/+12 |
| * | | | | | That means different things but it's ok here. | Lin Jen-Shin | 2016-07-20 | 1 | -1/+1 |
| * | | | | | Create the pipelines/builds in mixed order, feedback: | Lin Jen-Shin | 2016-07-20 | 1 | -8/+15 |
| * | | | | | It's no longer needed | Lin Jen-Shin | 2016-07-20 | 1 | -2/+0 |
| * | | | | | Merge remote-tracking branch 'upstream/artifacts-from-ref-and-build-name-api-... | Lin Jen-Shin | 2016-07-20 | 1 | -56/+17 |
| |\ \ \ \ \ |
|