dgtlmoon
|
7b226e1d54
|
Merge pull request #26 from dgtlmoon/pause
Re #22 - ability to pause
|
2021-03-29 16:14:16 +02:00 |
|
dgtlmoon
|
35e597a4c8
|
Re #22 - ability to pause
|
2021-03-29 16:11:22 +02:00 |
|
dgtlmoon
|
0a1a8340c2
|
Re #23 - always check value of interval time, not just on start
|
2021-03-29 15:04:15 +02:00 |
|
dgtlmoon
|
8b5cd40593
|
Update README.md
|
2021-03-26 11:07:06 +01:00 |
|
dgtlmoon
|
7d978a6e65
|
Merge pull request #19 from dgtlmoon/markdown-tweak
Use absolute image links so the screenshots work from docker hub
|
2021-03-04 09:59:37 +01:00 |
|
dgtlmoon
|
fdab52d400
|
Use absolute image links so the screenshots work from docker hub
|
2021-03-04 09:58:58 +01:00 |
|
dgtlmoon
|
782795310f
|
Update README.md
Removing text that is tricky to maintain and confusing
|
2021-03-03 09:01:14 +01:00 |
|
Leigh Morresi
|
2280e6d497
|
Updating screenshot
|
2021-03-01 16:12:30 +01:00 |
|
Leigh Morresi
|
822f3e6d20
|
Reuse the GUID if we have one
|
2021-03-01 16:01:53 +01:00 |
|
dgtlmoon
|
35546c331c
|
Merge pull request #15 from dgtlmoon/dev
Prepare 0.27
|
2021-03-01 15:50:25 +01:00 |
|
Leigh Morresi
|
982a0d7781
|
Dont show 'empty' tag, it will be in the [ALL] list
|
2021-03-01 15:44:34 +01:00 |
|
Leigh Morresi
|
c5c3e8c6c2
|
Adding RSS feed icon
|
2021-03-01 15:39:36 +01:00 |
|
Leigh Morresi
|
ff1b19cdb8
|
Generic object sync should use private method
|
2021-03-01 15:32:59 +01:00 |
|
Leigh Morresi
|
df96b8d76c
|
Add missing urllib3
|
2021-03-01 15:21:15 +01:00 |
|
Leigh Morresi
|
89134b5b6c
|
Add missing pytz
|
2021-03-01 15:11:03 +01:00 |
|
Leigh Morresi
|
b31bf34890
|
Check for new version
|
2021-03-01 15:09:37 +01:00 |
|
Leigh Morresi
|
5b2fda1a6e
|
Fix import form flow logic
|
2021-03-01 14:33:25 +01:00 |
|
Leigh Morresi
|
fb38b06eae
|
Code tidy/lint
|
2021-03-01 14:31:45 +01:00 |
|
Leigh Morresi
|
e0578acca2
|
Tidy up thread logic and version check
|
2021-03-01 14:29:21 +01:00 |
|
Leigh Morresi
|
187523d8d6
|
Add missing dep
|
2021-03-01 12:45:56 +01:00 |
|
Leigh Morresi
|
b0975694c8
|
Remove todos
|
2021-03-01 11:52:29 +01:00 |
|
Leigh Morresi
|
b1fb47e689
|
Add icon for RSS, RSS should show only unviewed entries
|
2021-03-01 11:51:28 +01:00 |
|
Leigh Morresi
|
a82e9243a6
|
Issue #7 - RSS feeds
|
2021-03-01 11:25:04 +01:00 |
|
Leigh Morresi
|
e3e36b3cef
|
Always override tag version (load from disk in future, so we can add it at build time)
|
2021-02-27 23:20:40 +01:00 |
|
Leigh Morresi
|
cd6465f844
|
next dev is 0.27
|
2021-02-27 22:49:56 +01:00 |
|
Leigh Morresi
|
30d53c353f
|
Tweak to tests
|
2021-02-27 22:09:25 +01:00 |
|
Leigh Morresi
|
47fcb8b4f8
|
Move logic
|
2021-02-27 22:01:42 +01:00 |
|
Leigh Morresi
|
0ec9edb971
|
Remove erroneous extra liveserver setup
|
2021-02-27 20:30:36 +01:00 |
|
Leigh Morresi
|
f1da8f96b6
|
When new ignore text is specified, reprocess the checksum
|
2021-02-27 20:30:06 +01:00 |
|
Leigh Morresi
|
8bc7b5be40
|
Adding filter and log output to pytest
|
2021-02-27 20:29:52 +01:00 |
|
Leigh Morresi
|
022826493b
|
Fix edit action link
|
2021-02-27 20:29:01 +01:00 |
|
Leigh Morresi
|
092f77f066
|
Minor lint cleanup
|
2021-02-27 09:38:51 +01:00 |
|
Leigh Morresi
|
013cbcabd4
|
Clean up after test case
|
2021-02-27 09:37:40 +01:00 |
|
Leigh Morresi
|
66be95ecc6
|
Remove liveserver, doesnt belong here
|
2021-02-27 09:08:25 +01:00 |
|
Leigh Morresi
|
efe0356f37
|
Fix syntax, Triggers the workflow on push or pull request events
|
2021-02-27 09:06:54 +01:00 |
|
Leigh Morresi
|
ec1ac300af
|
Activate workflow on all branches
|
2021-02-27 09:05:25 +01:00 |
|
Leigh Morresi
|
468184bc3a
|
Issue #14 - Tweaks to edit, create ignore text, tests for ignore text, integrate ignore text
|
2021-02-26 20:07:26 +01:00 |
|
Leigh Morresi
|
0855017dca
|
Validation of added headers, should contain key/val (2 parts)
|
2021-02-26 16:52:14 +01:00 |
|
Leigh Morresi
|
ae0f640ff4
|
Issue #12 include version for easy reference.
|
2021-02-24 14:44:35 +01:00 |
|
Leigh Morresi
|
cd6629ac2d
|
Bring dev environment inline
|
2021-02-24 14:44:28 +01:00 |
|
Leigh Morresi
|
3c3ca7944b
|
Tidying up requirements.txt
|
2021-02-24 14:44:13 +01:00 |
|
Leigh Morresi
|
b0fb52017c
|
Handle the case of someone supplying a bad link
|
2021-02-24 09:56:29 +01:00 |
|
Leigh Morresi
|
fc6fba377a
|
Merge branch 'master' of github.com:dgtlmoon/changedetection.io
|
2021-02-24 09:53:58 +01:00 |
|
Leigh Morresi
|
7ea39ada7c
|
Adding jump to next change diff widget
|
2021-02-24 09:53:40 +01:00 |
|
dgtlmoon
|
e98ea37342
|
Moving nice screenshot to above the fold :)
|
2021-02-22 16:39:04 +01:00 |
|
dgtlmoon
|
e20577df15
|
Adding docker hub badge for tag information
|
2021-02-22 14:48:57 +01:00 |
|
Leigh Morresi
|
19dcbc2f08
|
Bumping schema tag to 0.25
|
2021-02-22 08:53:04 +01:00 |
|
Leigh Morresi
|
c59838a6e4
|
Issue #5 - Remove arbitrary '600' minutes limit
|
2021-02-22 08:38:41 +01:00 |
|
Leigh Morresi
|
0a8c339535
|
Add test delay for github action test
|
2021-02-21 21:08:04 +01:00 |
|
Leigh Morresi
|
cd5b703037
|
Add wait for threads in test
|
2021-02-21 20:54:15 +01:00 |
|