Skip to content
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

Build and publish test containers #309

Merged
merged 10 commits into from
Feb 22, 2024

Conversation

quartje
Copy link
Contributor

@quartje quartje commented Dec 7, 2023

This PR adds a Github action for building a test container, which will be used in behat tests

@quartje quartje force-pushed the feature/build-and-publish-test-container branch 3 times, most recently from c594c2f to 5abcedb Compare December 12, 2023 13:31
@quartje quartje force-pushed the feature/build-and-publish-test-container branch from 5abcedb to ea0709c Compare December 20, 2023 19:55
@quartje quartje changed the base branch from main to feature/symfony6-upgrade December 20, 2023 20:09
@quartje quartje force-pushed the feature/build-and-publish-test-container branch from ea0709c to 05e26fd Compare January 10, 2024 07:53
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch 2 times, most recently from 5e60000 to 9e6b8fa Compare January 16, 2024 12:46
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch 2 times, most recently from 824e60d to 8a950e7 Compare January 24, 2024 07:46
@quartje quartje force-pushed the feature/symfony6-upgrade branch 3 times, most recently from 571a185 to 5c3f26d Compare January 24, 2024 13:59
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch from 57a6a6d to 9978ce7 Compare January 25, 2024 11:04
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch 2 times, most recently from 8e4ede9 to 7b7b0e3 Compare February 8, 2024 11:05
Base automatically changed from feature/symfony6-upgrade to main February 13, 2024 10:33
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch 2 times, most recently from 1c24100 to e40bd8e Compare February 13, 2024 10:44
@MKodde MKodde changed the title Feature/build and publish test container Build and publish test containers Feb 13, 2024
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch from e40bd8e to ad35d7c Compare February 21, 2024 10:58
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch from 4a39f16 to ca0536a Compare February 21, 2024 13:30
And while at it. Remove the dev SURFnet repo mentions
@MKodde MKodde force-pushed the feature/build-and-publish-test-container branch from 6beb8b3 to 56aeed1 Compare February 21, 2024 14:53
Copy link
Member

@MKodde MKodde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I reviewed @quartjes changes predominantly and also looked at my own changes. I suggest another reviewer looks at this too.

Comment on lines +10 to 13
main_syslog:
type: stream
ident: stepup-selfservice
path: "php://stderr"
formatter: surfnet_stepup.monolog.json_formatter
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@quartje previously we had a stepup-selfservice ident indentation in the log entries. This might not be very relevant anymore as the docker logs amend this to the logs. Leave it like this? Or is there a situation where we do want to grep on this ident value.

Copy link
Contributor

@parijke parijke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nul opmerkingen, alleen vraag:

Waarom is nu bij forms name nodig en voorheen niet? Is dat esthetisch of heeft het ook een functie?

Edit by Michiel: [For non Dutch readers], @parijke asked me

Why are forms now set with a name attribute.

@MKodde
Copy link
Member

MKodde commented Feb 22, 2024

Why are forms now set with a name attribute.

This is purely for testing purposes. Maybe using a data-test attribute would have been more in line with the solution I chose later down the line. But still. I'm happy with this as-is.

@MKodde MKodde merged commit 6861648 into main Feb 22, 2024
7 checks passed
@MKodde MKodde deleted the feature/build-and-publish-test-container branch February 22, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants