- 05 Sep, 2019 16 commits
-
-
Rémy Coutable authored
Add docs exception to lint-ci job See merge request gitlab-org/gitlab-ce!32683
-
Marcel Amirault authored
-
Rémy Coutable authored
Add spaces to devops ci template to reduce warnings See merge request gitlab-org/gitlab-ce!32681
-
Marcel Amirault authored
-
Andreas Brandl authored
Create index for users.unconfirmed_email See merge request gitlab-org/gitlab-ce!32664
-
Thong Kuah authored
Allow not resolvable urls when dns rebinding setting is disabled See merge request gitlab-org/gitlab-ce!32523
-
Francisco Javier López authored
Now, when the dns rebinging setting is disabled, we will allow urls that are not resolvable.
-
Evan Read authored
Port 3 more debug docs to the docs project Closes #63035 See merge request gitlab-org/gitlab-ce!31368
-
Marcel Amirault authored
Move rails and linux cheat sheets, and test_environment reference docs to the docs project
-
Sanad Liaquat authored
Split tests across files for the sake of parallelization See merge request gitlab-org/gitlab-ce!32686
-
Mark Lapierre authored
-
Evan Read authored
Docs: Add role level note to projects permission See merge request gitlab-org/gitlab-ce!32483
-
Cynthia Ng authored
-
Evan Read authored
Separate doc for version specific Geo update steps Closes gitlab-ee#11881 See merge request gitlab-org/gitlab-ce!32542
-
Toon Claes authored
To emphasize the happy path for updating Geo nodes, put the version specific steps in a separate document and cross-link them for discoverability. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11881
-
Ash McKenzie authored
What to avoid in code review See merge request gitlab-org/gitlab-ce!32592
-
- 04 Sep, 2019 24 commits
-
-
Mayra Cabrera authored
Bring method back that was mistakenly removed See merge request gitlab-org/gitlab-ce!32667
-
João Cunha authored
- We're also improving specs to avoid this could happen again
-
Mayra Cabrera authored
Upgrade GraphQL gem to 1.9.11 See merge request gitlab-org/gitlab-ce!31980
-
Brett Walker authored
- `edge_nodes` needs to get called on the object - added `include GlobalID::Identification` in a couple places - renamed `object` to `item` in spec due to conflict
-
Paul Slaughter authored
Merge branch '12155-update-pipelines-minutes-expiry-banner-to-an-alert-component-type-ce' into 'master' CE - Update pipelines minutes expiry banner to an alert component type See merge request gitlab-org/gitlab-ce!31654
-
Ammar Alakkad authored
- remove hiding the alert functionality - use `danger` class instead of `warning` https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14786
-
Mayra Cabrera authored
Merge branch '64009-show-a-meaningful-error-message-when-due-quick_actions-command-fails-because-the-date-format-is-invalid' into 'master' Resolve "Show a meaningful error message when /due quick_actions command fails because the date format is invalid" See merge request gitlab-org/gitlab-ce!32349
-
🙈 jacopo beschi 🙉 authored
When using /due quick action with an invalid date a meaninful error message is shown.
-
Mayra Cabrera authored
Create partial index for gitlab-monitor CI metrics See merge request gitlab-org/gitlab-ce!32546
-
Mayra Cabrera authored
Stricter validation of prometheus label values See merge request gitlab-org/gitlab-ce!32460
-
Achilleas Pipinellis authored
Update Pipeline Security Dashboard documentation See merge request gitlab-org/gitlab-ce!32396
-
Mark Florian authored
Tracked in https://gitlab.com/gitlab-org/gitlab-ee/issues/13496.
-
Achilleas Pipinellis authored
SSoT for API template docs Closes #64589 See merge request gitlab-org/gitlab-ce!31320
-
Matt Penna authored
These docs are straightforward API reference material and needed only to have document type header and troubleshooting footer added for the SSoT effort.
-
Mayra Cabrera authored
Remove unnecessary freeze in app See merge request gitlab-org/gitlab-ce!32636
-
Dinesh Panda authored
-
Andreas Brandl authored
This speeds up the following query: ```sql SELECT users.* FROM users WHERE users.unconfirmed_email = ? ORDER BY users.id ASC LIMIT 1 ``` Presumably, this is a query coming from Devise. Context is https://gitlab.com/gitlab-org/gitlab-ce/issues/66958.
-
Achilleas Pipinellis authored
Adds docs for total usage storage quota See merge request gitlab-org/gitlab-ce!32600
-
Filipa Lacerda authored
-
Mayra Cabrera authored
Upgrade GraphQL gem to 1.8.17 See merge request gitlab-org/gitlab-ce!32299
-
Brett Walker authored
- Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
-
Clement Ho authored
Add markdownlint-cli to yarn dependencies See merge request gitlab-org/gitlab-ce!32593
-
Achilleas Pipinellis authored
This is the tool that we use to lint the Markdown files. Let's add it to yarn.lock so that we can use it in development. Pinned to 0.18.0.
-