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

V2.0 #230

Merged
merged 28 commits into from
Dec 11, 2024
Merged

V2.0 #230

merged 28 commits into from
Dec 11, 2024

Conversation

AlexB52
Copy link
Owner

@AlexB52 AlexB52 commented Dec 1, 2024

Fixes #148
Fixes #178

Issues:

AlexB52 and others added 28 commits August 13, 2024 21:53
* Listen to user inputs in executable

      * 'h' or 'help'    -> Prints help
      * 'p' or 'pause'   -> Pauses Retest. Tests aren't run until unpaused.
      * 'u' or 'unpause' -> Unpauses Retest
      * <Enter>          -> Runs last changed triggered command
      * 'ra', 'run all'  -> Runs all tests
      * 'e' or 'exit'    -> Exits Retest
* Convert nil to string
* Update version to v2 in tests
* Reverse Listen communication and restrict its usage as an automatic input
* Delete Program#run_synchronously
* Clear input dependencies on runner and prompt & refactor program
* Update file selection logs
* Create Command::Hardcoded
* Use the Command::Hardcoded command
* Update Runner#run arguments
* Delete all runners except Runner
We add TTY::Prompt dependency for ease of user experience
  * Cleanup runner and commands
  * Remove all_test_runner
  * Refactor format batch of Ruby and Rake
* Remove command dependency from program objects
* Force selection of tests and run them on file changes
* Small fixes:
  * Clear terminal window from the executable instead
  * Add a hint to reset when on forced selection
  * Update interactive help
* Run last command on Enter
  * Revert to Bundler 2.3.27
  * Create --exts and Delete --ext option
    We allow to pass a list of extensions instead of a regex and build the regex
    from the options instead of the user. This is simpler and easier for the user.
  * Display watcher used
  * Switch Listen to Wrapper Watcher::Default
  * Override watchexec with default watcher on CI
  * Allow VersionControl.files to take file extensions
  * Default to watchexec when installed
  * Remove .puts (for now)
* Create Watchexec feature specs
* Build watchexec in separate image
* Add command to build watchexec image
* Fix Runner#last_command when running all tests
* Refactor bundler-app helpers and test command
* Add interactive feature tests
  * Pause/Unpause
  * Run all
  * Force selection
  * Start / Help
  * Run last command
* Enable new test helper for all feature specs
* Refactor all feature specs
* Remove unused reference
* Remove unused methods from Runner interface
* Refactor command.rb
* Clears window manually instead of each action
* Remove @clear_window setting since it's not used anymore too.
* Remove question asked flag since not used
* Update case indentation
@AlexB52 AlexB52 merged commit 9ebece2 into main Dec 11, 2024
16 checks passed
@AlexB52 AlexB52 deleted the v2.0 branch December 11, 2024 08:36
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.

Add common extension options Open retest to other watching tool than Listen
1 participant