-
Notifications
You must be signed in to change notification settings - Fork 0
4268: API Platform v4 #18
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
base: develop
Are you sure you want to change the base?
Conversation
c146d38
to
903b9f9
Compare
1c220e6
to
daab726
Compare
# This is the 1st commit message: 4268: Added API tests # The commit message #2 will be skipped: # 4268: Added API tests
daab726
to
97ee09e
Compare
97ee09e
to
c09b61c
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.
Name off branch and PR does not match actual upgrade to 3.4
@@ -1,18 +1,27 @@ | |||
{ | |||
"api-platform/core": { | |||
"version": "3.2", | |||
"version": "4.1", |
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.
This doesn't match composer.json
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 sure looks weird … cleaned up in 56c129f.
.github/workflows/pr.yaml
Outdated
|
||
psalm: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: ['8.3'] | ||
php: ["8.3"] |
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.
Would be better if migrate ALL jobs/steps to run in docker
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.
Agree. Fixed in f1675a7.
.github/workflows/pr.yaml
Outdated
apispec: | ||
runs-on: ubuntu-latest | ||
name: API Specification validation | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
php: [ '8.3' ] | ||
php: ["8.3"] |
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.
Would be better if migrate ALL jobs/steps to run in docker
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.
Agree. Fixed in f1675a7.
- [PR-18](https://github.com/itk-dev/event-database-api/pull/18) | ||
- Updated docker compose setup | ||
- Added simple API tests and resolved some deprecations | ||
|
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.
Add note about updating API-Platform to 3.4?
15e7454
to
dddb92d
Compare
dddb92d
to
f1675a7
Compare
cffbf37
to
a443e0f
Compare
a443e0f
to
19278eb
Compare
Rome wasn't built in a day … 19278eb |
Link to ticket
https://leantime.itkdev.dk/TimeTable/TimeTable?showTicketModal=4268#/tickets/showTicket/4268
Description
Checklist
If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.
Additional comments or questions
If you have any further comments or questions for the reviewer please add them here.