-
Notifications
You must be signed in to change notification settings - Fork 4
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
v1.0.0 #214
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
chore: update the generated Compose files
Remove paas commands
feat: Add semantic release
Fix/refactoring paas files
fix: scaffold command should delete .git folder
fix: impersonate test
# 1.0.0-beta.1 (2024-12-17) ### Bug Fixes * add container_name in docker compose for tests ([913223d](913223d)) * add lib/ in package ([7cce18f](7cce18f)) * app:scaffold command description ([#175](#175)) ([bb02647](bb02647)) * **appScaffold / start-services:** fix colors and bold for commands ([8ff9a06](8ff9a06)) * attempt to cleanly finish dumping PaaS ES documents if dumping failed ([16fad0f](16fad0f)) * ci cd files ([ba8493b](ba8493b)) * ci is passing locally ([216acb8](216acb8)) * doctor.ts type error ([d2122ce](d2122ce)) * impersonate test ([29f0e2f](29f0e2f)) * It should now use the proper GH_TOKEN ([6b4b949](6b4b949)) * Remove --omit=dev in release ([294ed81](294ed81)) * return a unique color for each pod in the PaaS logs ([efaeb41](efaeb41)) * scaffold command should delete .git folder ([f83717b](f83717b)) * semantic release file had the wrong name ([5acf769](5acf769)) * working tests ([09a166d](09a166d)) ### Features * add command for dumping an Elasticsearch instance in the PaaS ([935f210](935f210)) * add flag to the PaaS ES dump command to configure the document batch size ([edd3440](edd3440)) * add nicer result logs for PaaS snapshot commands ([#207](#207)) ([937c921](937c921)) * Add semantic release ([633e242](633e242)) * check the batch size ([0c64151](0c64151)) * implement PaaS logs follow ([757baf7](757baf7)) * implement streamed HTTP queries ([481c202](481c202)) * **paas:** Update paas snapshot api call ([a103dd4](a103dd4)) * retrieve the PaaS logs using a streamed query ([d0ffd6e](d0ffd6e)) * store dumped PaaS ES documents in a single JSONL file ([8b0cd2c](8b0cd2c)) * support changing the NPM registry hostname ([fc4346e](fc4346e)) * support displaying PaaS logs timestamps ([89e4138](89e4138)) * support limiting the PaaS logs amount ([3247ea1](3247ea1)) * support selecting which pod to get PaaS logs from ([3647eb5](3647eb5)) * support specifying a starting time for PaaS logs ([657aa8f](657aa8f)) * support specifying an ending time for PaaS logs ([95d7018](95d7018))
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
What does this PR do?
This PR will finally deliver the v1.0.0 of kourou you can update by running
npm install -g kourou
. Then running your kourou commands should run as usual.Along side the v1.0.0 we have done some work as well
How should this be manually tested?
npm install -g kourou
kourou server:info
...
Other changes