- 04 Aug, 2020 40 commits
-
-
Stan Hu authored
Remove extraneous commented test setup See merge request gitlab-org/gitlab!38599
-
Andrew Fontaine authored
Use gl-friendly-wrap for test case suite and name See merge request gitlab-org/gitlab!37653
-
Enrique Alcántara authored
Replace append-bottom-20 css class See merge request gitlab-org/gitlab!37976
-
Robert Speicher authored
Put Group MR analytics nav behind FF See merge request gitlab-org/gitlab!38573
-
Brandon Labuschagne authored
The feature's navigation needs to be behind a FF as the feature is still in development.
-
Igor Drozdov authored
Modal for add/remove post review (context) commits See merge request gitlab-org/gitlab!27402
-
Anwar Sadath authored
-
Nick Gaskill authored
Add note for offline package managers See merge request gitlab-org/gitlab!37897
-
Russell Dickenson authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38601
-
Amy Qualls authored
Update Incident List docs Closes #233055 See merge request gitlab-org/gitlab!38407
-
Douglas Barbosa Alexandre authored
Geo: Refactor job artifacts scope See merge request gitlab-org/gitlab!37874
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Remove more inline icons See merge request gitlab-org/gitlab!38455
-
Amy Qualls authored
Docs: Updated Dependency Proxy tier Closes #232859 See merge request gitlab-org/gitlab!38327
-
Douglas Barbosa Alexandre authored
Remove feature flag for banzai reference filter optimization See merge request gitlab-org/gitlab!38290
-
Andrew Fontaine authored
Replace <gl-deprecated-button> with <gl-button> in app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue Closes #219875 See merge request gitlab-org/gitlab!36968
-
Kerri Miller authored
-
Michael Kozono authored
Create a new endpoint that converts .yml panels to JSON See merge request gitlab-org/gitlab!38192
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!38581
-
mfluharty authored
Make failed tests first spec more clear by comparing arrays Since we only need it for the spec, use data-testid on case name instead of ref
-
mfluharty authored
We can no longer use ('js-case-row').at(index).text() to check case name since we're shallowMounting and case name is now inside a component so we use a ref to find the case name instead
-
mfluharty authored
-
Mike Jang authored
Add link to permissions for subgroup visibility levels See merge request gitlab-org/gitlab!27595
-
Jan Provaznik authored
Remove namespace storage limit setting See merge request gitlab-org/gitlab!38108
-
Mike Jang authored
Add note on compliance dashboard limit See merge request gitlab-org/gitlab!38336
-
Michael Kozono authored
Resolve Style/NumericPredicate Cop exceptions in Specs See merge request gitlab-org/gitlab!38218
-
Doug Stull authored
- no exceptions...
-
Nicolò Maria Mezzopera authored
Allow Users to Create and Rename User Lists Closes #224229 See merge request gitlab-org/gitlab!36598
-
Andrew Fontaine authored
Adds the final links to the create and edit pages for user lists as well as adds documentation for the feature.
-
Michael Kozono authored
Make Kubernetes Logs available to Developer See merge request gitlab-org/gitlab!38467
-
Mikołaj Wawrzyniak authored
To make log explorer more usable we should lower access level restrictions to it from maintainer to developer.
-
Michael Kozono authored
[Doc] [Geo] Update self service framework docs See merge request gitlab-org/gitlab!37209
-
Aakriti Gupta authored
to include options for adding verification state fields and improve documentation.
-
Michael Kozono authored
Merge branch '233104-when-relative-url-is-configured-on-secondary-the-requests-to-api-graphql-fail' into 'master' Fix GraphQL for read-only instances with relative URLs Closes #233104 See merge request gitlab-org/gitlab!38402
-
Nicolò Maria Mezzopera authored
Merge branch '231370-sast-config-ui-page-basic-sast-wide-settings-implement-dynamic-form-container-control' into 'master' Implement dynamic form control component See merge request gitlab-org/gitlab!38162
-
Mark Florian authored
This adds a dynamic form field component, to be used in the [SAST Configuration UI][epic]. So far, this component is only able to render a single type of form field: a text input (via the [`FormInput`][input] component). Future iterations will add support for more types. This component is driven by an array of configuration entities (in fact, a `SastCiConfigurationEntity` from GraphQL), each representing a configurable variable when setting up SAST scanning for a project. In a follow-up MR, this array will be provided by the GraphQL query `Project.sastCiConfiguration`. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/231370. [epic]: https://gitlab.com/groups/gitlab-org/-/epics/3659 [input]: https://gitlab.com/gitlab-org/gitlab/-/issues/225224
-
Grzegorz Bizon authored
Remove feature flag for using UNLINK in Redis See merge request gitlab-org/gitlab!38474
-
Grzegorz Bizon authored
Versioning for sidekiq workers See merge request gitlab-org/gitlab!37918
-
Nicolas Dular authored
This removes the frontend and backend that is related to the namespace storage limit setting. For the MVC we initially thought that the limit will be instance wide, this requirement changed though and it is now based on the plan of a namespace. To remove the column from the db, we for now ignore the column and will do the actual removal of the column the next release.
-