- 26 Jun, 2020 40 commits
-
-
Mayra Cabrera authored
Add prometheus_alert_id and environment_id to Alert management alerts See merge request gitlab-org/gitlab!34995
-
Sean Arnold authored
- Add model relations and database migrations
-
Nathan Friend authored
Update GitLab UI/SVG See merge request gitlab-org/gitlab!35409
-
Suzanne Selhorn authored
Fix square bracket use flagged by kramdown See merge request gitlab-org/gitlab!35412
-
GitLab Bot authored
-
Oswaldo Ferreira authored
Remove spacing interval between soft deleted projects See merge request gitlab-org/gitlab!35046
-
Sean McGivern authored
Revert "Improve performance of Search API (Advanced): commits scope" Closes #224684 See merge request gitlab-org/gitlab!35431
-
Markus Koller authored
Don't include changes in webhook payload when old associations are empty See merge request gitlab-org/gitlab!35158
-
Mark Florian authored
Updates the groupedReportText builder See merge request gitlab-org/gitlab!33857
-
Sam Beckham authored
- Takes into account severities - a11y compatible - Updates all the helpers that go along with it - Updates the documentation - Updates all the tests that rely on this function.
-
Enrique Alcántara authored
Moves all print styles into application.scss as performance guides say that is faster See merge request gitlab-org/gitlab!35234
-
Gabriel Mazetto authored
Dont display banner for auto renew nil See merge request gitlab-org/gitlab!33422
-
Mike Jang authored
Update audit events to reflect correct level See merge request gitlab-org/gitlab!35411
-
Kamil Trzciński authored
Revert "Merge branch '215708-improve-performance-of-search-api-advanced-commits-scope' into 'master'" This reverts merge request !32892
-
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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-