Nick Sweeting
16ad02d574
add latest package build artifacts
2020-11-12 14:29:06 -05:00
Nick Sweeting
3f160eab8e
correctly handle WGET_AUTO_COMPRESSION failing when wget is missing
2020-11-12 14:28:43 -05:00
Cristian
0f13087a09
refactor: Remove unneeded prefetch related
2020-11-12 13:58:13 -05:00
Cristian
c565fad75c
feat: Use prefetch related to reduce the number of queries to the database on public index view
2020-11-12 11:37:56 -05:00
Cristian
8cfad64271
feat: Add specific logic for archive_org icon
2020-11-12 11:09:34 -05:00
Cristian
e594e6a75a
feat: WARC link points to the first warc result in target path
2020-11-12 10:57:31 -05:00
Cristian
b237e412df
feat: Finish reversal. Add ArchiveResults that are not found in the index.json
2020-11-12 10:30:41 -05:00
Cristian
f7f0bebdcc
feat: Modify migration reverse function to restore index (WIP)
2020-11-11 15:26:54 -05:00
Cristian
508a0bb06e
refactor: Unpack extractors tuple instead of using the index to access the relevant information
2020-11-10 12:38:29 -05:00
Nick Sweeting
fbd9a7caa6
add explicit error when FSYNC is not supported on filesystem
2020-11-10 01:07:56 -05:00
Nick Sweeting
5225c17073
disable docker layer caching for now
2020-11-09 22:55:55 -05:00
Nick Sweeting
018aecfa93
favor chromium in install script over chromium-browser
2020-11-09 15:09:05 -05:00
Cristian
71655220ad
feat: Add warc to list and limit check to succeeded archive results
2020-11-05 07:54:40 -05:00
Cristian
33182fd53c
fix: Add missing assignation
2020-11-04 15:07:45 -05:00
Cristian
d064a3eeff
fix: Handle case when update tries to re-add a link that is not in the sql index
2020-11-04 15:02:54 -05:00
Cristian
f292cface2
fix: Add condition for oneshot when archiving links
2020-11-04 14:40:44 -05:00
Cristian
4484491fb7
feat: Create ArchiveResult after finishing an extractor process
2020-11-04 11:22:55 -05:00
Cristian
b3e0400bc0
feat: initial functional version with icons calculated based on archive results
2020-11-04 10:31:20 -05:00
Cristian
309a87e8fe
feat: Add extractor field to the database
2020-11-04 07:28:02 -05:00
Nick Sweeting
419ab56013
Merge pull request #524 from LaazV/patch-1
...
Fixed docker-compose.yml url
2020-11-03 12:22:03 -05:00
Cristian
8f3c03a0f9
feat: Initial (and naive) ArchiveResult model
2020-11-03 09:54:02 -05:00
Lazaro V
30c88ee12c
Fixed docker-compose.yml url
...
#Summary
This PR fixes the URL for the `docker-compose.yml` configuration file. Previous link downloaded the entire github editor webpage, throwing syntax errors when trying to install via Docker.
#Related Issues #523
#Changes
- Documentation (README.md)
2020-11-03 11:05:59 -03:00
Nick Sweeting
4bdda4d753
Merge pull request #522 from cdvv7788/fix-wheel
2020-11-02 22:19:41 -05:00
Cristian
ac0ec160d1
lint: Fix warnings in master branch
2020-11-02 08:51:48 -05:00
Cristian
c8638537e3
fix: Move wheel in setup.py to avoid wheel building issue
2020-11-02 08:32:49 -05:00
Nick Sweeting
7d4738a674
fix intermittent BrokenPipe error on macOS when SHOW_PROGRESS=True
2020-10-31 19:38:54 -04:00
Nick Sweeting
9c6ff5036c
add suppress output helper
2020-10-31 19:33:17 -04:00
Nick Sweeting
22fb9c2ad7
tweak icons
2020-10-31 19:32:43 -04:00
Nick Sweeting
cafe35c595
show pending in light font
2020-10-31 16:33:31 -04:00
Nick Sweeting
61383bbbac
add docker development hint to readme
2020-10-31 16:33:09 -04:00
Nick Sweeting
5cae05ae76
tweak tags css and add tags to navbar
2020-10-31 07:57:11 -04:00
Nick Sweeting
c47398851b
nicer timeout hints
2020-10-31 07:57:11 -04:00
Nick Sweeting
651d6c4447
bold snapshots over 50MB
2020-10-31 07:57:11 -04:00
Nick Sweeting
b8bbb75f9c
logarithmic progress bars woohoo
2020-10-31 07:57:11 -04:00
Nick Sweeting
ac9e0e356d
config fixes
2020-10-31 07:57:11 -04:00
Nick Sweeting
aa71a231f6
Update README.md
2020-10-31 07:18:51 -04:00
Nick Sweeting
68b1c8342a
Update README.md
2020-10-31 07:16:10 -04:00
Nick Sweeting
e38ca439c0
Update README.md
2020-10-31 07:15:02 -04:00
Nick Sweeting
2a19fa2487
bump docs
2020-10-31 03:09:22 -04:00
Nick Sweeting
79051ca15b
new package build
2020-10-31 03:08:41 -04:00
Nick Sweeting
18355dc2c6
clean up config loading in settings and config file layout
2020-10-31 03:08:03 -04:00
Nick Sweeting
f82cc16667
Merge pull request #519 from Uzay-G/patch-1
...
Update license year
2020-10-30 22:02:33 -04:00
Uzay-G
4d918bf24e
Update license year
2020-10-30 19:23:02 +01:00
Nick Sweeting
2a95190aaf
Merge pull request #518 from cdvv7788/title_test
...
tests: Add tests for several different ways to extract the title
2020-10-30 13:00:28 -04:00
Cristian
e7e33ea7a5
tests: Add tests for several different ways to extract the title
2020-10-30 08:04:26 -05:00
Nick Sweeting
aede134ab3
temporarily disable icon highlighting in favor of performance
2020-10-30 05:12:33 -04:00
Nick Sweeting
f727ece7b3
add regex fallback back to title parser
2020-10-30 04:57:31 -04:00
Nick Sweeting
79bef1384e
Merge pull request #493 from ttimasdf/feat-ogtitle
...
Feature: add og:title metadata as alternative title
2020-10-30 04:51:14 -04:00
Nick Sweeting
cac3912439
small type fixes
2020-10-30 04:50:14 -04:00
Nick Sweeting
319179bb71
Merge pull request #517 from cdvv7788/fix_chrome_user_data_dir_check
2020-10-29 13:46:17 -04:00