- 18 Oct, 2019 40 commits
-
-
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
-
Jan Provaznik authored
Expose epic participants on GraphQL See merge request gitlab-org/gitlab!18691
-
Walmyr Lima authored
-
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
-
Nick Thomas authored
Change state to integer for issuables - Patch 2 of 3 See merge request gitlab-org/gitlab!18099
-
Felipe Artur authored
This is the second patch of the plan to migrate issues and merge requests state column from string to integer type. Deprecates usage of old state:string column in ruby code.
-
Nick Thomas authored
Optimize Gitlab::DiscussionsDiff::FileCollection#load_highlight when no discussions are present Closes #28211 See merge request gitlab-org/gitlab!18290
-
Brian Kabiro authored
- check if mapping is empty before calling `write_multiple` - add spec
-
Sean McGivern authored
Add test to ensure MR widget vulnerabilities are sorted See merge request gitlab-org/gitlab!18751
-
Can Eldem authored
-
Kamil Trzciński authored
Attribute Sidekiq workers to feature categories Closes gitlab-com/gl-infra/scalability#32 See merge request gitlab-org/gitlab!18462
-
Andrew Newdigate authored
We should consider having a clearer mapping between product/categories and sidekiq queues. This adds feature_category attribution for each Sidekiq worker in the GitLab application.
-
Kushal Pandya authored
Change path to full_path on CA API call See merge request gitlab-org/gitlab!18674
-