- 28 Oct, 2019 36 commits
-
-
Natalia Tepluhina authored
Hide labels from issue board cards See merge request gitlab-org/gitlab!18533
-
Grzegorz Bizon authored
Hide role picker from profile page See merge request gitlab-org/gitlab!19085
-
Kamil Trzciński authored
Include puma logs alongside rails logs in GDK See merge request gitlab-org/gitlab!19082
-
Andrew Newdigate authored
Currently puma logs are emitted to a different location than rails logs. In development environments, having a single stream of logs for puma and rails simplifies things and ensures that developers will see puma errors, instead of having them emitted to a file that is not usually checked.
-
Kamil Trzciński authored
Resolve "Remove the `container_registry_smart_delete` feature flag." Closes #32319 See merge request gitlab-org/gitlab!19049
-
Rémy Coutable authored
Add documentation about the sync CI stage Closes #34890 See merge request gitlab-org/gitlab!19101
-
Dmitriy Zaporozhets authored
Record sidekiq queuing latency See merge request gitlab-org/gitlab!19005
-
Andrew Newdigate authored
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.
-
Coung Ngo authored
-
Walmyr Lima e Silva Filho authored
Update quarantined test so that it runs (although it's still quarantined) See merge request gitlab-org/gitlab!19203
-
Coung Ngo authored
This commit fixes comments given on a merge request
-
Sean McGivern authored
Enable the HttpOnly flag for experimentation_subject_id cookie Closes #34851 See merge request gitlab-org/gitlab!19189
-
Sean McGivern authored
CloudFormation template for creating EKS clusters See merge request gitlab-org/gitlab!17036
-
Heinrich Lee Yu authored
Fix `RSpec/ScatteredSetup` rubocop failure See merge request gitlab-org/gitlab!19207
-
Bob Van Landuyt authored
Return merge-request state in API See merge request gitlab-org/gitlab!18888
-
Brian Kabiro authored
- 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 gitlab-org/gitlab!18997
-
Natalia Tepluhina authored
- added selection by id and ids
-
Bob Van Landuyt authored
Support query for multiple states See merge request gitlab-org/gitlab!18518
-
Natalia Tepluhina authored
Populate CI variables from params Closes #24146 See merge request gitlab-org/gitlab!19023
-
Payton Burdette authored
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 gitlab-org/gitlab!19145
-
Grant Young authored
-
Martin Wortschack authored
Make 404 page button same height as text input See merge request gitlab-org/gitlab!19080
-
Simon Knox authored
-
Sanad Liaquat authored
Fix instance audit log spec flakiness Closes #34865 and #34428 See merge request gitlab-org/gitlab!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 gitlab-org/gitlab!19077
-
Heinrich Lee Yu authored
removes `export_designs` feature flags from ee files Closes #32535 See merge request gitlab-org/gitlab!18507
-
Nate Geslin authored
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 gitlab-org/gitlab!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.
-
Evan Read authored
docs - Sort in ascending order the list of deprecated variables See merge request gitlab-org/gitlab!19157
-
Evan Read authored
Update retrieval instruction of CA cert when adding k8s cluster See merge request gitlab-org/gitlab!18031
-
Daniel Gruesso authored
-
- 27 Oct, 2019 4 commits
-
-
Tiger 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.
-
Evan Read authored
Update Troubleshooting section in using_docker_build.md See merge request gitlab-org/gitlab!18953
-
Ray Paik authored
-
Evan Read authored
Clarify variable type example See merge request gitlab-org/gitlab!18588
-