- 18 Oct, 2019 40 commits
-
-
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
-
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.
-
Achilleas Pipinellis authored
Remove `gitlab-rake gitlab:setup` from HA init docs Closes #34205 See merge request gitlab-org/gitlab!18762
-
Stan Hu authored
Omnibus GitLab automatically runs `gitlab-rake gitlab:db:configure` to set up the database. Running `gitlab-rake gitlab:setup` often does not work because it requires Gitaly to be started. Closes https://gitlab.com/gitlab-org/gitlab/issues/34205
-
rpereira2 authored
- This will simplify the service and make it easier to modify in the future.
-
Achilleas Pipinellis authored
Fix a typo in Consul documentation See merge request gitlab-org/gitlab!18779
-
Robert Marshall authored
- Fixes a typo in the Consul documentation Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Mayra Cabrera authored
Fix spec/serializers/build_details_entity_spec.rb See merge request gitlab-org/gitlab!18787
-
Walmyr Lima e Silva Filho authored
Give the pipeline time to complete Closes #34356 See merge request gitlab-org/gitlab!18774
-
Sean McGivern authored
This treats `gitlab` and `gitlab/` as the same group for the purposes of setting the allowed performance bar group.
-
Jan Provaznik authored
Expose epic participants on GraphQL See merge request gitlab-org/gitlab!18691
-
Walmyr Lima authored
-
Sean McGivern authored
We should show errors in two cases: 1. The group path is set, but the performance bar isn't enabled. 2. The group path is set, the performance bar is enabled, but the group doesn't exist. If the performance bar is disabled and the group path is not set, that's valid because it's disabling the performance bar.
-
Martin Wortschack authored
Use options for stateless data in cycle_analytics component Closes #33147 See merge request gitlab-org/gitlab!18793
-
Brian Kabiro authored
- move `groupsQueryParams` and `projectsQueryParams` to options - update specs to use $options
-
Nick Thomas authored
Don't write on shared FS when OS in enabled See merge request gitlab-org/gitlab!18135
-