summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch '57815' into 'master'Sean McGivern2019-04-178-0/+115
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | #57815 Omniauth UltraAuth strategy See merge request gitlab-org/gitlab-ce!26348
| * | | | | | | | #57815 Omniauth UltraAuth strategyKartikey Tanna2019-04-178-0/+115
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'add-docs-ci-exceptions' into 'master'Rémy Coutable2019-04-171-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | Add docs exceptions to CI See merge request gitlab-org/gitlab-ce!27455
| * | | | | | | Add docs exceptions to CIMarcel Amirault2019-04-171-3/+3
|/ / / / / / /
* | | | | | | Merge branch 'sh-backport-list-commits-by-oid-rugged' into 'master'Douwe Maan2019-04-175-2/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring back Rugged implementation of ListCommitsByOid See merge request gitlab-org/gitlab-ce!27441
| * | | | | | | Bring back Rugged implementation of ListCommitsByOidStan Hu2019-04-175-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings back changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20432. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged may be faster than going through than Gitaly. This merge request introduces the feature flag `rugged_list_commits_by_oid` to activate the Rugged method. For one customer, we saw that ListCommitsByOid was the second highest used endpoint that may be causing increased load.
* | | | | | | | Merge branch 'sh-add-gitaly-backtrace' into 'master'Sean McGivern2019-04-177-15/+68
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add backtrace to Gitaly performance bar Closes #60092 See merge request gitlab-org/gitlab-ce!27345
| * | | | | | | | Add backtrace to Gitaly performance barStan Hu2019-04-177-15/+68
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the backtrace to a table to show exactly where the Gitaly call was made to make it easier to understand where the call originated. This change also collapses the details in the same row to improve the usability when there is a backtrace.
* | | | | | | | Merge branch 'tc-raw-log-in-plaintext-mail' into 'master'James Lopez2019-04-173-1/+45
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include link to raw job log in plain-text emails Closes #56849 See merge request gitlab-org/gitlab-ce!27409
| * | | | | | | | Include link to raw job log in plain-text emailsToon Claes2019-04-173-1/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | People who prefer plain text email also might prefer the raw job log files. So include the link directly to there. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56849
* | | | | | | | | Merge branch 'revert-9699f106' into 'master'Sean McGivern2019-04-1717-60/+241
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'boards-stylelint' into 'master'" Closes gitlab-ee#11200 See merge request gitlab-org/gitlab-ce!27452
| * | | | | | | | Revert "Merge branch 'boards-stylelint' into 'master'"revert-9699f106Rémy Coutable2019-04-1717-60/+241
| | |/ / / / / / | |/| | | | | | | | | | | | | | This reverts merge request !27313
* | | | | | | | Merge branch 'qa-fix-review-app-ping' into 'master'Lin Jen-Shin2019-04-171-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Don't fail the job if the Review App doesn't deploy properly See merge request gitlab-org/gitlab-ce!27223
| * | | | | | | Don't fail the job if the Review App doesn't deploy properlyqa-fix-review-app-pingRémy Coutable2019-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems the deploy function causes the job to fail if it doesn't succeed. That wasn't the intent as we want to curl the Review App after the deploy finished (even if it failed) because sometimes the Review App is just a bit long to be ready. This change wraps the Review App deployment with "set +e"/"set -e" to ensure that the job doesn't fail right away if the deploy fails. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge branch '24704-restore-download-repository-path' into 'master'Rémy Coutable2019-04-1718-76/+204
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore "download repository path" feature, now with fixes and a feature flag Closes gitlab-workhorse#218 and #24704 See merge request gitlab-org/gitlab-ce!27275
| * | | | | | | | Fix styling issues with the download dropdownNick Thomas2019-04-163-26/+23
| | | | | | | | |
| * | | | | | | | Add a feature flag for subdirectory archivesNick Thomas2019-04-163-41/+94
| | | | | | | | |
| * | | | | | | | JSON-encoded binary fields should use Base64::encode64Nick Thomas2019-04-162-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not interoperable to use Base64::urlsafe_encode64 for fields in JSON that contain binary (as opposed to UTF8-safe) data. For instance, the Golang JSON decoder (which is what gitlab-workhorse uses) insists upon the standard base64 encoding.
| * | | | | | | | Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas2019-04-1618-63/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
* | | | | | | | | Merge branch 'dm-code-review-sla' into 'master'Nick Thomas2019-04-171-8/+31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite "Review turnaround time" section in light of Global Optimization value See merge request gitlab-org/gitlab-ce!27411
| * | | | | | | | | Refer to guidelines on when to assign MRs close to the freezedm-code-review-slaDouwe Maan2019-04-161-1/+4
| | | | | | | | | |
| * | | | | | | | | Rewrite "Review turnaround time" sectionDouwe Maan2019-04-161-8/+28
| | | | | | | | | |
* | | | | | | | | | Merge branch '60356-add-qa-tests-for-the-performance-bar' into 'master'Sanad Liaquat2019-04-1712-7/+147
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add QA tests for the performance bar" Closes #60356 See merge request gitlab-org/gitlab-ce!27305
| * | | | | | | | | | Add QA tests for the performance bar60356-add-qa-tests-for-the-performance-barSean McGivern2019-04-1612-7/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are very high-level. Currently, they test: 1. That the performance bar appears. 2. That it has detailed metrics for Postgres and Gitaly. 3. That AJAX requests are included in the request selector.
* | | | | | | | | | | Merge branch 'fix-extra-emails-for-custom-notifications' into 'master'Sean McGivern2019-04-176-19/+84
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix extra emails for custom notifications Closes #56861 See merge request gitlab-org/gitlab-ce!25607
| * | | | | | | | | | | Fix unexpected extra notification mailsPatrick Derichs2019-04-176-19/+84
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using custom_action and recipient filtering Add more generic filtering to user_ids_notifiable_on Add changelog entry Remove commented class Method is no longer needed Overloading no longer required Filter by action just in case of custom notification level Add participant check Fix unexpected extra notification mails Using custom_action and recipient filtering Add more generic filtering to user_ids_notifiable_on Add changelog entry Remove commented class Method is no longer needed Overloading no longer required Filter by action just in case of custom notification level Fix comment Add repond_to? checks Reverted custom_action filtering Enhanced output of should_email helper Changed :watch to :participating for custom notifiable users Change spec variable name Enhanced participating check These conditions are no longer needed Fix custom notification handling for participating type Participating level should include maintainers Fixed add_guest notification Fix successful pipeline notification Refactoring: Use maintainer? method on team instead Add spec for new_issue: true for a custom group setting which should have lower prio than an available project setting Clean up specs
* | | | | | | | | | | Merge branch 'docs/merge-request-pipelines' into 'master'Achilleas Pipinellis2019-04-171-1/+7
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330
| * | | | | | | | | | | Add note about MR Pipeline Runner versiondocs/merge-request-pipelinesSteve Azzopardi2019-04-171-1/+7
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'patch-39' into 'master'Achilleas Pipinellis2019-04-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix typo on DB migration See merge request gitlab-org/gitlab-ce!27435
| * | | | | | | | | | | | Fix typo [skip ci]Katrin Leinweber2019-04-161-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'docs/external-prometheus-updates' into 'master'Achilleas Pipinellis2019-04-171-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update external prometheus config See merge request gitlab-org/gitlab-ce!27439
| * | | | | | | | | | | | | Update external prometheus configdocs/external-prometheus-updatesCindy Pallares2019-04-161-2/+16
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to include missing metrics: * GitLab Workhorse * Nginx * Sidekiq
* | | | | | | | | | | | | Merge branch '10083-dropdown-ce-ee-difference' into 'master'Filipa Lacerda2019-04-174-6/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes EE diffs for dropdown_value_collapsed.vue Closes gitlab-ee#10083 See merge request gitlab-org/gitlab-ce!27367
| * | | | | | | | | | | | | Removes EE diffs for dropdown_value_collapsed10083-dropdown-ce-ee-differenceDenys Mishunov2019-04-154-6/+16
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch '9956-move-ee-differences' into 'master'Filipa Lacerda2019-04-171-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport of "Resolves EE differences for project_new.js" See merge request gitlab-org/gitlab-ce!27285
| * | | | | | | | | | | | | | Backport of "Resolves EE differences for project_new.js"Donald Cook2019-04-171-0/+6
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'kmcknight-group-typo' into 'master'Achilleas Pipinellis2019-04-171-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo See merge request gitlab-org/gitlab-ce!27443
| * | | | | | | | | | | | | | Fix typoKen McKnight2019-04-171-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch '59831-related-items-scss-cleanup-ce' into 'master'Filipa Lacerda2019-04-173-235/+211
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stylelint warnings in related_items_list.scss See merge request gitlab-org/gitlab-ce!27432
| * | | | | | | | | | | | | | Fix stylelint warnings in related_items_list.scss59831-related-items-scss-cleanup-ceAnnabel Dunstone Gray2019-04-163-235/+211
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit rearranges the styles in related_items_list to adhere to stylelint's warnings. It also adds some utility classes where applicable
* | | | | | | | | | | | | | | Merge branch 'boards-stylelint' into 'master'Filipa Lacerda2019-04-1717-241/+60
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stylelint rules in boards.scss Closes #59895 See merge request gitlab-org/gitlab-ce!27313
| * | | | | | | | | | | | | | Fix stylelint rules in boards.scssPhil Hughes2019-04-1617-241/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
* | | | | | | | | | | | | | | Merge branch 'filipa-master-patch-09545' into 'master'Phil Hughes2019-04-171-31/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes ifEE example for JS code. See merge request gitlab-org/gitlab-ce!27408
| * | | | | | | | | | | | | | | Removes ifEE example for JS codefilipa-master-patch-09545Filipa Lacerda2019-04-161-31/+11
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch '59275-cluster-form-hints' into 'master'Phil Hughes2019-04-174-15/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add help texts to K8 form fields Closes #59275 See merge request gitlab-org/gitlab-ce!27274
| * | | | | | | | | | | | | | | | Add help texts to K8 form fieldsEnrique Alcántara2019-04-174-15/+39
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'fix-logic-in-43263-git-push-option-to-create-mr-test' into ↵11-11-auto-deploy-0012345Lin Jen-Shin2019-04-171-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix logic in Api::Internal test See merge request gitlab-org/gitlab-ce!27193
| * | | | | | | | | | | | | | | | Fix logic in Api::Internal testfix-logic-in-43263-git-push-option-to-create-mr-testLuke Duncalfe2019-04-171-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intention of this test is to ensure that the service class MergeRequests::PushOptionsHandlerService does not run when the :mr_push_options feature flag is disabled. This test was passing, however was not testing what it was supposed to be! For one, setting Feature.disable(:feature) in the test does not disable the feature, as rspec config in spec_helper stubs Feature to make all features enabled: https://gitlab.com/gitlab-org/gitlab-ce/commit/3ee48e422defaedd69946c607bd8d3672e510375 So the feature was still enabled in the test. But this test wasn't failing because unfortunately I had put: ``` expect(MergeRequests::PushOptionsHandlerService).to receive(:new) ``` instead of not_to! This meant that the `.new` method was being stubbed, so the service class did not create a MergeRequest, which satisfied the second expectation. ``` expect(MergeRequests::PushOptionsHandlerService).to receive(:new) ```
* | | | | | | | | | | | | | | | | Merge branch 'tortuetorche/gitlab-ce-patch-auto-deploy-extra-values' into ↵Grzegorz Bizon2019-04-173-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Allow extra args for helm in Auto-DevOps See merge request gitlab-org/gitlab-ce!26838
| * | | | | | | | | | | | | | | | | Rename HELM_EXTRA_ARGS to differentiate between helm invocationstortuetorche/gitlab-ce-patch-auto-deploy-extra-valuesJames Fargher2019-04-172-4/+4
| | | | | | | | | | | | | | | | | |