- 29 Oct, 2019 2 commits
-
-
Mikolaj Wawrzyniak authored
ClusterDashboardService is overriding dashboard_path method, in a way that only path stored internal as a constant is used instead of the one passed in parameters hash. To reduce confusion ommited parameter (dashboard_path) is removed for spec file for this service.
-
Mikolaj Wawrzyniak authored
Cluster metrics dashboard was corectly intoroduced and it is no longer new to the system. '_new' suffix no longer represnt its state.
-
- 28 Oct, 2019 38 commits
-
-
Stan Hu authored
Switch quick actions to use Zoom Meetings table and model See merge request gitlab-org/gitlab!18620
-
Sean McGivern authored
Make `Job`, `Bridge` and `Default` to be truly inheritable Closes #34518 See merge request gitlab-org/gitlab!18867
-
Kamil Trzciński authored
This changes `Job`, `Bridge` and `Default` to use `Inheritable` to inherit the configuration. Shared example ensure that all fields are annotated with `inherit:` and does have matching type when inherited. Since the `Default:` is shared, it requires that inheritable fields to be also added to `Job` and `Bridge`.
-
Douglas Barbosa Alexandre authored
Refactor search_tab? -> show_user_search_tab? See merge request gitlab-org/gitlab!19205
-
Natalia Tepluhina authored
Hide labels from issue board cards See merge request gitlab-org/gitlab!18533
-
allison.browne authored
-
allison.browne authored
-
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
-
Dylan Griffith authored
This method was only ever used with the argument :members but further it seems to have been half-implemented generically and the argument wasn't even being used so it was just causing confusion. Since this is only meant to be checking if the users tab should show it is now a bit more explicit.
-
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
-