- 21.06.2019 40 коммитов
-
-
Alex Kalderimis создал
This factors out the IO into its own testable module. The advantage of this is that we can easily instantiate versions of the plugin that have different team sources, without extensive mocking. This proved to be necessary to test an update to the `roulette.json` production in the handbook.
-
Achilleas Pipinellis создал
Documentation for Prometheus Service Discovery Closes #63110 See merge request gitlab-org/gitlab-ce!29811
-
Aric Buerer создал
Updating documentation to include Prometheus Service Discovery. Added monitoring node documentaiton as well as documentation for the individual service nodes.
-
Douglas Barbosa Alexandre создал
Avoid storing backtraces from Bitbucket Cloud imports in the database See merge request gitlab-org/gitlab-ce!29862
-
Sean McGivern создал
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 создал
Mention Container Scanning NFS bug and how to fix it Closes gitlab-ee#11429 See merge request gitlab-org/gitlab-ce!29908
-
Achilleas Pipinellis создал
-
-
Kushal Pandya создал
Renders pre-release tag for pre-releases See merge request gitlab-org/gitlab-ce!29797
-
Achilleas Pipinellis создал
- Clarify that they are available only for private Runners - Merge the two sections of file syncing into one
-
-
Stan Hu создал
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
-
-
Filipa Lacerda создал
Add packages nav to group sidebar [CE backport] See merge request gitlab-org/gitlab-ce!29592
-
Nick Thomas создал
Don't show private keys for letsencrypt certs See merge request gitlab-org/gitlab-ce!29359
-
Vladimir Shushlin создал
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
-
-
Lin Jen-Shin создал
Sanitize LDAP output in Rake tasks Closes #56131 See merge request gitlab-org/gitlab-ce!28427
-
Drew Blessing создал
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
-
Frank van Rest создал
Uniform new_issue_email html and text emails Uniform note_email html and text emails Uniform new_merge_request_email html and text emails
-
Achilleas Pipinellis создал
Add new troubleshooting step and refactor Geo replication docs Closes #63210 See merge request gitlab-org/gitlab-ce!29783
-
Evan Read создал
-
Achilleas Pipinellis создал
Fixed formatting of notes bullet list See merge request gitlab-org/gitlab-ce!29923
-
Evan Read создал
-
Andreas Brandl создал
Disallow `NULL` values for `geo_nodes.primary` column Closes gitlab-ee#12061 See merge request gitlab-org/gitlab-ce!29818
-
Filipa Lacerda создал
Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
-
Phil Hughes создал
Add back trimChar method to remove trailing +/- Closes #59028 See merge request gitlab-org/gitlab-ce!29518
-
-
Filipa Lacerda создал
When a release is a pre release, we render an orange badge with `pre-release` label
-
Douwe Maan создал
Resolve "Race condition in fetching Kubernetes token causes missing `$KUBECONFIG`" Closes #63507 See merge request gitlab-org/gitlab-ce!29922
-
Kamil Trzciński создал
Enabled complex ci variable expression statements by default See merge request gitlab-org/gitlab-ce!29904
-
Sean McGivern создал
Do not rewrite relative links for system notes Closes #63162 See merge request gitlab-org/gitlab-ce!29825
-
Dylan Griffith создал
Since Kubernetes is creating the Secret and token asynchronously it is necessary that we implement some delay or retrying logic to avoid a race condition where we fetch a Secret before the token is even set. There does not appear to be any way for us to force it to be set with any synchronous API call so retrying seems to be the only option.
-
Thong Kuah создал
Remove Kubernetes service from deployment platform See merge request gitlab-org/gitlab-ce!29786
-
-
Thong Kuah создал
Remove fallback to platform credentials for managed project-level clusters Closes #62772 See merge request gitlab-org/gitlab-ce!29262
-
Tiger Watson создал
Project-level clusters that made use of this legacy behaviour have been migrated to unmanaged clusters, so we are now free to remove this fallback.
-
Tiger создал
-
Tiger создал
This will no longer be used for deployments, as all service templates have been migrated to clusters.
-