summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rubocop fix: don't use single line blocksbugfix/ruby2.4-compathttp://jneen.net/2017-06-261-2/+6
* rm use of deprecated webmock api in teamcity_service_spechttp://jneen.net/2017-06-261-2/+4
* rm use of deprecated webmock api in campfire_service_spechttp://jneen.net/2017-06-261-5/+6
* rm use of deprecated webmock api in jira model spechttp://jneen.net/2017-06-261-11/+11
* rm use of deprecated webmock api in bamboo_service_spechttp://jneen.net/2017-06-261-2/+2
* remove use of deprecated webmock feature in jira specshttp://jneen.net/2017-06-261-7/+7
* ruby 2.4 compat: update to webmock 2.3.2http://jneen.net/2017-06-262-4/+4
* Update CHANGELOG.md for 9.3.1Clement Ho2017-06-267-25/+9
* Merge branch '33600-fix-uncaught-throw-in-ee_compat_check' into 'master'Robert Speicher2017-06-261-4/+17
|\
| * Fix an uncaught throw in the ee_compat_check jobRémy Coutable2017-06-211-4/+17
* | Merge branch 'remove-unused-argument' into 'master'Sean McGivern2017-06-261-2/+2
|\ \
| * | Remove unused Gitlab::Git::Commit#to_diff argumentJacob Vosmaer2017-06-261-2/+2
* | | Merge branch 'fix-nested-group-spec-on-mysql' into 'master'Robert Speicher2017-06-261-1/+1
|\ \ \
| * | | Tag a spec as :nested_groups since it fails on MySQLfix-nested-group-spec-on-mysqlRémy Coutable2017-06-261-1/+1
* | | | Merge branch 'accepting-mrs-more-prominent' into 'master'Sid Sijbrandij2017-06-261-0/+2
|\ \ \ \
| * | | | make accepting mrs more prominentaccepting-mrs-more-prominentJob van der Voort2017-06-261-0/+2
* | | | | Merge branch '34286_add_esperanto_translations_for_cycle_analytics_and_projec...Douwe Maan2017-06-265-1/+1150
|\ \ \ \ \
| * | | | | Add Esperanto translations for Cycle Analytics, Project, and Repository pages黄涛2017-06-265-1/+1150
* | | | | | Merge branch 'experimental-top-nav' into 'master'Annabel Dunstone Gray2017-06-2618-8/+490
|\ \ \ \ \ \
| * | | | | | mobile spacing improvementsexperimental-top-navPhil Hughes2017-06-232-21/+45
| * | | | | | fixed `This project` badge background & text colorPhil Hughes2017-06-231-2/+10
| * | | | | | updates to spacing & alignmentPhil Hughes2017-06-234-18/+85
| * | | | | | Merge branch 'master' into experimental-top-navPhil Hughes2017-06-23541-5779/+9148
| |\ \ \ \ \ \
| * | | | | | | mobile improvementsPhil Hughes2017-06-222-16/+13
| * | | | | | | fixed scss-lintPhil Hughes2017-06-221-1/+1
| * | | | | | | fixed some design issuesPhil Hughes2017-06-222-14/+18
| * | | | | | | padding updatesPhil Hughes2017-06-211-2/+3
| * | | | | | | fixed scss-lint jobPhil Hughes2017-06-215-26/+34
| * | | | | | | color changes to navigationPhil Hughes2017-06-211-19/+38
| * | | | | | | fixed typo in selector :see_no_evil:Phil Hughes2017-06-212-3/+3
| * | | | | | | fixed scss-lint jobPhil Hughes2017-06-211-1/+1
| * | | | | | | added section to profile/preferencesPhil Hughes2017-06-217-0/+37
| * | | | | | | fixed dashboard projects nav item being activePhil Hughes2017-06-212-3/+6
| * | | | | | | added signed out subnavPhil Hughes2017-06-213-0/+24
| * | | | | | | spacing fixesPhil Hughes2017-06-213-4/+31
| * | | | | | | fix scss-lint jobPhil Hughes2017-06-211-11/+13
| * | | | | | | Top navigation redesignPhil Hughes2017-06-219-5/+266
* | | | | | | | Merge branch 'sh-fix-premailer-gem-for-filesystem' into 'master'Robert Speicher2017-06-263-6/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Bump premailer-rails gem to 1.9.7 and its dependencies to prevent network ret...Stan Hu2017-06-263-6/+12
* | | | | | | | | Merge branch '33846-no-runner-for-admin' into 'master'Rémy Coutable2017-06-263-35/+65
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add explicit message when no runners on adminTakuya Noguchi2017-06-263-35/+65
|/ / / / / / / / /
* | | | | | | | | Merge branch '34320-environment-detail-job' into 'master'Filipa Lacerda2017-06-262-6/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Truncate long job names in environment view; wrap author to next lineAnnabel Dunstone Gray2017-06-262-6/+9
* | | | | | | | | | Merge branch '23036-replace-dashboard-mr-spinach' into 'master'Rémy Coutable2017-06-266-170/+114
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa2017-06-266-170/+114
* | | | | | | | | | | Merge branch '33546-mini-pipeline' into 'master'Phil Hughes2017-06-262-2/+44
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | Fix endpoint not being update correctlyFilipa Lacerda2017-06-262-2/+44
|/ / / / / / / / / /
* | | | | | | | | | Merge branch '33933-fix-deployment-indicator-date' into 'master'Robert Speicher2017-06-262-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix bug where Service `created_at` time was used instead of deployment time.33933-fix-deployment-indicator-datePawel Chojnacki2017-06-222-3/+6
* | | | | | | | | | | Merge branch 'patch-24' into 'master'Sean McGivern2017-06-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \