-
Notifications
You must be signed in to change notification settings - Fork 354
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
Feature: support trilogy adapter #607
Merged
cfis
merged 21 commits into
composite-primary-keys:master
from
zmariscal:feature--support-trilogy-adapter
Nov 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c5edd75
add trilogy to Gemfile
zmariscal 802587b
create trilogy rake task and add it to Rakefile
zmariscal 8c55d81
bundle current github workflows without trilogy
zmariscal a331a2a
add trilogy to databases.ci.yml
zmariscal 2109996
ensure trilogy AR connection files are added
zmariscal 2b6df26
add private method to control #value returned
zmariscal bcf5e48
connect to the db if trilogy adapter used
zmariscal 5d8bbf5
create github trilogy workflow
zmariscal dc079a2
use the trilogy adapter in the db.ci yml file
zmariscal f46d5ac
remove require statements as they aren't needed
zmariscal 3fc6466
Remove constant and follow pattern of if block
zmariscal 32ef97f
revert trilogy additions in test file
zmariscal 69aced2
when adding trilogy to various places
zmariscal c95dc75
if value doesn't respond to #empty? we don't want to continue
zmariscal e5f311e
when running tests we need to ensure AR is aware of Trilogy
zmariscal 3de57ac
add github action steps to resolve database.yml or DATABASE_URL
zmariscal 334b5a8
update github envs appropriately
zmariscal 1bc20ba
target host when executing github action
zmariscal 9311e0d
update workflow and order the args for the mysql command differently
zmariscal 663f12a
Merge branch 'master' into feature--support-trilogy-adapter
zmariscal f79e913
remove trilogy github action for now
zmariscal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@cfis do you know if there's a way for me to run the GitHub actions on my own fork? I'm making educated guesses at the Github action issues around these mysql commands.
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.
I think via the .github/workflows/trilogy.yml file. But since that is part of the PR maybe it doesn't work (might have to be merged first?)
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.
@cfis I can spin up a new PR and see if merging in other components first resolve this issue.
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.
@cfis any objections in me breaking this into two PR's?
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.
Works for me. Sorry this taking so long to merge. I can try and focus on it next week.
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.
First PR is here: #610
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.
I see two more PRs after that one. The first with the trilogy guts and the second being the GitHub action. How do you feel about that?