1
0
Fork 0
mirror of synced 2024-07-05 22:40:27 +12:00
Commit graph

2317 commits

Author SHA1 Message Date
jdcaballerov 14df0cbb7c
Update sonic.py
Sonic buffer accepts 20.000 bytes not unicode characters, since the chunking here is on unicode characters, sending 20.000 characters will overflow sonic's buffer.
UTF-8 can take up to 6 bytes, so sending less than (20.000 / 6) rounded minus should be ok.
2021-01-20 14:51:46 -05:00
Nick Sweeting d8f6d4d517
Update README.md 2021-01-20 14:17:44 -05:00
Nick Sweeting 1659b47bb0
Update README.md 2021-01-20 14:14:16 -05:00
Mario Campos bbb6cc89e9
Create codeql-analysis.yml 2021-01-20 11:23:40 -06:00
Nick Sweeting 8272cfca4c
Merge pull request #623 from thedanbob/fix-dep-dict
Fix dependency dict entries
2021-01-20 18:35:02 +02:00
Dan Arnfield 5c7842ffb3 Fix dependency dict entries 2021-01-20 09:24:34 -06:00
Nick Sweeting 732a4eed1b
also info about config file 2021-01-19 23:32:42 -05:00
Nick Sweeting 77827f7b59
link to REST API info issue 2021-01-19 23:31:59 -05:00
Nick Sweeting 64c091a317
Update README.md 2021-01-19 23:26:52 -05:00
Nick Sweeting eef865ac1d
simplify intro section 2021-01-19 23:23:52 -05:00
Nick Sweeting 6fe6a48dd7
Update README.md 2021-01-19 23:17:54 -05:00
Nick Sweeting 4ae1a8beb1
fix bolding 2021-01-19 23:07:01 -05:00
Nick Sweeting 4f440f2f0f
tweak formatting of pre code blocks 2021-01-19 22:46:46 -05:00
Nick Sweeting 4de49ef960
Update README.md 2021-01-19 22:37:57 -05:00
Nick Sweeting ab122674a7
Update README.md 2021-01-19 22:35:54 -05:00
Nick Sweeting 49491b2196
change install instruction formatting 2021-01-19 22:32:30 -05:00
Nick Sweeting bffbdd6d8a
switch to using pre blocks for code within detail sections 2021-01-19 22:23:30 -05:00
Nick Sweeting 57d4da5ae6
update key features list 2021-01-19 22:20:56 -05:00
Nick Sweeting 6c288f10e5
fix README formatting for static site generator 2021-01-19 22:02:35 -05:00
Nick Sweeting e9490ccfeb
clarify authenticated content archiving status 2021-01-18 15:14:07 -05:00
James DiGioia c5b7d9f2bf
Publish, minor, & major version to DockerHub 2021-01-13 09:07:12 -05:00
Nick Sweeting ab6fdb83be
Update CONTRIBUTING.md 2021-01-13 05:55:46 -05:00
Nick Sweeting f50e49fa92
require version info in all tickets 2021-01-13 05:52:59 -05:00
Nick Sweeting 22aecedbac fix perms 2021-01-12 17:14:47 +02:00
Nick Sweeting 2c69b012c9 split up release script into subscripts 2021-01-12 17:14:01 +02:00
Nick Sweeting b0096c7844 fix migration failing due to null cmd_versions in older archives 2021-01-12 17:14:01 +02:00
Nick Sweeting d6854a29ee fix apt install without update in deb build 2021-01-12 17:14:01 +02:00
Nick Sweeting 9e1bf844cf also tag image with short version 2021-01-12 17:14:01 +02:00
Nick Sweeting 5250989e32 split up release script into subscripts 2021-01-12 12:56:06 +02:00
Nick Sweeting a3008c8189 fix migration failing due to null cmd_versions in older archives 2021-01-12 12:56:06 +02:00
Nick Sweeting b5ce5b35a8 fix apt install without update in deb build 2021-01-12 12:56:06 +02:00
Nick Sweeting 40ce95a9e4 also tag image with short version 2021-01-12 12:56:06 +02:00
Nick Sweeting 8e2270e21b
Merge pull request #610 from mikaelf/patch-1
Docs: Remove broken link to "#screenshots"
2021-01-11 03:12:34 +02:00
James DiGioia 8cdf43ec37
Fix tag logic 2021-01-10 19:07:50 -05:00
James DiGioia beb0502fb4
Publish tag to Docker Hub
This tags the versions released on Docker Hub so we
can rely on those versions rather than the sha.
2021-01-10 17:08:00 -05:00
Mikael Forsgren a51096d856
Remove broken link to "#screenshots"
The Screenshots section is no longer present. Seems like it was was removed some 2 years ago: d97fc6b16c/README.md
2021-01-10 14:52:41 +01:00
jdcaballerov f7c76adfd8
Add SEARCH_BACKEND_PASSWORD env to archivebox container
Add the environment variable to make it explicit so that users are aware of the need to set the password in both containers.
2021-01-08 14:43:27 -05:00
Nick Sweeting bfa5411a7c Merge branch 'dev' 2021-01-08 15:26:49 +02:00
Nick Sweeting 9d1430d88b bump docs version 2021-01-08 15:26:26 +02:00
Nick Sweeting 460fdd1da8 bump brew dist folder 2021-01-08 15:25:47 +02:00
root 329b5073b0 add wheel to dev packages 2021-01-08 08:24:05 -05:00
root 1b1136c42d bump deb build submodule 2021-01-08 08:22:15 -05:00
Nick Sweeting 8504c3ebc7 add wheel to dev dependendcies 2021-01-08 15:03:19 +02:00
Nick Sweeting f2a0068c17
Merge pull request #608 from cdvv7788/extractor-bugs 2021-01-07 16:38:56 +02:00
Cristian 6031ffa3b2 fix: Mercury extractor error was incorrectly initialized 2021-01-07 09:22:46 -05:00
Cristian e9e4adfc34 fix: wget_output_path failing on some extractors. Add a new condition 2021-01-07 09:07:29 -05:00
Nick Sweeting 8efb444f55 bump brew dist 2021-01-07 14:00:00 +02:00
Nick Sweeting b09344aa5f bump docs and deb_dist 2021-01-06 22:01:19 +02:00
Nick Sweeting ff31f536ee fix missing subpackage 2021-01-06 22:00:41 +02:00
Nick Sweeting b8e4cc33f1 bump release subversions 2021-01-06 21:33:03 +02:00