dgtlmoon
5bbd82be79
Wait 60 seconds or until stop_thread is set
3 years ago
dgtlmoon
7f8c0fb2fa
Check that a notification URL is set when sending the test notification ( #300 )
3 years ago
Tristan Hill
489eedf34e
Flask 2 ( #299 )
...
Co-authored-by: Tristan Hill <t+git@eaux.uk>
3 years ago
dgtlmoon
3956b3fd68
Re #269 - Show current/correct BASE_URL information ( #271 )
...
* Re #269 - Show current/correct BASE_URL information
3 years ago
dgtlmoon
61c1d213d0
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
3 years ago
dgtlmoon
e07f573f64
Re #269 - Fix env var comment name
3 years ago
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>
3 years ago
dgtlmoon
ff6dc842c0
0.39.4 release
3 years ago
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.
3 years ago
jeremysherriff
0a29b3a582
Fix element paths when using reverse proxy subfolder ( #272 )
3 years ago
dgtlmoon
c55bf418c5
0.39.3 release
3 years ago
dgtlmoon
4bbb7d99b6
Re #264 - fixing clone watch operation
3 years ago
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
3 years ago
dgtlmoon
c17327633f
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
3 years ago
dgtlmoon
56d1dde7c3
Re #265 - wasnt catching the jsonpath exception due to invalid jsonpath expressions properly
3 years ago
dgtlmoon
6e4ddacaf8
Re #257 - Handle bool val of json path better ( #263 )
...
* Re #257 - Handle bool val of json path better, with test
3 years ago
dgtlmoon
3195ffa1c6
Re #249 - Add EXPOSE 5000 to Dockerfile
3 years ago
dgtlmoon
c749d2ee44
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
3 years ago
dgtlmoon
ec94359f3c
Provide better combination of chardet and urllib3
3 years ago
dgtlmoon
4d0bd58eb1
Prefer GHCR.io over DockerHub ( #245 )
...
* Prefer GHCR.io over DockerHub (DockerHub limits pulls)
3 years ago
dgtlmoon
3525f43469
Limit branches/tags of container build
...
Limit branch
3 years ago
dgtlmoon
d70252c1eb
Re #213 - Adding screensize examples to selenium container
3 years ago
dgtlmoon
b57b94c63a
Be more specific about tagged release builds
3 years ago
dgtlmoon
9e914c140e
Fix :latest release worflow syntax check
3 years ago
dgtlmoon
5d5ceb2f52
Form helper - explain where the webdriver setting comes from
3 years ago
dgtlmoon
bc0303c5da
Rename workflow name
3 years ago
dgtlmoon
1240da4a6e
Just 'published' and 'edited' package release is enough (remove 'created')
3 years ago
dgtlmoon
4267bda853
Fixing workflow tag syntax issues
3 years ago
dgtlmoon
db1ff1843c
fix broken workflow syntax
3 years ago
dgtlmoon
fe3c20b618
add step for metadata debug, see if it runs by checking workflow tag name
3 years ago
dgtlmoon
2fa93cba3a
Container build/push doesnt need to be so specific
3 years ago
dgtlmoon
254fbd5a47
Oops on/release was in the wrong block
3 years ago
dgtlmoon
18f2318572
release also on edited, published
3 years ago
dgtlmoon
84417fc2b1
Run workflow on release
3 years ago
dgtlmoon
7f7fc737b3
Use a better switch mechanism for build type
3 years ago
dgtlmoon
2dc43bdfd3
version 0.39.2
3 years ago
dgtlmoon
95e39aa727
Configurable BASE_URL ( #228 )
...
Re #152 ability to over-ride env var BASE_URL, with UI+tests
3 years ago
dgtlmoon
2c71f577e0
Split python pip builder to its own release based workflow
3 years ago
dgtlmoon
f987d32c72
remove accidental syntax add
3 years ago
dgtlmoon
cd7df86f54
Re #242 - app was treating notification field defaults as the field value ( #244 )
3 years ago
dgtlmoon
cb8fa2583a
attempt to re-enable docker layer cache
3 years ago
dgtlmoon
3d3e5db81c
Forgot GHCR tag with version
3 years ago
dgtlmoon
c9860dc55e
Limit container build to releases and master
3 years ago
dgtlmoon
dbd5cf117a
Fix GHCR login
3 years ago
dgtlmoon
e805d6ebe3
Use the same workflow for tag and release
3 years ago
dgtlmoon
01f469d91d
Drop redundant build workflow
3 years ago
dgtlmoon
e91cab0c6d
try :latest and :tag in same workflow run
3 years ago
dgtlmoon
106c3269a6
Separate workflows
3 years ago
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.
3 years ago
dgtlmoon
ca0ab50c5e
Re #239 - Individual GUID for watch+changeevent ( #241 )
...
* Re #239 - Individual GUID for watch+changeevent
3 years ago