- 17 Dec, 2019 1 commit
-
-
James Fargher authored
Require both workflow_rules and auto_devops_beta feature flags to be enabled so that we don't get errors for workflow and so we can easily turn this off.
-
- 16 Dec, 2019 39 commits
-
-
James Fargher authored
-
James Fargher authored
This adds a long list of filename rules to decide if Auto-DevOps is likely to work or not.
-
Martin Wortschack authored
Fix init_create_cluster_spec timing out See merge request gitlab-org/gitlab!21856
-
Kamil Trzciński authored
Limit max metrics embeds to 100 See merge request gitlab-org/gitlab!21356
-
Sarah Yasonik authored
Limits the maximum number of metrics embeds in a single GFM field to 100 to help with loading. OVer 100 has a hard time loading.
-
Dan Davison authored
Feature spec for cluster health board See merge request gitlab-org/gitlab!20839
-
Olena Horal-Koretska authored
For some reason we need to create clusters_applications_prometheus before stubbing Kube client discover request
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Imre Farkas authored
Generate sample Prometheus data See merge request gitlab-org/gitlab!19987
-
Kirstie Cook authored
Interpolate metric queries Use yml for sample metric output to easily convert hash Create a file for each metric Replace metrics endpoint if using sample data Need to create sample_metrics directory to run test Moveing logic out of the controller Insert live endpoint Add specs for SampleMetricsService Cleaning up controller specs Return 404 instead of 500 when file is not found
-
Paul Slaughter authored
**How?** There's a dynamic loading in the test subject. This causes the first spec to timeout past the 500ms threshold. By eagerly loading this module in the spec file, the module load time is no longer accounted for in the spec time.
-
Natalia Tepluhina authored
Implement bulk of Threat Monitoring store and filters component See merge request gitlab-org/gitlab!21689
-
Mark Florian authored
Part of [WAF statistics reporting][1]. This adds the bulk of the Vuex store for fetching environments and the WAF statistics, and the filter bar component which allows selection of the current environment. This also: - Aligns the UI with the latest designs, including the help link popover, copy, and the alert variant - Fixes/improves existing tests (avoiding verbose snapshots) [1]: https://gitlab.com/gitlab-org/gitlab/issues/14707
-
Grzegorz Bizon authored
Update Serverless docs for using an older version of gitlabktl Closes #35655 See merge request gitlab-org/gitlab!21688
-
Natalia Tepluhina authored
Fix padding structure on design comments See merge request gitlab-org/gitlab!21839
-
Mayra Cabrera authored
Sync security branches using the Merge Train Closes #38387 See merge request gitlab-org/gitlab!21647
-
Kamil Trzciński authored
Fix logs menu active state (cont) See merge request gitlab-org/gitlab!21828
-
Adrien Kohlbecker authored
-
Douglas Barbosa Alexandre authored
Allow pdf files to be opened on browser See merge request gitlab-org/gitlab!21272
-
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
-
Nicholas Klick authored
-
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
-
Felipe Artur authored
When clicking on PDF attachment links open on browserinstead of downloading it.
-
Kamil Trzciński authored
Revert "Merge branch 'ci-resource-group-model' into 'master'" See merge request gitlab-org/gitlab!21833
-
Jarek Ostrowski authored
Add changelog Revert schema
-
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.
-