Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(gitea)!: use Bearer instead of token for auth #28308

Merged
merged 4 commits into from
Apr 13, 2024
Merged

Commits on Mar 27, 2024

  1. fix(config): globalExtends merge default (#28145)

    Previously, config from globalExtends was incorrectly merged _after_ other global config. This meant for example that packageRules in a config.js could not override packageRules from within globalExtends, because they were applied after. Now, globalExtends content will be merged first, and remaining global config merged second.
    
    Fixes #28131
    
    BREAKING CHANGE: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
    rarkins committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d9ba74d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. feat(manager/pep621): allow auto grouping of dependencies in differen…

    …t groups (#28193)
    
    Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
    secustor and viceice authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    05dcbc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    a82b2ef View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    2b7e06c View commit details
    Browse the repository at this point in the history