-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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(presets): Support Bitbucket Cloud local presets #9422
feat(presets): Support Bitbucket Cloud local presets #9422
Conversation
endpoint, | ||
fetch: fetchJSONFile, | ||
}); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code hopefully will be reused by all platforms pretty soon
@Chr1stian ;) |
🎉 This PR is included in version 24.104.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Thanks a lot! Will this make JSON5 supported for the preset files as well? |
Nope, only plain JSON |
Though, it's on the roadmap #7674 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
My permissions for the configuration repo on BitBucket was wrong. Sorry and please ignore last post! Great work 👍 |
Changes:
Leverage refactored
platform.getRawFile()
to support local presets in Bitbucket Cloud platform.Context:
Ref: #9171
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via:
https://bitbucket.org/zharinov/test-9171-preset-source
https://bitbucket.org/zharinov/test-9171-preset-user
(preset disables Maven, thus no PRs are created)