1143 Commits

Author SHA1 Message Date
Barbara Miller
8d684b7e12 Merge branch 'limit_revisits' into qa 2023-07-12 17:57:43 -07:00
Barbara Miller
548c4e5cab initial deploy fixes 2023-07-12 17:56:39 -07:00
Barbara Miller
af4c8b071a lru_cache skip_revisit 2023-07-12 17:05:29 -07:00
Barbara Miller
47811977ef lru_cache skip_revisit 2023-07-12 17:04:07 -07:00
Barbara Miller
3de580e352 Merge branch 'limit_revisits' into qa 2023-07-11 16:37:09 -07:00
Barbara Miller
64a152ee8c lru_cache 2023-07-11 16:35:38 -07:00
Barbara Miller
b5ca3b6db6 Merge branch 'idna_unpeg' into qa 2023-07-11 13:28:43 -07:00
Vangelis Banos
6eb2bd1265 Drop idna==2.10 version lock
There is no need to use such an old `idna` version.
The latest works with py35+ and all tests pass.
Newer `idna` supports the latest Unicode standard and latest python
versions.
https://github.com/kjd/idna/blob/master/HISTORY.rst
2023-07-09 10:02:13 +00:00
Barbara Miller
8563b95ff6 Merge branch 'limit_revisits' into qa 2023-06-28 17:35:58 -07:00
Barbara Miller
b91a7d1d89 more updates qa prototyping 2023-06-28 17:34:26 -07:00
Barbara Miller
40ef6fc186 Merge branch 'limit_revisits' into qa 2023-06-28 16:26:49 -07:00
Barbara Miller
702afbd098 more updates qa prototyping 2023-06-28 16:23:32 -07:00
Barbara Miller
876a113470 Merge branch 'limit_revisits' into qa 2023-06-28 11:48:48 -07:00
Barbara Miller
dfc34e7561 more updates qa prototyping 2023-06-28 11:43:53 -07:00
Barbara Miller
ef75164f8b fixes for qa prototyping 2023-06-27 17:19:40 -07:00
Barbara Miller
ad458ddb6a backout skip_revisits 2023-06-27 11:50:18 -07:00
Barbara Miller
65d7776ec4 Merge branch 'limit_revisits' into qa 2023-06-27 11:48:28 -07:00
Barbara Miller
b3f7b09298 fixes for qa prototyping 2023-06-27 11:47:55 -07:00
Barbara Miller
d9145eefb5 LimitRecords, more LimitRevisitsPGMixin 2023-06-26 22:49:33 -07:00
Barbara Miller
0da822a555 Merge branch 'skip_revisits' into qa 2023-06-23 11:30:01 -07:00
Barbara Miller
08f2903f14 LimitRevisitsPGMixin 2023-06-22 19:29:53 -07:00
Barbara Miller
d864ea91ee
Merge pull request #187 from vbanos/cryptography-limit
Thanks, @vbanos!
2023-06-22 08:55:33 -07:00
Vangelis Banos
83c109bc9b Change cryptography version limit to >=2.3,<40 2023-06-22 12:22:24 +00:00
Barbara Miller
5075920415 limit revisits mixin 2023-06-21 17:25:41 -07:00
Barbara Miller
ccb67e03b4 bump qa version 2023-06-19 14:30:33 -07:00
Barbara Miller
98f7032419 cryptography <40 2023-06-19 14:30:33 -07:00
Vangelis Banos
aa8948e612 Limit dependency version cryptography>=2.3,<=39.0.0
cryptography 41.0.0 crashes warcprox with the following exception:
```
File "/opt/spn2/lib/python3.8/site-packages/warcprox/main.py", line 317, in main
  cryptography.hazmat.backends.openssl.backend.activate_builtin_random()
AttributeError: 'Backend' object has no attribute 'activate_builtin_random'
```

Also, cryptography==40.0.0 isn't OK because when I try to use it I get:
```
pyopenssl 23.2.0 requires cryptography!=40.0.0,!=40.0.1,<42,>=38.0.0, but you have cryptography 40.0.0 which is incompatible.
```

So, the version should be <=39.0.0
2023-06-19 14:30:33 -07:00
Barbara Miller
b45e49ccec update readme — rm travis 2023-06-19 14:30:33 -07:00
Christian Clauss
243a225537 Delete .travis.yml 2023-06-19 14:30:33 -07:00
Vangelis Banos
1cc08233d6 Limit dependency version cryptography>=2.3,<=39.0.0
cryptography 41.0.0 crashes warcprox with the following exception:
```
File "/opt/spn2/lib/python3.8/site-packages/warcprox/main.py", line 317, in main
  cryptography.hazmat.backends.openssl.backend.activate_builtin_random()
AttributeError: 'Backend' object has no attribute 'activate_builtin_random'
```

Also, cryptography==40.0.0 isn't OK because when I try to use it I get:
```
pyopenssl 23.2.0 requires cryptography!=40.0.0,!=40.0.1,<42,>=38.0.0, but you have cryptography 40.0.0 which is incompatible.
```

So, the version should be <=39.0.0
2023-06-18 09:09:07 +00:00
Barbara Miller
4f0644727d get bytes from payload_digest obj 2023-06-08 17:08:30 -07:00
Barbara Miller
1863551cba
Merge pull request #185 from galgeek/qa
qa
2023-06-06 13:30:47 -07:00
Barbara Miller
2755a10ebc fix logging 2023-06-06 12:31:46 -07:00
Barbara Miller
1ea069ae32 fix typos 2023-06-06 12:31:46 -07:00
Barbara Miller
2765942421 fix logging 2023-06-06 12:27:13 -07:00
Barbara Miller
419e5bc536 fix typos 2023-06-05 17:57:02 -07:00
Barbara Miller
2acaba19df
Merge pull request #183 from galgeek/qa
skip revisits
2023-06-05 13:51:43 -07:00
Barbara Miller
bc143a57fe
Merge branch 'qa' into qa 2023-06-05 13:51:19 -07:00
Barbara Miller
d98896094a bump qa version 2023-06-05 13:47:14 -07:00
Barbara Miller
1dc7de7dd8 skip duplicate revisits, per ait-job-id 2023-06-05 13:40:21 -07:00
Barbara Miller
ca02c22ff7
Merge pull request #180 from cclauss/patch-1
Thanks, @cclauss!
2023-04-12 11:45:41 -07:00
Barbara Miller
1fd3b2c7a1
update readme — rm travis 2023-04-12 11:44:01 -07:00
Christian Clauss
ba14480a2d
Delete .travis.yml 2023-04-12 11:37:56 +02:00
Barbara Miller
50a4f35e5f
Merge pull request #177 from internetarchive/blocks-shrink
@adam-miller ok'd this elsewhere
2022-08-05 15:44:05 -07:00
Barbara Miller
9973d28de9 bump version 2022-08-04 17:28:33 -07:00
Barbara Miller
58f3e58531 bump qa version 2022-08-04 15:13:43 -07:00
Barbara Miller
460773a4a6 Merge branch 'blocks-shrink' into qa 2022-08-04 15:12:58 -07:00
Barbara Miller
ee9e375560 zlib decompression 2022-08-04 11:14:33 -07:00
Barbara Miller
8f10fce93a resetting to Jul 1 updates 2022-08-03 19:58:54 -07:00
Barbara Miller
20789e4edb bump qa version 2022-08-03 16:53:52 -07:00