- 28 Aug, 2020 40 commits
-
-
Sean McGivern authored
Fall back to the raw diff if base64 encoding fails Closes #240921 See merge request gitlab-org/gitlab!40598
-
Peter Leitzen authored
Paginate profile group notifications See merge request gitlab-org/gitlab!40326
-
Natalia Tepluhina authored
Allow SAST configuration with existing CI file See merge request gitlab-org/gitlab!40528
-
Mark Florian authored
Previously, the Security Configuration page only linked to the SAST Configuration page for projects _without_ an existing CI file. This was because the initial implementation did not support updating an existing CI file. Now that the main technical limitation has been [lifted][1] (with [caveats][2]), the UI can direct users to the SAST Configuration page regardless of whether their project has an existing CI file. This also changes the configuration button to say "Configure" if the given feature is already configured (by any means), and "Enable" if not. Previously this was based on whether Auto DevOps was enabled, but checking the configured status is more direct. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/240941. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/232862 [2]: https://gitlab.com/gitlab-org/gitlab/-/issues/228959
-
Natalia Tepluhina authored
Replace fa-tag icon with GitLab SVG icon Closes #225926 See merge request gitlab-org/gitlab!40574
-
Jan Provaznik authored
Moved Cluster Connect Form to Vue See merge request gitlab-org/gitlab!40295
-
Emily Ring authored
Begin process of adding vue to app/views/clusters/clusters/new.html.haml Added vue entry points and store Move app/views/clusters/clusters/user/_header.html.haml to Vue Updated associated tests
-
Peter Leitzen authored
Fix missing module in VSA serializers See merge request gitlab-org/gitlab!40515
-
Peter Leitzen authored
Add project import usage pings See merge request gitlab-org/gitlab!40130
-
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
-
Justin Ho authored
Remove fa-tag(s) from FA CSS
-
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
-