Itamar Turner-Trauring
9b52313cda
Better description.
2023-08-16 09:44:27 -04:00
meejah
face1b26e0
Merge pull request #1197 from meejah/3899.failed-server
...
Produce better user feedback when there are misconfigured plugins
2023-08-12 02:13:07 -06:00
meejah
ad44958f02
more kinds of whitespace
2023-08-12 00:35:49 -06:00
meejah
a5b95273d7
typing is .. good?
2023-08-11 23:47:24 -06:00
meejah
356a1d0f79
don't know why dict_keys are so confusing to mypy
2023-08-11 22:01:21 -06:00
meejah
ffa589d6f8
import error
2023-08-11 21:19:02 -06:00
meejah
b751a3937a
Merge branch '3899.failed-server' of github.com:meejah/tahoe-lafs into 3899.failed-server
2023-08-11 21:18:10 -06:00
meejah
c27b330984
don't need fallback
2023-08-11 19:18:23 -06:00
meejah
375ee54c80
typing
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:08:19 -06:00
meejah
2e76d554e2
don't explicitly drop return
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:08:03 -06:00
meejah
a0769f59dc
naming
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:07:18 -06:00
meejah
c03076fe21
more robust comparison
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:07:00 -06:00
meejah
d81b64ba9e
docstring
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:05:16 -06:00
meejah
f51d49faa5
typing
...
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-11 09:03:30 -06:00
meejah
7322d8c0e6
better news
2023-08-10 14:28:55 -06:00
meejah
60e873bbe4
unused
2023-08-10 13:22:35 -06:00
meejah
e3e5b4bc8d
typo
2023-08-10 12:19:11 -06:00
meejah
b07d9e90cb
correct test
2023-08-10 12:07:03 -06:00
meejah
09ea172b94
reformat multiline strings; don't output "storage.plugins = None"
2023-08-10 12:06:29 -06:00
meejah
5d93b51e28
index on 3899.failed-server: d7cfb5dde
show WebUI feedback when announcement-match fails
2023-08-09 23:22:02 -06:00
meejah
d7cfb5dde9
show WebUI feedback when announcement-match fails
2023-08-09 23:21:28 -06:00
meejah
cf4fe0061c
refactor where plugins are loaded; use this to error early for users
2023-08-09 22:27:55 -06:00
meejah
295e816d4e
spell
2023-08-09 21:49:37 -06:00
meejah
4b55027ec8
Merge branch 'master' into 3899.failed-server
2023-08-09 17:57:38 -06:00
meejah
d0e1d8e598
Merge pull request #1326 from tahoe-lafs/4056.provides
...
attrs "provides()"
2023-08-09 17:36:58 -06:00
meejah
d3d57a68a9
Merge branch 'master' into 4056.provides
2023-08-09 16:42:58 -06:00
Jean-Paul Calderone
c2b4cebcdd
Merge pull request #1327 from exarkun/4057.circleci-windows-unittests
...
Run the unit test suite on Windows on CircleCI
Fixes: ticket:4057
2023-08-09 18:38:32 -04:00
meejah
9758569cff
obsolete comment
2023-08-09 15:16:07 -06:00
meejah
c7f6b6484d
spelling
2023-08-09 15:15:20 -06:00
Jean-Paul Calderone
28fa25d7bb
Merge remote-tracking branch 'origin/master' into 4057.circleci-windows-unittests
2023-08-09 17:08:16 -04:00
Jean-Paul Calderone
252e0d1124
Merge pull request #1329 from exarkun/4059.bump-subunitreporter
...
Bump subunitreporter
Fixes: ticket:4059
2023-08-09 17:08:01 -04:00
Jean-Paul Calderone
a95a6b88a9
note motivation for our choice of these python versions
2023-08-09 17:04:26 -04:00
Jean-Paul Calderone
d93d6122f7
news fragment
2023-08-09 15:01:16 -04:00
Jean-Paul Calderone
27b97dc1d8
bump it
2023-08-09 15:01:07 -04:00
Jean-Paul Calderone
a73b6d99c4
we end up using the coveralls tool to clean up these paths
...
and I stopped using tox so they don't look like this anymore
2023-08-09 14:10:58 -04:00
Jean-Paul Calderone
14135ea3f0
make sure the two mentions of the cache key agree
2023-08-09 13:07:03 -04:00
Jean-Paul Calderone
a0389e83cc
use the *correct* templating system for this value
2023-08-09 12:54:02 -04:00
Jean-Paul Calderone
65d76c2e3c
must install wheel
to build wheels with pip wheel
it seems
2023-08-09 12:53:07 -04:00
Jean-Paul Calderone
4db44dc178
Attempt to cache all the wheels
2023-08-09 12:34:09 -04:00
Jean-Paul Calderone
c5cac7b5a7
get rid of the partial cache key
...
CircleCI docs don't clearly explain what happens after a partial cache key
match and reconstructing our cache is sufficiently cheap that it's probably
not worth the complexity / uncertainty.
2023-08-09 12:01:02 -04:00
Jean-Paul Calderone
fa72ac7951
a couple more comments about the windows job steps
2023-08-09 12:00:56 -04:00
Jean-Paul Calderone
ce8a6d49c7
Attempt to cache packages downloaded with pip for Windows jobs
2023-08-09 11:30:39 -04:00
Jean-Paul Calderone
35d731adf0
remove the debug step
2023-08-09 11:20:38 -04:00
Jean-Paul Calderone
e072fb60b8
fix the comment above PATH manipulation
2023-08-09 11:20:28 -04:00
Jean-Paul Calderone
89506a6f82
back to the full test suite
2023-08-09 11:03:33 -04:00
Jean-Paul Calderone
e1269c836d
try again with closing quote
2023-08-09 10:55:49 -04:00
Jean-Paul Calderone
f179390094
fix quoting bug
2023-08-09 10:52:10 -04:00
Jean-Paul Calderone
0995b77020
try stripping the interpreter-specific prefix from our paths
2023-08-09 10:44:17 -04:00
Jean-Paul Calderone
66177ae28e
how about this impressive construction?
...
previous version was constructing the value string wrong
2023-08-09 10:44:00 -04:00
Jean-Paul Calderone
139a329b38
debug PATH setup
2023-08-09 10:29:18 -04:00