- 26 Mar, 2020 1 commit
-
-
zmartins authored
WAF settings will be read-only if there is a new version available
-
- 23 Mar, 2020 39 commits
-
-
Martin Wortschack authored
Replace underscore for lodash in ee/epic Closes #210263 See merge request gitlab-org/gitlab!27823
-
Mike Greiling authored
Migrate spec/javascripts/profile/ to Jest Closes #194250 See merge request gitlab-org/gitlab!26736
-
Martin Wortschack authored
Resolve "Assign quick action does not load the list of users" Closes #210005 See merge request gitlab-org/gitlab!26971
-
Mark Florian authored
Adds a remediation badge on vulnerability list See merge request gitlab-org/gitlab!26921
-
Sam Beckham authored
Adds, translates, and tests a remediation badge on the vulnerability list component.
-
Jose Vargas authored
-
Achilleas Pipinellis authored
Document how to specify custom mvn options See merge request gitlab-org/gitlab!27456
-
mo khan authored
-
Igor Drozdov authored
Separate group, member, identity and protected ref access modules into own module files See merge request gitlab-org/gitlab!27797
-
Rajendra Kadam authored
-
Andrew Fontaine authored
Migrate spec/javascripts/cycle_analytics/ to Jest Closes #194224 See merge request gitlab-org/gitlab!26739
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to v0.0.33 See merge request gitlab-org/gitlab!26977
-
Nick Thomas authored
Return benign data if ReactiveCache fails to connect to TeamCity See merge request gitlab-org/gitlab!27395
-
Igor Drozdov authored
Fix a flaky spec which wrongly assumed array ordering Closes #212176 See merge request gitlab-org/gitlab!27806
-
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
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Marius Bobin authored
-
Marius Bobin authored
Use Gitlab::HTTP.try_get to rescue common HTTP errors. An optional param can be supplied to log extra info.
-
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
-