- 10 Jun, 2020 17 commits
-
-
Natalia Tepluhina authored
Here we improve the test case for when we are trying to ensure that a user without adminNote permission is unable to move an existing note. Previously, we were testing arbitrary details of the component. Here, we simplify to test only the outcome w.r.t the DOM (in this case, the element's `style` tag).
-
Marcel Amirault authored
Fix date of next major release See merge request gitlab-org/gitlab!34238
-
Stan Hu authored
Schedule update for prometheus after alert creation Closes #216735 See merge request gitlab-org/gitlab!33806
-
Stan Hu authored
Ensure we always generate a valid URL Closes #220932 See merge request gitlab-org/gitlab!34191
-
Tiger Watson authored
Add finder params in Value Stream Analytics See merge request gitlab-org/gitlab!33833
-
Adam Hegyi authored
- label_name - author_username - assignee_username - milestone_title
-
Thiago Figueiró authored
-
Dylan Griffith authored
Do not create duplicate issues for exising alerts Closes #220300 See merge request gitlab-org/gitlab!33860
-
Ezekiel Kigbo authored
Track merge requests submitted by SSE See merge request gitlab-org/gitlab!34105
-
Marcel Amirault authored
Update variable docs See merge request gitlab-org/gitlab!34182
-
Marcel Amirault authored
doc: cicd: yaml: clarify rules:if when behaviour See merge request gitlab-org/gitlab!33040
-
charlie ablett authored
Add alert_events param to permitted Closes #216326 See merge request gitlab-org/gitlab!34133
-
Russell Dickenson authored
Clarify usage of `SAST_BANDIT_EXCLUDED_PATHS` See merge request gitlab-org/gitlab!34025
-
Evan Read authored
Docs: more spelling and usage fixes See merge request gitlab-org/gitlab!34011
-
Amy Qualls authored
More words that shouldn't be tracked by the spell checker.
-
Mayra Cabrera authored
Allow group import states to be created without job ID See merge request gitlab-org/gitlab!33181
-
Amy Qualls authored
Refactor more Gitaly documentation See merge request gitlab-org/gitlab!34044
-
- 09 Jun, 2020 23 commits
-
-
Ezekiel Kigbo authored
fix: avoid javascript for omniauth logins Closes #28904 See merge request gitlab-org/gitlab!33459
-
Amy Qualls authored
Docs: Editing title for regex pattern examples See merge request gitlab-org/gitlab!34208
-
Suzanne Selhorn authored
Fixing title to include the feature name Also trying to better match the release post
-
Evan Read authored
Fixes links to renamed sections.
-
Illya Klymov authored
Add NuGet package icon to package details page See merge request gitlab-org/gitlab!33701
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v16.5.0 See merge request gitlab-org/gitlab!34212
-
Bob Van Landuyt authored
Update Learn Gitlab project template See merge request gitlab-org/gitlab!34161
-
Russell Dickenson authored
Improve Telemetry guide by adding the metric definition step" Closes #220339 See merge request gitlab-org/gitlab!33865
-
Alina Mihaila authored
-
GitLab Release Tools Bot authored
-
Suzanne Selhorn authored
Changed canary to A/B See merge request gitlab-org/gitlab!34151
-
Mayra Cabrera authored
Removes rubocop cop from YamlProcessor spec. This is a simple commit to test the security:sync_remotes task
-
Suzanne Selhorn authored
Add note to docs for cloudfare set up See merge request gitlab-org/gitlab!34188
-
Jackie Meshell authored
-
GitLab Bot authored
-
Suzanne Selhorn authored
Add note about gitlab.com policies See merge request gitlab-org/gitlab!34184
-
Tim Rizzi authored
-
Robert Speicher authored
Add Rails/SaveBang Rubocop rule for tests See merge request gitlab-org/gitlab!33607
-
Robert Speicher authored
Extract GitAccessProject See merge request gitlab-org/gitlab!33690
-
Oswaldo Ferreira authored
Add Ci::Pipeline#latest_report_builds method See merge request gitlab-org/gitlab!33961
-
Diego Louzán authored
When a user clicks on an Omniauth login icon (e.g. Google), Rails will translate a `link_to` URL from a GET to a POST form submission via JavaScript. However, if JavaScript is disabled or not loaded before the page loads, this will cause a GET request to go to the login provider instead of POST, resulting in a 404. To avoid this, we use `button_to` instead of `link_to`. `button_to` will set a form submission with a POST request without JavaScript. Closes #28904
-
drew cimino authored
-
Nicolò Maria Mezzopera authored
Feature/show memory cpu on cluster list See merge request gitlab-org/gitlab!32601
-