- 19 Oct, 2019 7 commits
-
-
mo khan authored
-
mo khan authored
-
mo khan authored
-
mo khan authored
This change ensures the current client side diffing code continues to function as expected while the backend is able to advance the schema of the report artifact. This change adds mapping classes that allows mapping from v2 schema to v1 schema of the license scan report.
-
Kamil Trzciński authored
Fix duplicate environment name causes pipeline creation failure Closes #34444 See merge request gitlab-org/gitlab!18833
-
Shinya Maeda authored
This commit fixes that the duplicate environment name causes pipeline creation failure.
-
DJ Mountney authored
Downgrade bcrypt to v3.1.12 See merge request gitlab-org/gitlab!18828
-
- 18 Oct, 2019 33 commits
-
-
Stan Hu authored
v3.1.13 doesn't work compile on ARM platforms: https://github.com/codahale/bcrypt-ruby/issues/201 We can revert the change in https://gitlab.com/gitlab-org/gitlab/merge_requests/18225, since this wasn't an essential update. See https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4802
-
Michael Kozono authored
Hide license breakdown in /admin if user count is high See merge request gitlab-org/gitlab!18825
-
Clement Ho authored
Embed Jaeger tracing in iframe Closes #30525 See merge request gitlab-org/gitlab!17912
-
Ryan Cobb authored
-
Clement Ho authored
Update dependency @ghitlab/ui to v5.36.0 See merge request gitlab-org/gitlab!18824
-
Stan Hu authored
On GitLab.com, we observed statement timeouts counting the number of active users minus guests: https://gitlab.com/gitlab-org/gitlab/issues/32287. To work around this problem, hide the license breakdown if the estimate number of users exceeds 100,000.
-
Thong Kuah authored
Add step 2 of the experimental signup flow See merge request gitlab-org/gitlab!16583
-
Tanya Pazitny authored
Certify the 25k reference architecture in the docs Closes gitlab-org/quality/performance#57 See merge request gitlab-org/gitlab!18604
-
Tanya Pazitny authored
-
lauraMon authored
-
James Lopez authored
[Frontend] Update trial's banner location for groups See merge request gitlab-org/gitlab!18524
-
Ammar Alakkad authored
-
Lin Jen-Shin authored
Return error message when performance bar group is not found See merge request gitlab-org/gitlab!18444
-
Annabel Dunstone Gray authored
Show all groups user belongs to in Notification settings See merge request gitlab-org/gitlab!17303
-
Walmyr Lima e Silva Filho authored
Activate and fix epics roadmap test See merge request gitlab-org/gitlab!18796
-
Mayra Cabrera authored
Show only personal snippets on explore page See merge request gitlab-org/gitlab!18092
-
Michael Kozono authored
Expose stage services via API See merge request gitlab-org/gitlab!18208
-
Adam Hegyi authored
- Add create, update, destroy actions - Implement delete service
-
Michael Kozono authored
Resolve "Design system notes icon does not appear" Closes #34120 See merge request gitlab-org/gitlab!18693
-
Rémy Coutable authored
Sort all vulnerabilities by Severity then Confidence for dashboard and Pipeline views See merge request gitlab-org/gitlab!18675
-
Can Eldem authored
Added tests Updated existing test
-
Achilleas Pipinellis authored
Edit new environment dropdown content See merge request gitlab-org/gitlab!18784
-
Evan Read authored
-
Markus Koller authored
The "Explore snippets" page loads very slowly with a large number of snippets, due to the complexity of the authorization checks for project snippets. Since project snippets are of limited interest on the explore page, we can restrict the query to personal snippets which are visible to the current user. We're also replacing the index on `snippets.project_id` with a combined index on `(project_id, visibility_level)` to further speed up these queries.
-
Bob Van Landuyt authored
Use Stepable in PodLogsService See merge request gitlab-org/gitlab!18528
-
Achilleas Pipinellis authored
productivity analytics enabled by default See merge request gitlab-org/gitlab!18801
-
Nick Thomas authored
Remove gitlab-shell from test setup See merge request gitlab-org/gitlab!18335
-
Virjinia Alexieva authored
-
Achilleas Pipinellis authored
Docs for 5503 dast for the default branch See merge request gitlab-org/gitlab!18232
-
Avielle Wolfe authored
Next up: docs for DAST on the default branch
-
Zeger-Jan van de Weg authored
Gitaly absorbed the hooks of shell. Before Gitaly would still depend on the GitLab Shell config. However, this code is only executed when the hooks are executed. During the tests we don't as that would require the internal API to run. These things combined means we could effectively remove the setup off shell before tests. This makes the setup of tests faster and a big more smooth.
-
Jan Provaznik authored
Enable Productivity Analytics feature See merge request gitlab-org/gitlab!18754
-
Adam Hegyi authored
This MR turns on the productivity_analytics feature flag by default.
-