Jean-Paul Calderone
b840d3fafb
Merge pull request #955 from tahoe-lafs/3582.port-blacklist
...
Port blacklist to Python 3
Fixes: ticket:3582
2021-01-08 12:01:01 -05:00
Jean-Paul Calderone
e72c93a982
explain why we're not using the github action here
2021-01-08 08:52:38 -05:00
Jean-Paul Calderone
5614c4c3f4
improve this comment marginally
...
just looking for an excuse to trigger another build and see if inviting
"coveralls" to be a collaborator on LeastAuthority/tahoe-lafs fixes the status
reporting issue.
2021-01-08 08:27:00 -05:00
Jean-Paul Calderone
709823e562
most of those words proved irrelevant
2021-01-07 18:24:57 -05:00
Itamar Turner-Trauring
3764e3b6b1
A (so far failing) test for SSH public key authentication.
2021-01-07 13:59:57 -05:00
Itamar Turner-Trauring
b8879916b2
More SFTP integration tests.
2021-01-07 13:30:35 -05:00
Itamar Turner-Trauring
a536a1a970
First passing end-to-end test of SFTP
2021-01-07 12:50:31 -05:00
Itamar Turner-Trauring
3b29a5f707
Work with new Unicode configs.
2021-01-07 11:59:23 -05:00
Itamar Turner-Trauring
054af4b76e
Sketch of where SFTP setup needs to happen.
2021-01-07 11:25:26 -05:00
Itamar Turner-Trauring
308dbba924
Fix flake.
2021-01-07 09:20:39 -05:00
Jean-Paul Calderone
3b8df95e3e
Try constructing build_num differently for push
2021-01-06 21:09:33 -05:00
Jean-Paul Calderone
e382ef8a89
Clean up the explanation, link to some more/better stuff
2021-01-06 20:27:41 -05:00
Jean-Paul Calderone
f5ba293f79
Ideally this is no longer necessary
2021-01-06 20:27:17 -05:00
Jean-Paul Calderone
b06730b9af
Add the coveralls.io badge
2021-01-06 17:46:58 -05:00
Jean-Paul Calderone
e9a7838d88
Remove the codecov anchor
2021-01-06 17:46:50 -05:00
Jean-Paul Calderone
35614d1382
Remove the codecov badge
2021-01-06 17:46:40 -05:00
Jean-Paul Calderone
3855fe0a6d
reinstate full test suite
2021-01-06 16:43:36 -05:00
Jean-Paul Calderone
e3a6f43dc9
less shell wankery
2021-01-06 16:43:11 -05:00
Jean-Paul Calderone
59e385c00f
apparently it doesn't have remotes
in there
2021-01-06 16:24:53 -05:00
Jean-Paul Calderone
d515887ba1
This is probably faster and may actually work
...
`git fetch --prune --unshallow` doesn't seem to get
refs/remotes/pull/<PR>/merge but that's okay because HEAD is already set to that
2021-01-06 16:16:36 -05:00
Jean-Paul Calderone
89c54af01d
Guess we need the rest of the repo too, surprise.
2021-01-06 16:05:35 -05:00
Jean-Paul Calderone
fac12210cb
Can't do that Git stuff without a checkout
...
Maybe *that* is why `coveralls --finish` fails?
2021-01-06 15:58:48 -05:00
Jean-Paul Calderone
fa863c9478
speed up the test cycle
2021-01-06 15:48:31 -05:00
Jean-Paul Calderone
52c42b5118
dump this info, who knows how many more rounds this will take
2021-01-06 15:48:20 -05:00
Jean-Paul Calderone
24a531474d
So much for my ability to read and understand a Python program
...
coveralls complained:
{"error":"No build matching CI build number 467026020 found"}
So try constructing a build_num that looks like the value we observed from
`coveralls` output when it was submitting coverage data.
2021-01-06 15:38:12 -05:00
Jean-Paul Calderone
4d2782c178
Hahaha. Resolve the variable, don't just include its name.
2021-01-06 14:57:31 -05:00
Jean-Paul Calderone
8e8a7d82c6
it was one or the other. turns out it was the other.
2021-01-06 14:33:31 -05:00
Jean-Paul Calderone
f24cc5da0c
The angrier I am the more words I write
2021-01-06 14:33:00 -05:00
Jean-Paul Calderone
adf3518fc1
Okay I guess that served its purpose
2021-01-06 14:32:48 -05:00
Itamar Turner-Trauring
7b1bfadd21
Rip out FTP.
2021-01-06 13:39:52 -05:00
Itamar Turner-Trauring
7b091bde9b
Port to Python 3.
2021-01-06 10:51:05 -05:00
Itamar Turner-Trauring
192063acfa
Port to Python 3.
2021-01-06 09:59:33 -05:00
Itamar Turner-Trauring
a5e22d93cc
All tests pass on Python 3.
2021-01-06 09:54:48 -05:00
Itamar Turner-Trauring
ebaf075966
Another passing test on Python 3.
2021-01-06 09:38:43 -05:00
Itamar Turner-Trauring
f3d795d9a8
More passing tests on Python 3.
2021-01-06 09:31:15 -05:00
Itamar Turner-Trauring
d82bcc5280
Another passing test on Python 3.
2021-01-06 09:26:18 -05:00
Jean-Paul Calderone
4b65751f51
Debug the earlier submissions to see what build_num they're providing
2021-01-06 09:01:08 -05:00
Jean-Paul Calderone
f3aca51e35
run in debug mode to collect info for bug report
2021-01-05 20:52:02 -05:00
Jean-Paul Calderone
9a8a61b740
Further tweaks to help the last step
2021-01-05 20:31:32 -05:00
Jean-Paul Calderone
bebcca39f6
Switch to coveralls-python, maybe it works better
2021-01-05 20:09:46 -05:00
Itamar Turner-Trauring
2998057d91
Don't need byte strings for debug!
2021-01-05 16:47:34 -05:00
Itamar Turner-Trauring
06fb9496ab
Another test passing on Python 3.
2021-01-05 16:35:57 -05:00
Itamar Turner-Trauring
0241244e49
Another test passing on Python 3.
2021-01-05 16:30:17 -05:00
Jean-Paul Calderone
3fb412eda1
Perhaps this is the correct github-token to use.
...
The coveralls docs might be wrong.
2021-01-05 16:20:41 -05:00
Itamar Turner-Trauring
3a6f3f2809
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
2021-01-05 16:05:56 -05:00
Jean-Paul Calderone
ca8f7d73f2
Stop using codecov
2021-01-05 15:59:03 -05:00
Jean-Paul Calderone
b4128a8d10
Stop collecting coverage on CircleCI
2021-01-05 15:58:21 -05:00
Jean-Paul Calderone
13bcd8170b
Turn on Coveralls on GitHub actions
2021-01-05 15:57:10 -05:00
Jean-Paul Calderone
e937b062a1
news fragment
2021-01-05 15:56:42 -05:00
Chad Whitacre
fa15c2c8d6
Declare victory on blacklist
2021-01-05 06:45:32 -05:00