- 09 Apr, 2020 40 commits
-
-
John Long authored
-
Rémy Coutable authored
Ensure NPM dev fixtures have unique name Closes #213786 See merge request gitlab-org/gitlab!29100
-
Ray Paik authored
Fix typo locale de pipeline enabled See merge request gitlab-org/gitlab!29106
-
Natalia Tepluhina authored
Static Site Editor Save Changes toolbar See merge request gitlab-org/gitlab!28972
-
Enrique Alcántara authored
Display a toolbar in the bottom of the Static Site Editor with a Submit Changes button that allow to submit the changes in a page.
-
Igor Drozdov authored
Update GitLab Elasticsearch Indexer See merge request gitlab-org/gitlab!29256
-
Achilleas Pipinellis authored
Update auto scaling steps See merge request gitlab-org/gitlab!29048
-
Collen authored
-
Achilleas Pipinellis authored
Update partial clone docs See merge request gitlab-org/gitlab!28884
-
Achilleas Pipinellis authored
Improve object storage page and link to it See merge request gitlab-org/gitlab!29075
-
Shinya Maeda authored
Add scan field to MR dast report endpoint See merge request gitlab-org/gitlab!28718
-
Kushal Pandya authored
Hide Request subtitle when Threat Monitoring has no data See merge request gitlab-org/gitlab!28760
-
Alan (Maciej) Paruszewski authored
-
Kushal Pandya authored
Correctly handle slash and hash in tree URL See merge request gitlab-org/gitlab!29027
-
Kushal Pandya authored
Resolve "Value Stream Analytics - Move recent activity to separate module" Closes #197334 See merge request gitlab-org/gitlab!28628
-
Ezekiel Kigbo authored
Encapsulates the code to display recent activity in a separate component. Removes the need to store the activity data in the vuex store Render recent activity using a shared metrics component
-
Natalia Tepluhina authored
Update query labels dynamically for embedded charts See merge request gitlab-org/gitlab!29034
-
David O'Regan authored
-
Sean McGivern authored
Rename license_scanning_reports route See merge request gitlab-org/gitlab!28932
-
Natalia Tepluhina authored
Fix imageLoading bug when scrolling back to design See merge request gitlab-org/gitlab!29223
-
Natalia Tepluhina authored
Fixed whitespace toggle not showing the correct diff Closes #211585 See merge request gitlab-org/gitlab!29139
-
Nick Thomas authored
-
Shinya Maeda authored
Fix validation of dynamic child pipeline depenencies See merge request gitlab-org/gitlab!28901
-
Fabio Pitino authored
Ensure that validation can deal with `include` values that are strings as well as array of hashes.
-
Jan Provaznik authored
Remove blobs_fetch_in_batches feature flag See merge request gitlab-org/gitlab!29069
-
Heinrich Lee Yu authored
Use diff-stats for calculating raw diffs modified paths See merge request gitlab-org/gitlab!29134
-
Sean McGivern authored
Use modified paths inside AuthorityAnalyzer See merge request gitlab-org/gitlab!29138
-
Igor Drozdov authored
Prepend EE modules in the last line for Banzai See merge request gitlab-org/gitlab!29248
-
Heinrich Lee Yu authored
Fix different behavior between db:migrate:up/down and redo See merge request gitlab-org/gitlab!28363
-
Lin Jen-Shin authored
Clean up review apps deployed Using helm 3 Closes #213198 See merge request gitlab-org/gitlab!28768
-
Albert Salim authored
This is because the command might be passed a release that is tracked by a different helm version.
-
Jan Provaznik authored
Add endpoints for the group export UI See merge request gitlab-org/gitlab!28568
-
Igor Drozdov authored
That is more performance than fetching diff files for this
-
Peter Leitzen authored
-
Jan Provaznik authored
Refactor issues with embedded grafana charts See merge request gitlab-org/gitlab!28936
-
charlie ablett authored
Track Jira import progress in a separate data structure Closes #211660 See merge request gitlab-org/gitlab!28610
-
Tom Quirk authored
imageLoading was being set incorrectly (every time the item appeared). This meant that even if the image was not loading, the loading spinner would appear if the image appeared in view again. This commit changes the logic so that we only set imageLoading if the image has never appeared in view. This commit also adds and reorganises some tests to ensure this path is covered.
-
Phil Hughes authored
Merge branch '197314-the-board-list-issuable-sidebar-and-board-list-settings-overlap-when-both-are-opened' into 'master' Add event to handle closing all board sidebars Closes #197314 See merge request gitlab-org/gitlab!26886
-
Axel Garcia authored
This was made to avoid having to _manually_ close all sidebars (to open a new one for example), and to prevent having two or more sidebars open at the same time. Each of the sidebars components are listening to a 'sidebars.closeAll' event that has an optional `omit` property to avoid closing a sidebar if not needed, for example, when browsing through issues.
-
-