-
Notifications
You must be signed in to change notification settings - Fork 12
Lint full codebase before merging #88
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
Conversation
The idea of this PR is:
I'm still struggling a bit with GitHub's Action syntax. |
It looks like the tests for changes in roles only run once when a push to their code is made. They don't run, when the PR will change them. Seems like I just learned the difference between the I'm not sure which trigger I like better. Any opinions? |
Needs #88 to be merged into this branch
Since some checks will only run when adding the PR to the queue, we need a quick approve, even when the approver didn't have time to dig into the code as a whole. This is an exception, hopefully and applies to all approves after this comment. |
* Fix some lint Needs #88 to be merged into this branch * Fix triggers for actions * Improve idempotency
* Fix metadata lint fixes NETWAYS#88 * Convert versions into strings * Add missing namespace * Add missing Debian support * Fix naming convention for tasks
* Fire handlers after starting Elasticsearch * Wait for all instances instead of only one * Disable https in no-security checks * Remove connection check from single node scenario * Change URL to new home of roles * Rename instances to avoid collisions * Remove v8 for now and run unparalleled fixes NETWAYS#88
* Lint full codebase before merging * Make a full stack test for every pr against main * Test merge to full against all supported OS fixes NETWAYS#17 * fix lint * Typo * Rename jobs * Run mandatory checks on queueing * Run mandatory checks with every PR and queue
* Fix some lint Needs NETWAYS#88 to be merged into this branch * Fix triggers for actions * Improve idempotency
I'm using this mostly to test mandatory status checks