index
:
misc-csechet.git
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: remove unused import
HEAD
main
Corentin Séchet
2022-04-13
1
-1/+0
*
misc: add command to open browser for url patterns
Corentin Séchet
2022-04-13
3
-4/+39
*
config: remove filtering by url pattern, tags are enough
Corentin Séchet
2022-04-13
2
-32/+0
*
config: update sample config
Corentin Séchet
2022-04-13
1
-14/+17
*
config: change override method name
Corentin Séchet
2022-04-13
1
-2/+2
*
screenshot: taking screenshots from one source at a time
Corentin Séchet
2022-04-13
3
-74/+39
*
screenshot: add extension to output file
Corentin Séchet
2022-04-13
1
-2/+2
*
cli: print a summary on quit
Corentin Séchet
2022-04-13
2
-5/+40
*
screenshot: add an option to not retake existing screenshots
Corentin Séchet
2022-04-13
2
-7/+18
*
config: add sample config
Corentin Séchet
2022-04-12
1
-0/+274
*
common: allow to ignore themes
Corentin Séchet
2022-04-12
2
-4/+13
*
common: update pyproject.toml
Corentin Séchet
2022-04-12
1
-0/+3
*
common: add warning when local and configured url mismatch
Corentin Séchet
2022-04-12
2
-0/+45
*
common: add ability to load urls from nodes
Corentin Séchet
2022-04-12
2
-3/+85
*
common: update flake8
Corentin Séchet
2022-04-12
1
-0/+1
*
utils: postpone log print after progress bar
Corentin Séchet
2022-04-12
1
-18/+39
*
common: add flag to force theme index update
Corentin Séchet
2022-04-12
3
-6/+8
*
common: add theme_index class to handle config loading and caching
Corentin Séchet
2022-04-12
3
-54/+158
*
caches: remove overengineered cache code
Corentin Séchet
2022-04-12
4
-123/+55
*
css: remove css commands for now
Corentin Séchet
2022-04-12
2
-132/+0
*
sources: remove unused function
Corentin Séchet
2022-04-12
1
-14/+1
*
common: clean code
Corentin Séchet
2022-04-12
5
-100/+58
*
common: rename sites to theme
Corentin Séchet
2022-04-12
3
-28/+26
*
screenshot: move get_default_screenshot_dir to screenshot module
Corentin Séchet
2022-04-12
3
-31/+28
*
common: fix lint errors
Corentin Séchet
2022-04-12
5
-39/+57
*
common: add support for filtering url by tags
Corentin Séchet
2022-04-11
4
-36/+96
*
config: search config file in home directory
Corentin Séchet
2022-04-11
1
-1/+5
*
cache: move prune-cache function to FileCache
Corentin Séchet
2022-04-11
2
-20/+22
*
common: load site list from yaml, remove cache crap
Corentin Séchet
2022-04-11
5
-87/+42
*
common: delete stale file
Corentin Séchet
2022-04-11
1
-23/+0
*
common: black format
Corentin Séchet
2022-04-11
6
-28/+64
*
cache: limit file name to 255 characters
Corentin Séchet
2022-04-11
1
-1/+1
*
sources: ignore non existent files in OverrideSource
Corentin Séchet
2022-04-11
1
-3/+5
*
sources: catch generic errors from playwright
Corentin Séchet
2022-04-11
1
-1/+6
*
sources: catch timeout error on page load
Corentin Séchet
2022-04-11
1
-2/+2
*
sources: Retrying in case of a timeout error
Corentin Séchet
2022-04-11
1
-8/+20
*
screenshot: only give screen width as argument, as screenshot take full pages
Corentin Séchet
2022-04-11
3
-23/+25
*
common: add error_summary accessible in source to report connection errors
Corentin Séchet
2022-04-11
7
-96/+79
*
cache: avoid directory / file name collision
Corentin Séchet
2022-04-11
1
-0/+1
*
common: add context class to handle error summary
Corentin Séchet
2022-04-11
3
-31/+103
*
screenshot: change ouptut file path, append site name
Corentin Séchet
2022-04-11
1
-6/+6
*
common: add ability to include / exclude url patterns
Corentin Séchet
2022-04-11
2
-5/+45
*
screenshot: remove unused include
Corentin Séchet
2022-04-11
1
-1/+0
*
cache: add prune cache command
Corentin Séchet
2022-04-11
2
-1/+29
*
cli: use pass_obj instead off pass_context for commands
Corentin Séchet
2022-04-11
1
-7/+5
*
screenshot: fix bug with Pillow when comparing two images with alpha channel
Corentin Séchet
2022-04-11
1
-2/+5
*
chore: add coverage to gitignore
Corentin Séchet
2022-04-11
1
-0/+1
*
common: use a wrapper for browser context, as route on the context raise exce...
Corentin Séchet
2022-04-11
3
-41/+54
*
screenshot: save only files where there is a diff
Corentin Séchet
2022-04-08
2
-11/+30
*
screenshot: wait for networkidle before screenshotting
Corentin Séchet
2022-04-08
1
-0/+1
[next]