14 Commits

Author SHA1 Message Date
feederbox826
c9b6e8494e
[stash-watcher] pin version
closes #425
2024-12-18 00:21:35 -05:00
Raghavan
228c294ffa
Workflow to check JS and PY code format (#242)
* fix css files
* create workflow
* format code using prettier
* black ignore 3rd party folder
* format py code using black
* black exclude option in workflow
* Don't format workflow files
* Add contributing instructions to readme
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2024-02-07 10:25:44 +11:00
scruffynerf
fd2aeba116
Fixes spacing to close #196 2023-12-28 23:23:58 -05:00
scruffynerf
2784391227
Fix deprecated configuration getting with StashAPI
My bad, when I merged this into the repo on Oct 19th, I missed this deprecated stashapi call, and the stashapi change had taken effect on Oct 11th, so... bad timing.

Luckily it's a one line fix.
2023-11-22 01:18:43 -05:00
DuctTape42
85f4b3a249 Remove blank lines 2023-10-19 16:17:02 -07:00
DuctTape42
be0e8e867f Remove gitignore to ignore the gitignore 2023-10-19 16:15:52 -07:00
DuctTape42
b89338038a
Update README.md
Add notes to README about SMB shares
2023-10-03 23:05:42 -07:00
DuctTape42
161b4fd706 Watcher is now aware of which platform you're on. Adds heuristics for Windows, Linux, and a generic Poller.
Mac OS just mirrors Linux (hopefully that works).
Windows tests to see if the file is openable (works on local files to see if they're still in use before triggering an update)
2023-09-28 08:12:45 -07:00
DuctTape42
c722cc65ce Remove unused dependency from requirements.txt 2023-09-28 08:12:45 -07:00
DuctTape42
1a38b753b6
Fix anchor tags in readme 2023-09-26 19:31:59 -07:00
DuctTape42
29ab7190be
Update README.md
Added readme with project description and execution instructions
2023-09-26 18:23:48 -07:00
DuctTape42
5cecd9d1dc Add a template config.toml 2023-09-26 18:04:33 -07:00
DuctTape42
aa11a295ea Remove empty config.toml file 2023-09-26 18:00:17 -07:00
DuctTape42
93f3ab1808 Initial commit of stash file watcher 2023-09-26 17:21:33 -07:00