- 21 Feb, 2020 9 commits
-
-
Kushal Pandya authored
Correctly handle hash for README's in Vue file listing Closes #207253 See merge request gitlab-org/gitlab!25594
-
Mike Greiling authored
Refactor project/group variables UI into Vue - 1 / 4 See merge request gitlab-org/gitlab!25260
-
Payton Burdette authored
First MR of several for refactor of ci variables from Haml to Vue. This MR sets up a feature flag disabled by default for the new Vue refactor.
-
Russell Dickenson authored
Set GIT_STRATEGY to none by default for DAST Closes #10429 See merge request gitlab-org/gitlab!25320
-
Marcel Amirault authored
Improve Oxford comma check See merge request gitlab-org/gitlab!25648
-
Evan Read authored
- Also fixed errors in `doc/administration`
-
Dylan Griffith authored
Fix instance variables access to several nuget services See merge request gitlab-org/gitlab!25602
-
Mark Lapierre authored
Quarantine jenkins test See merge request gitlab-org/gitlab!25646
-
Evan Read authored
Productivity analytics | remove initial data migration note See merge request gitlab-org/gitlab!25575
-
- 20 Feb, 2020 31 commits
-
-
Mark Lapierre authored
-
Craig Smith authored
as the projects repository is not required to run DAST
-
Mike Lewis authored
Prefer memory bound to CPU bound if a worker is both Closes #207186 See merge request gitlab-org/gitlab!25517
-
Sean McGivern authored
-
Mayra Cabrera authored
Add keep_divergent_refs to remote_mirrors table See merge request gitlab-org/gitlab!25639
-
Thong Kuah authored
Return nil license if Gitaly is down Closes #199442 See merge request gitlab-org/gitlab!24310
-
Michelle Gill authored
When exploring projects (/explore, /explore/projects/starred, /explore/projects/trending), a small license icon is displayed for "MIT", "GNU," etc. That license requires a Gitaly call, so if Gitaly is unreachable or down, the entire page will return a 503. This MR should return nil, or an empty license so that the page doesn't require it in order to load.
-
Stan Hu authored
Fix deprecation messages due to autoloading in initializers Closes #197346 See merge request gitlab-org/gitlab!24994
-
Mayra Cabrera authored
Set the link for api perms to user/permissions Closes #207423 See merge request gitlab-org/gitlab!25636
-
Mayra Cabrera authored
Refactor instance security dashboard permissions See merge request gitlab-org/gitlab!25565
-
Robert Speicher authored
-
Kyle Wiebers authored
-
Mayra Cabrera authored
Usage activity by stage for past month See merge request gitlab-org/gitlab!24431
-
Alper Akgun authored
Adds a version of usage activity by stage by time period in usage data by created_at date time
-
Mark Florian authored
Improve error messages in the Dependency List See merge request gitlab-org/gitlab!25369
-
Paul Gascou-Vaillancourt authored
- Use info variant for documentation links - Handle case where there are no dependencies: show an empty state with a link to supported languages and framework information - Update and add tests
-
Mayra Cabrera authored
Add auto_renew to gitlab subscriptions See merge request gitlab-org/gitlab!24896
-
Mark Florian authored
Replaces underscore with lodash for escape See merge request gitlab-org/gitlab!25579
-
Avielle Wolfe authored
* Refactor metaprogramming in SecurityDashboardPermissions to avoid needing to overwrite InstanceSecurityDashboard.name * Rename InstancePolicy to InstanceSecurityDashboardPolicy https://gitlab.com/gitlab-org/gitlab/issues/202521
-
Mayra Cabrera authored
Add a section specifying indexes are not always necessary See merge request gitlab-org/gitlab!24602
-
Lin Jen-Shin authored
Separate audit, epic, epic issue and linked epic into own class files See merge request gitlab-org/gitlab!25592
-
Mayra Cabrera authored
Add a blurb specifying when indexes are not necessary, and link to our "Adding Database Indexes" guideline. Also, removes the ambiguity of "handful of rows".
-
Sean McGivern authored
Make sure docs only merge requests can run CI Closes #207388 See merge request gitlab-org/gitlab!25612
-
Phil Hughes authored
Add ability to create an issue from a standalone vulnerability See merge request gitlab-org/gitlab!24314
-
Phil Hughes authored
Merge branch '205938-line-numbering-in-diff-perhaps-related-to-show-unchanged-lines-seems-broken' into 'master' Fix parallel diff expansion line numbers See merge request gitlab-org/gitlab!25303
-
Thomas Randolph authored
This component (and indeed all of the diffs app) used to rely on `highlighted_diff_lines` whether you were looking at the inline view or not. When the split diffs was being written, most places that did this were caught. This is one place that slipped through the cracks since there were no tests checking the behavior. The update adds a generic "getPreviousLine" that uses the diff view type to switch, and adds a bunch of tests that will fail if the code is checking the wrong line type.
-
Douglas Barbosa Alexandre authored
Remove FlipperGate module from WithUploads See merge request gitlab-org/gitlab!25582
-
Stan Hu authored
Add npm_package_requests_forwarding to ApplicationSetting See merge request gitlab-org/gitlab!25346
-
Clement Ho authored
Grammar and style fixes for Prometheus page See merge request gitlab-org/gitlab!25567
-
Stan Hu authored
Allow users to get Merge Trains entries via Public API See merge request gitlab-org/gitlab!25229
-
Lin Jen-Shin authored
-