-
Notifications
You must be signed in to change notification settings - Fork 37
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
AUTO : Forward from alpha to beta #1474
Open
wtools-bot
wants to merge
37
commits into
beta
Choose a base branch
from
alpha
base: beta
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
Conversation
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
decycling test_tools wip
) * feat: `exclude_dev_dependencies` flag for `.publish` and `.publish.diff`. Default value is `true` * feat: `commit_changes` flag for `.publish`. Default value is `true` * chore: `commit_changes` flag for `.publish`. Default value is `false` * chore: `exclude_dev_dependencies` Default value is `false`
decycling test_tools wip
* Initial commit * First implementation commit * Separate CLI into commands and actiions: part of the work * Fix formatting * Make it runnable * Make error message include underlying error * Rename OpenAI subcommand * Update design * Make `Secret` and restore old `main` * Fix warnings and switch to `error_tools` * Fix formatting * Two formatting options * Modules overhaul * Make the program work after modularization * Remove thiserror * Rename commands and actions * Add documentation * Modules overhaul --------- Co-authored-by: Wandalen <[email protected]>
global refactoring
* Fix assistant from merge * Log `format_tools` variables * Possible fix to `format_tools`
* Refert previous fix * Add test * Add test * Add fix * Revert wrong fix * Add correct test * Add fix
* Refactor table formatting * Partial refactoring * Filter columns * Improve commands
* Remove slices * Start moving * Tests are passing * Not ideal * Fix test * Fix algorithm and add tests * Fix for Records * Fix from the feedback * Rework documentation and naming * Fix docs * Move out `text_wrap` from `table` * Make `Records` use general `text_wrap`
* Continue to work on * Improvements * Make test * Remove unnecessary fields * Fix from merge
* Agents framework design draft * Update from the review * Add SQL example * Redesign sql.yaml * Fix from the call * Remove other examples * Update agents_design.md * Update agents_design.md
* Preliminary * Working on * Add test and fix bug in `extract` * Fix comment * Fix bug
* `Path` blank implementation and tests * `Context` struct * Implement `ScenarioRaw` * Implement `Path` * Add `Context` tests * Start implementing `Context` * Implement `Context` * Start working on tests and formatters * Improve tests * Implement formatters
* Test task Google Sheets CLI * format_tools, mod_interface and usage information added * formating fixed * formating fixed * formating fixed * tests added, debug dir removed, output fixed * info fixed * cells command were added * format fixed * some code was commented --------- Co-authored-by: vsevolod <[email protected]> Co-authored-by: Vsevolod <[email protected]>
* `parent` * Simplify context * Remove redunant `from_iter` * Fix joining of paths * Start working on `ScenarioProcessed` * Implement `ScenarioProcessed`
* fix file * fix process file --------- Co-authored-by: Vsevolod <[email protected]>
Co-authored-by: Vsevolod <[email protected]>
* wip * wip * wip * done
* secret description fixed * readme file fixed * secrets description changed * removed unused imports * fixed: wrong url error handling --------- Co-authored-by: Vsevolod <[email protected]>
* secret description fixed * readme file fixed * secrets description changed --------- Co-authored-by: Vsevolod <[email protected]>
* fix(willbe): imports related to `wca` changes * fix(willbe): long lines
* fix: tests for readme_modules_headers_renew.rs * fix: lints & compile errors * feat: finish with clippy * fix: udeps --------- Co-authored-by: Barsik <[email protected]>
* added: error handling and nice output for cell set * fixed: cell get * fixed: error handling for all actions * added: help description * fixed gspread_cell_set action returning value * fixed: sheet name in description * fixed: commands examples * added mock for oauth2 * with_online added to tests * added third oauth2 endpoint * feature with_online * added mock tests * with_online fixed * fixed gspread_cells_set return type * fixed display * draft wrap_function * something bad * update_row function and documentation for some functions and structures were added --------- Co-authored-by: Vsevolod <[email protected]>
* CHANGED: README.md * changed readme.md * fixed: .secret/readme.md * changed .secret/readme.md --------- Co-authored-by: Vsevolod <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is an automated pull request to update from branch alpha