-
Notifications
You must be signed in to change notification settings - Fork 1
Update cd.yml #54
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
Open
oleander
wants to merge
49
commits into
main
Choose a base branch
from
oleander-patch-1
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update cd.yml #54
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
2746bfb
Update cd.yml
oleander fb47ea9
feat: Update Configuration and Core Components (#35) 🤖
oleander 6d71b68
chore: Release git-ai version 1.0.9
oleander 819f874
OK 🤖
oleander 092dd7a
Add 'colored' dependency and utilize for improved UI in examples.rs 🤖
oleander c7efbdb
Fix early exit issue in simulate.sh error handling 🤖
oleander 466221d
Update hook.rs for improved bin functionality 🤖
oleander a49f220
Add toolchain action to Rust workflow 🤖
oleander 6b1985d
The provided diff is incomplete and does not contain any change infor…
oleander 15303a6
Update git-ai to version 0.1.14 in Cargo.lock and Cargo.toml 🤖
oleander f9d9741
Update hook.rs for improved bin functionality 🤖
oleander bc08b83
Remove debug flag from cargo install command in Justfile 🤖
oleander 83d65ec
Refactor duplicated repo creation logic into into_repo method 🤖
oleander f8d39c4
Normalize table markdown format in README.md 🤖
oleander fa9c2e2
Specify target in cargo publish command 🤖
oleander 464c084
Update Cargo.toml with new targets; enhance CI workflow steps 🤖
oleander 0d9f648
The provided diff is incomplete and does not contain any change infor…
oleander 21e2d62
Refactor error handling in network and git operations 🤖
oleander bfeb006
Remove commented-out build targets in cd.yml 🤖
oleander 0813ff5
Update code and README for better clarity and accuracy 🤖
oleander 4664654
Update Dockerfile to use Rust version 1.76.0 for improved compatibili…
oleander 720531e
Update workflow and README to reflect logic move to config.rs 🤖
oleander 547cefe
Remove redundant progress bar callbacks in hook.rs 🤖
oleander 849bb4a
Fix duplicate sections in github workflow YAML file 🤖
oleander 0fd323b
Refactor release script from shell to fish script 🤖
oleander 33ff6fd
Enable Cargo test, publish, and build in Github workflows for CD and …
oleander ce222b8
Update dependencies in Cargo.toml to latest versions 🤖
oleander 25a2a3e
Update git-ai crate to version 0.1.15 🤖
oleander f925147
Remove stale code and unused exclude files logic in git module 🤖
oleander ed961aa
Uncomment crates.io publish step in CD workflow 🤖
oleander f98d1ae
Update record.sh to include git AI commands in demo recording 🤖
oleander 9798519
Update emoji color in log message 🤖
oleander 0abb28f
Add CONTRIBUTING.md with guidelines for contributing to Git AI 🤖
oleander 9bcdacb
Rename .rustfmt.toml to rustfmt.toml 🤖
oleander 02df2bf
Set default values for CLI args, improve API key retrieval 🤖
oleander cc18622
Add release script to automate the versioning and tagging process 🤖
oleander ffaa7e2
Update config handling and add `home` crate dependency 🤖
oleander ff81755
Update git-ai version and tag name in workflow 🤖
oleander 77bb081
Remove redundant comments in patch_test.rs 🤖
oleander 86f78a0
Update GitHub CI Workflow 🤖
oleander d151628
Simplify release process and test workflow in Justfile and release sc…
oleander 535ce34
Simplify README content and reorganize installation instructions 🤖
oleander 0260ac2
Enable patience diff algorithm and clean up commented code 🤖
oleander 06f666c
🤖
oleander 48ece00
Update CD workflow
oleander f71eb1b
Update CD workflow 🤖
oleander e6c13ad
Merge branch 'main' into oleander-patch-1
oleander 12a4c0d
Update CD workflow 🤖
oleander 1d6f338
Remove unused dependencies from Cargo.toml and Cargo.lock 🤖
oleander 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
[env] | ||
|
||
TMPDIR = "/tmp" | ||
|
||
[target.x86_64-unknown-linux-musl] | ||
linker = "musl-gcc" | ||
|
||
[target.x86_64-unknown-linux-musl.openssl-sys] | ||
rustc-link-lib = ["static=ssl", "static=crypto"] |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"ref":"refs/tags/v0.0.0-test"} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.