- 28 Aug, 2020 40 commits
-
-
Fabio Pitino authored
Adds package count to usage data See merge request gitlab-org/gitlab!40039
-
Fabio Pitino authored
Remove broken feature flag link on 13.3.2-ee See merge request gitlab-org/gitlab!40713
-
Natalia Tepluhina authored
Put dependency path behind feature flag See merge request gitlab-org/gitlab!40627
-
Dheeraj Joshi authored
-
Igor Drozdov authored
Removes the single diff view feature flag See merge request gitlab-org/gitlab!40406
-
Phil Hughes authored
Removes all the code around the single merge request diff view code.
-
Natalia Tepluhina authored
Remove auto close incident FF Closes #225254 See merge request gitlab-org/gitlab!40612
-
David O'Regan authored
We remove the feature flag which was hiding the autoclose incidents option now that the backend is live.
-
Fabio Pitino authored
Show variables values in job name for matrix builds See merge request gitlab-org/gitlab!39985
-
Alper Akgun authored
-
Imre Farkas authored
Add skeleton for instance statistics See merge request gitlab-org/gitlab!40583
-
Vitaly Slobodin authored
Remove advanced usages of deprecated .contains() method See merge request gitlab-org/gitlab!40661
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v20.11.0 See merge request gitlab-org/gitlab!40706
-
Heinrich Lee Yu authored
Remove extracts_path_optimization feature flag See merge request gitlab-org/gitlab!40615
-
Marius Bobin authored
Changes how we name CI jobs the use the parallel:matrix config. Before this change we were using the same naming scheme as we do for parallel with a numeric value. Now it uses the variables values for naming the job.
-
charlie ablett authored
Create security_on_demand_scans_site_validation feature flag Closes #238580 See merge request gitlab-org/gitlab!40685
-
Sean McGivern authored
-
Mark Chao authored
Add search analytics event Closes #238116 See merge request gitlab-org/gitlab!40134
-
Dmitry Gruzd authored
- rename metric to search_unique_visits_for_any_target_weekly - remove to_date calls - replace Date.today with Date.current
-
Vitali Tatarintev authored
Redirect to default environment when there is no environment in parameters See merge request gitlab-org/gitlab!40608
-
GitLab Bot authored
-
Phil Hughes authored
Remove deprecated methods options from specs See merge request gitlab-org/gitlab!40678
-
Vitaly Slobodin authored
Refactor deprecated contains method See merge request gitlab-org/gitlab!40655
-
Grzegorz Bizon authored
Fix skipped status of DAG pipelines See merge request gitlab-org/gitlab!39205
-
Sarah Groff Hennigh-Palermo authored
Show the comment authored time in comment search results See merge request gitlab-org/gitlab!40472
-
Dylan Griffith authored
This uses the same HAML as in `app/views/shared/notes/_note.html.haml` to show the note authored time.
-
Grzegorz Bizon authored
Include max artifact size in authorize response See merge request gitlab-org/gitlab!37632
-
Toon Claes authored
Add cop so indexes are referred to by name See merge request gitlab-org/gitlab!39864
-
charlie ablett authored
Track edit by editor action for Usage Ping See merge request gitlab-org/gitlab!40232
-
James Lopez authored
Do not try to send email for vulnerability notes See merge request gitlab-org/gitlab!40545
-
charlie ablett authored
Add total count of project releases to GraphQL endpoint See merge request gitlab-org/gitlab!40147
-
Nathan Friend authored
This commit allows the GraphQL endpoint to return the total number of releases in a project.
-
Vitaly Slobodin authored
Stop using strings for VTU stubs See merge request gitlab-org/gitlab!40673
-
Vitaly Slobodin authored
Merge branch '229298-migrate-bootstrap-button-to-gitlab-ui-glbutton-in-app-assets-javascripts' into 'master' Resolve "Migrate Bootstrap button to GitLab UI GlButton in app/assets/javascripts/vue_merge_request_widget/components/states/mr_widget_merged.vue" Closes #229298 See merge request gitlab-org/gitlab!40224
-
Phil Hughes authored
Fix breadcrumb header link See merge request gitlab-org/gitlab!40486
-
Illya Klymov authored
`.contains` will be deprecated in @vue/test-utils 1.x This is first round of removing this deprecated method from our tests
-
Illya Klymov authored
methods option is deprecated in @vue/test-utils 1.x
-
Marcel Amirault authored
Fix CI/CD example. Single quote does not expand variables See merge request gitlab-org/gitlab!40629
-
Bob Van Landuyt authored
Simple count of pre-logged-in-sessions per IP Closes #219071 See merge request gitlab-org/gitlab!40336
-
Craig Miskell authored
As noted in https://gitlab.com/gitlab-org/gitlab/-/issues/219071, the current storage mechanism is a set containing the session id, but this is never used. We only need the count to determine when to start potentially invoking recaptcha. Keeping the count only is not only more performant for the web app, it stores significantly less in Redis, particularly for certain pathological cases Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/219071
-