- 02 Dec, 2020 12 commits
-
-
Justin Ho Tuan Duong authored
With a simple controller action that returns 200 OK. Actual logic to be implemented separately.
-
Michael Kozono authored
Improve GraphQL pagination specs See merge request gitlab-org/gitlab!48496
-
Russell Dickenson authored
Update Epics tooltip on the permissions page with correct tier information See merge request gitlab-org/gitlab!48942
-
Illya Klymov authored
Adds gl-buttons classes to issue settings See merge request gitlab-org/gitlab!48471
-
Sam Beckham authored
-
Illya Klymov authored
Update header text on project security dashboard See merge request gitlab-org/gitlab!48872
-
Evan Read authored
Adjust Kroki docs with the correct tier See merge request gitlab-org/gitlab!48906
-
Mark Chao authored
Add confirm modal to reactivate user See merge request gitlab-org/gitlab!48173
-
Doug Stull authored
- same styling as rest of the admin user actions.
-
Mark Chao authored
Fix kwargs deprecation warnings in lines unfolder spec See merge request gitlab-org/gitlab!48810
-
Paul Slaughter authored
Remove unified tests script See merge request gitlab-org/gitlab!46926
-
Paul Gascou-Vaillancourt authored
Now that we have migrated all specs to Jests (except for a few excceptions), we can remove the unified tests script and update the docs accordingly.
-
- 01 Dec, 2020 28 commits
-
-
Craig Norris authored
Edited for Vale rules See merge request gitlab-org/gitlab!48849
-
Stan Hu authored
Don't call FindCommit for raw blobs See merge request gitlab-org/gitlab!48917
-
Paul Slaughter authored
Add type filtering in appearance page of the admin panel See merge request gitlab-org/gitlab!48709
-
Dylan Griffith authored
Move uninstall_command to Clusters::Concerns::ApplicationCore See merge request gitlab-org/gitlab!48828
-
Amy Qualls authored
Remove support for Kubernetes 1.13, add 1.18 See merge request gitlab-org/gitlab!48503
-
Craig Norris authored
Convert future tense to present tense See merge request gitlab-org/gitlab!48525
-
Amy Qualls authored
More cleaning up of future tense in docs, in favor of present tense.
-
Nick Gaskill authored
Add a second TXT entry for domain verification See merge request gitlab-org/gitlab!47006
-
Simon Kelly authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!48957
-
Stan Hu authored
-
Nick Gaskill authored
Docs: Present deploy token as alternative to job token See merge request gitlab-org/gitlab!48881
-
Katrin Leinweber authored
-
Luke Duncalfe authored
Resolve "Improve slow tests in ./spec/features/ide/user_sees_editor_info_spec.rb" See merge request gitlab-org/gitlab!48074
-
GitLab Release Tools Bot authored
-
Douglas Barbosa Alexandre authored
Add permissions for Security bot See merge request gitlab-org/gitlab!48676
-
Andrew Fontaine authored
Treeshake bootstrap.js See merge request gitlab-org/gitlab!48682
-
Olena Horal-Koretska authored
Build on-call schedule empty state See merge request gitlab-org/gitlab!46639
-
Enrique Alcántara authored
Replace prepend-bottom-20 in devise See merge request gitlab-org/gitlab!48402
-
Jose Ivan Vargas authored
This replaces the prepend-bottom-20 css class in the devise folder, the files are all related to the signup/signin process
-
Alex Kalderimis authored
This mainly adds a new test to the pagination shared examples that verifies that we can paginate backwards as well as forwards. It takes the opportunity to: - update the queries use `nodes` rather than `edges.nodes` - update some of the query generation to be simpler - add some helper methods and bindings to DRY up this code
-
Alex Kalderimis authored
The pagination tests are updated to be clearer, and a missing pagination test is added. The sort_enum is fixed - previously the upper and lowercase forms were not synonymous (one would have string values, and the other had symbol values). Now both have symbol values, and a case where this caused a bug (in the requirements_finder) was detected and fixed. Since the pagination specs now expect actual values rather than strings everywhere, a number of sort_param values have been updated to be symbols, which map to graphql Enums.
-
Mayra Cabrera authored
Fix kwargs deprecation warnings in config entry specs See merge request gitlab-org/gitlab!48889
-
Mayra Cabrera authored
Remove unneeded periods from GraphQL descriptions See merge request gitlab-org/gitlab!48876
-
Tristan Read authored
Revert line removal Add FE component Move OncallSchedulesController into EE Move OncallSchedulesController and its related files to ee namespace Add empty state on FE side Change on-call schedules path to /-/oncall-schedules Add on-call schedules sidebar link Check permissions for OncallSchedulesController Add OncallSchedulesController to feature categories Address reviewer feedback Address BE code review feedback Revert testing for translations Update translation string Use helper method to check for nav item Fix failing spec Move oncall schedules nav item to ee folder Move on-call schedule license check to policy Move on-call schedule feature flag and licence check into policies No need to check EE ability in FOSS code Check the ability of viewing the operations tab in EE only Check sidebar operations path in EE-only
-
Amy Qualls authored
Improve output of vale substitution rule See merge request gitlab-org/gitlab!48852
-
Amy Qualls authored
Update docs: Auto DevOps is not auto-enabled on GitLab.com See merge request gitlab-org/gitlab!48160
-
Amy Qualls authored
Clear up that Auto DevOps is only auto-enabled on self-managed instances.
-