- 11 Nov, 2020 1 commit
-
-
Dheeraj Joshi authored
-
- 10 Nov, 2020 39 commits
-
-
Kamil Trzciński authored
Use pages_deployments in the zip serving instead of artifacts See merge request gitlab-org/gitlab!46320
-
Vladimir Shushlin authored
Add 2 feature flags: * 1 for using deployments * 1 for allowing to use deployments stored in disk Also rename old feature flag to match the naming schema
-
Phil Hughes authored
Replace fa-check icon in custom notifications See merge request gitlab-org/gitlab!47288
-
Jan Provaznik authored
Use # in the describe-method declaration to make it easily searchable See merge request gitlab-org/gitlab!47227
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v23.4.0 See merge request gitlab-org/gitlab!47314
-
Nicolò Maria Mezzopera authored
Add missing QA selectors for Vue group members view See merge request gitlab-org/gitlab!47101
-
Peter Hegman authored
Add missing QA selectors to new Vue group members view
-
Amy Qualls authored
Skip markdownlint when there are no md files detected See merge request gitlab-org/gitlab!47311
-
David O'Regan authored
Merge branch '273423-implement-vulnerability-counts-in-security-mr-widget-for-non-ultimate-users' into 'master' Move SAST Vuex module to CE [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!47067
-
Mark Florian authored
This moves (most of) the SAST Vuex module from EE to CE as part of the effort to [add vulnerability counts to the CE MR security widget][issue]. It's not a straight-forward move, though. The SAST module contains actions, mutations and getters specific to EE functionality, so the approach taken here was to move all _common_ behaviour to CE version, and make the EE version _extend_ the CE version. [issue]: https://gitlab.com/gitlab-org/gitlab/-/issues/273423Co-authored-by: Jannik Lehmann <jlehmann@gitlab.com>
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!47312
-
Achilleas Pipinellis authored
Add an extra clause to the lint-doc.sh script and check if the list of markdown files is empty when a merge results pipeline is run. If it is, skip the markdownlint check altogether.
-
Amy Qualls authored
Remove images that are unlinked See merge request gitlab-org/gitlab!47248
-
Marcel Amirault authored
All these images are no longer linked from any doc and need to be removed
-
Paul Slaughter authored
Fixed broken link See merge request gitlab-org/gitlab!46624
-
GitLab Bot authored
-
Phil Hughes authored
Refactor mr-widget-wip removeWipMutation to immer See merge request gitlab-org/gitlab!47302
-
Nicolò Maria Mezzopera authored
-
Rémy Coutable authored
Improve more feature flags - iteration 3 See merge request gitlab-org/gitlab!47228
-
Rémy Coutable authored
Upgrade scss-lint gem to v0.59.0 See merge request gitlab-org/gitlab!47258
-
GitLab Release Tools Bot authored
-
Craig Norris authored
Docs: Edited Go Proxy topic See merge request gitlab-org/gitlab!47250
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/247950
-
Kerri Miller authored
Add rollout issue for default_merge_ref_for_diffs See merge request gitlab-org/gitlab!47299
-
Miguel Rincon authored
Resolve "Provide structured data for projects" See merge request gitlab-org/gitlab!46858
-
Jose Ivan Vargas authored
Improve vulnerability filter component logic See merge request gitlab-org/gitlab!45614
-
Daniel Tian authored
-
Amy Qualls authored
Added missing link See merge request gitlab-org/gitlab!47290
-
Viktor Nagy authored
-
Jose Ivan Vargas authored
Update dependency @gitlab/ui to v23.3.0 See merge request gitlab-org/gitlab!47163
-
Shinya Maeda authored
Implement passing dotenv variables to bridge jobs See merge request gitlab-org/gitlab!46530
-
Furkan Ayhan authored
It is behind a FF ci_bridge_dependency_variables
-
Mike Jang authored
Copy edit geo/framework.md See merge request gitlab-org/gitlab!47135
-
Achilleas Pipinellis authored
-
Phil Hughes authored
Don't refresh all discussions for a new diff note on a merge request See merge request gitlab-org/gitlab!43015
-
Nick Thomas authored
The `notes.json` endpoint doesn't return sufficient information to build a functional discussion for a diff note, so we don't bother at the moment, instead pulling anew from `discussions.json`. However, this is quite expensive, and we're hoping to replace `discussions.json` with `notes.json` entirely in the future, so we're going to need it to support these attributes. Including information about the diff makes `notes.json` a little more expensive, but it's a paginatable endpoint with incremental updates, whereas `discussions.json` is not paginatable and always returns all notes for a given noteable, so this seems like an uncontroversial win.
-
Michelle Gill authored
-
Achilleas Pipinellis authored
Adding warning for failover See merge request gitlab-org/gitlab!47171
-
Fabian Zimmer authored
-