summaryrefslogtreecommitdiff
path: root/cli/tests/integration/watcher_tests.rs
AgeCommit message (Expand)Author
2023-07-04fix: move `Deno.serve` to stable namespace (#19718)Bartek Iwańczuk
2023-07-02test: ignore fmt_check_all_files_on_each_change_test (#19682)Bartek Iwańczuk
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-15refactor(flags): move watch flags into subcommand structs (#19516)David Sherret
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-04-17refactor(tests): Watcher test timeout (#18459)Cre3per
2023-04-13fix(test): add process sigint handler for --watch (#18678)Nayeem Rahman
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-26fix(cli): don't store blob and data urls in the module cache (#18261)Nayeem Rahman
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-14feat: Deprecate 'deno bundle' subcommand (#17695)Bartek Iwańczuk
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-11-24fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...Yusuke Tanaka
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-13fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)Yoshiya Hinosawa
2022-11-11fix(ext/flash): graceful server startup/shutdown (#16383)Divy Srivastava
2022-10-30test: disable run_watch_external_watch_files on macOS (#16477)Bartek Iwańczuk
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-06fix(watch): ignore unload errors on drop (#15782)Nayeem Rahman
2022-07-13fix(cli): Improve error message in watch mode (#15184)2shiori17
2022-06-21chore(test_util): add new string assertion macros (#14928)David Sherret
2022-06-14feat(test): update test summary report (#14629)Mark Ladyshau
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-06-08fix: watch dynamic imports in --watch (#14775)Bartek Iwańczuk
2022-04-21fix(watcher): don't clear screen on start (#14351)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-22chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)David Sherret
2022-01-31feat(cli): add "--no-clear-screen" flag (#13454)Zheyu Zhang
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-12-15feat(watch): support watching external files (#13087)Jesper van den Ende
2021-12-11feat(watcher): clear screen on each restart (#12613)Bartek Iwańczuk
2021-12-09fix(watch): mitigate race condition between file write by other process and w...David Sherret
2021-11-01fix(fmt/lint): strip unc paths on Windows when displaying file paths in lint ...David Sherret
2021-10-30fix(cli): linter/formater watches current directory without args (#12550)Zheyu Zhang
2021-10-30fix(cli): lint/format all discoverd files on each change (#12518)Zheyu Zhang
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-10-05feat(lint): add support for --watch flag (#11983)CGQAQ
2021-09-23refactor: clean up watcher tests (#12200)Ryan Dahl
2021-08-24fix(cli): dispatch unload event on watch drop (#11696)Casper Beyer