- 06 Jul, 2020 27 commits
-
-
Ezekiel Kigbo authored
Require namespace path (and username) to be at least 2 chars long Closes #225214 See merge request gitlab-org/gitlab!35649
-
Dmytro Zaporozhets authored
This will affect Group URL and username (in URL). This will allow to keep one letter routes for service needs. Also it should improve autocomplete quality. Also most of 1 and 2 character length usernames are usually taken by bots. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
James Lopez authored
Use `User#preferred_language` language as default See merge request gitlab-org/gitlab!35676
-
Bob Van Landuyt authored
Make PipelineUpdateWorker idempotent Closes #30585 and #216734 See merge request gitlab-org/gitlab!36010
-
Natalia Tepluhina authored
Replace prepend-left-default class See merge request gitlab-org/gitlab!35978
-
Dmytro Zaporozhets authored
Fix gitlab:*:check Rake tasks Closes #225845 See merge request gitlab-org/gitlab!35944
-
Fabio Pitino authored
Add Groups::SharedRunnersService, related tests and migrations See merge request gitlab-org/gitlab!33411
-
Arthur de Lapertosa Lisboa authored
-
Sanad Liaquat authored
Update Jira integration qa selectors Closes #225801 See merge request gitlab-org/gitlab!35914
-
Martin Wortschack authored
Merge branch '218737-rename-container-registry-expiration-policies-to-cleanup-policy-for-tags' into 'master' Rename Container Expiration Policies to Cleanup policy for tags See merge request gitlab-org/gitlab!35315
-
Nicolò Maria Mezzopera authored
- new file with updated copy - wire new file
-
Natalia Tepluhina authored
Display comment icon on vulnerability list See merge request gitlab-org/gitlab!35863
-
Alan (Maciej) Paruszewski authored
This change introduces comment icon on Vulnerability List if vulnerability has at least one comment.
-
Marcel Amirault authored
Document artifacts:expose_as paths issue with variables See merge request gitlab-org/gitlab!35818
-
Ben Bodenmiller authored
-
Stan Hu authored
Resolve issue with showing Pipeline Occurrences without scanner See merge request gitlab-org/gitlab!35795
-
Alan (Maciej) Paruszewski authored
This change fixes NoMethodError exception when Pipeline Security tab was presented with no or broken scanner section.
-
Jan Provaznik authored
Bulk edit health status See merge request gitlab-org/gitlab!33065
-
Sanad Liaquat authored
Creating a test for wiki list navigation Closes gitlab-org/quality/testcases#270 See merge request gitlab-org/gitlab!33265
-
Tomislav Nikić authored
Creating a simple test to see if all the links to pages are showing and working correctly.
-
Thong Kuah authored
Configurable defaults for "Squash commits" option Closes #17613 See merge request gitlab-org/gitlab!33827
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/17613 This commit adds the capability to set squash commits options. The configuration is done on a project settings level. It allows configuration for squashing commits before merging.
-
Dylan Griffith authored
Add new dashboard route See merge request gitlab-org/gitlab!33905
-
Dylan Griffith authored
Implement GraphQL query to generate JSON for SAST config UI See merge request gitlab-org/gitlab!35397
-
Tiger Watson authored
Database migration for caching has_confluence on project_settings See merge request gitlab-org/gitlab!35485
-
Luke Duncalfe authored
Similar to other integrations that are tested for on the side nav, (`has_external_wiki` and `has_external_issue_tracker`) this change adds a new boolean column to `projects` to allow caching the status of the new confluence integration directly on the project as `has_confluence`. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
Dylan Griffith authored
Update GitLab Elasticsearch Indexer See merge request gitlab-org/gitlab!35966
-
- 05 Jul, 2020 5 commits
-
-
Oswaldo Ferreira authored
Link to documentation in Jira app See merge request gitlab-org/gitlab!35227
-
Andy Soiron authored
-
Matija Čupić authored
-
Stan Hu authored
Use yamllint Docker image that is maintained See merge request gitlab-org/gitlab!36004
-
Ben Bodenmiller authored
-
- 04 Jul, 2020 3 commits
-
-
Enrique Alcántara authored
Prevent autosave when reply comment via cmd+enter Closes #216631 See merge request gitlab-org/gitlab!35716
-
Samantha Ming authored
-
Jose Ivan Vargas authored
Display commits search in mobile & adjust text Closes #214039 See merge request gitlab-org/gitlab!35702
-
- 03 Jul, 2020 5 commits
-
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/216631 When a user reply to a comment using cmd + enter and trigger another reply, the previous comment reappears. In this commit, we fix this problem by prevent an autosave when user reply to a comment using cmd + enter . So when the user trigger another reply, it will be a clean slate.
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/214039 Update placeholder text per Pajamas guidelines (https://design.gitlab.com/components/search/) Unhide search bar in smaller screens.
-
Mayra Cabrera authored
Add issues_enabled column to jira_tracker_data table See merge request gitlab-org/gitlab!35987
-
Arturo Herrero authored
This will support the checkbox to enable/disable the Jira issues page.
-
Ryan Cobb authored
Change route from /d to /metrics. Also add comments linking to issue.
-