- 29 Jan, 2021 31 commits
-
-
Illya Klymov authored
- improve readability of import_table component
-
Illya Klymov authored
* Add status line to know how many groups are available * Basic pagination * Filtering
-
Nicolò Maria Mezzopera authored
Create the creation form for compliance frameworks See merge request gitlab-org/gitlab!52476
-
Marcin Sedlak-Jakubowski authored
Replace STARTER/BRONZE with PREMIUM in Enablement docs See merge request gitlab-org/gitlab!52782
-
Shinya Maeda authored
Include logic to move storage in Groups::RepositoryStorageMove class See merge request gitlab-org/gitlab!52513
-
Heinrich Lee Yu authored
Resolve "Timeout at pages_rake_spec.rb" See merge request gitlab-org/gitlab!52879
-
Nicolò Maria Mezzopera authored
Fix search debounce for Swimlanes board assignees See merge request gitlab-org/gitlab!52786
-
Natalia Tepluhina authored
-
Albert Salim authored
-
Robert Hunt authored
This form contains all the processes which are necessary to create a compliance framework. This form makes use of the shared form to show the necessary fields This form saves the compliance framework via GraphQL. On success it redirects to the general settings page. On failure, it shows an error alert
-
-
Marcel Amirault authored
Docs: Clarify that filepath globs are Ruby globs (as opposed to shell or JavaScript globs). See merge request gitlab-org/gitlab!51818
-
David Hannasch authored
Bring rules:exists more in line with the robust documentation of cache:paths, but noting that rules:exists handles globs differently.
-
Albert Salim authored
Fix review app deployments See merge request gitlab-org/gitlab!52764
-
Kushal Pandya authored
Migrate feature flags page toggles to GlToggle See merge request gitlab-org/gitlab!52728
-
Coung Ngo authored
They are currently using the deprecated `vue_shared` toggle
-
Marcel Amirault authored
-
Evan Read authored
Update plan references for Fulfillment See merge request gitlab-org/gitlab!52635
-
Russell Dickenson authored
-
Evan Read authored
Changing Gold to Ultimate in user docs See merge request gitlab-org/gitlab!52846
-
Evan Read authored
Add client and developer documentation of the GraphQL API's limits See merge request gitlab-org/gitlab!52280
-
Luke Duncalfe authored
Adds client and developer documentation for the GraphQL API's limits: - Complexity - Max page size - Request timeout
-
Marcel Amirault authored
Define experiment feature flag type See merge request gitlab-org/gitlab!52855
-
Phil Calder authored
-
Kushal Pandya authored
Copy and empty %p fixes in Welcome page See merge request gitlab-org/gitlab!52660
-
Kevin Comoli authored
-
Ramya Authappan authored
Add QA docs for running transient bug tests See merge request gitlab-org/gitlab!52849
-
Ash McKenzie authored
Debian Group and Project Distribution Components See merge request gitlab-org/gitlab!51732
-
Russell Dickenson authored
Improve overriding stages example See merge request gitlab-org/gitlab!52808
-
Stan Hu authored
Group performance bar SQL queries by location See merge request gitlab-org/gitlab!52678
-
Russell Dickenson authored
Remove docs references to old subscription tiers See merge request gitlab-org/gitlab!52823
-
- 28 Jan, 2021 9 commits
-
-
Mark Lapierre authored
-
Mark Chao authored
Refactor spam/recaptcha mutations/services for better captcha support See merge request gitlab-org/gitlab!51537
-
Amy Qualls authored
Changing Gold to Ultimate in docs text See merge request gitlab-org/gitlab!52845
-
Nick Gaskill authored
Add visual reviews to starter list See merge request gitlab-org/gitlab!52848
-
Evan Read authored
Improve Service Desk documentation about templates See merge request gitlab-org/gitlab!51992
-
Marcin Sedlak-Jakubowski authored
-
Jose Ivan Vargas authored
Add recent failures to test report See merge request gitlab-org/gitlab!52606
-
Marcel Amirault authored
-
Chad Woolley authored
* Move the render_recaptcha? method to the Spammable concern, so it can be used from both the controllers and GraphQL mutations. * Refactor logic and method naming in mutation to make it explicit that the #resolve method's args parameter is being mutated before being passed to the service layer as params * Introduce ServiceCompatibility concern, to DRY up and abstract mutation-layer concerns related to processing graphql mutation field params to be compatible with those expected by the service layer * Rename SpammableMutationFields concern to CanMutateSpammable to be more consistently named with other concerns * Move and refactor the snippet_spam feature flag to be in the service layer, and be less coupled to the implementation details of spam checking. See https://gitlab.com/gitlab-org/gitlab/-/issues/217722 for more details.
-