- 17 Apr, 2019 40 commits
-
-
Lin Jen-Shin authored
Better document the current states of our testing levels See merge request gitlab-org/gitlab-ce!27431
-
Mike Lewis authored
Update README.md See merge request gitlab-org/gitlab-ce!27426
-
Anthony Mastrean authored
-
Mike Lewis authored
Update JIRA service API doc See merge request gitlab-org/gitlab-ce!26435
-
Mike Lewis authored
Add Masked Variables to Variables documentation See merge request gitlab-org/gitlab-ce!27236
-
Robert Speicher authored
Only show author in autocomplete dropdown if author is active See merge request gitlab-org/gitlab-ce!27292
-
Douglas Barbosa Alexandre authored
Put four flaky specs in quanrantine See merge request gitlab-org/gitlab-ce!27456
-
Sean McGivern authored
#57815 Omniauth UltraAuth strategy See merge request gitlab-org/gitlab-ce!26348
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Add docs exceptions to CI See merge request gitlab-org/gitlab-ce!27455
-
Marcel Amirault authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Bring back Rugged implementation of ListCommitsByOid See merge request gitlab-org/gitlab-ce!27441
-
Sean McGivern authored
Add backtrace to Gitaly performance bar Closes #60092 See merge request gitlab-org/gitlab-ce!27345
-
James Lopez authored
Include link to raw job log in plain-text emails Closes #56849 See merge request gitlab-org/gitlab-ce!27409
-
Stan Hu authored
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.
-
Sean McGivern authored
Revert "Merge branch 'boards-stylelint' into 'master'" Closes gitlab-ee#11200 See merge request gitlab-org/gitlab-ce!27452
-
Stan Hu authored
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.
-
Toon Claes authored
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
-
Lin Jen-Shin authored
Don't fail the job if the Review App doesn't deploy properly See merge request gitlab-org/gitlab-ce!27223
-
Kartikey Tanna authored
-
Rémy Coutable authored
This reverts merge request !27313
-
Rémy Coutable authored
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
-
Nick Thomas authored
Rewrite "Review turnaround time" section in light of Global Optimization value See merge request gitlab-org/gitlab-ce!27411
-
Sanad Liaquat authored
Resolve "Add QA tests for the performance bar" Closes #60356 See merge request gitlab-org/gitlab-ce!27305
-
Sean McGivern authored
Fix extra emails for custom notifications Closes #56861 See merge request gitlab-org/gitlab-ce!25607
-
Patrick Derichs authored
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
-
Achilleas Pipinellis authored
Add note about MR Pipeline Runner version Closes gitlab-ee#11122 See merge request gitlab-org/gitlab-ce!27330
-
Achilleas Pipinellis authored
Docs: Fix typo on DB migration See merge request gitlab-org/gitlab-ce!27435
-
Achilleas Pipinellis authored
Update external prometheus config See merge request gitlab-org/gitlab-ce!27439
-
Filipa Lacerda authored
Removes EE diffs for dropdown_value_collapsed.vue Closes gitlab-ee#10083 See merge request gitlab-org/gitlab-ce!27367
-
Filipa Lacerda authored
Backport of "Resolves EE differences for project_new.js" See merge request gitlab-org/gitlab-ce!27285
-
Donald Cook authored
-
Achilleas Pipinellis authored
Fix typo See merge request gitlab-org/gitlab-ce!27443
-
Ken McKnight authored
-
Filipa Lacerda authored
Fix stylelint warnings in related_items_list.scss See merge request gitlab-org/gitlab-ce!27432
-
Filipa Lacerda authored
Fix stylelint rules in boards.scss Closes #59895 See merge request gitlab-org/gitlab-ce!27313
-
Rémy Coutable authored
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>
-
Phil Hughes authored
Removes ifEE example for JS code. See merge request gitlab-org/gitlab-ce!27408
-
Phil Hughes authored
Add help texts to K8 form fields Closes #59275 See merge request gitlab-org/gitlab-ce!27274
-