- Oct 28, 2019
-
-
Adds a Prometheus histogram, `sidekiq_jobs_queue_duration_seconds` for recording the duration that a Sidekiq job is queued for before being executed. This matches the scheduling_latency_s field emitted from structured logging for the same purpose.
-
Walmyr Lima e Silva Filho authored
Update quarantined test so that it runs (although it's still quarantined) See merge request !19203
-
Sean McGivern authored
Enable the HttpOnly flag for experimentation_subject_id cookie Closes #34851 See merge request !19189
-
Sean McGivern authored
CloudFormation template for creating EKS clusters See merge request !17036
-
Heinrich Lee Yu authored
Fix `RSpec/ScatteredSetup` rubocop failure See merge request !19207
-
Bob Van Landuyt authored
Return merge-request state in API See merge request !18888
-
- expose `has_conflicts` and `mergeable_discussions_state` in API - add unit tests for the change
-
Bob Van Landuyt authored
Merge branch '34408-reducing-the-data-being-loaded-per-design-on-first-load-of-design-management' into 'master' [BE] Reduce the data being loaded per Design on first load See merge request !18997
-
- added selection by id and ids
-
Bob Van Landuyt authored
Support query for multiple states See merge request !18518
-
Natalia Tepluhina authored
Populate CI variables from params Closes #24146 See merge request !19023
-
When running a new pipeline on a project, this commit gives the feature of populating ci vars from a url query string.
-
Sanad Liaquat authored
-
Sanad Liaquat authored
Workaround for QA tests when job_log_json flag is enabled Closes #34901, #34900, and #34899 See merge request !19145
-
-
Martin Wortschack authored
Make 404 page button same height as text input See merge request !19080
-
-
Sanad Liaquat authored
Fix instance audit log spec flakiness Closes #34865 and #34428 See merge request !19089
-
Sanad Liaquat authored
Ensure that user is logged in as admin by logging out if already logged in and login in not logged in already
-
Sanad Liaquat authored
Fix group_audit_logs_1_spec e2e test failures on staging Closes #34237 See merge request !19077
-
Heinrich Lee Yu authored
removes `export_designs` feature flags from ee files Closes #32535 See merge request !18507
-
closes #32535 * removes ee/project_tree_restorer and documentation line calling out incomplete support since they are no longer needed * removes remove_feature_dependent_sub_relations method from project_tree_restorer
-
Mike Lewis authored
Move last 5 docs out of the workflow dir See merge request !18628
-
Mark Lapierre authored
While working on another MR I noticed that this quarantined test had a bug that caused it to report the wrong number of arguments when calling `within_submenu`. This changes fixes the test, although it stays in quarantine because the issue for the bug in the application is still open. This change also updates the block args so the cop doesn't have to be disabled.
-
-
- Oct 27, 2019
-
-
Tiger Watson authored
Creates the cluster itself, a group of worker nodes, and the networking rules to allow them to communicate. Assumes that a VPC, an IAM service role, subnets and security group have already been created and will be passed as parameters. The nodes must wait for the cluster to finish creating as they need to register with the cluster on launch, which will fail if the cluster has yet to finish creating.
-
-
Patrick Derichs authored
Supporting multiple states query on todo. Also updating specs. Simplify method as suggested by @reprazent Remove method for_states Revert "Simplify method as suggested by @reprazent" This reverts commit 011f44d1.
-
Natalia Tepluhina authored
Fix time-dependent test failure in release_block_spec.js Closes #35019 See merge request gitlab-org/gitlab!19194
-
Marcel Amirault authored
-
Marcel Amirault authored
Moves the final 5 docs out of /workflow and into their correct locations. Updates links both inside the docs, and TO the docs, and ensures all moved docs are linked from a the appropriate index. Disqus comments moved too.
-
This adds support for Rails' builtin redis store
-