- 08 Nov, 2019 40 commits
-
-
Jan Provaznik authored
Creates destroy cluster service See merge request gitlab-org/gitlab!18220
-
João Cunha authored
The service will later on receive params and extend its functionality to either simply remove the cluster or remove cluster and its resources depending on the params sent by the frontend
-
James Lopez authored
Add start a trial option in top right user dropdown Closes #35637 See merge request gitlab-org/gitlab!19632
-
Alper Akgun authored
Users are used to find trial and upgrade links in the user menu in most applications. We add this to top user menu only for gitlab.com users which are eligible for trials
-
Andreas Brandl authored
Merge branch '30229-gitlab-backgroundmigration-pruneorphanedgeoevents-did-you-mean-pruneoldeventsworker' into 'master' Fix: undefined PruneOrphanedGeoEvents Closes #30229 See merge request gitlab-org/gitlab!19638
-
Andreas Brandl authored
Fix productivity analytics listing with multiple labels Closes #33182 See merge request gitlab-org/gitlab!19238
-
Grzegorz Bizon authored
Fix support for `needs:` and `parallel:` Closes #30675 and #14928 See merge request gitlab-org/gitlab!19467
-
Lin Jen-Shin authored
Revert "Merge branch '34422-get-single-vulnerability-api' into 'master'" Closes #35916 See merge request gitlab-org/gitlab!19813
-
Kushal Pandya authored
Avoid client side double linking of links in blobs Closes #35120 See merge request gitlab-org/gitlab!19464
-
Jan Beckmann authored
Adjust regex to ignore links which are part of a html link Fixes #35120
-
Sean McGivern authored
This reverts merge request !19079
-
Natalia Tepluhina authored
Fix spelling error in UI See merge request gitlab-org/gitlab!17022
-
Russell Dickenson authored
-
Kushal Pandya authored
Resolve "Design Management GraphQL Uses Deprecated Field `designs`" See merge request gitlab-org/gitlab!19472
-
Tom Quirk authored
For the "project" graphql query, `designCollection` replaces the deprecated `designs` key, and subsequent uses of this query’s result are also resolved. The `designs` type has also been removed. Always use `designCollection` going forward.
-
Kushal Pandya authored
Move release meta-data into footer on Releases page See merge request gitlab-org/gitlab!19451
-
Phil Hughes authored
Update designs of flash messages sitewide See merge request gitlab-org/gitlab!18369
-
Justin Ho Tuan Duong authored
-
Grzegorz Bizon authored
Use CI_DEFAULT_BRANCH in Auto DevOps templates Closes #33601 See merge request gitlab-org/gitlab!19454
-
Avielle Wolfe authored
We now have a CI_DEFAULT_BRANCH variable for use in our Auto DevOps CI templates, which allows us to code logic for any default branch, not just those named `master`. This change was previously released with the intention that the variable would be interpolated under the `ref` key of `only/except`, but that didn't work so I reverted it. Now it exists under the `variables` key, where it seems to be working. https://gitlab.com/gitlab-org/gitlab/issues/33601
-
Phil Hughes authored
Merge branch '35613-refactor-secondstomilliseconds-to-make-this-available-for-importing' into 'master' Refactor secondsToMilliseconds to make this available for importing Closes #35613 See merge request gitlab-org/gitlab!19703
-
Nick Kipling authored
Moved secondsToMilliseconds into datetime_utility Updated usage inside monitoring Updated usage throughout test_reports Added test case
-
Phil Hughes authored
Update GCP credit URLs See merge request gitlab-org/gitlab!19683
-
Jacques Erasmus authored
Updated the GCP credit URLs
-
James Lopez authored
Refactor Maximum User Counts See merge request gitlab-org/gitlab!19071
-
Brian Kabiro authored
- add `maximum_user_count` to License model and view helpers - add `maximum_user_count` to the API response`
-
Lin Jen-Shin authored
Fix the Review App `base-config.yml` change detection See merge request gitlab-org/gitlab!19442
-
Lin Jen-Shin authored
Move VulnerabilityEntity to API entities See merge request gitlab-org/gitlab!19704
-
Lin Jen-Shin authored
Get single Vulnerability API call See merge request gitlab-org/gitlab!19079
-
Victor Zagorodny authored
-
Imre Farkas authored
Snippets views refactoring See merge request gitlab-org/gitlab!19582
-
Francisco Javier López authored
There are some views in our codebase where we duplicate the logic. In this MR we try to simplify them.
-
Thong Kuah authored
Resolve "Check for docker images before renaming group" See merge request gitlab-org/gitlab!19428
-
Sanad Liaquat authored
Fix failure in design_management_spec.rb Closes #35874 See merge request gitlab-org/gitlab!19795
-
Achilleas Pipinellis authored
Set docs codeowners to include full team See merge request gitlab-org/gitlab!19807
-
Marcel Amirault authored
-
Evan Read authored
Improve layout of Integrations page See merge request gitlab-org/gitlab!16582
-
Russell Dickenson authored
* Grouped like items together to make it easier to find an item in a specific category. * Reformatted links to the respective topics. * Restructured the 'SSL certificate errors' section. * Added a brief introduction to each bulleted list.
-
Natalia Tepluhina authored
Use SlotSwitch component for epics tree forms See merge request gitlab-org/gitlab!17608
-