- Oct 27, 2023
-
-
- Oct 26, 2023
-
-
Marius Bobin authored
Add enforce_ci_builds_pagination_limit feature flag See merge request !135162 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
Heinrich Lee Yu authored
Increase default timeout for Anthropic requests See merge request !135139 Merged-by:
Heinrich Lee Yu <heinrich@gitlab.com> Approved-by:
Eulyeon Ko <5961404-euko@users.noreply.gitlab.com> Approved-by:
Heinrich Lee Yu <heinrich@gitlab.com> Co-authored-by:
Nicolas Dular <ndular@gitlab.com>
-
Jacques Erasmus authored
Migrates the milestone combobox to GlListbox See merge request !134120 Merged-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Dan Mizzi-Harris <dmizzi-harris@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Sam Beckham <sbeckham@gitlab.com> Reviewed-by:
Mireya Andres <mandres@gitlab.com> Reviewed-by:
Dan Mizzi-Harris <dmizzi-harris@gitlab.com> Co-authored-by:
Sam Beckham <sbeckham@gitlab.com>
-
Ramya Authappan authored
Use explicitly tagged base image for gdk build See merge request !135199 Merged-by:
Ramya Authappan <rauthappan@gitlab.com> Approved-by:
Ramya Authappan <rauthappan@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
David O'Regan authored
Suggest finding stable reviewer counterparts for multi-MR features See merge request !127083 Merged-by:
David O'Regan <doregan@gitlab.com> Approved-by:
Bogdan Denkovych <bdenkovych@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
David O'Regan <doregan@gitlab.com> Approved-by:
François Rosé <frose@gitlab.com> Reviewed-by:
François Rosé <frose@gitlab.com> Co-authored-by:
François Rosé <frose@gitlab.com> Co-authored-by:
Tomas Vik <tvik@gitlab.com>
-
-
Andrejs Cunskis authored
-
Chloe Liu authored
E2E: subgroup support for source group in import spec See merge request !135118 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Reviewed-by:
Chloe Liu <yliu@gitlab.com> Reviewed-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
-
Russell Dickenson authored
Ensure routing_rules setting is the same across all nodes See merge request !133968 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Daniel Diniz <8012210-dnldnz@users.noreply.gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Gregorius Marco <gmarco@gitlab.com>
-
-
James Fargher authored
Renamed Guest class to Users::Anonymous See merge request !133366 Merged-by:
James Fargher <jfargher@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
James Fargher <jfargher@gitlab.com> Reviewed-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
afzal442 <afzal442@gmail.com>
-
-
Evan Read authored
Update GCP docs around where variable come from See merge request !135065 Merged-by:
Evan Read <eread@gitlab.com> Approved-by:
Evan Read <eread@gitlab.com> Reviewed-by:
Evan Read <eread@gitlab.com> Co-authored-by:
Nathan Rosandich <nrosandich@gitlab.com>
-
-
Sylvester Chin authored
Update gitlab_sign_out helper for new navigation See merge request !134840 Merged-by:
Sylvester Chin <schin@gitlab.com> Approved-by:
Joseph Wambua <jjoshua@gitlab.com> Approved-by:
Sylvester Chin <schin@gitlab.com> Co-authored-by:
sdejonge <sdejonge@gitlab.com>
-
Update usage of `gitlab_sign_out` to remove `:no_super_sidebar` trait
-
Payton Burdette authored
Add tooltip to DORA performers score panel with excluded projects count See merge request gitlab-org/gitlab!134919 Merged-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Libor Vanc <5022246-lvanc@users.noreply.gitlab.com> Approved-by:
Diana Zubova <dzubova@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Reviewed-by:
Payton Burdette <pburdette@gitlab.com> Reviewed-by:
Diana Zubova <dzubova@gitlab.com> Reviewed-by:
Rudy Crespo <rcrespo@gitlab.com> Co-authored-by:
Rudy Crespo <rcrespo@gitlab.com>
-
EE: true
-
Marcel Amirault authored
Fix keyword for scheduled pipelines See merge request !135058 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Waldir Pimenta <waldyrious@gmail.com>
-
-
Matt Kasa authored
ADD worker and dependent services for ActivityPub subscription See merge request !134646 Merged-by:
Matt Kasa <mkasa@gitlab.com> Approved-by:
Patrick Cyiza <jpcyiza@gitlab.com> Approved-by:
Dylan Griffith <dyl.griffith@gmail.com> Approved-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Matt Kasa <mkasa@gitlab.com> Reviewed-by:
Patrick Cyiza <jpcyiza@gitlab.com> Co-authored-by:
Olivier El Mekki <olivier@el-mekki.com> Co-authored-by:
Patrick Cyiza <jpcyiza@gitlab.com>
-
This is the second part of the merging the overarching subscription MR at !132460 . This provides the worker performing the async resolution of inbox URLs, and sending the Accept activity to the subscriber's inbox. The work will be called from the inbox endpoint of our actor for releases, when the endpoint receive a Follow activity (this part will be added in a following MR). When it happens, the controller queues the worker, which will be responsible of: - Retrieving the actor's inbox URL if we're only provided the actor profile URL - Retrieving the third party server shared inbox if it's provided - Sending an Accept activity to the actor's inbox to let them know we received their subscription - Updating our subscription record to mark it as active We won't use the shared inbox yet, but we will need it as soon as we send events when a new release is created, and the request we make to the subscriber's profile page is where that information is made available, so we save it right now. The job is allowed to fail and is idempotent: restarting it if the inboxes were already resolved won't trigger an other third party request. If a subscription request somehow gets in for an already existing accepted subscription, we ignore it. And if the project is not public anymore, we delete the subscription. The `ThirdPartyError` error has been added mainly to be nice to support, so that they don't queue errors in the issue tracker and start analyzing it only to realize again and again that it was just an unstable third party server and we can't do anything about it. Hopefully the name convey well enough the idea of "don't bother, it's not us". After this is merged, we'll still need the controller, route and the service creating the subscription record.
-
- Oct 25, 2023
-
-
Mark Lapierre authored
[E2E] Fix for code suggestion failures See merge request !133818 Merged-by:
Mark Lapierre <mlapierre@gitlab.com> Approved-by:
Will Meek <wmeek@gitlab.com> Approved-by:
Mark Lapierre <mlapierre@gitlab.com> Reviewed-by:
Mark Lapierre <mlapierre@gitlab.com> Co-authored-by:
nprabakaran <nprabakaran@gitlab.com>
-
-
Russell Dickenson authored
Change steps and encourage MRs in appsec Getting Started guide See merge request !116741 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Sam White <swhite@gitlab.com> Approved-by:
Christopher Guitarte <cguitarte@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Reviewed-by:
Christopher Guitarte <cguitarte@gitlab.com> Co-authored-by:
Sam White <swhite@gitlab.com> Co-authored-by:
Connor Gilbert <cgilbert@gitlab.com>
-
-
Miguel Rincon authored
Update dependency sentrybrowser to v7.75.1 See merge request !135120 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
Douglas Barbosa Alexandre authored
Change product interaction for automatic trial leads See merge request !135042 Merged-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Approved-by:
Douglas Barbosa Alexandre <dbalexandre@gmail.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
Chloe Liu authored
E2E: Refactor object comparison in large GH import spec See merge request !134042 Merged-by:
Chloe Liu <yliu@gitlab.com> Approved-by:
Andy Hohenner <ahohenner@gitlab.com> Approved-by:
Chloe Liu <yliu@gitlab.com> Reviewed-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
-
Luke Duncalfe authored
Remove MR blocking constraint See merge request !133897 Merged-by:
Luke Duncalfe <lduncalfe@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Luke Duncalfe <lduncalfe@gitlab.com> Reviewed-by:
Marc Shaw <mshaw@gitlab.com> Co-authored-by:
Kerri Miller <kerrizor@kerrizor.com>
-
Previously, we blocked adding MRs as blocking or blocked in order to ensure a shallow, non-circular tree. However, we want to experiment with opening the door to more complex dependency trees, so need to remove these constraints.
-
Vitali Tatarintev authored
Add missing package manager `poetry` See merge request !134799 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Javiera Tapia <jtapia@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Olivier Gonzalez <52092-gonzoyumo@users.noreply.gitlab.com> Co-authored-by:
Olivier Gonzalez <ogonzalez@gitlab.com>
-
Add the `poetry` value to allow filtering components and correctly achieve license matching for this package manager on the dependency list. Changelog: fixed EE: true
-
Stan Hu authored
Unite Clickhouse CI data ingestion FF See merge request !135145 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Tyler Amos <tamos@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Vladimir Shushlin <vlad@shushlin.dev>
-
Kerri Miller authored
Move security policy bot policies to EE See merge request !134740 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Marcos Rocha <mrocha@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Co-authored-by:
Andy Soiron <asoiron@gitlab.com>
-
-
Rodrigo Tomonari authored
Merge branch 'bmarjanovic/github-importer-fallback-to-db-read-when-gitlab-githubimport-milestonefinder-has-a-cache-miss' into 'master' GitHub importer: Fallback to DB read if `MilestoneFinder` has no-cache See merge request !134983 Merged-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Approved-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Approved-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Madelein van Niekerk <mvanniekerk@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com>
-