v0.15.0 (2021-01-05)
Closed issues:
- Build errors with Bazel 3.3.1 on NixOS #439
- Modify project permissions #436
- output runner should never execute the exact same command more than once #421
- runtime error: invalid memory address or nil pointer dereference #416
- The test command should not build unrelated non-test targets #415
Merged pull requests:
- Simplify setting of execute bit #446 (smklein)
- Add support for command execution after successful execution #445 (smklein)
- Update rules_proto commit hash to 84ba6ec #444 (renovate-bot)
- Pass through the aspects flag #443 (djmarcin)
- Pass custom build settings on to Bazel #442 (fmeum)
- Rename --experimental_enable_runfiles to --enable_runfiles #441 (meteorcloudy)
- Use the skylib release binary #440 (achew22)
- Update module gorilla/websocket to v1.4.2 #430 (renovate-bot)
- integrate fsevents for macos #406 (joeljeske)
v0.14.0 (2020-10-29)
Implemented enhancements:
- Call hotswap when ibazel run'ing Java binaries #28
Closed issues:
- Clear the terminal output before every run #423
- [Request] APT package for iBazel #418
- segfault in iBazel in NotifyOfChanges #411
- Send Refresh Signal #408
- allow livereload to use a configurable hostname for the url #403
- MacOS: Error watching file "..." error: too many open files in system #402
Merged pull requests:
- Generating CHANGELOG.md for release v0.14.0 #431 (achew22)
- Update actions/stale action to v3 #429 (renovate-bot)
- Make ibazel accept --cxxopt as a pass-through flag for bazel. #428 (pascalfleury)
- Add run_command_before flag #425 (franciscocpg)
- Update module golang/protobuf to v1.4.3 #424 (renovate-bot)
- Output Runner will only run each unique command+args once #422 (vpanta)
- Update dependency bazel_gazelle to v0.22.2 #420 (renovate-bot)
- Update dependency bazel_gazelle to v0.22.1 #419 (renovate-bot)
- Generating CHANGELOG.md for release v0.13.2 #417 (achew22)
v0.13.2 (2020-09-04)
Implemented enhancements:
Fixed bugs:
Closed issues:
- Unable to create issue template #409
- JS serving: cannot locate environment variable #407
- Error starting process: fork/exec /tmp/bazel_script_path645988457: permission denied #401
- potentially misleading error message #393
- quiet mode #392
- Changelog aren't added to releases #391
- nil pointer dereference when there are errors in workspace file #386
- How do you enable JS serving? #358
- Stop running subprocesses as soon as changes are detected #333
- ibazel run on container_image does not work #245
Merged pull requests:
- Update dependency bazel_gazelle to v0.22.0 #414 (renovate-bot)
- Update dependency bazel_skylib to v1.0.3 #413 (renovate-bot)
- Adding platforms and run_under flag #412 (silvergasp)
- Make the bug report #410 (achew22)
- Using SIGTERM to stop the subprocess #405 (vanils)
- Add --dynamic_mode flag to overridable list #404 (akonradi)
- Add log messages to explain iBazel time usage #399 (karsmars)
- Update module bazelbuild/rules_go to v0.23.2 #398 (renovate-bot)
- Update dependency bazel_gazelle to v0.21.1 #397 (renovate-bot)
- Fix nil pointer deference in ibazel_unix.go #395 (mrmeku)
v0.13.1 (2020-05-18)
Implemented enhancements:
- ibazel don't watch for changes in external repository #274
Fixed bugs:
- Error reading config: open .bazel_fix_commands.json: no such file or directory #369
- If the inner program crashes or dies, ibazel should restart it #300
Closed issues:
- process not restarted on failure #385
- ibazel with --override_repository can't handle changes in the build tree #383
- Support multiple tartget #351
- ibazel can't locate bazel if not in $PATH #341
Merged pull requests:
- Generating CHANGELOG.md for release v0.13.1 #390 (achew22)
- Update module golang/protobuf to v1.4.2 #389 (renovate-bot)
- Update dependency bazel_gazelle to v0.21.0 #387 (renovate-bot)
- Pass override repository flags to query commands and add e2e test #384 (lewish)
- Allow
--build\_tag\_filters
and--build\_tests\_only
to be specified #382 (devversion) - Update module golang/protobuf to v1.4.1 #381 (renovate-bot)
- Corrections and cosmetic adjustments to README.md #380 (trironkk)
- Watch local repositories #379 (lewish)
- Add an example client #378 (achew22)
- Map rules_go in gazelle directive #377 (achew22)
- Restart subprocess on changes if it crashed #366 (mrmeku)
- Update module bazelbuild/rules_go to v0.23.1 #365 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.22.4 #364 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.22.4 #363 (renovate-bot)
v0.13.0 (2020-04-24)
Fixed bugs:
- Reads .bazel_fix_commands.json from current directory #373
Closed issues:
- Proposal: use bazel's cquery in place of query for queryForSourceFiles checks #305
- ibazel run crash doesn't shut down ts_devserver #197
Merged pull requests:
- Generating CHANGELOG.md for release v0.13.0 #376 (achew22)
- Fix output_runner to read from %WORKSPACE #375 (achew22)
- Switch to cquery instead of query #374 (achew22)
- Update module golang/protobuf to v1.4.0 #372 (renovate-bot)
v0.12.4 (2020-04-09)
Fixed bugs:
- Full log not being shown on initial querying #217
- Support for passing flags to bazel is limited and undocumented #126
Closed issues:
- bazeliskNpmPath: should check if @bazel/bazelisk binary exists? #370
- Bazelisk regression #352
- [Windows] - Querying for files to watch... )) was unexpected at this time. Bazel query failed: exit status 255 #344
Merged pull requests:
- Fix a lingering TODO #362 (achew22)
- Stamp can be passed without a value #361 (achew22)
- Update module golang/protobuf to v1.3.5 #359 (renovate-bot)
- Update module fsnotify/fsnotify to v1.4.9 #357 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.22.1 #354 (renovate-bot)
v0.12.3 (2020-03-14)
Closed issues:
- ibazel not connecting to bazel server on VPN #356
- No artifacts uploaded for 0.12.0 and 0.11.2 #350
- $TEST_TMPDIR is deleted across reloads #323
- Flag --incompatible_no_implicit_file_export will break Bazel watcher in a future Bazel release #319
- Flag --incompatible_no_implicit_file_export will break Bazel watcher in Bazel 1.2.1 #316
- Bash trap works with bazel but not with ibazel #291
Merged pull requests:
- Fix stamping regression caused by latest rules_go #360 (achew22)
- Update module golang/protobuf to v1.3.4 #355 (renovate-bot)
- Enable run_output by default #349 (achew22)
- Update module bazelbuild/rules_go to v0.22.1 #336 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.22.1 #335 (renovate-bot)
v0.12.2 (2020-02-24)
v0.12.1 (2020-02-24)
v0.12.0 (2020-02-19)
Closed issues:
- bazel watcher does not work with
run -c
#347 - Try resolve bazel binary from @bazel/bazelisk installed locally #339
Merged pull requests:
- Support bazelisk #346 (zoidbergwill)
v0.11.2 (2020-02-14)
Closed issues:
- Querying for files to watch... )) was unexpected at this time. Bazel query failed: exit status 255 #342
- Flag --incompatible_load_proto_rules_from_bzl will break Bazel watcher in Bazel 1.2.1 #317
Merged pull requests:
- Adds passthrough for bazel flags "--compilation_mode" and "-c" #348 (Jdban)
- Update dependency com_github_bazelbuild_rules_go to v0.21.3 #345 (renovate-bot)
- Update dependency bazel_gazelle to v0.20.0 #343 (renovate-bot)
- support WORKSPACE.bazel file #340 (alexeagle)
- Update rules_proto commit hash to f6b8d89 #338 (renovate-bot)
- Update module golang/protobuf to v1.3.3 #337 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.21.2 #334 (renovate-bot)
- Update module bazelbuild/rules_go to v0.21.0 #332 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.21.0 #331 (renovate-bot)
- Update module bazelbuild/rules_go to v0.20.4 #328 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.21.0 #327 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.20.4 #326 (renovate-bot)
- Update rules_proto commit hash to d7666ec #325 (renovate-bot)
- Load proto from @rules_proto #321 (achew22)
v0.11.1 (2020-01-07)
Closed issues:
- parallel run support #320
- Give output runner an option to exit early #260
- Make livereload usable for custom rules #248
- Add option to ignore files to be watched #244
- File changes beyond the first are not detected on Windows 10 #236
- ibazel_notify_changes not working for tests #184
- Watching for files being added #135
- -log_to_file redirects bazel's stderr in addition to ibazel's #124
Merged pull requests:
- Add --nocache_test_results to overrideableBazelFlags #324 (mariusgrigoriu)
- Remove tap-bin from Home-brew formula. #318 (BooneJS)
v0.11.0 (2019-12-17)
Closed issues:
- runing != running #313
- v0.10.3 fails to build due to error in bazel-integration-testing//tools:common.bzl dependency #297
- Clarification on tag/release workflow #296
- Color output in console can conflict with output_runner regex #263
Merged pull requests:
- Update dependencies #315 (achew22)
- Verbize run to running not runing #314 (achew22)
- Fix NPM release script #312 (achew22)
- Update dependency com_github_bazelbuild_rules_go to v0.20.3 #309 (renovate-bot)
- Update rules_proto commit hash to 2c04683 #308 (renovate-bot)
- Update rules_proto commit hash to f6c112f #307 (renovate-bot)
- Update to latest rules_go #303 (achew22)
- Add a logging module #302 (achew22)
- Remove ANSI codes from output before matching #299 (DavidANeil)
- Add installation instructions for Arch Linux #298 (sudoforge)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to cd4f16d #268 (renovate-bot)
v0.10.3 (2019-11-01)
Closed issues:
- error setting higher file descriptor limit for this process: invalid argument #285
- Add support for bazelrc flag #278
- run command should also forward recognized flags #269
- --test_env argument not in allowed list #256
- ibazel can't locate bazel if not in $PATH #252
- Add Windows support #105
Merged pull requests:
- add --copt= to overrideable flags #295 (girtsf)
- Update dependency com_github_bazelbuild_rules_go to v0.20.2 #294 (renovate-bot)
- Update dependency bazel_skylib to v1.0.2 #293 (renovate-bot)
- Update dependency bazel_skylib to v1.0.1 #292 (renovate-bot)
- Update dependency bazel_skylib to v1 #290 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.19.5 #289 (renovate-bot)
- Update dependency com_github_bazelbuild_rules_go to v0.19.4 #288 (renovate-bot)
- Most bazel flags take arguments with an = #287 (achew22)
- Work around getrlimit syscall error on darwin #286 (jeremyschlatter)
- Update dependency com_github_gorilla_websocket to v1.4.1 #284 (renovate-bot)
- Set IBAZEL=true in process env #282 (statik)
- Add --test_tag_filters= to overrideable flags #281 (whilp)
- Add support for startup option bazelrc #280 (libsamek)
- Add documentation for the output runner #279 (DavidANeil)
- feat: locate Bazel binary in sibling package when installed via npm #275 (alexeagle)
- Update dependency bazel_skylib to v0.9.0 #273 (renovate-bot)
- Update dependency com_github_golang_protobuf to v1.3.2 #272 (renovate-bot)
- Pass bazel args for run command. #271 (zoido)
- Update dependency io_bazel_rules_go to v0.18.6 #267 (renovate-bot)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 2ce0893 #266 (renovate-bot)
- Notify listening processes when a build starts. #265 (DavidANeil)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to b8f2053 #264 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.18.5 #258 (renovate-bot)
- Add more Bazel flags #257 (aaliddell)
- Update dependency io_bazel_rules_go to v0.18.4 #255 (renovate-bot)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 13a7d51 #254 (renovate-bot)
v0.10.2 (2019-05-01)
Merged pull requests:
v0.10.1 (2019-04-17)
Closed issues:
- --define flag not passed on properly #242
Merged pull requests:
- Update dependency io_bazel_rules_go to v0.18.3 #250 (renovate-bot)
- refactor(@bazel/ibazel): export getNativeBinary #249 (kyliau)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 83c0657 #247 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.18.2 #246 (renovate-bot)
- Pass --define flag to Bazel #243 (achew22)
- Update dependency bazel_skylib to v0.8.0 #241 (renovate-bot)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 5239780 #240 (renovate-bot)
v0.10.0 (2019-03-17)
Closed issues:
- Bazel incompatible changes #224
- Get all tests passing with --incompatible_disable_legacy_cc_provider for Bazel 0.25.0 #223
- Fix the e2e tests in Windows #213
- Bazel incompatible changes #207
- ibazel 0.9.0 release assets #205
- Add support for http_archive #127
- data race in ibazel #52
Merged pull requests:
- Release Windows to Github #239 (achew22)
- Release windows binaries in release scripts #238 (achew22)
- Upgrade to checked in version of bazel integration #237 (achew22)
- Update dependency io_bazel_rules_go to v0.18.1 #234 (renovate-bot)
- Update dependency com_github_golang_protobuf to v1.3.1 #233 (renovate-bot)
- Enable e2e tests on Windows #232 (meteorcloudy)
- Added newline to 'Starting...' text #231 (zaucy)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to c0a0423 #230 (renovate-bot)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 5442699 #229 (renovate-bot)
- Update dependency io_bazel_rules_go to v0.18.0 #228 (renovate-bot)
- Update dependency com_github_golang_protobuf to v1.3.0 #227 (renovate-bot)
- Update dependency bazel_gazelle to v0.17.0 #226 (renovate-bot)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 9af28bd #225 (renovate-bot)
- Delete .travis.yml #222 (achew22)
- Update com_github_bazelbuild_bazel_integration_testing commit hash to 2cc1cd2 #221 (renovate-bot)
- Upgrade bazel-integration-testing #220 (achew22)
- Update org_golang_x_sys commit hash to cc5685c #219 (renovate[bot])
- Update org_golang_x_sys commit hash to ec7b60b #218 (renovate[bot])
v0.9.1 (2019-02-17)
Closed issues:
- iBazel should tell tell Bazel what files changed #201
Merged pull requests:
- Add --test_filter flag to ibazel #216 (achew22)
- Upgrade to rules_go 0.17.0 #215 (achew22)
- Update dependency bazel_skylib to v0.7.0 #214 (renovate[bot])
- Create CODEOWNERS #212 (dslomov)
- Update org_golang_x_sys commit hash to d0b11bd #210 (renovate[bot])
- Update dependency bazel_skylib to v0.6.0 #209 (renovate[bot])
- Update dependency io_bazel_rules_go to v0.16.6 #208 (renovate[bot])
- Update bazel_integration_testing #204 (meteorcloudy)
- Update dependency bazel_gazelle to v0.16.0 #203 (renovate[bot])
- Update dependency io_bazel_rules_go to v0.16.5 #202 (renovate[bot])
- Update org_golang_x_sys commit hash to b907332 #199 (renovate[bot])
- Add Windows support #144 (jchv)
v0.9.0 (2018-12-07)
Closed issues:
- How do we test if output_runner is reading the output correctly #196
- ibazel should not crash if a build file change results in a syntax error #194
Merged pull requests:
- Stay alive after source query failure #200 (dougkoch)
- Add e2e test to verify output runner functionality #198 (achew22)
- Fix the output runner #195 (borkaehw)
- Update org_golang_x_sys commit hash to a5c9d58 #193 (renovate[bot])
- Add recent contributors #192 (dougkoch)
- Run gofmt and fix typos #191 (dougkoch)
- Update github publish script to build ghr #190 (achew22)
v0.8.2 (2018-12-03)
Merged pull requests:
- Updates WORKSPACE file to work with bazel 0.20.0 #188 (Jdban)
- Print the list of supported Bazel flags #187 (achew22)
- Update org_golang_x_sys commit hash to 4ed8d59 #174 (renovate[bot])
v0.8.1 (2018-12-02)
Implemented enhancements:
- Too many files error #109
Closed issues:
- Correct order of stdout/stdin #136
- Deceptive warning message when running iBazel from npm dist #106
- query for tags doesn't read through alias #100
- Likely leaking file descriptors #96
- installs error #90
- ibazel not exiting on Ctrl-C on Mac OS after shutting down child process #50
- publish gh release binaries #15
Merged pull requests:
- Create a top level release dir #186 (achew22)
- Fix npm warning logic #185 (dougkoch)
- Update dependency io_bazel_rules_go to v0.16.3 #183 (renovate[bot])
- Extract an interface for fsnotify #182 (achew22)
- Clean up tests a little #181 (achew22)
- Uncross stdout and stderr buffers #138 (dougkoch)
v0.8.0 (2018-11-28)
Closed issues:
- Second and further file changes not detected on MacOS Mojave #173
- Failure to install on Mac OS X Mojave via Homebrew #162
Merged pull requests:
- Watch files via parent directory #180 (dougkoch)
- Increase e2e timeout #179 (dougkoch)
- Support Bazel --override_repository flag #178 (justbuchanan)
- Use FSNotify's release tags #177 (achew22)
- Push tags by address instead of by name #176 (achew22)
- Support Bazel --define flag #175 (IgorMinar)
- Switch to tags in WORKSPACE #171 (achew22)
v0.7.0 (2018-11-15)
Closed issues:
- "Error getting Bazel info" on server start #146
- ibazel watch stops working after 2 refreshes #117
- Watches 0 files when target is in a different workspace #97
Merged pull requests:
- Add release script to make releasing easy #172 (achew22)
- Update org_golang_x_sys commit hash to 66b7b13 #169 (renovate[bot])
- Update com_github_gorilla_websocket commit hash to 483fb8d #168 (renovate[bot])
- Update com_github_golang_protobuf commit hash to 951a149 #167 (renovate[bot])
- Update com_github_fsnotify_fsnotify commit hash to ccc981b #166 (renovate[bot])
- Update com_github_bazelbuild_rules_go commit hash to 109c520 #165 (renovate[bot])
- Warn if no files are being watched #164 (dougkoch)
- Support Bazel --strategy flag #161 (Globegitter)
- Update dependency io_bazel_rules_go to v0.16.2 #160 (renovate[bot])
- Invoke python explicitly in --workplace_status_command #159 (achew22)
- If in windows, script_path should end in .bat #158 (achew22)
- Ignore startup message when parsing
bazel info
output #157 (dougkoch) - Fix README typo #156 (dougkoch)
- Add an extra sanity check to improve error message #155 (achew22)
- Upgrade to latest Bazel in Travis #154 (achew22)
- Switch to python for workplace_status script #153 (achew22)
- Update dependency io_bazel_rules_go to v0.16.1 #152 (renovate[bot])
- Update dependency bazel_gazelle to v0.15.0 #151 (renovate[bot])
- Configure Renovate #150 (renovate[bot])
- Fix wrong shell command #148 (Xadeck)
- Support Bazel --keep_going flag #147 (schroederc)
v0.6.0 (2018-10-08)
Closed issues:
- Usage instructions are unclear #123
- killing a server: tell the user to press ctrl-c a second time #122
- Add explanation of where the ibazel binary lives to the README #114
Merged pull requests:
- Support Bazel --output_groups flag #145 (schroederc)
- Prompt for second SIGINT #142 (dougkoch)
- Clean up README #141 (dougkoch)
- Update bazelbuild/bazel-integration-testing to latest version #140 (clintharrison)
- Add test reproducing vim backupcopy=no and kqueue failure #139 (clintharrison)
- Update rules_go and gazelle #137 (kalbasit)
v0.5.0 (2018-08-15)
Closed issues:
- undefined: js when trying to build it #132
Merged pull requests:
v0.4.0 (2018-06-01)
Closed issues:
- ERROR: Unrecognized option: --define=key=value #120
- Your platform/architecture combination NaN is not yet supported. Windows 10 #116
- Home for ibazel-benchmark-runner code? #111
- Publish 0.3.0 to npm #110
- Resource limit hit on OSX #101
- Automatically apply buildozer commands from warnings #18
Merged pull requests:
- Output Runner #134 (borkaehw)
- No longer print current state name #128 (mrmeku)
- automatically increase process ulimit #125 (brendanjryan)
- Bump Travis config to Bazel 0.10.0 #118 (dougkoch)
- Optional config flag to be passed to bazel (for CI use with --config=ci) #113 (gregmagolan)
v0.3.1 (2018-01-19)
Merged pull requests:
v0.3.0 (2017-12-22)
Closed issues:
- process is left running after ctrl-c #99
- e2e non-determinism after addition of lifecycle hooks #95
- Error asm while building ibazel #91
- broken when running from WORKSPACE/subdirectory #49
- Make it possible to not restart the server and only rebuild the data dependencies of a job (while leaving it running) #29
- ibazel occasionally stops running on changes #23
- Leaking watchers will lead to resource exhaustion #11
Merged pull requests:
- Move e2e output assertions into helper #103 (achew22)
- Fixes shutdown of npm based iBazel #102 (gregmagolan)
- Profiler as lifecycle hook #98 (gregmagolan)
- Add the concept of lifecycle hooks #92 (achew22)
- Create a directory per logical group of e2e test #89 (achew22)
- Warn when using globally installed npm package #86 (alexeagle)
- Upgrade bazel-integration-testing #85 (achew22)
- Watch absolute paths #83 (dougkoch)
v0.2.0 (2017-12-03)
Closed issues:
Merged pull requests:
- Upgrade rules_go #84 (achew22)
- Move e2e tests to bazel-integartion-testing. #82 (achew22)
- Search for a local npm installation #74 (dougkoch)
- Unwatch files no longer returned by query #71 (dougkoch)
v0.1.1 (2017-12-01)
Closed issues:
- bazel test fails locally and on TravisCI #72
- PKGBUILD for Arch Linux #66
- Crash when passing --profile #58
- Communicate to a long-running process that it will get stdin notifications #57
- ibazel writes IBAZEL_BUILD_COMPLETED FAILURE to stdin even for successful builds #56
- Replace the "MAGIC" tag with something permanent; document it #55
- query fails quietly, easy to overlook and hard to debug #54
- Fix CI status badges #53
- Sad error reporting: panic #43
- Notify long-running processes when a build finishes #36
- Request: add CLI option to set debounce delay value #31
- When initial build fails, ibazel should exit #2
Merged pull requests:
- Generate package.json and cross-build in Bazel #81 (achew22)
- Ibazel version #79 (gregmagolan)
- Live reload #78 (gregmagolan)
- Bump Travis config to Bazel 0.8.0 #76 (dougkoch)
- Fix and document notify tag #75 (dougkoch)
- Update contributors #73 (dougkoch)
- Notify of changes command: Correctly identify when a build completes #70 (mrmeku)
- Specify that the exit codes are not an API #68 (dougkoch)
- Update build status to point to new Jenkins path #64 (achew22)
- Exit when query fails and pass through its stderr #63 (dougkoch)
- Add flag for debounce delay #62 (dougkoch)
- Update rules_go to 0.7.0 #61 (dougkoch)
- Notify command now watches on the correct tag. #60 (achew22)
- Avoid triggering builds on file accesses. #59 (mprobst)
- Catch SIGTERM instead of SIGKILL #51 (dougkoch)
v0.0.1 (2017-10-08)
Closed issues:
- Don't write all the watched file locations #40
- ibazel run not forwarding ctrl-c to processes #32
- Link error "-pie and -r are incompatible" #26
- Watch for new files in all packages #22
- ibazel does not pass arguments to Bazel #13
- ibazel doesn't support multiple target patterns even though it is documented to do so #12
- Track files who are replaced (by mv operations) when being saved #9
- ibazel doesn't watch changes in BUILD files that affect the build #8
- Document how this compares with the
--watchfs
bazel option #5 - file watcher triggers too much #4
- ibazel doesn't watch changes in .bzl files that affect the build #3
Merged pull requests:
- Add an end to end test #48 (achew22)
- fix broken notification mode #47 (alexeagle)
- Clean up the logging for successful watched files #46 (mrmeku)
- Create script for generating npm releases #44 (achew22)
- Include compiled .pb.go in the repo. #42 (achew22)
- Detect the tag iblaze_notify_changes and use NotifyCommand instead #41 (achew22)
- Create NotifyCommand mode #39 (achew22)
- Restructure running commands #38 (achew22)
- Added a command abstraction. #37 (mrmeku)
- Listen for SIGINT/KILL and quit. #35 (achew22)
- Use bazel run --script_path #34 (achew22)
- wait for process to end when killing it #33 (jmhodges)
- Add a basic argument processor. #30 (achew22)
- Kill preexisting when ibazel run detects changes #27 (achew22)
- Update rules_go to 0.5.4 #25 (vladmos)
- Upgrade to rules_go 0.5.2 #19 (mattmoor)
- Add travis-ci.com config #17 (achew22)
- Refactor main.go into testable chunks #16 (achew22)
- Support multiple target patterns #14 (dougkoch)
- Track files replaced by move #10 (dougkoch)
- Add a debounce of 100ms to ibazel actions. #7 (achew22)
- Add documentation about --watchfs #6 (achew22)
- Update Bazel URL #1 (steren)
* This Change Log was automatically generated by github_changelog_generator