summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Small refactor after last code review.35012-navigation-add-option-to-change-navigation-color-paletteRuben Davila2017-09-073-10/+8
* Use indigo as default themeAnnabel Dunstone Gray2017-09-073-4/+4
* Add changelogAnnabel Dunstone Gray2017-09-061-0/+5
* Finish light themeAnnabel Dunstone Gray2017-09-062-13/+78
* Add previews in preferencesAnnabel Dunstone Gray2017-09-064-4/+75
* Fix specs; start on light themeAnnabel Dunstone Gray2017-09-068-34/+67
* Use `table` helper in migration specsSean McGivern2017-09-062-5/+2
* Don't depend on user model in migration specSean McGivern2017-09-062-4/+17
* Add blue themeAnnabel Dunstone Gray2017-09-065-7/+25
* Finish adding dark themeAnnabel Dunstone Gray2017-09-064-98/+179
* Start CSS for dark themeAnnabel Dunstone Gray2017-09-063-107/+31
* Add functionality for two themesAnnabel Dunstone Gray2017-09-068-20/+152
* Restore some changes from !9199Rubén Dávila2017-09-0618-8/+197
* Add theme_id column to users tableRubén Dávila2017-09-062-0/+11
* Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-objectRobert Speicher2017-09-066-44/+124
|\
| * Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-066-44/+124
* | Merge branch 'ie-sidebar-icon-size' into 'master'Annabel Dunstone Gray2017-09-061-0/+4
|\ \
| * | Fixed sidebar icon size in ie11ie-sidebar-icon-sizePhil Hughes2017-09-061-0/+4
* | | Merge branch '34509-improves-markdown-rendering-performance-for-commits-list'...Douwe Maan2017-09-0625-80/+268
|\ \ \
| * | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-0627-94/+268
| * | | Adds CommitDescriptionRendererTiago Botelho2017-09-062-0/+14
* | | | Merge branch 'evn-clarify-times-in-pb' into 'master'Robert Speicher2017-09-061-8/+8
|\ \ \ \
| * | | | Clarify documentation about performance barernstvn2017-09-061-8/+8
* | | | | Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern2017-09-0621-28/+199
|\ \ \ \ \
| * | | | | fix the failing spec35161_first_time_contributor_badgemicael.bergeron2017-09-061-2/+2
| * | | | | fixup whitespacemicael.bergeron2017-09-061-1/+1
| * | | | | add controller specmicael.bergeron2017-09-067-34/+33
| * | | | | remove lintmicael.bergeron2017-09-063-4/+4
| * | | | | fix note-role alignmentmicael.bergeron2017-09-061-3/+2
| * | | | | rework the contributor badgemicael.bergeron2017-09-068-30/+41
| * | | | | round of fixes after code reviewmicael.bergeron2017-09-066-26/+61
| * | | | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-0616-93/+143
| * | | | | add changelog entrymicael.bergeron2017-09-061-0/+4
| * | | | | fix #35161, add a first-time contributor badgemicael.bergeron2017-09-063-0/+73
| | |/ / / | |/| | |
* | | | | Merge branch '35441-fix-division-by-zero' into 'master'Robert Speicher2017-09-063-16/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refactor blame helper age class testsJeff Stubler2017-09-051-22/+15
| * | | | Fix division by zero for blame age mapJeff Stubler2017-08-243-7/+30
* | | | | Merge branch 'url-sanitizer-fixes' into 'master'Douwe Maan2017-09-063-56/+147
|\ \ \ \ \
| * | | | | Remove blank passwords from sanitized URLsNick Thomas2017-09-063-54/+144
| * | | | | Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas2017-09-062-6/+7
* | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński2017-09-0613-219/+478
|\ \ \ \ \ \
| * | | | | | Revert moving authorization hook in jobs APIfeature/gb/download-single-job-artifact-using-apiGrzegorz Bizon2017-09-061-2/+2
| * | | | | | Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into feature/gb/downl...Grzegorz Bizon2017-09-06317-3948/+13758
| |\ \ \ \ \ \
| * | | | | | | Fix artifacts controller specsGrzegorz Bizon2017-09-061-8/+0
| * | | | | | | Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
| * | | | | | | Add basic docs about new artifact access API endpointGrzegorz Bizon2017-09-061-2/+36
| * | | | | | | Add changelog entry for new artifacts API endpointGrzegorz Bizon2017-09-061-0/+5
| * | | | | | | Respond with a bad request if artifact path is invalidGrzegorz Bizon2017-09-062-2/+2
| * | | | | | | Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-065-101/+102
| * | | | | | | Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-052-43/+81