- 11 Jan, 2020 3 commits
-
-
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 37 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
-
Achilleas Pipinellis authored
Give identical Ruby metrics same description See merge request gitlab-org/gitlab!22562
-
Robert Speicher authored
Enable Instance level Security Dashboard feature by default See merge request gitlab-org/gitlab!18008
-
Mark Florian authored
Part of the [Instance Security Dashboard MVC][1]. This adds documentation for the Instance Security Dashboard, and enables the `security_dashboard` feature flag by default. [1]: https://gitlab.com/gitlab-org/gitlab/issues/6953
-
Jan Provaznik authored
Add support to import award emojis for missing entities See merge request gitlab-org/gitlab!22493
-
Aishwarya Subramanian authored
Added changelog entry for the fix Corrected typo in spec description
-
Paul Slaughter authored
**How?** Making this spec a full mount instead. **Why?** The test was failing with an error in our GlModal that `$refs.modal.show` was not a function. This is because shallowMount will stub the internal b-modal. So that we're not messing with internals too much, let's just do a full mount here :)
-
Robert Speicher authored
Backend: Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22174
-
Allison Browne authored
After the sentry client returns data about a sentry issue add the gitlab commit to the cached response.
-
Walmyr Lima e Silva Filho authored
Unquarantine protected branch tests See merge request gitlab-org/gitlab!22724
-
Erick Banks authored
We are unquarantining this test for two reasons. 1) Because of https://gitlab.com/gitlab-org/gitlab/merge_requests/22525 has not been merged yet, we cannot run this test in quarantine and we need to run the test to determine if it is still flaky, and if it is we can then examine the artifacts. 2) Because we want to know if Sanad's changes have fixed this test https://gitlab.com/gitlab-org/gitlab/ commit/d58847b7
-
Achilleas Pipinellis authored
Improve the Tags and Releases documentation (OKR) part 2 See merge request gitlab-org/gitlab!22116
-
Marcin Sedlak-Jakubowski authored
-
Grzegorz Bizon authored
Log Release actions on the audit log page Closes #32807 See merge request gitlab-org/gitlab!22167
-
Natalia Tepluhina authored
Migrate issue_spec to Jest See merge request gitlab-org/gitlab!22752
-
Andreas Brandl authored
Merge branch '14857-new-metric-button-not-visible-when-prometheus-app-installed-on-group-instance-clusters-2' into 'master' Patch Prometheus services records See merge request gitlab-org/gitlab!19956
-
Mikołaj Wawrzyniak authored
Add post migration and background migration to create missing project services records for projects with prometheus application installed on shared clusters.
-
Andreas Brandl authored
Add timestamp to software license policy See merge request gitlab-org/gitlab!22542
-