summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix validation method for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-134-5/+22
| * | | | Extract GitHub branch formatterDouglas Barbosa Alexandre2016-05-136-165/+113
| * | | | Import PRs where branch names were reused across PRsDouglas Barbosa Alexandre2016-05-132-10/+50
| * | | | Preserve commits/diff/comments for PRs that were merged on GitHubDouglas Barbosa Alexandre2016-05-135-9/+50
| * | | | Fix spec for Gitlab::GithubImport::PullRequestFormatterDouglas Barbosa Alexandre2016-05-133-28/+76
| * | | | Import pull requests from GitHub where the target branch was removedDouglas Barbosa Alexandre2016-05-132-12/+31
| * | | | Import pull requests from GitHub where the source branch was removedDouglas Barbosa Alexandre2016-05-132-27/+47
* | | | | Merge branch 'add-cache-count-metrics' into 'master' Yorick Peterse2016-05-163-10/+19
|\ \ \ \ \
| * | | | | Add cache count metrics to rails cacheadd-cache-count-metricsPablo Carranza2016-05-153-10/+19
|/ / / / /
* | | | | Merge branch 'dz-change-sidebar-colors' into 'master' Dmitriy Zaporozhets2016-05-141-4/+4
|\ \ \ \ \
| * | | | | Change colors for charcoal and graphite sidebar themesdz-change-sidebar-colorsDmitriy Zaporozhets2016-05-141-4/+4
|/ / / / /
* | | | | Merge branch 'refactor-diff-notes' into 'master' Douwe Maan2016-05-1338-454/+449
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename diff_with_notes partial.Douwe Maan2016-05-132-1/+1
| * | | | Satisfy RubocopDouwe Maan2016-05-131-1/+1
| * | | | "the outdated diff" -> "an outdated diff"Douwe Maan2016-05-131-1/+1
| * | | | Update specsDouwe Maan2016-05-134-84/+10
| * | | | Clean up LegacyDiffNote somewhatDouwe Maan2016-05-136-101/+154
| * | | | Use `@diff_notes_disabled` instead of `@comments_allowed`Douwe Maan2016-05-136-7/+7
| * | | | Extract LegacyDiffNote out of NoteDouwe Maan2016-05-1333-370/+386
* | | | | Merge branch 'doc_to_docs' into 'master' Achilleas Pipinellis2016-05-1320-24/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Change all occurrences of doc.gitlab.com to docs.gitlab.comAchilleas Pipinellis2016-05-1320-24/+24
|/ / / /
* | | | Merge branch 'revert-3955' into 'master' Achilleas Pipinellis2016-05-131-2/+2
|\ \ \ \
| * | | | Revert "Merge branch 'doc-fix-db-gem-install-instructions' into 'master' "revert-3955Rémy Coutable2016-05-131-2/+2
* | | | | Merge branch 'remove-deprecated-finders' into 'master' Douwe Maan2016-05-132-3/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove activerecord-deprecated_finders gemConnor Shea2016-05-102-3/+0
* | | | | Merge branch 'rubocop/space-around-operators' into 'master' Robert Speicher2016-05-1334-80/+80
|\ \ \ \ \
| * | | | | remove extra space to fix codestylerubocop/space-around-operatorsGabriel Mazetto2016-05-131-1/+1
| * | | | | Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-1333-77/+77
| * | | | | Require space around operatorsGabriel Mazetto2016-05-131-2/+2
* | | | | | Merge branch '17338-sidebar-width' into 'master' Dmitriy Zaporozhets2016-05-132-2/+2
|\ \ \ \ \ \
| * | | | | | Undo changes; reduce sidebar internal width17338-sidebar-widthAnnabel Dunstone2016-05-121-9/+4
| * | | | | | No extra link padding at xs screen sizeAnnabel Dunstone2016-05-101-2/+4
| * | | | | | Reduce width of side navAnnabel Dunstone2016-05-102-5/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch '17501-dropdown-bug' into 'master' Dmitriy Zaporozhets2016-05-134-2/+29
|\ \ \ \ \ \
| * | | | | | Fix mobile dropdown bugAnnabel Dunstone2016-05-134-2/+29
* | | | | | | Merge branch 'dz-fix-issue-sidebar' into 'master' Dmitriy Zaporozhets2016-05-133-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Fix login btn vertical alignDmitriy Zaporozhets2016-05-131-1/+1
| * | | | | | | Fix issue sidebar top position after header height changeDmitriy Zaporozhets2016-05-132-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'dz-update-changelog' into 'master' Robert Speicher2016-05-131-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add UI changes in 8.8 to changelogdz-update-changelogDmitriy Zaporozhets2016-05-131-0/+2
| |/ / / / /
* | | | | | Merge branch 'dz-improve-sidebar-design' into 'master' Dmitriy Zaporozhets2016-05-131-4/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove background color differentiation from gitlab logo/text in sidebardz-improve-sidebar-designDmitriy Zaporozhets2016-05-131-4/+1
|/ / / / /
* | | | | Merge branch '17485-broadcast-msg' into 'master' Dmitriy Zaporozhets2016-05-131-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Move broadcast msg into content-wrapper17485-broadcast-msgAnnabel Dunstone2016-05-121-1/+1
* | | | | Merge branch 'fix_health_check_type' into 'master' Douwe Maan2016-05-122-2/+2
|\ \ \ \ \
| * | | | | Fix minor typos in admin health check pageDrew Blessing2016-05-122-2/+2
* | | | | | Merge branch 'rs-cleanup-events_helper_spec' into 'master' Douwe Maan2016-05-121-47/+48
|\ \ \ \ \ \
| * | | | | | Clean up EventsHelper specRobert Speicher2016-05-121-47/+48
* | | | | | | Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher2016-05-1210-14/+14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-0810-14/+14
| | |_|_|_|/ | |/| | | |