-
Notifications
You must be signed in to change notification settings - Fork 112
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
Switch from Makefile to Earthly #698
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
bf15ce0
Remove Makefile and build submodule
negz 04814f2
Copy Earthfile and friends from c/crossplane
negz 4b32f0e
Strip down build and CI to only things runtime needs
negz ef0fdfa
Fix linter issues surfaced by new linter config
negz cf48766
Port renovate config from c/c too
negz 7035774
Update CODEOWNERS to reflect current state
negz f50dd7d
Ignore buf linter warning about incorrect package
negz e977812
Fix extra ' in check-diff job
negz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,32 @@ | ||
<!-- | ||
Thank you for helping to improve Crossplane! | ||
|
||
Please read through https://git.io/fj2m9 if this is your first time opening a | ||
Crossplane pull request. Find us in https://slack.crossplane.io/messages/dev if | ||
you need any help contributing. | ||
Thank you for helping to improve Crossplane! Please read the contribution docs | ||
(linked below) if this is your first Crossplane pull request. | ||
--> | ||
|
||
### Description of your changes | ||
|
||
<!-- | ||
Briefly describe what this pull request does. Be sure to direct your reviewers' | ||
attention to anything that needs special consideration. | ||
|
||
We love pull requests that resolve an open Crossplane issue. If yours does, you | ||
can uncomment the below line to indicate which issue your PR fixes, for example | ||
"Fixes #500": | ||
Briefly describe what this pull request does, and how it is covered by tests. | ||
Be proactive - direct your reviewers' attention to anything that needs special | ||
consideration. | ||
|
||
We love pull requests that fix an open issue. If yours does, use the below line | ||
to indicate which issue it fixes, for example "Fixes #500". | ||
--> | ||
Fixes # | ||
|
||
I have: | ||
Fixes # | ||
|
||
- [ ] Read and followed Crossplane's [contribution process]. | ||
- [ ] Run `make reviewable test` to ensure this PR is ready for review. | ||
I have: <!--You MUST either [x] check or [ ] ~strike through~ every item.--> | ||
|
||
### How has this code been tested | ||
- [ ] Read and followed Crossplane's [contribution process]. | ||
- [ ] Run `earthly +reviewable` to ensure this PR is ready for review. | ||
- [ ] Added or updated unit tests. | ||
- [ ] Linked a PR or a [docs tracking issue] to [document this change]. | ||
- [ ] Added `backport release-x.y` labels to auto-backport this PR. | ||
|
||
<!-- | ||
Before reviewers can be confident in the correctness of this pull request, it | ||
needs to tested and shown to be correct. Briefly describe the testing that has | ||
already been done or which is planned for this change. | ||
--> | ||
Need help with this checklist? See the [cheat sheet]. | ||
|
||
[contribution process]: https://git.io/fj2m9 | ||
[contribution process]: https://github.com/crossplane/crossplane/tree/master/contributing | ||
[docs tracking issue]: https://github.com/crossplane/docs/issues/new | ||
[document this change]: https://docs.crossplane.io/contribute/contribute | ||
[cheat sheet]: https://github.com/crossplane/crossplane/tree/master/contributing#checklist-cheat-sheet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
oh interesting, we weren't specifying the set of
baseBranches
before now - consider making a small tweak to the instructions for updatingbaseBranches
in https://github.com/crossplane/release/blob/main/.github/ISSUE_TEMPLATE/release.md, so we remember to update it here too in addition to core crossplane.