summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updates Save button to have a green bg60261-save-btn-envFilipa Lacerda2019-04-092-1/+6
| | | | | The Save button in the environments create/edit form was white, it should be green.
* Merge branch 'mw-i18n-flashes' into 'master'Sean McGivern2019-04-0814-34/+133
|\ | | | | | | | | Externalize strings in flash messages See merge request gitlab-org/gitlab-ce!27106
| * Externalize strings in flash messagesMartin Wortschack2019-04-0814-34/+133
|/ | | | | - Externalize strings in controllers - Update PO file
* Merge branch 'document-approach-for-handling-big-repositories' into 'master'Achilleas Pipinellis2019-04-082-0/+236
|\ | | | | | | | | Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005
| * Add usefull tips about big repositoriesdocument-approach-for-handling-big-repositoriesKamil Trzciński2019-04-082-0/+236
| |
* | Merge branch '10938-fix-styleline' into 'master'Phil Hughes2019-04-081-1/+1
|\ \ | | | | | | | | | | | | Adds EE folder in the stylelint command See merge request gitlab-org/gitlab-ce!27058
| * | Adds EE folder in the stylelint command10938-fix-stylelineFilipa Lacerda2019-04-051-1/+1
| | |
* | | Merge branch 'instance-configuration-artifact-size' into 'master'Rémy Coutable2019-04-083-1/+13
|\ \ \ | | | | | | | | | | | | | | | | Display maximum artifact size from runtime config See merge request gitlab-org/gitlab-ce!26784
| * | | Display maximum artifact size from runtime configBastian Blank2019-04-033-1/+13
| | | | | | | | | | | | | | | | | | | | The maximum artifact size was moved into runtime config some time ago. Update the instance configuration code to read this value.
* | | | Merge branch 'docs-anchors-18' into 'master'Achilleas Pipinellis2019-04-0817-34/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Fix anchors related to variables doc See merge request gitlab-org/gitlab-ce!27081
| * | | | Docs: Fix anchors related to variables docMarcel Amirault2019-04-0817-34/+26
|/ / / /
* | | | Merge branch 'docs-update-rspec-set-usage' into 'master'Rémy Coutable2019-04-081-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add doc when rspec-set won't work See merge request gitlab-org/gitlab-ce!27050
| * | | | Add doc when rspec-set won't workdocs-update-rspec-set-usageHeinrich Lee Yu2019-04-051-2/+4
| | | | |
* | | | | Merge branch 'renovate/gitlab-svgs-1.x' into 'master'Fatih Acet2019-04-082-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Update dependency @gitlab/svgs to ^1.59.0 See merge request gitlab-org/gitlab-ce!27104
| * | | | Update dependency @gitlab/svgs to ^1.59.0Lukas 'Eipi' Eipert2019-04-082-5/+5
| | | | |
* | | | | Merge branch 'docs/ci-regexp-syntax' into 'master'Kamil Trzciński2019-04-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update RegExp syntax link to RE2 See merge request gitlab-org/gitlab-ce!27090
| * | | | | Update RegExp syntax link to RE2Cody Mize2019-04-081-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | CI ref pattern matching now uses RE2 instead of Ruby. See https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
* | | | | Merge branch '60035-weight-trainee-maintainers-higher-in-reviewer-roulette' ↵Rémy Coutable2019-04-081-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Weight trainee maintainers higher in reviewer roulette" Closes #60035 See merge request gitlab-org/gitlab-ce!27043
| * | | | | Make trainee maintainers three times as likely to be picked60035-weight-trainee-maintainers-higher-in-reviewer-rouletteSean McGivern2019-04-051-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trainee maintainers count as reviewers, but should get more reviews than most reviewers, as they need practice to become a maintainer. This makes them three times as likely to be picked (compared to another reviewer; compared to before, it's roughly twice as likely at the current numbers for each). Also, switch to `Array#sample` because I think it looks nicer.
* | | | | | Merge branch '59570-create-merge-request-quick-action' into 'master'Sean McGivern2019-04-082-59/+56
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract create merge request quick action spec Closes #59570 See merge request gitlab-org/gitlab-ce!26914
| * | | | | | Extract create merge request quick action spec59570-create-merge-request-quick-actionAlexandru Croitor2019-04-082-59/+56
|/ / / / / /
* | | | | | Merge branch '59570-wip-quick-action' into 'master'Sean McGivern2019-04-082-47/+44
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract w-i-p quick action to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26923
| * | | | | | Extract wip quick action to a shared example59570-wip-quick-actionAlexandru Croitor2019-04-052-47/+44
| | | | | | |
* | | | | | | Merge branch '59570-duplicate-quick-action' into 'master'Sean McGivern2019-04-082-36/+35
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract duplicate quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26912
| * | | | | | | Extract duplicate quick action spec to a shared example59570-duplicate-quick-actionAlexandru Croitor2019-04-052-36/+35
| | | | | | | |
* | | | | | | | Merge branch '60006-add-touch-for-image-diff' into 'master'Phil Hughes2019-04-084-21/+57
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add touch events for diff viewers Closes #60006 See merge request gitlab-org/gitlab-ce!26971
| * | | | | | | | Fix touch event pageXftab2019-04-084-21/+57
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Safari on iOS sort of figures out the right thing here, but other browsers need a specific touch to be referenced. This makes it work on Chrome and Firefox on Android, as well as Chrome DevTools mobile device view.
* | | | | | | | Merge branch '58981-migrate-clusters-tests-to-jest' into 'master'Phil Hughes2019-04-087-41/+62
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate clusters tests to jest Closes #58981 See merge request gitlab-org/gitlab-ce!27013
| * | | | | | | | Migrate clusters tests to jestEnrique Alcántara2019-04-087-41/+62
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move cluster applications manager tests from karma to jest. Fixes some migration issues related with timeouts, and HTTP request expectations.
* | | | | | | | Merge branch '60116-fix-button-wrapping' into 'master'Phil Hughes2019-04-082-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `white-space: nowrap` to all buttons Closes #60116 See merge request gitlab-org/gitlab-ce!27069
| * | | | | | | | Fix button text wrapping to next line60116-fix-button-wrappingAnnabel Dunstone Gray2019-04-052-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bootstrap removed white-space nowrap from buttons in v4.2.1, causing at least one bug, so this commit re-adds that style to all buttons
* | | | | | | | | Merge branch 'sh-add-gitaly-ref-name-caching-tree-controller' into 'master'James Lopez2019-04-083-0/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Gitaly FindCommit caching for TreeController See merge request gitlab-org/gitlab-ce!27100
| * | | | | | | | | Enable Gitaly FindCommit caching for TreeControllersh-add-gitaly-ref-name-caching-tree-controllerStan Hu2019-04-073-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accessing /namespace/project/tree/master appears to query FindCommit 5 times with identical parameters. This reduces the number of FindCommit queries to 1.
* | | | | | | | | | Merge branch 'ce-proj-settings-ok-mr-settings-only' into 'master'Fatih Acet2019-04-086-36/+77
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE Improve project merge request settings See merge request gitlab-org/gitlab-ce!26495
| * | | | | | | | | Improve project merge request settingsce-proj-settings-ok-mr-settings-onlyLuke Bennett2019-04-076-36/+77
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Prioritize and simplify project settings content.
* | | | | | | | | Merge branch 'renovate/gitlab-ui-3.x' into 'master'Kushal Pandya2019-04-082-5/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.2.0 See merge request gitlab-org/gitlab-ce!27077
| * | | | | | | | | Update dependency @gitlab/ui to ^3.2.0Lukas 'Eipi' Eipert2019-04-052-5/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'fix-karma-test-utils-master-overflow' into 'master'Kushal Pandya2019-04-0813-9/+25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE Move serverless karma specs to jest Closes #60154 See merge request gitlab-org/gitlab-ce!27085
| * | | | | | | | | | Disable sync mode for serverless testsfix-karma-test-utils-master-overflowLuke Bennett2019-04-076-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync mode by default will soon be removed.
| * | | | | | | | | | Fix unmocked requests in serverless testsLuke Bennett2019-04-074-8/+16
| | | | | | | | | | |
| * | | | | | | | | | Move karma serverless tests to jest for isolationLuke Bennett2019-04-0713-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These tests cause master failures because of an overflow in vue-test-utils sync watcher setup.
* | | | | | | | | | | Merge branch 'docs-anchors-20-misc' into 'master'Evan Read2019-04-083-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix misc anchors See merge request gitlab-org/gitlab-ce!27088
| * | | | | | | | | | | Docs: Fix misc anchorsMarcel Amirault2019-04-083-4/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'docs-anchors-19-environments' into 'master'Evan Read2019-04-087-10/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix anchors related to environments doc See merge request gitlab-org/gitlab-ce!27082
| * | | | | | | | | | | Docs: Fix anchors related to environments docMarcel Amirault2019-04-087-10/+10
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'patch-49' into 'master'Evan Read2019-04-071-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: fix artifacts folder path, according to GitLab CE 11.8.2 See merge request gitlab-org/gitlab-ce!26536
| * | | | | | | | | | docs: fix artifacts folder path, according to GitLab CE 11.8.2 jk2K2019-03-251-4/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'sh-git-gc-after-initial-fetch' into 'master'Michael Kozono2019-04-073-0/+15
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitHub import: Run housekeeping after initial import See merge request gitlab-org/gitlab-ce!26600
| * | | | | | | | | | | GitHub import: Run housekeeping after initial importsh-git-gc-after-initial-fetchStan Hu2019-04-073-0/+15
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After an initial fetch, the repository will have many loose objects and refs. Running a `git gc` will compact refs into `packed-refs` and objects into `.pack` files, which should make importing pull requests faster. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
* | | | | | | | | | | Merge branch 'sh-improve-find-commit-caching' into 'master'Kamil Trzciński2019-04-077-4/+18
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand FindCommit caching to blob and refs See merge request gitlab-org/gitlab-ce!27084