- May 23, 2023
-
-
This MR migrates legacy GlDropdown component to newly created GlCollapsibleListbox which is more suitable for the use case Changelog: changed EE: true
-
- May 22, 2023
-
-
drew stachon authored
Merge branch '409347-send-namespace-information-in-applytrialsworker-to-avoid-unnecessary-namespace-fetch' into 'master' Send namespace information in ApplyTrialsWorker See merge request !121040 Merged-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
Kamil Trzciński authored
Limit the number of agent tokens created See merge request !120825 Merged-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Kamil Trzciński <ayufan@ayufan.eu> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Pam Artiaga <partiaga@gitlab.com>
-
This lowers the number of agent tokens that need to be managed, which helps with 1) security, and 2) performance This change is behind a feature flag. Changelog: changed
-
Anna Vovchenko authored
Build out Followers tab in Vue user profile See merge request !120382 Merged-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Laura Meckley <lmeckley@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Alex Buijs <abuijs@gitlab.com> Reviewed-by:
Kamil Trzciński <ayufan@ayufan.eu> Reviewed-by:
Peter Hegman <phegman@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Reviewed-by:
Laura Meckley <lmeckley@gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com>
-
We are migrating the user profile from HAML to Vue. This commit build out the Followers tab
-
Himanshu Kapoor authored
Use window.location.assign instead of href See merge request !121256 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Himanshu Kapoor <info@fleon.org> Co-authored-by:
Savas Vedova <svedova@gitlab.com>
-
Tiffany Rea authored
Fix suite_status file creation See merge request !121443 Merged-by:
Tiffany Rea <trea@gitlab.com> Approved-by:
Tiffany Rea <trea@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
-
Himanshu Kapoor authored
Compliance framework form add accessible names See merge request !121349 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Ankit Panchal <apanchal@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
nrosandich <nrosandich@gitlab.com>
-
-
Doug Stull authored
- so that customers dot can skip the re-fetch of info from GitLab
-
Kassio Borges authored
Add ability to read_vulnerability to custom roles See merge request !120704 Merged-by:
Kassio Borges <kborges@gitlab.com> Approved-by:
Kassio Borges <kborges@gitlab.com> Reviewed-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Kassio Borges <kborges@gitlab.com> Co-authored-by:
Jarka Košanová <jarka@gitlab.com>
-
- new FF: custom_roles_vulnerability - updating models and API - adding specs Changelog: added EE: true
-
Russell Dickenson authored
Update link to new license compliance See merge request !121431 Merged-by:
Russell Dickenson <rdickenson@gitlab.com> Approved-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Sam White <swhite@gitlab.com>
-
Zack Cuddy authored
Migrate Related Issue Metadata Checkbox to Pajamas See merge request !121317 Merged-by:
Zack Cuddy <zcuddy@gitlab.com> Approved-by:
Rudy Crespo <rcrespo@gitlab.com> Approved-by:
Bob Van Landuyt <bob@gitlab.com> Co-authored-by:
ShaneMaglangit <shanedmaglangit@gmail.com>
-
Migrate generic checkbox to pajamas component on app/views/shared/issuable/form/_metadata.html.haml
-
Doug Stull authored
Fix participants detection for system notes See merge request !120883 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Eugenia Grieff <egrieff@gitlab.com> Reviewed-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Reviewed-by:
Eugenia Grieff <egrieff@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
Contributes to #409006 **Problem** Previously we implemented an optimization to improve the performance of participants detection. Merge request: !98116 Instead of checking permissions for each element on the page, we started checking permissons for issuable object (issue, merge request, epic). However, this approach doesn't work well for system notes. System note requires a permission check on Note object itself. Checking it on issuable will skip the verification for system note content. **Solution** Fallback to verifying permissions for system notes on Note objects. Changelog: fixed
-
Amy Qualls authored
Update file vs_code_debugging.md See merge request !121249 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Tomas Vik <tvik@gitlab.com> Co-authored-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Jayson Salazar <jsalazar@gitlab.com>
-
- /doc/development/vs_code_debugging.md - /doc/development/vscode_debugging.md - /doc/development/feature_development.md
-
Gary Holtz authored
Add missing audit event schema See merge request !121201 Merged-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Gary Holtz <gholtz@gitlab.com> Approved-by:
Harsimar Sandhu <hsandhu@gitlab.com> Co-authored-by:
nrosandich <nrosandich@gitlab.com>
-
Phillip Wells authored
CTRT - Refine content on Environment-specific CI/CD variables See merge request !114540 Merged-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
Shinya Maeda <shinya@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
-
Enrique Alcántara authored
Migrate usage CiRunner.active to CiRunner.paused See merge request !120878 Merged-by:
Enrique Alcántara <ealcantara@gitlab.com> Approved-by:
Enrique Alcántara <ealcantara@gitlab.com> Reviewed-by:
Laura Meckley <lmeckley@gitlab.com> Co-authored-by:
Miguel Rincon <mrincon@gitlab.com>
-
The "paused" field is preferred to "active" in the CiRunner GraphQL API since 14.8, this change updates our queries to use it.
-
Doug Stull authored
Added Code Suggestions Beta Alert See merge request !121282 Merged-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Mike Nichols <mnichols@gitlab.com> Approved-by:
Serhii Yarynovskyi <syarynovskyi@gitlab.com> Reviewed-by:
Phil Hughes <me@iamphill.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Ross Byrne <robyrne@gitlab.com> Co-authored-by:
rliu-int <rliu-int@gitlab.com>
-
behind feature flag so no changelog
-
Olena Horal-Koretska authored
Fix trial and company form jumping on resize See merge request !121084 Merged-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Olena Horal-Koretska <ohoralkoretska@gitlab.com> Approved-by:
Gina Doyle <gdoyle@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Reviewed-by:
Doug Stull <dstull@gitlab.com> Co-authored-by:
Doug Stull <dstull@gitlab.com>
-
- ui polish Changed: other EE: true
-
Jose Ivan Vargas authored
Defers loading of package assets on package details page See merge request gitlab-org/gitlab!120828 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Alex Fracazo <afracazo@gitlab.com> Approved-by:
Tomas Bulva <tbulva@gitlab.com> Reviewed-by:
Jose Ivan Vargas <jvargas@gitlab.com> Reviewed-by:
Tomas Bulva <tbulva@gitlab.com> Co-authored-by:
Rahul Chanila <rchanila@gitlab.com>
-
Changelog: changed
-
Kerri Miller authored
Merge branch '390887-update-the-jira_issue_key_regex-to-conform-to-the-jira-issue-key-default-format' into 'master' Fix the Jira issue key default format See merge request !120995 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Joseph Wambua <jjoshua@gitlab.com> Co-authored-by:
bmarjanovic <bmarjanovic@gitlab.com>
-
Marc Shaw authored
Quarantine three flaky examples See merge request gitlab-org/gitlab!121421 Merged-by:
Marc Shaw <mshaw@gitlab.com> Approved-by:
Joseph Wambua <jjoshua@gitlab.com> Approved-by:
Marc Shaw <mshaw@gitlab.com> Co-authored-by:
Rémy Coutable <remy@rymai.me>
-
Tetiana Chupryna authored
Log when deprecated Jira DVCS endpoints are hit See merge request gitlab-org/gitlab!121095 Merged-by:
Tetiana Chupryna <tchupryna@gitlab.com> Approved-by:
Tetiana Chupryna <tchupryna@gitlab.com> Approved-by:
Carla Drago <cdrago@gitlab.com> Co-authored-by:
Luke Duncalfe <lduncalfe@eml.cc>
-
This will allow us to gather data about who is using the endpoints.
-
Phillip Wells authored
Revise protected-branch entitlement for clarity See merge request !121283 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Reverse the order to make a little clearer what version is available to everyone, and what version is available to higher tiers. Also, clarify that two particular fields have more selection available to higher tiers.
-
Jose Ivan Vargas authored
Adding JobKind: BUILD to failed jobs query See merge request !120652 Merged-by:
Jose Ivan Vargas <jvargas@gitlab.com> Approved-by:
Payton Burdette <pburdette@gitlab.com> Approved-by:
Jose Ivan Vargas <jvargas@gitlab.com> Co-authored-by:
Max Fan <mfan@gitlab.com>
-
Achilleas Pipinellis authored
Protect metric services via firewall when exposing them See merge request !119577 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Anton Smith <asmith@gitlab.com>
-