-
Notifications
You must be signed in to change notification settings - Fork 3
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
Snap ratings #12
Snap ratings #12
Conversation
matthew-hagemann
commented
Oct 10, 2023
•
edited
Loading
edited
- Snap packaging for Ratings service
- Updated charm to make use of the snap instead of a raw install + systemd
- Added integration + functional tests
- Updated CI pipelines
0d177b2
to
42a810b
Compare
96b1741
to
6b022cf
Compare
6b022cf
to
129b510
Compare
@jnsgruk I have made the changes you recommenced. If you are able, I'd really appreciate a review of the changes regarding the snap and using it in the charm 🙂 |
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.
First pass, happy to do another, but looking much cleaner! Nice work!
fix(snap): remove placeholder connection uri's fix(snap): randomized default jwt fix(snap): use install over cp + chmod fix(app): remove debug logs fix(snap): prevent snap from starting on install docs(charm): update config to match README.md fix(charm): remove option restart on config change
Thank you @jnsgruk! I have made those changes 🙂 WRT not starting the snap on install/until the configuration values have been set, would we want to also update the start hook in the charm to not invoke start on the snap, but maybe just update the unit message to "waiting on database relation"? Then only actually invoke start when the relation is created? |
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.
Looking much better!