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

Bullet Train Update: 1.12.3 #52

Merged
merged 8 commits into from
Dec 20, 2024
Merged

Conversation

jagthedrummer
Copy link
Contributor

Update of the Bullet Train Starter Repo to version 1.12.3

Please note: You should thorougly review this PR.

🎉 There are no conflicts detected in this PR!

Rejecting portions of this PR

The SHA of the commit that this PR was started from is: 3527cde

If there are changes in some files in this PR that you'd like to reject you can do the following:

First pull down the branch for this PR:

git fetch origin
git checkout -b bullet-train-update/1.12.3 --track origin/bullet-train-update/1.12.3

Use the SHA of the starting commit to revert all of the changes in a particular file:

git checkout 3527cde55c709bb663a1fd96c1e2d72c1dfc00ca -- path/to/file

Or use the -p option to selectively choose which portions of the file to revert:

git checkout -p 3527cde55c709bb663a1fd96c1e2d72c1dfc00ca -- path/to/file

You can also just edit any file directly to make whatever changes you want.

After getthing things the way you want them, commit the changes and push the branch:

git add .
git commit -m "reject some changes from starter repo"
git push origin bullet-train-update/1.12.3

Release Notes

Starter Repo 1.12.3

core Gems 1.12.3

Auto-generated by .github/workflows/update-bullet-train.yml

depfu bot and others added 8 commits December 19, 2024 06:17
* yarn add @hotwired/stimulus

* yarn add trix
* first stab at extracting a stand alone test

* a little polish

* better naming

* getting started on converting these scripts to ruby

* getting closer

* maybe we'll need to run migrations in the setup

* working on teardown

* working on teardown

* disable that completely

* linter

* remove the bash scripts

* extract another test

* extract another

* some cleanup

* fix

* moar

* inching forward

* extract another

* extract another

* comment out more stuff

* run migrations automatically

* extract another

* extract another

* extract another

* nothing to test there

* add a comment

* linter

* try running these in CI

* oops

* the workspace is dirty in ci

* extract another

* fix

* linter

* clean up

* Remove old stuff

* some clean up and docs

* beef up the readme

* try consolidating

* Revert "try consolidating"

This reverts commit 6c2b436d68d773f0d473f9fe408435e08a66e048.

* clean up

* clean up

* tweak docs

* clean up

* don't want to run db:schema:load because that will wipe the current db

* Use the source attribute option

* this doesn't seem to do anything useful

* use source in another spot

* another source useage
Co-authored-by: jagthedrummer <jagthedrummer@users.noreply.github.com>
# Conflicts:
#	Gemfile.lock
@jagthedrummer jagthedrummer merged commit e0f16ad into main Dec 20, 2024
15 checks passed
@jagthedrummer jagthedrummer deleted the bullet-train-update/1.12.3 branch December 20, 2024 19:53
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.

1 participant