dgtlmoon
9235eae608
Scrub dates: Fix date regex limit handler parsing
2021-12-10 00:09:42 +01:00
dgtlmoon
5bbd82be79
Wait 60 seconds or until stop_thread is set
2021-12-09 23:28:17 +01:00
dgtlmoon
7f8c0fb2fa
Check that a notification URL is set when sending the test notification ( #300 )
2021-12-08 12:23:48 +01:00
Tristan Hill
489eedf34e
Flask 2 ( #299 )
...
Co-authored-by: Tristan Hill <t+git@eaux.uk>
2021-12-07 23:23:23 +01:00
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
2021-12-04 15:23:23 +01:00
dgtlmoon
61c1d213d0
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-12-04 14:48:18 +01:00
dgtlmoon
e07f573f64
Re #269 - Fix env var comment name
2021-12-04 14:47:46 +01:00
ghjklw
ecba130fdb
Enable Markdown and HTML notifications. ( #288 )
...
This change enable defining the notification body as HTML or Markdown. This can be very
useful to have more user-friendly notifications such as:
* applying a heading style to the `{watch_title}` to make it stand out
* creating clickable links using the `{watch_url}`, `{preview_url}` and `{diff_url}`.
Changes
=======
* Add a `notification_format` to the notification settings, defaults to plain text.
* Use the `body_format` parameter of Apprise's `notify` method.
Co-authored-by: Malo Jaffré <malo.jaffre@dunnhumby.com>
2021-12-04 14:41:48 +01:00
dgtlmoon
ff6dc842c0
0.39.4 release
2021-12-02 22:54:38 +01:00
dgtlmoon
4659993ecf
Re #286 - Solving lost data/corrupted data - Tweak timing and try to write to a temp file first ( #292 )
...
* Re #286 - Tweak timing and try to write to a temp file first, Increase logging and format info message better.
2021-12-02 22:48:44 +01:00
jeremysherriff
0a29b3a582
Fix element paths when using reverse proxy subfolder ( #272 )
2021-11-12 11:34:19 +01:00
dgtlmoon
c55bf418c5
0.39.3 release
2021-10-28 11:32:33 +02:00
dgtlmoon
4bbb7d99b6
Re #264 - fixing clone watch operation
2021-10-28 11:29:59 +02:00
dgtlmoon
a8e92e2226
Re #265 - extended jsonpath support ( #266 )
...
* Re #265 - Use extended JSONpath support,
Allow a JSONPath selector to not match anything (yet)
Adding test
Correctly capture invalid JSONPath query error
2021-10-27 09:24:08 +02:00
dgtlmoon
c17327633f
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-10-26 22:32:29 +02:00
dgtlmoon
56d1dde7c3
Re #265 - wasnt catching the jsonpath exception due to invalid jsonpath expressions properly
2021-10-26 22:30:58 +02:00
dgtlmoon
6e4ddacaf8
Re #257 - Handle bool val of json path better ( #263 )
...
* Re #257 - Handle bool val of json path better, with test
2021-10-21 23:25:38 +02:00
dgtlmoon
3195ffa1c6
Re #249 - Add EXPOSE 5000 to Dockerfile
2021-10-06 22:28:35 +02:00
dgtlmoon
c749d2ee44
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2021-10-06 20:51:38 +02:00
dgtlmoon
ec94359f3c
Provide better combination of chardet and urllib3
2021-10-06 20:51:05 +02:00
dgtlmoon
4d0bd58eb1
Prefer GHCR.io over DockerHub ( #245 )
...
* Prefer GHCR.io over DockerHub (DockerHub limits pulls)
2021-10-06 13:07:56 +02:00
dgtlmoon
3525f43469
Limit branches/tags of container build
...
Limit branch
2021-10-06 12:27:02 +02:00
dgtlmoon
d70252c1eb
Re #213 - Adding screensize examples to selenium container
2021-10-06 11:34:24 +02:00
dgtlmoon
b57b94c63a
Be more specific about tagged release builds
2021-10-06 11:28:39 +02:00
dgtlmoon
9e914c140e
Fix :latest release worflow syntax check
2021-10-06 10:27:03 +02:00
dgtlmoon
5d5ceb2f52
Form helper - explain where the webdriver setting comes from
2021-10-06 09:27:41 +02:00
dgtlmoon
bc0303c5da
Rename workflow name
2021-10-06 08:59:03 +02:00
dgtlmoon
1240da4a6e
Just 'published' and 'edited' package release is enough (remove 'created')
2021-10-06 08:52:10 +02:00
dgtlmoon
4267bda853
Fixing workflow tag syntax issues
2021-10-06 08:49:33 +02:00
dgtlmoon
db1ff1843c
fix broken workflow syntax
2021-10-06 08:45:05 +02:00
dgtlmoon
fe3c20b618
add step for metadata debug, see if it runs by checking workflow tag name
2021-10-06 08:42:40 +02:00
dgtlmoon
2fa93cba3a
Container build/push doesnt need to be so specific
2021-10-05 22:09:12 +02:00
dgtlmoon
254fbd5a47
Oops on/release was in the wrong block
2021-10-05 19:13:45 +02:00
dgtlmoon
18f2318572
release also on edited, published
2021-10-05 19:05:09 +02:00
dgtlmoon
84417fc2b1
Run workflow on release
2021-10-05 19:02:05 +02:00
dgtlmoon
7f7fc737b3
Use a better switch mechanism for build type
2021-10-05 18:48:54 +02:00
dgtlmoon
2dc43bdfd3
version 0.39.2
2021-10-05 18:21:40 +02:00
dgtlmoon
95e39aa727
Configurable BASE_URL ( #228 )
...
Re #152 ability to over-ride env var BASE_URL, with UI+tests
2021-10-05 18:15:36 +02:00
dgtlmoon
2c71f577e0
Split python pip builder to its own release based workflow
2021-10-05 17:01:34 +02:00
dgtlmoon
f987d32c72
remove accidental syntax add
2021-10-05 17:01:26 +02:00
dgtlmoon
cd7df86f54
Re #242 - app was treating notification field defaults as the field value ( #244 )
2021-10-05 14:33:57 +02:00
dgtlmoon
cb8fa2583a
attempt to re-enable docker layer cache
2021-10-05 11:48:09 +02:00
dgtlmoon
3d3e5db81c
Forgot GHCR tag with version
2021-10-05 11:43:56 +02:00
dgtlmoon
c9860dc55e
Limit container build to releases and master
2021-10-05 11:13:23 +02:00
dgtlmoon
dbd5cf117a
Fix GHCR login
2021-10-05 10:47:50 +02:00
dgtlmoon
e805d6ebe3
Use the same workflow for tag and release
2021-10-05 10:40:28 +02:00
dgtlmoon
01f469d91d
Drop redundant build workflow
2021-10-05 10:33:15 +02:00
dgtlmoon
e91cab0c6d
try :latest and :tag in same workflow run
2021-10-05 10:28:27 +02:00
dgtlmoon
106c3269a6
Separate workflows
2021-10-05 10:16:23 +02:00
dgtlmoon
1628602860
Docker image build issues ( #243 )
...
Pin cryptography ~= 3.4, fixes build issues for multiplatform docker buildx, and a little tidy up of github workflows.
2021-10-05 10:09:10 +02:00