-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release version 3 #9
Merged
Merged
Conversation
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
* Remove docker file because its no longer required and needs more head then required
* For faster module resolving and stuff like this we now using yarn 2 also we using zero installation in combination with git lfs
* To prevent large diff presentations by git follow the tip from yarn and say plugins and releases of yarn are always binary
* Upgrade the hole action to the newest version of avaible packages to be more modern and fast
* Update gitignore so its possible to commit the final buildet action
* Replace Promise with Observable for more modern and easyer async handling of functions
This makes the docker build obsolete, and let us room for further improvements that are required
* Because of this meaning changed during pipe we have to pass a reference instead of using this.
* That nobody forgott to build the action and that its not required any more to do this manually add a workflow that build and commit automaticly on each push
* Add lfs handling also with caching to prevent failures with yarn cache and also respect yarn at node setup
* Add missing dependencies otherwise GitHub is not able to resolve this and will fail
* Include this changes because we need them for better typing
* Github actions changed there using with the github client so need to change the packages and use the new more "modern" syntax
* Add force push option to CI otherwise it will fail
* Let the ci build also on pr branches to ensure its every time builded because stable is protected
* This change should ensure the process don't end up with a exit code that force the action to fail
* To have more debugging option and to try ci add a debug log line to that
* Try to solve wait by hand automaticly otherwise i think we have problems with the webkit resolving of await
* Use a explicit exit to ensure the success statuscode is 0
Add actions io to parse templates for special requirements
* We using prettier so we don't need eslint. * add Karma to allow to test and debug the action
* to follow all rules lint the application
* Auto lint branch in ci to be always up to date
* to be up to date with latest fixes and improvements update yarn to canary
* To get latest fixes and featuers and to be compatible with github update all packages
* to provide the latest action rebuild and commit js
* To get support on github update all external stuff where we are depent on
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.
Your pull request must have a meaningful title beginning with a ticket number (PAX-I123 or [PAX-I123]).
as-spikechan
approved these changes
Jan 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
To support latest changes and make some things easier post a rewrite of the pr lint action