- 11 Jan, 2020 20 commits
-
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
raju249 authored
-
Dan Davison authored
Add missing argument to performance bar page object method See merge request gitlab-org/gitlab!22798
-
Jennifer Louie authored
Add count argument to has_detailed_specs method Refactor performance_bar_spec
-
Marcel Amirault authored
Update Code Quality docs about the new versioning scheme See merge request gitlab-org/gitlab!21934
-
- 10 Jan, 2020 20 commits
-
-
Mike Greiling authored
Cache webpack loaders in CI See merge request gitlab-org/gitlab!22204
-
Mike Greiling authored
Move cluster dropdown component one level up See merge request gitlab-org/gitlab!22715
-
Stan Hu authored
fix docs: remove duplicate `with your' See merge request gitlab-org/gitlab!22816
-
Alexey authored
-
Peter Leitzen authored
Remove feature flag for import graceful failures See merge request gitlab-org/gitlab!22707
-
Mayra Cabrera authored
Make Sidekiq timestamps consistently ISO 8601 Closes #194116 See merge request gitlab-org/gitlab!22750
-
Martin Wortschack authored
Code Review analytics skeleton See merge request gitlab-org/gitlab!22480
-
Martin Wortschack authored
Migrate project_id dropdown tests to jest See merge request gitlab-org/gitlab!22609
-
Mayra Cabrera authored
Make BackgroundMigrationWorker backward compatible See merge request gitlab-org/gitlab!22271
-
Valery Sizov authored
-
Paul Slaughter authored
Fix spacing between errors in Geo Node Cards Closes #196075 See merge request gitlab-org/gitlab!22718
-
Zack Cuddy authored
Replace usaged in geo/node/projects https://gitlab.com/gitlab-org/gitlab/merge_requests/22718
-
Mayra Cabrera authored
Move common request specs into shared_examples See merge request gitlab-org/gitlab!22428
-
Reuben Pereira authored
* In preparation for the specs being reused, move them into shared_examples.
-
Stan Hu authored
Previously when an exception occurred in Sidekiq, Sidekiq would export logs with timestamps (e.g. created_at, enqueued_at) in floating point seconds, while other jobs would report in ISO 8601 format. This inconsistency in data types would cause Elasticsearch to drop logs that did not match the schema type (date in most cases). This commit moves the responsibility of formatting timestamps to the Sidekiq JSON formatter where it properly belongs. The job logger now generates timestamps with floats, just as Sidekiq does. This ensures that timestamps are manipulated only in one place. See https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/8269
-
Phil Hughes authored
Fix broken shallowMount with GlModal See merge request gitlab-org/gitlab!22797
-
Achilleas Pipinellis authored
Document propagated gemnasium db variables See merge request gitlab-org/gitlab!22670
-
Can Eldem authored
-
Paul Slaughter authored
Clarify IE11 has no supported previous version See merge request gitlab-org/gitlab!22343
-
Jeremy Jackson authored
-