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

[WIP] Upgrade to Rails 7.0 #3945

Draft
wants to merge 20 commits into
base: master
Choose a base branch
from
Draft

[WIP] Upgrade to Rails 7.0 #3945

wants to merge 20 commits into from

Conversation

mayorova
Copy link
Contributor

What this PR does / why we need it:

Replace this with a quick explanation of what's included here.

Which issue(s) this PR fixes

Replace this comment with references to related issues. This will ensure the issue(s) are closed automatically when the PR gets merged.
e.g. fixes #<issue number>(, fixes #<issue_number>, ...)

Verification steps

Replace this with a list of necessary steps to verify the PR meets your expectations.
e.g. 1. Go to Admin Portal, make sure that ...

Special notes for your reviewer:

@mayorova mayorova force-pushed the rails70 branch 2 times, most recently from 11a0b23 to 636ab7e Compare November 21, 2024 15:45
@@ -330,7 +330,7 @@ commands: # reusable commands with parameters
taskname=$(echo $CIRCLE_JOB | sed -e 's/-\(postgres\|oracle\|[0-9]\).*//')
bundle exec rake "test:files:${taskname}" | circleci tests run --command="cat > $list" --verbose --split-by=timings
if [ -s $list ]; then
bundle exec rake test:run TEST="$(cat $list)" TESTOPTS=--verbose --verbose --trace
bundle exec rails test $(cat $list | awk 'ORS=" "') --verbose --backtrace
Copy link
Contributor Author

Choose a reason for hiding this comment

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

awk 'ORS=" "' is to merge the list of tests from the file that contain one path per line into a single line separated by spaces.

@mayorova mayorova force-pushed the rails70 branch 2 times, most recently from 59ac224 to 86612ed Compare November 22, 2024 11:00
jlledom
jlledom previously approved these changes Nov 27, 2024
@jlledom
Copy link
Contributor

jlledom commented Nov 27, 2024

Ready to deploy!

@mayorova mayorova force-pushed the rails70 branch 3 times, most recently from 0ead1d6 to 79ef380 Compare November 28, 2024 10:47
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.

2 participants