- 16 Dec, 2019 40 commits
-
-
Hordur Freyr Yngvason authored
Alerts for the GitLab-managed app Prometheus are updated via helm. Prior to this change, when alerts were updated, all helm values would receive the current contents of `values.yaml`, with the `alerts` section overridden, or falling back to the default chart values. This meant that any time we made changes to `values.yaml` affecting component versions (e.g. the versions of prometheus or alertmanager), those would trigger a deployment of those component in the cluster, potentially breaking the prometheus installation. This was a very real problem, since we currently have hardcoded versions of both prometheus server and alertmanager in `values.yaml`, and would like to update the chart and remove the hardcoded versions in a single change. With this change, alert updates no longer take any values from `values.yaml`; instead they only update alerts. We avoid reverting to default chart values by using helm's `--reuse-values` flag instead of the `--reset-values` flag. See https://gitlab.com/gitlab-org/gitlab/issues/38294
-
Rémy Coutable authored
Allow styling links in broadcast messages See merge request gitlab-org/gitlab!21522
-
Jan Provaznik authored
Add reportSnippet permission to snippet GraphQL See merge request gitlab-org/gitlab!21836
-
Francisco Javier López authored
Add reportSnippet permission to the snippet permmission types for GraphQL endpoints.
-
Rémy Coutable authored
Add CI job to check karma jest migration See merge request gitlab-org/gitlab!16336
-
Natalia Tepluhina authored
Merge branch '35122-sentry-error-search-pagination-implement-pagination-in-sentry-errors-list' into 'master' Implement pagination in Sentry errors list See merge request gitlab-org/gitlab!21136
-
Laura Montemayor authored
-
Kamil Trzciński authored
Resolve "Profile page remains active after user has been blocked" See merge request gitlab-org/gitlab!21706
-
Robert Speicher authored
Add GraphQL mutation for changing weight of an issue Closes #36317 See merge request gitlab-org/gitlab!21331
-
Nick Thomas authored
Enable forks removal upon visibility decrease by default See merge request gitlab-org/gitlab!21834
-
Kamil Trzciński authored
Fix :container_expiration_policy Import See merge request gitlab-org/gitlab!21753
-
Aleksei Lipniagov authored
`:container_expiration_policy` was not imported as was not added into UNIQUE_RELATIONS and EXISTING_OBJECT_CHECK hashes. These hashes are very implicit and undiscoverable for the developer who is adding new relation so they don't even know that the Import will not be succeed.
-
Robert Speicher authored
Move merge request routes under /-/ scope See merge request gitlab-org/gitlab!21126
-
Bob Van Landuyt authored
Last `Gitlab::Sentry` -> `Gitlab::ErrorTracking` renaming See merge request gitlab-org/gitlab!21815
-
Kamil Trzciński authored
Revert "Merge branch 'ci-resource-group-model' into 'master'" See merge request gitlab-org/gitlab!21833
-
Dmitriy Zaporozhets authored
Guest users should not be able to delete project snippets See merge request gitlab-org/gitlab!20477
-
Amparo Luna authored
Example scenario: A user with developer access creates a snippet and as the author is able to update and delete the snippet. This user is then demoted to guest in the project, but keeps the access to update and delete (as the author). This new rule prevents the access to update and delete the snippet for the author if their access level is less than reporter. Those author users can still see the snippet and add comments.
-
nicolasdular authored
This moves the current sanitization specs to a shared example, so we can re-use them for broadcast message sanitization and be sure to not introduce a XSS vulnerability.
-
nicolasdular authored
Adds the ability to style links in broadcast messages and use line breaks to format messages.
-
Paul Slaughter authored
-
Oswaldo Ferreira authored
-
Natalia Tepluhina authored
Checkout and progress bar components for paid signup flow See merge request gitlab-org/gitlab!21500
-
Marcel Amirault authored
Update CI example docs for python deploy See merge request gitlab-org/gitlab!21794
-
Aleksei Lipniagov authored
-
Alessio Caiazza authored
This reverts merge request !20950
-
Rémy Coutable authored
Output a downloadable code quality artifact See merge request gitlab-org/gitlab!21670
-
Bob Van Landuyt authored
Link to Devise Update issue in Devise Initializer See merge request gitlab-org/gitlab!21819
-
Kamil Trzciński authored
Cache license/feature-flag queries during import Closes #39110 See merge request gitlab-org/gitlab!21751
-
Marcia Ramos authored
Clarify changelog rules for migrations See merge request gitlab-org/gitlab!21590
-
Marcia Ramos authored
Fixes the guide for Pages ACL See merge request gitlab-org/gitlab!21810
-
Marcia Ramos authored
Adds improvements for Pages ACL docs See merge request gitlab-org/gitlab!21726
-
Alexander Tanayno authored
-
Illya Klymov authored
When user is blocked all information is hidden, except: - username
-
Sean McGivern authored
Merge branch '13254-issue-relative-position-scope-in-group-boards-does-not-include-projects-in-subgroups' into 'master' Issue relative position scope in group boards does not include projects in subgroups Closes #13254 See merge request gitlab-org/gitlab!21189
-
Kamil Trzciński authored
Do not clean the prometheus metrics directory for sidekiq See merge request gitlab-org/gitlab!21671
-
David Wilkins authored
- `sidekiq-cluster` starts multiple processes. Cleaning the metrics directory by every process can cause the exporter to miss metrics for some processes.
-
Rémy Coutable authored
Add an automated task to upload archive of master Closes #39134 See merge request gitlab-org/gitlab!21646
-
Jan Provaznik authored
Add GitLab metadata to the Package Registry UI See merge request gitlab-org/gitlab!19796
-
Giorgenes Gelatti authored
- Adds Packages::PackageBuildInfo migration - Assign build info for npm packages - Save pipeline info to Maven packages - Add spec to job assign to packages
-
Martin Wortschack authored
Move related_items_tree_app_spec.js to Jest See merge request gitlab-org/gitlab!21816
-