- 18 Mar, 2020 40 commits
-
-
James Lopez authored
Monitoring for Elasticsearch incremental updates buffer queue See merge request gitlab-org/gitlab!27384
-
Grzegorz Bizon authored
Move HasVariable and NewHasVariable concerns to CI namespace See merge request gitlab-org/gitlab!27306
-
Fabio Pitino authored
HasVariable concern is only used by CI variable classes
-
Rémy Coutable authored
Merge branch '211514-flaky-failure-in-qa-specs-features-browser_ui-3_create-repository-add_file_template_spec-rb' into 'master' Resolve "Flaky failure in qa/specs/features/browser_ui/3_create/repository/add_file_template_spec.rb | Create File templates user adds LICENSE via file template Mozilla Public License 2.0" Closes #211514 See merge request gitlab-org/gitlab!27439
-
Martin Wortschack authored
Replace underscore/lodash in subscriptions Closes #210269 See merge request gitlab-org/gitlab!27444
-
Dylan Griffith authored
This metric is used to track the size of updates that need to be synchronized to Elasticsearch. Since this is a custom queue and we're not using Sidekiq we needed to implement our own custom monitoring for it. This MR just sets a gauge every minute in a cron worker which will ultimately be available in Prometheus. Later we will build a chart for this. See https://gitlab.com/gitlab-org/gitlab/issues/207095
-
Dylan Griffith authored
-
Toon Claes authored
Migrate bot_type data to user_type column Closes #208897 See merge request gitlab-org/gitlab!26981
-
Dmytro Zaporozhets authored
Remove elasticsearch_use_routing feature flag See merge request gitlab-org/gitlab!27398
-
Dmytro Zaporozhets authored
Fix shared examples naming See merge request gitlab-org/gitlab!27246
-
Shinya Maeda authored
Merge branch '208736-api-calls-for-1st-class-vulnerabilities-should-be-configurable-per-project' into 'master' Make API calls for 1st Class Vulnerabilities configurable per project See merge request gitlab-org/gitlab!26321
-
Natalia Tepluhina authored
Migrate ee/spec/javascripts/sidebar/ to Jest Closes #194307 See merge request gitlab-org/gitlab!26959
-
Pavel Shutsin authored
With new generalized `user_type` column usage of separate bot_type is not justified. So we make bots functionality dependent on user_type column
-
Natalia Tepluhina authored
Update icons in Sentry Error Tracking list for ignored/resolved errors See merge request gitlab-org/gitlab!27125
-
David O'Regan authored
-
Adam Hegyi authored
Adjust migration specs to not rely on model version See merge request gitlab-org/gitlab!27329
-
Toon Claes authored
Store daily code coverage See merge request gitlab-org/gitlab!24695
-
Kushal Pandya authored
Merge branch '208865-follow-up-from-follow-pajamas-on-security-configuration-link-icons' into 'master' Remove unused pipeline-help-path from sec config Closes #208865 See merge request gitlab-org/gitlab!26436
-
Evan Read authored
Adds clarifications about CI apps See merge request gitlab-org/gitlab!27388
-
Alexander Tanayno authored
-
Dylan Griffith authored
Fix access to logs when multiple pods exist See merge request gitlab-org/gitlab!27008
-
Adrien Kohlbecker authored
-
Paul Slaughter authored
Do not instantiate stores in GKE store tests See merge request gitlab-org/gitlab!27222
-
Paul Slaughter authored
Migrate ee/spec/javascripts/group_member_contributions/ to Jest Closes #194287 See merge request gitlab-org/gitlab!27202
-
Erick Bajao authored
-
Erick Bajao authored
-
Erick Bajao authored
Don't let the model do all the hard work, split responsibilities.
-
Erick Bajao authored
Use Rails 6 upsert_all to reduce queries and simplify code.
-
Erick Bajao authored
-
Erick Bajao authored
Implemented a generic table that can cater to other types of daily CI metrics in the future.
-
Erick Bajao authored
-
Erick Bajao authored
Use INSERT DO UPDATE for better handling of conflicts instead of using with_lock.
-
Erick Bajao authored
Hooks into PipelineSuccessWorker to run a service that will store the daily code coverage values.
-
Paul Slaughter authored
Also adds expect(...).not.toBe to add assurance that the state actually changed
-
Douglas Barbosa Alexandre authored
Geo: Support HTTP git operations for repos that are not yet replicated Closes #202035 See merge request gitlab-org/gitlab!27072
-
Dave Pisek authored
This commit removes redundant logic around a help link from the FE.
-
Ash McKenzie authored
Also, avoid private project enumeration by redirecting 'always'.
-
Ash McKenzie authored
-
Dylan Griffith authored
Add all pods view to logs explorer See merge request gitlab-org/gitlab!26883
-
Adrien Kohlbecker authored
adds a new filter
-