- 08 Nov, 2019 40 commits
-
-
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
-
Ash McKenzie authored
Geo: Small refactor renaming some methods See merge request gitlab-org/gitlab!19712
-
Tanya Pazitny authored
Retry visiting URL if not successful Closes #35707 See merge request gitlab-org/gitlab!19732
-
Mark Lapierre authored
The design management test tries to change the style of an element on the design tab immediately after clicking the link to switch to the tab. This change waits for the tab to become active after clicking it.
-
Thong Kuah authored
Capture AWS role for creating EKS clusters See merge request gitlab-org/gitlab!18307
-
Evan Read authored
Resolve "Document VPC-Native created clusters" Closes #33783 See merge request gitlab-org/gitlab!19501
-
João Cunha authored
-
Thong Kuah authored
Skip redis call when IP is whitelisted See merge request gitlab-org/gitlab!19521
-
Thong Kuah authored
Enable frozen string for spec/lib/gitlab See merge request gitlab-org/gitlab!19746
-
gfyoung authored
Partially addresses: https://gitlab.com/gitlab-org/gitlab/issues/27703
-
Tiger authored
Also rename 'eks' to 'aws' to keep consistency with the backend.
-
Enrique Alcantara authored
- Remove extra space in before endLink - Remove handleAuthenticate and call createRole directly - Call createRole as a form submission. - Store api paths in the store state
-
Enrique Alcántara authored
-
Enrique Alcantara authored
-