-
Notifications
You must be signed in to change notification settings - Fork 21
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
many cosmetic improvements #31
Conversation
thanks for your great open-source contribution. |
* Fixed a timezone issue with unit tests | ||
* Upgrade prgx to 0.11.1 | ||
* Reworked Dockerfile - multi-stage, better extension configuration, added a Makefile with 'all' and 'run' targets | ||
* Improve README |
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.
None of these are user facing and need not be in Changelog.
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.
plz define user facing...
who is the user?
define "facing"
besides I kind of disagree, at least those two a "user facing" - if i get this definition right
- Upgrade prgx to 0.11.1
- Reworked Dockerfile - multi-stage, better extension configuration, added a Makefile with 'all' and 'run' targets
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.
Why would SQL users or admins care about these?
Makefile
Outdated
docker build -t postgresql-ulid --build-arg="PG_MAJOR=16" . | ||
|
||
run: | ||
docker run -p 5432:5432 postgresql-ulid |
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.
Newline EOF please
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.
also, is the makefile really needed?
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.
that's a matter of preference and baseline
baseline - if you have the skills you can do it from memory
preference - it could be part of the doc
my feeling -> developers read code first, then the docs
I wonder why all these CI tests are failing all of a sudden |
Closing this for now. Please open once you get the tests working locally. |
0.1.4