-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Make invoice file separate field #10702
Conversation
c8eac2a
to
db35082
Compare
e50883a
to
ca22e29
Compare
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.
LGTM!
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.
ca22e29
to
bf5fa88
Compare
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.
The context of this change is not clear, can we link a GitHub issue or add a description?
@@ -58,6 +66,14 @@ jobs: | |||
- 5432:5432 | |||
# needed because the postgres container does not provide a healthcheck | |||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 | |||
minio: | |||
image: minio/minio:edge-cicd |
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.
I initially wanted to use this image as well in #10688, but it hasn't been updated in 3 years and that was causing some issues in my tests (I don't remember where), which is why I went with the npm run minio &
approach.
No blocker for me if the image is working here, we can always update later if needed.
Related: opencollective/opencollective#7726
Add invoice expense attachments as its own field on the expense object, differentiating from other attachment types.