- 30 Jul, 2019 40 commits
-
-
Clement Ho authored
Add vulnerable dependency list See merge request gitlab-org/gitlab-ee!14665
-
Mark Florian authored
This adds a second dependency list which only displays dependencies with vulnerabilities. The user is able to switch between the two lists via the associated tabs. This contributes towards the larger [feature][1] for adding dependency scanning results to the Dependency List, behind the `dependency_list_vulnerabilities` feature flag. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10077
-
GitLab Bot authored
-
Clement Ho authored
Fix variable mismatch in code quality widget See merge request gitlab-org/gitlab-ee!14829
-
Miranda Fluharty authored
If worker doesn't receive headIssues and baseIssues, send back an empty object If store doesn't receive newIssues and resolvedIssues, reject the code quality comparison promise and display the "Failed to load code quality" error
-
Douglas Barbosa Alexandre authored
Add partial index on identities table to speed up LDAP lookups Closes #59630 See merge request gitlab-org/gitlab-ce!26710
-
Douglas Barbosa Alexandre authored
[EE] Add partial index on identities table to speed up LDAP lookups Closes gitlab-ce#59630 See merge request gitlab-org/gitlab-ee!14807
-
GitLab Bot authored
-
Paul Slaughter authored
feat: add support page link in help menu See merge request gitlab-org/gitlab-ce!30459
-
Diego Louzán authored
Creates a new item in help dropdown to show configured support page link
-
Paul Slaughter authored
EE Port of "Add support page link in help menu" See merge request gitlab-org/gitlab-ee!14914
-
GitLab Bot authored
-
Bob Van Landuyt authored
Improves graphql_helpers See merge request gitlab-org/gitlab-ce!31251
-
Dan Davison authored
QA spec for Auto DevOps should use 10GB GKE disk See merge request gitlab-org/gitlab-ce!31266
-
GitLab Bot authored
-
Stan Hu authored
For customers with thousands of entries in the table, lookups for an LDAP identity dominated the PostgreSQL statistics because of sequential scans. We can speed this up by adding a partial index with the extern_uid and provider. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59630
-
Stan Hu authored
For customers with thousands of entries in the table, lookups for an LDAP identity dominated the PostgreSQL statistics because of sequential scans. We can speed this up by adding a partial index with the extern_uid and provider. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59630
-
Douglas Barbosa Alexandre authored
Fix exception handling in Gitaly autodetection Closes #65328 See merge request gitlab-org/gitlab-ce!31285
-
Alex Kalderimis authored
This improves the graphql test helpers, failing earlier and more explicitly.
-
Paul Slaughter authored
- new item in help dropdown to show configured support page link - https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/30459
-
Mayra Cabrera authored
Run rake gettext:regenerate See merge request gitlab-org/gitlab-ee!14913
-
Nick Thomas authored
-
GitLab Bot authored
-
Stan Hu authored
In SELinux, the file cannot be written, and `Errno::EACCES`, not `Errno::ACCESS` is thrown. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/65328
-
Jan Provaznik authored
Fix broken update_project_templates rake task See merge request gitlab-org/gitlab-ce!31174
-
Hordur Freyr Yngvason authored
This rake task had been broken for a while. This fixes the breakages, adds a test to help avoid future breakages, and adds a few ergonomic improvements to the task itself.
-
GitLab Bot authored
-
Stan Hu authored
Fix secpick pushing to stable branch See merge request gitlab-org/gitlab-ce!31275
-
Nick Thomas authored
Allow dots in Jira DVCS API URLs See merge request gitlab-org/gitlab-ee!14855
-
GitLab Bot authored
-
Marcia Ramos authored
Fix broken internal links in docs Closes #65318 See merge request gitlab-org/gitlab-ce!31280
-
Sean McGivern authored
-
Thong Kuah authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Remove line profiler from performance bar See merge request gitlab-org/gitlab-ce!31098
-
James Lopez authored
Add authorization for Dependencies Controller See merge request gitlab-org/gitlab-ee!14867
-
Tetiana Chupryna authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Use the Helm `--atomic` flag when deploying Review Apps See merge request gitlab-org/gitlab-ce!31238
-
Sean McGivern authored
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
-