- 13 May, 2020 40 commits
-
-
Ray Paik authored
Fix typo in /doc/topics/autodevops/upgrading_postgresql.md See merge request gitlab-org/gitlab!31884
-
Andreas Brandl authored
Remove index by name on ci_pipelines Closes #215790 See merge request gitlab-org/gitlab!31043
-
Andreas Brandl authored
Revert constraints for add_column_with_defaults See merge request gitlab-org/gitlab!31886
-
Nathan Friend authored
Align Geo Settings Page Width Closes #215344 See merge request gitlab-org/gitlab!31257
-
Natalia Tepluhina authored
Update status for alert in alert management list See merge request gitlab-org/gitlab!31276
-
Jan Provaznik authored
Ignore namespaces.trial_ends_on column See merge request gitlab-org/gitlab!31746
-
Andreas Brandl authored
There is a consistency issue with this: The outcome of the migration (and whether or not we see a `NOT NULL` or a `CHECK` constraint) depends on when the migration is being run and in which state the helper is at that time. This includes a risk of seeing installations that have different constraints, in particular differing from what we expect to see in `db/structure.sql`. As such, this commit reverts the line change. A follow-up is https://gitlab.com/gitlab-org/gitlab/-/merge_requests/31736 which deprecates the `add_column_with_default` helper anyways. For that, it's helpful to keep using `NOT NULL` constraints (because the outcome is the same if we just delegate to `add_column`).
-
Sean McGivern authored
Update auto-deploy-image to v0.14.0 See merge request gitlab-org/gitlab!31505
-
Hordur Freyr Yngvason authored
- Upgraded Helm to 2.16.6 - Set the default deployment API version to apps/v1 - Helm deployments now use --atomic by default - Do not delete legacy PostgreSQL unless AUTO_DEVOPS_POSTGRES_DELETE_V1 is set See https://gitlab.com/gitlab-org/cluster-integration/auto-deploy-image/-/compare/v0.13.0...v0.14.0
-
Amy Qualls authored
Document expand panel feature Closes #216212 See merge request gitlab-org/gitlab!31694
-
Jarka Košanová authored
Index note confidential attribute on elastic search See merge request gitlab-org/gitlab!30774
-
Imre Farkas authored
#214581 Star metrics dashboard endpoint See merge request gitlab-org/gitlab!31316
-
Shinya Maeda authored
Save Feature Flag Toggle Switch State on Edit Page See merge request gitlab-org/gitlab!31663
-
Andrew Fontaine authored
Deprecate append/prepend utility classes See merge request gitlab-org/gitlab!31679
-
Zack Cuddy authored
Currently the Geo Settings page has a restricted width on fixed. This causes it to look different than the other Geo Pages. This MR removes the restricted fixed width. Making it behave the same as the other Geo Pages.
-
Adam Hegyi authored
Add doc for repository analytics Closes #207212 See merge request gitlab-org/gitlab!31842
-
Andrew Fontaine authored
Add Alert Details header See merge request gitlab-org/gitlab!31073
-
Tristan Read authored
-
Mark Florian authored
jestodus: move a few Frontend specs See merge request gitlab-org/gitlab!29796
-
Nick Thomas authored
Bump rouge gem to release 3.19.0 Closes #216567 See merge request gitlab-org/gitlab!31771
-
lauraMon authored
-
Rémy Coutable authored
Move Design Management GraphQL classes into FOSS See merge request gitlab-org/gitlab!31462
-
Adam Hegyi authored
-
Ray Paik authored
Fix typo in /doc/development/ee_features.md See merge request gitlab-org/gitlab!31902
-
Andrew Fontaine authored
Add prefix to template vars in url See merge request gitlab-org/gitlab!31690
-
Kushal Pandya authored
Add instance dashboard graphql queries/mutations See merge request gitlab-org/gitlab!31766
-
Sean McGivern authored
Add parser for helm list See merge request gitlab-org/gitlab!31733
-
Rémy Coutable authored
Fix templates API endpoint when project name has dots See merge request gitlab-org/gitlab!31758
-
Peter Leitzen authored
Fix kibana install instructions See merge request gitlab-org/gitlab!31906
-
Phil Hughes authored
Fix error renaming files using web IDE See merge request gitlab-org/gitlab!30969
-
Himanshu Kapoor authored
When renaming files in the Web IDE in the rename modal, pressing backspace all the way brought back the original filename back, thus making the backspace redundant.
-
Adrien Kohlbecker authored
-
Jan Provaznik authored
Cover diff_positionable_note JSON issue See merge request gitlab-org/gitlab!31721
-
Kamil Trzciński authored
Default enable_memory_uss_pss check to true + add docs Closes #216597 See merge request gitlab-org/gitlab!31707
-
Matthias Käppler authored
-
bake0937 authored
-
Peter Leitzen authored
Restore original sort order of metrics dashboard select list See merge request gitlab-org/gitlab!31859
-
Dmytro Zaporozhets authored
Remove unused IssuesHelper#unassigned_filter See merge request gitlab-org/gitlab!29846
-
Robert May authored
Adds spec coverage and a fix for handling of position fields once the `json` gem upgrade has taken place.
-
Igor Drozdov authored
Remove check for user being applicable codeowner See merge request gitlab-org/gitlab!31768
-