Max Claus Nunes
|
c44dd59952
|
Update doc to include "program-args" example
|
2023-04-27 18:16:36 -03:00 |
Max Claus Nunes
|
5a02122f33
|
Merge pull request #18 from maxcnunes/fix-ci
Fix CI tasks
|
2022-08-08 14:34:12 -03:00 |
Max Claus Nunes
|
edee55552a
|
Add name workflow
|
2022-08-08 14:31:37 -03:00 |
Max Claus Nunes
|
d314b7b928
|
Add missing test files
|
2022-08-08 11:47:49 -03:00 |
Max Claus Nunes
|
f0479bba61
|
Fix lint CI
|
2022-08-08 11:40:24 -03:00 |
Max Claus Nunes
|
90f855c72b
|
Use Github actions
|
2022-08-08 11:14:30 -03:00 |
Max Claus Nunes
|
1fde6281f1
|
Ignore go-tmp-unmask
Closes https://github.com/maxcnunes/gaper/issues/13
|
2022-08-07 10:47:30 -03:00 |
Max Claus Nunes
|
95fc7d2127
|
Update cli to v2
|
2022-08-07 10:40:15 -03:00 |
Max Claus Nunes
|
b0dcdd49b0
|
Add extensions example
|
2022-08-07 10:30:58 -03:00 |
Max Claus Nunes
|
39d9c0ad64
|
Support multiple extensions with comma
Closes https://github.com/maxcnunes/gaper/issues/17
|
2022-08-07 10:10:24 -03:00 |
Max Claus Nunes
|
9229e8d69b
|
Improve examples doc
|
2021-12-18 08:01:38 -03:00 |
Max Claus Nunes
|
4eb2525b49
|
Fix typo
|
2021-12-18 07:30:07 -03:00 |
Max Claus Nunes
|
7f381c7e58
|
Add example for custom configurations
|
2021-12-18 07:28:48 -03:00 |
Max Claus Nunes
|
2a09c4e713
|
Add example to install using the binary
|
2019-12-04 18:19:40 -03:00 |
Max Claus Nunes
|
e99cd89574
|
Upgrade urfave/cli to version 1.22.2
|
2019-11-21 19:05:09 -03:00 |
Max Claus Nunes
|
3f3fcea575
|
Remove dep script
|
2019-11-21 19:04:37 -03:00 |
Max Claus Nunes
|
0324256f9c
|
Migrate to go module
|
2019-11-12 18:37:44 -03:00 |
Max Claus Nunes
|
7c57257db3
|
Fix typo
|
2019-01-19 17:47:02 -02:00 |
Max Claus Nunes
|
60a0a90d11
|
Add notes about the watch method used in Gaper
|
2019-01-19 17:43:21 -02:00 |
Max Claus Nunes
|
2cdb29eb89
|
Add note about directory path settings
Close #11
|
2019-01-19 17:39:53 -02:00 |
Max Claus Nunes
|
69ab70821a
|
Apply logic to ignore invalid extensions for non glob matches
|
2019-01-19 17:26:51 -02:00 |
Max Claus Nunes
|
56a75324ca
|
Prepare release 1.0.3
|
2018-11-18 13:40:51 -02:00 |
Max Claus Nunes
|
7ecf55b3f6
|
Fix issue of gaper not restarting after a previous failure
Close #8
|
2018-11-18 13:37:19 -02:00 |
Max Claus Nunes
|
931f3778a8
|
Prepare release 1.0.2
|
2018-10-21 11:11:48 -03:00 |
Max Claus Nunes
|
a5cac98c13
|
Skip restart from file changes when there is another restart going on
|
2018-10-21 11:11:31 -03:00 |
Max Claus Nunes
|
a93d484fb3
|
Increase sleep on tests to avoid intermittent failure
|
2018-10-21 11:10:46 -03:00 |
Max Claus Nunes
|
daee1bff02
|
Use a single logger instance
Close #6
|
2018-10-21 10:17:58 -03:00 |
Max Claus Nunes
|
c9da986360
|
Handle incoming errors from the walking calls
Fix #7
|
2018-10-21 09:46:22 -03:00 |
Max Claus Nunes
|
612540b1b3
|
Hardcode gaper version
|
2018-09-08 10:49:30 -03:00 |
Max Claus Nunes
|
e4d6c94e65
|
Fix invalid memory error after deleting a watched file
Closes #3
|
2018-09-08 10:41:56 -03:00 |
Max Claus Nunes
|
7f5268751f
|
Show build details when a build fails
Closes #4
|
2018-09-08 10:35:29 -03:00 |
Max Claus Nunes
|
a2082c3041
|
Remove extra space from logs
|
2018-09-08 10:27:10 -03:00 |
Max Claus Nunes
|
e8e114f3a6
|
Don't leave during a restart failure
Closes #2
|
2018-08-06 10:48:19 -03:00 |
Max Claus Nunes
|
2f011065f0
|
Fix lint
|
2018-07-24 22:42:43 -03:00 |
Max Claus Nunes
|
f0b6bfbe00
|
Add test for bad shell args
|
2018-07-24 22:37:03 -03:00 |
Max Claus Nunes
|
15d3ba41d3
|
Add test for build and runner errors
|
2018-07-24 22:05:10 -03:00 |
Max Claus Nunes
|
a81558c850
|
Improve test coverage for watcher
|
2018-07-24 21:31:19 -03:00 |
Max Claus Nunes
|
be4160275a
|
Improve test coverage for logger
|
2018-07-22 10:56:23 -03:00 |
Max Claus Nunes
|
dba823c23b
|
Fix typo in docs
|
2018-07-22 10:41:26 -03:00 |
Max Claus Nunes
|
a75eac8490
|
Improve watching search and configuration by improving default ignore
Now it will ignore by default hidden files and folders, test files and vendor
|
2018-07-22 10:30:30 -03:00 |
Max Claus Nunes
|
586c834cb9
|
Apply improvements suggested by the linter
|
2018-07-12 10:35:44 -03:00 |
Max Claus Nunes
|
f578db31da
|
Improve test coverage
|
2018-07-12 10:27:07 -03:00 |
Max Claus Nunes
|
55cf00b791
|
Refactor changeRestart variable
|
2018-06-24 21:14:42 -03:00 |
Max Claus Nunes
|
eb4510b3fe
|
Fix watcher scan skipping a whole directory on ignored files
|
2018-06-24 20:49:28 -03:00 |
Max Claus Nunes
|
a553e8038e
|
Improve remove overlap to skip already checked paths
|
2018-06-24 20:48:34 -03:00 |
Max Claus Nunes
|
89c15bf15c
|
Fix exit handler for successful exits
|
2018-06-24 20:47:46 -03:00 |
Max Claus Nunes
|
e4534caa82
|
Fix appveyor setting
|
2018-06-22 22:14:56 -03:00 |
Max Claus Nunes
|
b45a8e94fe
|
Improve watcher search
|
2018-06-22 21:44:26 -03:00 |
Max Claus Nunes
|
18ea15ac41
|
Move cli to a different folder so Godoc works for the rest
|
2018-06-22 13:45:45 -03:00 |
Max Claus Nunes
|
a2fa6af32b
|
Improve README
|
2018-06-21 22:36:07 -03:00 |