- Jun 28, 2019
-
-
Kamil Trzcińśki authored
Set higher TTL to write lock for traces See merge request gitlab-org/gitlab-ce!30064 (cherry picked from commit 5ee5b280) 9753a7d2 Set higher TTL to write lock for traces
-
- Jun 26, 2019
-
-
Thong Kuah authored
Disable Rails SQL query cache when applying service templates Closes #63595 See merge request gitlab-org/gitlab-ce!30060 (cherry picked from commit 06585944) d4c87d4d Disable Rails SQL query cache when applying service templates
-
Sanad Liaquat authored
Execute snippet test on a private snippet instead of public Closes gitlab-org/quality/staging#49 See merge request gitlab-org/gitlab-ce!29834 (cherry picked from commit 58eae2d3) ba837a8f Test public snippet
-
- Jun 25, 2019
-
-
Rémy Coutable authored
Silence backup warnings when CRON=1 in use Closes #63703 See merge request gitlab-org/gitlab-ce!30033 (cherry picked from commit d6c7d4c4) ad3abd1d Silence backup warnings when CRON=1 in use
-
Rémy Coutable authored
Prevent EE backport migrations from running if CE is not migrated Closes #63612 See merge request gitlab-org/gitlab-ce!30002 (cherry picked from commit 34df0b30) 1b063778 Prevent EE backport migrations from running if CE is not migrated
-
- Jun 24, 2019
-
-
Douwe Maan authored
Fix notes email with group-level notification email Closes #63355 See merge request gitlab-org/gitlab-ce!29889 (cherry picked from commit 480eb370) bf73ecd7 Fix notes email with group-level notification email 8eb2d7bb Apply suggestion to spec/support/helpers/email_helpers.rb
-
Thong Kuah authored
Re-add ignore_column for import columns See merge request gitlab-org/gitlab-ce!29959 (cherry picked from commit 771e3903) 951a3bab Re-add ignore_column for import columns
- Jun 21, 2019
-
-
Fatih Acet authored
Add Copy to Clipboard CE Backport See merge request gitlab-org/gitlab-ce!29906
-
Mike Greiling authored
Resolve "Display in admin area if emails are verified or not" Closes #49814 See merge request gitlab-org/gitlab-ce!29669
-
Mike Greiling authored
App label warning for deploy boards See merge request gitlab-org/gitlab-ce!29740
-
Thong Kuah authored
As Auto DevOps deployments both label and annotations, that will be included in the deploy board so need to warn at all.
-
Stan Hu authored
Merge branch '63513-ensure-gitlab-jsoncache-includes-the-gitlab-version-in-the-cache-key' into 'master' Include the GitLab version in the cache key for Gitlab::JsonCache See merge request gitlab-org/gitlab-ce!29938
-
Clement Ho authored
Upgrade prettier to latest (v1.18.2) See merge request gitlab-org/gitlab-ce!29943
-
Tim Zallmann authored
Add confirmation for registry image deletion Closes #42399 See merge request gitlab-org/gitlab-ce!29505
-
Adds a modal to let the user confirm their action before proceeding to registry/image deletion
-
Mike Greiling authored
Upgrades prettier to the latest version, and auto-corrects files with yarn prettier-all-save The diffs all seem to stem from formatting changes in brackets within template literals. Nothing major. Relevant changelogs here: https://prettier.io/blog/2019/04/12/1.17.0.html https://prettier.io/blog/2019/06/06/1.18.0.html
-
Mike Lewis authored
Remove Gemnasium dead link from docs See merge request gitlab-org/gitlab-ce!29942
-
Achilleas Pipinellis authored
-
Achilleas Pipinellis authored
Documentation for Prometheus Service Discovery Closes #63110 See merge request gitlab-org/gitlab-ce!29811
-
Updating documentation to include Prometheus Service Discovery. Added monitoring node documentaiton as well as documentation for the individual service nodes.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
Avoid storing backtraces from Bitbucket Cloud imports in the database See merge request gitlab-org/gitlab-ce!29862
-
Sean McGivern authored
Make HTML and text emails for new issues uniform and add the mail to mailer previews Closes #58065 See merge request gitlab-org/gitlab-ce!29886
-
Mike Lewis authored
Mention Container Scanning NFS bug and how to fix it Closes gitlab-ee#11429 See merge request gitlab-org/gitlab-ce!29908
-
Achilleas Pipinellis authored
-
Mike Lewis authored
Clean up the web terminals docs See merge request gitlab-org/gitlab-ce!29929
-
Kushal Pandya authored
Renders pre-release tag for pre-releases See merge request gitlab-org/gitlab-ce!29797
-
Achilleas Pipinellis authored
- Clarify that they are available only for private Runners - Merge the two sections of file syncing into one
-
Stan Hu authored
Update rouge See merge request gitlab-org/gitlab-ce!29541
-
Stan Hu authored
Merge branch '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also' into 'master' Fix copying a single line from Firefox Closes #63406 See merge request gitlab-org/gitlab-ce!29832
-
Kamil Trzcińśki authored
Add ability to reorder issues See merge request gitlab-org/gitlab-ce!29012
-
Filipa Lacerda authored
Add packages nav to group sidebar [CE backport] See merge request gitlab-org/gitlab-ce!29592
-
Nick Thomas authored
Don't show private keys for letsencrypt certs See merge request gitlab-org/gitlab-ce!29359
-
Adds enum certificate_source to pages_domains table with default manually_uploaded Mark certificates as 'gitlab_provided' if the were obtained through Let's Encrypt Mark certificates as 'user_provided' if they were uploaded through controller or api Only show private key in domain edit form if it is 'user_provided' Only show LetsEncrypt option if is enabled by application settings (and feature flag) Refactor and fix some specs to match new logic Don't show Let's Encrypt certificates as well
-
Brett Walker authored
to support manual sorting on the frontend
-
Lin Jen-Shin authored
Sanitize LDAP output in Rake tasks Closes #56131 See merge request gitlab-org/gitlab-ce!28427
-
Drew Blessing authored
The various LDAP check Rake tasks have long supported a SANITIZE environment variable. When present, identifiable information is obscured such as user names and project/group names. Until now, the LDAP check did not honor this. Now it will only say how many users were found. This should at least give the indication that the LDAP configuration found something, but will not leak what it is. Resolves #56131
-