- 23 Mar, 2020 40 commits
-
-
Stan Hu authored
Fix updating the authorized_keys file Closes #212178 See merge request gitlab-org/gitlab!27798
-
Andreas Brandl authored
Optimize template_repositories query See merge request gitlab-org/gitlab!27352
-
Mark Florian authored
Replace notifications icon with warning in monitoring dashboard See merge request gitlab-org/gitlab!27545
-
Achilleas Pipinellis authored
Consolidate Doc approvals guideline in doc/development/code_review.md See merge request gitlab-org/gitlab!25972
-
Heinrich Lee Yu authored
Clean up confusing code in LfsListService See merge request gitlab-org/gitlab!27633
-
Alex Buijs authored
Query by adding an index and using batch counting
-
Dmytro Zaporozhets authored
Remove a useless #exists? in NPM PackagePresenter See merge request gitlab-org/gitlab!27510
-
Natalia Tepluhina authored
Highlight currently focused/viewed file in file tree See merge request gitlab-org/gitlab!27703
-
David O'Regan authored
-
Toon Claes authored
"Extend PAT expiration setting to GitLab.com" - Add necessary database column See merge request gitlab-org/gitlab!27769
-
Dhiraj Bodicherla authored
Alert widget in the monitoring dashboard has a notification icon instead of a warning icon. This MR fixes it
-
Andrew Fontaine authored
Add Element.scrollBy shim for Jest+JSDOM See merge request gitlab-org/gitlab!27766
-
Nick Thomas authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/26913, we merged a change that breaks updating the authorized_keys file. Sidekiq converts symbol arguments to #perform into string arguments, and we didn't take account of that. Now updating the authorized_keys file is broken :S This commit ensures we always treat the passed-in action argument as a string, which fixes the issue.
-
Andrew Fontaine authored
Update "More Pages" button on Wiki Page See merge request gitlab-org/gitlab!27499
-
Natalia Tepluhina authored
-
Valery Sizov authored
We had to pass HEAD to get all the references but since https://gitlab.com/gitlab-org/gitaly/issues/2247 is fixed, we don't need it anymore
-
Mark Florian authored
Adds a new `security_dashboard_layout` component See merge request gitlab-org/gitlab!27674
-
Sam Beckham authored
Adds and tests the component but doesn't use it yet.
-
Imre Farkas authored
Add a new feature flag remove_non_gma_memberships Closes #211374 See merge request gitlab-org/gitlab!27581
-
Nick Thomas authored
Fix/openapi file detector See merge request gitlab-org/gitlab!27767
-
Roger Meier authored
-
Rémy Coutable authored
Check if pipelines for merge requests are enabled See merge request gitlab-org/gitlab!27784
-
Kushal Pandya authored
Improve hooks view performance See merge request gitlab-org/gitlab!27359
-
Rémy Coutable authored
Resolve "GraphQL 500 Internal Server Error: sentryDetailedError query" Closes #208672 See merge request gitlab-org/gitlab!26854
-
Sean Arnold authored
- Extend sentry detailed error spec
-
Imre Farkas authored
Detect duplicate locations for EE specs Closes #209052 See merge request gitlab-org/gitlab!27556
-
Sean McGivern authored
Check the path of the Changelog See merge request gitlab-org/gitlab!27588
-
Nick Thomas authored
ProcessBookkeepingService encode logged items for ES ingestion See merge request gitlab-org/gitlab!27760
-
Rémy Coutable authored
Renames the ProjectDashboards to name the team uses CustomDashboards See merge request gitlab-org/gitlab!27431
-
Kushal Pandya authored
Geo - Update Verification Popover Closes #209262 See merge request gitlab-org/gitlab!27624
-
Lin Jen-Shin authored
Don't run 'coverage-frontend' on FOSS as it's useless See merge request gitlab-org/gitlab!27570
-
Kushal Pandya authored
Improve usability of the links in the file listing Closes #35172 See merge request gitlab-org/gitlab!27571
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Adam Hegyi authored
Ignore obsolete fields of resource_milestone_events See merge request gitlab-org/gitlab!25296
-
Nick Thomas authored
Feature/add arbitrary commit api backend changes See merge request gitlab-org/gitlab!27698
-
Anwar Sadath authored
This commit moves some required entities from controller to API level, and implements a limit on the number of context commits that will be returned from the API.
-
Sean McGivern authored
Deduplicate the Namespaces::RootStatisticsWorker jobs See merge request gitlab-org/gitlab!27601
-
Ramya Authappan authored
Update generate_perf_testdata script to create many files on master See merge request gitlab-org/gitlab!27408
-
Sanad Liaquat authored
move create_many_issues out of threaded run
-
manojmj authored
-