- 26 Jun, 2020 40 commits
-
-
Rémy Coutable authored
Add a Danger message when Sidekiq queues change See merge request gitlab-org/gitlab!34841
-
Sanad Liaquat authored
Add assign group milestone spec See merge request gitlab-org/gitlab!35262
-
Peter Leitzen authored
Moving alerts endpoint configuration See merge request gitlab-org/gitlab!35187
-
David O'Regan authored
We move the alerts endpoint config to settings > operations to ensure users gain a consistant experience.
-
Sean McGivern authored
Include snippets size in project statistics See merge request gitlab-org/gitlab!35120
-
Francisco Javier López authored
In this commit we add the total snippets size to project and namespace statistics.
-
Marcel Amirault authored
Resolve "Docs: Add Metrics Report Sample" Closes #217426 See merge request gitlab-org/gitlab!31684
-
Tim Poffenbarger authored
-
Adam Hegyi authored
Product Analytics MVP: Basic database schema See merge request gitlab-org/gitlab!35168
-
Mike Jang authored
Remove now-incorrect note about VSA Closes #196455 See merge request gitlab-org/gitlab!35388
-
Marcel Amirault authored
Additional details on Payload Types See merge request gitlab-org/gitlab!33982
-
Davin Walker authored
-
Douglas Barbosa Alexandre authored
Fix display of IP addresses in audit logs See merge request gitlab-org/gitlab!35356
-
Tim Zallmann authored
Change CI minutes purchase to a primary action See merge request gitlab-org/gitlab!35361
-
Andreas Brandl authored
This table is part of the "product analytics experiment" and as such marked "experimental". The goal here is to explore the product analytics as a MVP feature more. We are explicitly not spending time on relational modeling here. We expect significant changes to the database part of this once the feature has been validated. Therefore, we expect to drop the table when feature validation is complete. All data will be lost.
-
Adam Hegyi authored
Add support for hash partitioning See merge request gitlab-org/gitlab!35268
-
Andreas Brandl authored
This adds a basic migration helper to create hash partitions
-
Sean McGivern authored
When Sidekiq queues are added, or existing queues are changed, this can have some impact on our infrastructure as we may have a change in workload that leads to us needing to make an infrastructure change. The Scalability team can help with this, so point to them as a first step.
-
Marcel Amirault authored
Remove easy from Markdown guide See merge request gitlab-org/gitlab!35402
-
Sean McGivern authored
The `ip_address` column returns an IPAddr, which doesn't specify a JSON representation so we get the Rails default of a hash of its instance variables. We need an explicit `to_s` to show it in human-readable form.
-
Bob Van Landuyt authored
Redirect wiki edit actions for missing pages See merge request gitlab-org/gitlab!35350
-
Phil Hughes authored
Fix text color on job log in dark mode Closes #222804 See merge request gitlab-org/gitlab!35387
-
Simon Knox authored
Reset yiq-text-color to correct values since the bootstrap defaults are inverted when we override $white and $gray-950 Original values https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss#L98
-
Rémy Coutable authored
Add template for composer packages See merge request gitlab-org/gitlab!35197
-
Denys Mishunov authored
Move "Delete comment" button to the bottom of "More actions" list See merge request gitlab-org/gitlab!35237
-
Jake Burden authored
-
Thong Kuah authored
Dismiss user notification dot upon acknowledgement See merge request gitlab-org/gitlab!34397
-
Markus Koller authored
Cancel review app deployment when MR is merged See merge request gitlab-org/gitlab!34960
-
Marcin Sedlak-Jakubowski authored
Update links and vale rules Closes gitlab-docs#601 See merge request gitlab-org/gitlab!35404
-
Marcel Amirault authored
Along with broken/redirected links, brings in vale rule updates from omnibus, and found adjacent to fixed links
-
Peter Leitzen authored
Rename snippet blob raw route Closes #224516 See merge request gitlab-org/gitlab!35335
-
Denys Mishunov authored
Fix issue suggestion text color Closes #223727 See merge request gitlab-org/gitlab!34899
-
Simon Knox authored
Both for dark mode (000 => fefefe) and for light mode (000 => 2e2e2e) Use important util class so hover doesn't change color
-
Natalia Tepluhina authored
Add form to edit iterations See merge request gitlab-org/gitlab!34380
-
Simon Knox authored
Filtering iterations by ID, and display just info No edit view for now
-
Martin Wortschack authored
Update vuex state when filter bar values change See merge request gitlab-org/gitlab!34598
-
Jan Provaznik authored
[RUN AS-IF-FOSS] Enforce RSpec zero monkey patching mode Closes #220018 See merge request gitlab-org/gitlab!35059
-
Arturo Herrero authored
The plan for RSpec 4.0 is to disable monkey patching, reference: https://rspec.info/blog/2013/07/the-plan-for-rspec-3/#zero-monkey-patching-mode https://relishapp.com/rspec/rspec-core/docs/configuration/zero-monkey-patching-mode This commit enforces RSpec zero monkey patching mode.
-
Natalia Tepluhina authored
Convert the Image tag UI to a list view See merge request gitlab-org/gitlab!35138
-
Nicolò Maria Mezzopera authored
- right secondary - left and right action - update tests
-