- 16 Jun, 2020 40 commits
-
-
Sean McGivern authored
Job waiter keys do not contain sensitive information, so they're safe to log. They're also useful to log so we can inspect particular batches of jobs.
-
Sanad Liaquat authored
Fix e2e tests that creates projects vi UI Closes #222471 See merge request gitlab-org/gitlab!34611
-
Martin Wortschack authored
VSA filter bar additional tokens See merge request gitlab-org/gitlab!34536
-
Sean McGivern authored
Merge branch '222518-flaky-test-in-ee-spec-features-promotion_spec-rb-314-promotions-for-issue-weight-is-removed' into 'master' Improve a flaky test in ee/spec/features/promotion_spec.rb:314 Closes #222518 See merge request gitlab-org/gitlab!34616
-
Illya Klymov authored
Show Redis instance in performance bar See merge request gitlab-org/gitlab!34377
-
Sean McGivern authored
We have four Redis instances in use. For most web requests, the majority of the Redis usage will be from the cache instance, but some will be from the shared state (persistent) instance, which is useful to separate out.
-
Rémy Coutable authored
Stop creating GitlabIssueTrackerService records See merge request gitlab-org/gitlab!34268
-
Andy Soiron authored
I'm working towards removing the GitlabIssueTrackerService class. In order to do so, I want to delete all records of type GitlabIssueTrackerService in the services table. The migration to remove those will follow in a later iteration. This commit should make sure no new records will be created.
-
Achilleas Pipinellis authored
Add Cloud Native note to Reference Architecture Docs Closes gitlab-org/quality/performance#219 See merge request gitlab-org/gitlab!34155
-
Grant Young authored
Gives guidance to users on how to translate select components.
-
Shinya Maeda authored
Resolve "[Feature flag] Enable Alert Slack notifications" Closes #220415 See merge request gitlab-org/gitlab!34038
-
Sean Arnold authored
- Remove feature flag checks
-
Achilleas Pipinellis authored
Adjust Memory Requirements Closes gitlab-com/Product#1213 See merge request gitlab-org/gitlab!33764
-
Grant Young authored
Based on performance testing by Quality for Reference Architectures
-
Rémy Coutable authored
Add Verify/FailFast CI template See merge request gitlab-org/gitlab!31812
-
Shinya Maeda authored
Add system check for CI JWT signing key See merge request gitlab-org/gitlab!33920
-
Rémy Coutable authored
Add Migration/DropTable rubocop cop Closes #25528 See merge request gitlab-org/gitlab!34473
-
Illya Klymov authored
Update issue limits template to use minutes See merge request gitlab-org/gitlab!34254
-
Illya Klymov authored
Onboarding experiment frontend tracking See merge request gitlab-org/gitlab!34177
-
Illya Klymov authored
Display MR note on standalone vulnerability page See merge request gitlab-org/gitlab!34146
-
Andreas Brandl authored
Fix - Update routes for lost-and-found group and projects See merge request gitlab-org/gitlab!34285
-
Tim Zallmann authored
Utilize jest-environment-jsdom-sixteen for tests See merge request gitlab-org/gitlab!34362
-
Kamil Trzciński authored
Implemented #bridge API endpoint Closes #207996 See merge request gitlab-org/gitlab!31370
-
Abhijith Sivarajan authored
Implements an endpoint separate from the jobs endpoint that lists pipeline bridges.
-
Jan Provaznik authored
Add native code intelligence See merge request gitlab-org/gitlab!34542
-
Kushal Pandya authored
Remove removeMilestone logic from issue model See merge request gitlab-org/gitlab!32253
-
Marvin Karegyeya authored
-
Jarka Košanová authored
Update Learn Gitlab project template See merge request gitlab-org/gitlab!34525
-
Illya Klymov authored
Create group import UI See merge request gitlab-org/gitlab!29271
-
Illya Klymov authored
Show all storages in settings Closes #220825 See merge request gitlab-org/gitlab!34093
-
Ezekiel Kigbo authored
Updates the filter bar to add the additional search tokens and updates related tests
-
Jarka Košanová authored
Add GraphQL snippet FileInputType See merge request gitlab-org/gitlab!34442
-
Bob Van Landuyt authored
Add detailed logs of each Redis instance usage during job execution and web requests See merge request gitlab-org/gitlab!34110
-
Oswaldo Ferreira authored
It introduces detailed logs for each Redis instance. Before this change, we used to have just the following Redis logs for API, Sidekiq and Web requests: - redis_calls - redis_duration_s - redis_read_bytes - redis_write_bytes Here we introduce the following (when > 0): - redis_action_cable_calls - redis_action_cable_duration_s - redis_action_cable_read_bytes - redis_action_cable_write_bytes - redis_cache_calls - redis_cache_duration_s - redis_cache_read_bytes - redis_cache_write_bytes - redis_queues_calls - redis_queues_duration_s - redis_queues_read_bytes - redis_queues_write_bytes - redis_shared_state_calls - redis_shared_state_duration_s - redis_shared_state_read_bytes - redis_shared_state_write_bytes That's valuable information about how GitLab use Redis instances.
-
Phil Hughes authored
Refactor(issues analytics): move filter into vue See merge request gitlab-org/gitlab!34385
-
Sanad Liaquat (Personal) authored
Introduce NewExperiment page and go_to_create_project_from_template project flow
-
Michael Lunøe authored
Refactor(dataZoomConfig): simplify logic compose config
-
Igor Drozdov authored
Remove FF ci_dependency_variables See merge request gitlab-org/gitlab!34495
-
Furkan Ayhan authored
So it will be enabled by default for all instances
-
Ramya Authappan authored
Use non-member to test restriction by GitLab user Closes #222352 See merge request gitlab-org/gitlab!34580
-