summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update documentation according to the new multiple git mount points feature20107-update-documentation-according-to-the-new-multiple-repository-storage-paths-featureAlejandro Rodríguez2016-07-212-3/+4
* Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into '...Douwe Maan2016-07-218-38/+133
|\
| * Update CHANGELOGfix-data-integrity-issue-with-repository-downloads-pathDouglas Barbosa Alexandre2016-07-211-0/+1
| * Extract helper methods to clean up RepositoryArchiveCleanUpService specDouglas Barbosa Alexandre2016-07-211-66/+37
| * 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-212-32/+12
| * Cover the behavior RepositoryArchiveCleanUpService with testsDouglas Barbosa Alexandre2016-07-211-7/+89
| * Add service to clean up repository archive cacheDouglas Barbosa Alexandre2016-07-215-35/+74
| * Avoid data-integrity issue when repository_downloads_path is incorrectlyDouglas Barbosa Alexandre2016-07-211-1/+15
| * Update default path for repository_downloads_path in gitlab.yml.exampleDouglas Barbosa Alexandre2016-07-211-2/+2
* | Merge branch 'pipeline-table' into 'master' Jacob Schatz2016-07-212-2/+11
|\ \
| * | Reduce min width of pipeline tableAnnabel Dunstone2016-07-212-2/+11
* | | Merge branch 'fix/get-cached-rendered-html-using-single-redis-request' into '...Douwe Maan2016-07-213-20/+30
|\ \ \
| * | | Retrieve rendered HTML from cache in one requestfix/get-cached-rendered-html-using-single-redis-requestAhmad Sherif2016-07-213-20/+30
| |/ /
* | | Merge branch 'rs-bulk-issues-update-spec' into 'master' Robert Speicher2016-07-212-76/+65
|\ \ \ | |/ / |/| |
| * | Refactor Issues::BulkUpdateService specrs-bulk-issues-update-specRobert Speicher2016-07-202-76/+65
* | | Merge branch 'discussion-model' into 'master' Robert Speicher2016-07-2127-1096/+340
|\ \ \
| * | | Add Discussion model to represent MR/diff discussiondiscussion-modelDouwe Maan2016-07-2027-1096/+340
* | | | Merge branch 'ui-bug-fixes' into 'master' Robert Speicher2016-07-219-12/+46
|\ \ \ \
| * | | | Fix sha icon positioning on safariui-bug-fixesAnnabel Dunstone2016-07-211-2/+2
| * | | | Mobile view for commit statusAnnabel Dunstone2016-07-212-1/+10
| * | | | Fix ci icons getting cut offAnnabel Dunstone2016-07-215-9/+9
| * | | | Fix firefox rendering of SVGsAnnabel Dunstone2016-07-211-0/+1
| * | | | Fix icons on commits page and builds pageAnnabel Dunstone2016-07-212-1/+9
| * | | | Add new fork SVG to fix weird styling of other SVGsAnnabel Dunstone2016-07-211-1/+3
| * | | | Bug fixesAnnabel Dunstone2016-07-213-5/+19
| | |_|/ | |/| |
* | | | Merge branch 'bump-vmstat-version' into 'master' Stan Hu2016-07-212-3/+3
|\ \ \ \
| * | | | Bump vmstat version to fix issues reporting on FreeBSDStan Hu2016-07-212-3/+3
* | | | | Merge branch 'fix-has-external-wiki-migration' into 'master' Rémy Coutable2016-07-211-2/+3
|\ \ \ \ \
| * | | | | Don't drop in DropAndReaddHasExternalWikiInProjectsfix-has-external-wiki-migrationYorick Peterse2016-07-211-2/+3
| |/ / / /
* | | | | Merge branch 'document-allow_failure-keyword' into 'master' Achilleas Pipinellis2016-07-211-23/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add allow_failure CI documentationdocument-allow_failure-keywordAchilleas Pipinellis2016-07-211-23/+58
* | | | | Merge branch '20079-new-wiki-page-500' into 'master' Stan Hu2016-07-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't use `params[:id]` while building `markdown_preview_path`.20079-new-wiki-page-500Timothy Andrew2016-07-211-1/+1
* | | | | Merge branch 'fix-migration-introduced-by-5387' into 'master' Stan Hu2016-07-212-13/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix migration to make it fastRémy Coutable2016-07-212-13/+14
| |/ / /
* | | | Fix CHANGELOGRémy Coutable2016-07-211-34/+35
* | | | Merge branch '20055-build-duration-showing-too-many-digits' into 'master' Stan Hu2016-07-212-0/+2
|\ \ \ \
| * | | | Cast duration to integer in `TimeHelper#time_interval_in_words`Rémy Coutable2016-07-212-0/+2
| |/ / /
* | | | Merge branch '20061-emailsonpushworker-fails-on-new-branch-pushes' into 'mast...Rémy Coutable2016-07-212-2/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushesSean McGivern2016-07-212-2/+38
* | | | Merge branch 'fix/new-project-import-tooltip' into 'master' Fatih Acet2016-07-213-12/+28
|\ \ \ \ | |/ / / |/| | |
| * | | 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-202-3/+16
| * | | added changelogJames Lopez2016-07-201-0/+1
| * | | fix JS - now tooltip and flash should showJames Lopez2016-07-201-9/+9
* | | | Merge branch 'hide-project-name-in-project-activities' into 'master' Fatih Acet2016-07-218-20/+27
|\ \ \ \
| * | | | Hide namespace and project name on project activity page (!5068)winniehell2016-07-148-20/+27
* | | | | Merge branch 'add-preview-image-border' into 'master' Fatih Acet2016-07-214-29/+24
|\ \ \ \ \