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.10.0 #45

Closed
wants to merge 6 commits into from
Closed

Conversation

jagthedrummer
Copy link
Contributor

Update of the Bullet Train Starter Repo to version 1.10.0

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: 75e2915

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.10.0 --track origin/bullet-train-update/1.10.0

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

git checkout 75e29150c0dcce2040ecb5388951b74836b7f4ce -- path/to/file

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

git checkout -p 75e29150c0dcce2040ecb5388951b74836b7f4ce -- path/to/file

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.10.0

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

depfu bot and others added 6 commits November 20, 2024 06:16
* Remove remnants of the old CircleCI setup

In November of 2023 we moved to using GitHub Actions instead of
CircleCI. This PR just removes the remaining remnants of the CircleCI
config and one script that it used.

* Oops, we still need this

* Move the schema check script out of .circleci and into bin

* Bring back the circle config, people may be using it

* point at the script we moved

* bring back a script that the circle config uses

* move a script only used by circle into the circle directory

* Point to the script in the right spot
* Remove a couple of the riskier Doorkeeper grant flows

Fixes bullet-train-co/bullet_train#820

* update tests to not rely on the password grant flow

* linter
Co-authored-by: jagthedrummer <jagthedrummer@users.noreply.github.com>
# Conflicts:
#	Gemfile.lock
@jagthedrummer jagthedrummer deleted the bullet-train-update/1.10.0 branch November 21, 2024 19:12
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