- Sep 06, 2023
-
-
Tomas Bulva authored
Added Zoekt enabled state for Vuex and dissabled blobs filters based on this state Changelog: added EE: true
-
- Sep 01, 2023
-
-
Jarka Kadlecova authored
Refactor: custom user can see project security dashboard See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129075 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
mo khan <mo@mokhan.ca> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
mo khan <mo@mokhan.ca> Co-authored-by:
Jessie Young <jessieyoung@gitlab.com>
-
* There is already a fix in place for https://gitlab.com/gitlab-org/gitlab/-/issues/421528 via https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129742 * This is a refactor that ensures we proactively *prevent* this ability if security_and_compliance_disabled is on for a project. Now, we don't need to worry about always checking `~security_and_access_disabled` before enabling `access_security_and_compliance` because it is prevented and with our policy framework (Declarative Policy), one prevention is all that is needed to block the ability. * Having these checks be flatter is more efficient for Declarative Policy: https://gitlab.com/gitlab-org/ruby/gems/declarative-policy/-/blob/main/doc/optimization.md?ref_type=heads#flat-is-better-than-nested
-
Bob Van Landuyt :neckbeard: authored
Skip seat usage cache for preview billable user change service See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130362 Merged-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Approved-by:
Josianne Hyson <jhyson@gitlab.com> Reviewed-by:
Josianne Hyson <jhyson@gitlab.com> Co-authored-by:
Ryan Cobb <rcobb@gitlab.com>
-
-
Alper Akgun authored
Migration for service account users be declared as external See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130597 Merged-by:
Alper Akgun <aakgun@gitlab.com> Approved-by:
Alper Akgun <aakgun@gitlab.com> Reviewed-by:
Alper Akgun <aakgun@gitlab.com> Co-authored-by:
smriti <sgarg@gitlab.com>
-
Service account user creation service is setting external flag as true by default. With this change existing records are migrated to marke service account users as external. Changelog: added EE: true
-
Adam Hegyi authored
Prepare async index for pipeline_id_convert_to_bigint See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129196 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
Tianwen Chen <tchen@gitlab.com>
-
As titled, this is the first step of creating indexes asynchronously. See guideline at https://docs.gitlab.com/ee/development/database/adding_database_indexes.html#schedule-the-index-to-be-created It's to schedule the index creation for `ci_sources_pipelines.pipeline_id_convert_to_bigint` and `ci_sources_pipelines.source_pipeline_id_convert_to_bigint` as the foreign key constraint requires the index so that we can later swap `pipeline_id_convert_to_bigint` with `pipeline_id` Changelog: added
-
Marius Bobin authored
Clean up user project callout feature name = 3 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129924 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Serena Fang <sfang@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Mayra Cabrera <mcabrera@gitlab.com> Reviewed-by:
Vijay Hawoldar <vhawoldar@gitlab.com> Co-authored-by:
Arturo Herrero <arturo.herrero@gmail.com> Co-authored-by:
Vijay Hawoldar <vhawoldar@gitlab.com>
-
This is a follow-up from https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129703 Changelog: removed
-
Lin Jen-Shin authored
Use CH placeholders for the ContributionAnalytics query See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130287 Merged-by:
Lin Jen-Shin <jen-shin@gitlab.com> Approved-by:
Vladimir Shushlin <vshushlin@gitlab.com> Approved-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
Vladimir Shushlin <vshushlin@gitlab.com> Reviewed-by:
Lin Jen-Shin <jen-shin@gitlab.com> Reviewed-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Adam Hegyi <ahegyi@gitlab.com>
-
Andy Soiron authored
Merge branch '396474-geo-add-silent-mode-option-to-set-secondary-as-primary-rake-task' into 'master' Add silent mode option to geo:set_secondary_as_primary task See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129999 Merged-by:
Andy Soiron <asoiron@gitlab.com> Approved-by:
Javiera Tapia <jtapia@gitlab.com> Approved-by:
Andy Soiron <asoiron@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Andy Soiron <asoiron@gitlab.com> Reviewed-by:
Javiera Tapia <jtapia@gitlab.com> Co-authored-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com>
-
Achilleas Pipinellis authored
Update version specific instructions for Geo data fixes See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130000 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Michael Kozono <mkozono@gitlab.com> Co-authored-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com>
-
- 16.4 automatic data fix: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128939 - 16.3 backport: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129882 - 16.2 backport: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129883 - 16.1 backport: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129884
-
Dylan Griffith authored
[DB] Add group MR approval setting for SAML based approvals See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129780 Merged-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Dmytro Biryukov <dbiryukov@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Reviewed-by:
Dmytro Biryukov <dbiryukov@gitlab.com> Co-authored-by:
Sam Figueroa <sfigueroa@gitlab.com>
-
Patrick Bajao authored
Fix calls to registering from email query See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130564 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
Dylan Griffith authored
Remove freeze on Regexp as it has no effect See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130435 Merged-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
David Kim <dkim@gitlab.com>
-
David Kim authored
-
Patrick Bajao authored
Use a random Redis port for workhorse mock server See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130601 Merged-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Patrick Bajao <ebajao@gitlab.com> Approved-by:
Sylvester Chin <schin@gitlab.com> Co-authored-by:
Ash McKenzie <amckenzie@gitlab.com>
-
Jessie Young authored
Remove on testid usage in favor of textual checks See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130502 Merged-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Rohit Shambhuni <rshambhuni@gitlab.com> Approved-by:
Zeff Morgan <zmorgan@gitlab.com> Approved-by:
Jessie Young <jessieyoung@gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
Dylan Griffith authored
Update Zoekt Architecture blueprint with Sharding and Replication See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129970 Merged-by:
Dylan Griffith <dyl.griffith@gmail.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Co-authored-by:
Dmitry Gruzd <dgruzd@gitlab.com>
-
Dmitry Gruzd authored
-
Ash McKenzie authored
-
Ash McKenzie authored
Fix data race in goredis_test See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130634 Merged-by:
Ash McKenzie <amckenzie@gitlab.com> Approved-by:
Jaime Martinez <jmartinez@gitlab.com> Reviewed-by:
Ash McKenzie <amckenzie@gitlab.com> Co-authored-by:
Sylvester Chin <schin@gitlab.com>
-
-
Tristan Read authored
Update dependency @gitlab/ui to v66.3.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130501 Merged-by:
Tristan Read <tread@gitlab.com> Approved-by:
Artur Fedorov <afedorov@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Passes currently supported generic translations to GitLab UI's config.
-
Shinya Maeda authored
Add k8s_proxy_pat feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/129661 Merged-by:
Shinya Maeda <shinya@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Shinya Maeda <shinya@gitlab.com> Reviewed-by:
Shinya Maeda <shinya@gitlab.com> Reviewed-by:
Tiger Watson <twatson@gitlab.com> Co-authored-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
hustewart <hustewart@gitlab.com>
-
Add access_cluster to global_policy Add K8S_PROXY if feature enabled Add text for k8s_proxy Handle feature check at controller level Add k8s_proxy to spec Add introduced_by_url and rollout_issue_url Remove k8s_proxy from abilities_for_scopes Remove access_cluster from the GlobalPolicy Add a k8s_proxy scope description Update Auth spec with k8s_proxy Add period to end of sentence. Update constant name with _SCOPE suffix Update constant name where it is called Remove extra empty line Update controller spec with flag disabled context Remove leftover stub Add specs for feature flag to group spec Add projects spec for feature flag
-
Shinya Maeda authored
Update dependency kas to v16.4.0-rc1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130637 Merged-by:
Shinya Maeda <shinya@gitlab.com> Approved-by:
Shinya Maeda <shinya@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Alexander Turinske authored
Fix secret detection remote ruleset variable suggestion See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130507 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Co-authored-by:
Andy Soiron <asoiron@gitlab.com>
-
Jessie Young authored
Keep SAML Identity when deprovisioning via SCIM See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121226 Merged-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
Jessie Young authored
* This was previously added behind a default disabled feature flag out of an abundance of caution: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/120049 * The feature was enabled, but then a minor issue was discovered: https://gitlab.com/gitlab-org/gitlab/-/issues/413079 * As a result, it was disabled until the issue was fixed. * That fix was deployed behind the same feature flag: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/128588 * The feature flag was re-rolled out on August 11: https://gitlab.com/gitlab-org/gitlab/-/issues/410234#note_1508682346 * Now, we are removing the feature flag entirely. Changelog: changed EE: true
-
- Aug 31, 2023
-
-
yliu uc1testing authored
E2E: Quarantine vulnerability_management_spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130684 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Co-authored-by:
Valerie Burton <vburton@gitlab.com>
-
Douglas Barbosa Alexandre authored
Update dependency webmock to '~> 3.19.1' See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130475 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Evan Read authored
docs: Update storage path examples See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130679 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Will Chandler <wchandler@gitlab.com>
-
Michael Lunøe authored
Remove redundant 'plan' from order summary details See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130208 Merged-by:
Michael Lunøe <michael.lunoe@gmail.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Michael Lunøe <michael.lunoe@gmail.com> Reviewed-by:
Michael Lunøe <michael.lunoe@gmail.com> Co-authored-by:
Paulo Barros <pbarros@gitlab.com>
-
Mayra Cabrera authored
Allow guest user seat assignment See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/130446 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Josianne Hyson <jhyson@gitlab.com> Reviewed-by:
Josianne Hyson <jhyson@gitlab.com> Reviewed-by:
Bishwa Hang Rai <bhrai@gitlab.com> Co-authored-by:
Bishwa Hang Rai <bhrai@gitlab.com>
-
Valerie Burton authored
-