Commit graph

81 commits

Author SHA1 Message Date
Alt
019c45580f
Merge pull request #32 from davidc789/main
Add exclude feature
2023-06-30 11:23:20 +02:00
david
cc97684069 Run prettier 2023-04-19 07:16:40 +10:00
david
ee7231af9c Added more documentation 2023-04-13 17:10:26 +10:00
david
fbab8a375f Added some documentation 2023-04-13 08:46:42 +10:00
david
544344bbb4 Bug fixes 2023-04-12 17:40:50 +10:00
david
b9467d6a57 Merge remote-tracking branch 'origin/feat/exclude' into feat/exclude
# Conflicts:
#	npx/bitburner-filesync.ts
2023-04-12 17:37:12 +10:00
david
1567a7c650 Merge remote-tracking branch 'origin/feat/exclude' into feat/exclude
# Conflicts:
#	src/fileWatch.ts
2023-04-12 17:36:27 +10:00
david
5cb38deb40 Merge remote-tracking branch 'origin/feat/exclude' into feat/exclude
# Conflicts:
#	src/fileWatch.ts
2023-04-12 17:31:19 +10:00
david
043a2d34b1 Bug fixes 2023-04-12 17:22:14 +10:00
david
2b40438341 Bug fixes 2023-04-11 21:48:05 +10:00
david
fd3392fb23 Added a prepare script to allow installing off GitHub 2023-04-11 15:04:42 +10:00
david
daf7854cd0 Bumped dependency versions to the latest 2023-04-11 14:29:05 +10:00
david
5bebc2832a Added missing type packages to eliminate build errors 2023-04-11 12:20:06 +10:00
david
2f1807812d Added folder exclusion feature and .gitattributes 2023-04-11 12:12:34 +10:00
Alt
7ff71ffbd9
Merge pull request #30 from Pustur/add-eslint
Add eslint
2022-10-12 20:29:03 +02:00
Loris Bettazza
352c083e83 Fix lint errors 2022-10-12 00:17:48 +02:00
Loris Bettazza
3901af1c18 Setup eslint config and script 2022-10-12 00:14:30 +02:00
Loris Bettazza
e5763314ff Add eslint dependencies 2022-10-12 00:14:28 +02:00
Alt
0963fdd799
Merge pull request #28 from Hoekstraa/main
Add Istanbul to see test coverage upon testing all files
2022-10-09 13:15:44 +02:00
Zoë Hoekstra
1ce008c633
Format pass 2022-10-09 13:11:54 +02:00
Zoë Hoekstra
fbb104c869
Add Istanbul for test coverage 2022-10-09 13:07:43 +02:00
Alt
861906334c
Merge pull request #27 from Hoekstraa/main
Add tests for addLeadingSlash and messageTracker
2022-10-09 12:47:01 +02:00
Zoë Hoekstra
f17f89706a
Format tests 2022-10-09 12:44:55 +02:00
Zoë Hoekstra
fb4cc4f707
Add tests addLeadingSlash and MessageTracker 2022-10-09 12:41:25 +02:00
Alt
a665688011
Merge pull request #25 from LJNeon/fortify-messages
Fortify message handler
2022-10-03 17:35:09 +02:00
LJNeon
0657fac98d
Better error handling 2022-10-02 18:52:38 -07:00
LJNeon
86c6a3ad35
Fortify message handler 2022-10-02 16:28:58 -07:00
Alt
7911d8584d
Merge pull request #24 from LJNeon/create-folder
Create synchronized folder if necessary
2022-10-03 00:40:34 +02:00
LJNeon
fb0f0040a5
Improve error message 2022-10-01 17:08:34 -07:00
LJNeon
d7d953c425
Create synchronized folder if necessary 2022-10-01 16:31:49 -07:00
Alt
9fbe101203
Merge pull request #23 from LJNeon/contributing
Fix CONTRIBUTING.md
2022-10-02 00:31:52 +02:00
LJNeon
ac263cccb0
Fix bullet points & typo 2022-10-01 15:30:38 -07:00
Alt
5f3752c004
Merge pull request #22 from LJNeon/contributing
Add CONTRIBUTING.md
2022-10-02 00:15:39 +02:00
LJNeon
9519cfe4ba
Add simple PR guide 2022-10-01 15:13:27 -07:00
LJNeon
2fa5636651
Update CONTRIBUTING.md 2022-10-01 14:56:36 -07:00
Alt
09f9d9943f
Merge pull request #21 from HeinousTugboat/htugboat/update-build-process
Updates build config to output node script for npx
2022-10-01 23:34:44 +02:00
Alt
7ae2f836d7
Merge pull request #20 from HeinousTugboat/htugboat/update-configs-and-format
Updates prettier and friends
2022-10-01 23:24:36 +02:00
LJNeon
d573f1a93b
Add CONTRIBUTING.md 2022-10-01 13:58:08 -07:00
Heinous Tugboat
78ce53116e Updates build config to output node script for npx 2022-10-01 12:02:20 -04:00
Heinous Tugboat
bc39f10a8e Prettier pass 2022-10-01 10:54:26 -04:00
Heinous Tugboat
6369534169 Moves mocha config out of package.json into mocharc file 2022-10-01 10:44:07 -04:00
Heinous Tugboat
9ec96d6393 Updates prettier configuration and adds prettier workflow 2022-10-01 10:44:07 -04:00
Alt
dc8bb0eed7
Merge pull request #16 from Pustur/add-prettier
Add prettier and format script
2022-10-01 12:43:43 +02:00
Zoë Hoekstra
722fa4a184
Fix merge mistakes 2022-10-01 12:42:38 +02:00
Alt
77e641d9d3
Merge branch 'main' into add-prettier 2022-10-01 12:36:43 +02:00
Alt
9e0ec2eb20
Merge pull request #19 from HeinousTugboat/ht/add-mocha
Adds Mocha/Chai/Sinon, basic tests, and basic CI workflow
2022-10-01 12:12:32 +02:00
Alt
7e17413783
Merge pull request #18 from HeinousTugboat/ht/typescript-ho
Add TypeScript and converts entire codebase
2022-10-01 12:05:20 +02:00
Heinous Tugboat
04db3387d5 Adds basic CI GitHub workflow
Closes #10
2022-09-30 22:24:21 -04:00
Heinous Tugboat
9fabda9386 Adds Mocha, Chai and Sinon testing utilities, as well as basic specs
Closes #9
2022-09-30 22:24:21 -04:00
Heinous Tugboat
999780a612 Updates package.json and launch script to use ts-node 2022-09-30 20:17:04 -04:00