- 30 Jul, 2019 40 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Mike Greiling authored
Resolve "Exporting issues size is 15MB but max is 20MB" See merge request gitlab-org/gitlab-ee!14884
-
Robert Speicher authored
Ensure LDAP Group Sync by Filter sanitizes DNs Closes #8241 and #8285 See merge request gitlab-org/gitlab-ee!8241
-
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.
-
Drew Blessing authored
Fixes #8241. The newer LDAP Group Sync feature to sync by LDAP filter did not normalize (ultimately, downcase) the DNs so membership comparison was not always happening correctly. This resulted in members be re-added during each resync even if they were already members. This caused unnecessary writes to the DB and also reset the joined at/given access at date.
-
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
-