- 06 Jul, 2020 8 commits
-
-
Kushal Pandya authored
Fixes a bug where default avatar image is not used when avatar URL is missing for any user.
-
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 4 commits
-
-
Oswaldo Ferreira authored
Link to documentation in Jira app See merge request gitlab-org/gitlab!35227
-
Andy Soiron 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 25 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.
-
Nathan Friend authored
Replace `.html` with `.md` in `help_page_link` helpers See merge request gitlab-org/gitlab!35864
-
Bob Van Landuyt authored
Remove tempfile from external diff creation See merge request gitlab-org/gitlab!35750
-
Mayra Cabrera authored
Merge branch '222313-update-usage-ping-data-to-track-projects-with-can-override-approvals-in-merge-request-changelogs' into 'master' Add additional changelog for Update usage ping data to track projects with overridden approval rules See merge request gitlab-org/gitlab!35937
-
Achilleas Pipinellis authored
Docs: adding a note about bypassing pgbouncer during restore See merge request gitlab-org/gitlab!35911
-
Aric Buerer authored
-
Bob Van Landuyt authored
MR diff migration: perform I/O outside of database transaction See merge request gitlab-org/gitlab!35734
-
Nathan Friend authored
Resolve "Remove button row from environments empty state" Closes #24324 See merge request gitlab-org/gitlab!35413
-
Rayana Verissimo authored
This MR includes minor improvements to the Environments empty state.
-
Ryan Cobb authored
Change action name to show and fix a few code style issues.
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
This creates a new project metrics dashboard path. This will be used for shortening dashboard links for easier sharing.
-
Mayra Cabrera authored
Include inapplicable_reason in API response See merge request gitlab-org/gitlab!34149
-
Suzanne Selhorn authored
Remove GitLab pages custom CA workaround Closes #25411 See merge request gitlab-org/gitlab!35401
-
Ben Bodenmiller authored
-
Nick Thomas authored
Performing this I/O inside the transaction holds it open for longer than necessary, which can lead to database connection saturation (since a connection with an open transaction cannot be shared).
-
Denys Mishunov authored
Fetch system notes when changing assignee See merge request gitlab-org/gitlab!35575
-