summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace 'Settings ➔ CI/CD Pipelines' with 'Settings ➔ Pipelines' in docs34264-replace-settings-ci-cd-pipelines-with-settings-pipelines-in-docsbikebilly2017-06-232-4/+4
* Merge branch 'tc-refactor-projects-finder-init-collection' into 'master'Douwe Maan2017-06-237-6/+30
|\
| * Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-237-6/+30
* | Merge branch 'mk-fix-breadcrumb-order-33938' into 'master'Douwe Maan2017-06-233-1/+18
|\ \
| * | Add changelog entrymk-fix-breadcrumb-order-33938Michael Kozono2017-06-231-0/+4
| * | Fix breadcrumb orderMichael Kozono2017-06-222-1/+14
* | | Merge branch 'mk-fix-issue-34068' into 'master'Douwe Maan2017-06-232-2/+6
|\ \ \
| * | | Fix 500 on create group failuresMichael Kozono2017-06-232-2/+6
* | | | Merge branch 'fix/gb/improve-updating-column-in-batches-helper' into 'master'Yorick Peterse2017-06-2319-30/+77
|\ \ \ \
| * | | | Fix Rubocop offense in migration helpers specsfix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-221-1/+1
| * | | | Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-22439-3577/+4596
| |\ \ \ \
| * | | | | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-222-2/+2
| * | | | | Fix specs for database migration helpers with transactionsGrzegorz Bizon2017-06-221-2/+8
| * | | | | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-216-5/+7
| * | | | | Disable transactions in migrations that should not use itGrzegorz Bizon2017-06-2110-0/+21
| * | | | | Raise if updating columns in batches within a transactionGrzegorz Bizon2017-06-212-21/+41
* | | | | | Merge branch '34219-extra-symbol-notifications-modal' into 'master'Phil Hughes2017-06-231-1/+1
|\ \ \ \ \ \
| * | | | | | Remove extra symbol in notifications modal34219-extra-symbol-notifications-modalAnnabel Dunstone Gray2017-06-231-1/+1
* | | | | | | Merge branch 'commit-comments-limited-width' into 'master'Annabel Dunstone Gray2017-06-237-12/+23
|\ \ \ \ \ \ \
| * | | | | | | Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-237-12/+23
|/ / / / / / /
* | | | | | | Merge branch 'project-readme-limited-width' into 'master'Annabel Dunstone Gray2017-06-235-2/+13
|\ \ \ \ \ \ \
| * | | | | | | Limit the width of project READMEsPhil Hughes2017-06-235-2/+13
|/ / / / / / /
* | | | | | | Merge branch '33538-update-ci-dockerfile-now-that-chrome-headless-no-longer-i...Grzegorz Bizon2017-06-233-5/+13
|\ \ \ \ \ \ \
| * | | | | | | Update chrome version and the binary path33538-update-ci-dockerfile-now-that-chrome-headless-no-longer-in-betaGrzegorz Bizon2017-06-222-2/+2
| * | | | | | | add CHANGELOG.md entry for !12071Mike Greiling2017-06-211-0/+4
| * | | | | | | rename DRIVER_VERSION environment variable to CHROME_DRIVER_VERSIONMike Greiling2017-06-211-2/+2
| * | | | | | | update chrome version and chromedriverMike Greiling2017-06-211-4/+8
| * | | | | | | Update Dockerfile to utilize the stable release of Google Chrome 59Mike Greiling2017-06-211-3/+3
* | | | | | | | Merge branch 'winh-promise-rejects-fail-tests' into 'master'Phil Hughes2017-06-238-160/+257
|\ \ \ \ \ \ \ \
| * | | | | | | | Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann2017-06-238-160/+257
|/ / / / / / / /
* | | | | | | | Merge branch 'hot-reload' into 'master'Tim Zallmann2017-06-231-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | hot reloading for .vue fileshot-reloadSimon Knox2017-06-151-0/+4
* | | | | | | | | Merge branch '31574-bootstrap-form-builder' into 'master'Phil Hughes2017-06-235-74/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Convert app/views/profiles/show.html.haml to bootstrap_formNick Thomas2017-06-223-74/+50
| * | | | | | | | | Add bootstrap_form gemNick Thomas2017-06-222-0/+3
* | | | | | | | | | Merge branch '33992-mr-target-avatar' into 'master'Phil Hughes2017-06-231-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add padding to target branch container33992-mr-target-avatarAnnabel Dunstone Gray2017-06-211-1/+1
* | | | | | | | | | | Merge branch 'fix-sidebar-scroll-jump' into 'master'Phil Hughes2017-06-231-3/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove layout nav from scroll calculationfix-sidebar-scroll-jumpAnnabel Dunstone Gray2017-06-221-3/+1
* | | | | | | | | | | | Merge branch '34095-permalinks' into 'master'Phil Hughes2017-06-232-3/+14
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix offset for fixed navAnnabel Dunstone Gray2017-06-232-3/+14
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'notes-es-class-syntax' into 'master'Tim Zallmann2017-06-231-1374/+1356
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | refactor Notes class to ES class syntaxnotes-es-class-syntaxMike Greiling2017-06-221-1374/+1356
* | | | | | | | | | | | | Merge branch 'dm-unnecessary-top-padding' into 'master'Sean McGivern2017-06-232-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Remove unnecessary top padding on group MR indexdm-unnecessary-top-paddingDouwe Maan2017-06-222-2/+5
* | | | | | | | | | | | | | Merge branch '34120-environment-detail-bug' into 'master'Phil Hughes2017-06-233-9/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix mobile environment detail viewAnnabel Dunstone Gray2017-06-233-9/+11
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'project-settings-container-width' into 'master'Annabel Dunstone Gray2017-06-2312-50/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Added limited width container to project settingsPhil Hughes2017-06-2012-50/+52
* | | | | | | | | | | | | Merge branch 'fix-dropdown-top-navbar-position-mobile' into 'master'Annabel Dunstone Gray2017-06-232-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | |