Timeline
2019-03-28:
- 23:01 Ticket #3016 (Intermittent "Address already in use" failures in test_system, test_client) closed by
- fixed: In [changeset:"7511b5956be4d54e5f51d061c5b06454cf59fa6e/trunk" …
- 23:01 Changeset in trunk [7511b595] by
- Merge pull request #590 from tahoe-lafs/3016.address-already-in-use …
- 20:18 Changeset in trunk [a4a73a2] by
- Fix incorrect assertion
- 20:10 Changeset in trunk [d430f6b] by
- news fragment
- 20:10 Changeset in trunk [53b40ef0] by
- don't double start; don't try to handle double start.
- 20:08 Ticket #3017 (MagicFolder.startService is called twice because ...) created by
- […] Just stop calling startService on the magic folder and its …
- 20:06 Changeset in trunk [a7d1878] by
- try really hard to bind that random ephemeral port number
- 19:42 Ticket #3006 (Expose the Eliot logs in a safer way) closed by
- fixed: Fixed in …
- 19:14 Changeset in trunk [6970c2c] by
- Merge pull request #579 from tahoe-lafs/3001-python3-syntax-check …
- 19:14 Changeset in trunk [6dc487b] by
- News fragment
- 19:14 Changeset in trunk [f5e287d3] by
- Use the port assigner in test_introducer
- 19:02 Changeset in trunk [4265cc8] by
- And for the NoNetworkGrid? clients' web port config
- 19:02 Changeset in trunk [2898b24] by
- Use the port assigner for the web port config as well
- 18:54 Changeset in trunk [7c97503] by
- Move and somewhat refactor assign_foolscap_port. These changes make …
- 18:44 Ticket #3016 (Intermittent "Address already in use" failures in test_system, test_client) created by
- Along the lines of: …
- 17:14 Changeset in trunk [8f828c5] by
- Merge pull request #583 from tahoe-lafs/3011-six-moves-stringio …
- 13:06 Ticket #3010 (Replace print statement with print fuction) closed by
- fixed
- 13:06 Ticket #3009 (Replace print statement with print fuction for all tahoe_* scripts) closed by
- fixed
- 13:06 Ticket #3008 (Update test code to use print function over print statement) closed by
- fixed
- 13:06 Ticket #3002 (Replace print statement with print fuction for all files in the ...) closed by
- fixed
- 12:47 Ticket #3015 (Update octal numeric literals) created by
- Old syntax: 0123 New syntax: 0o123
- 12:17 Ticket #3014 (Update raise syntax for python3 compatibility) created by
- PEP 3109 says (basically) raise should be raise E(arg1) not `raise …
- 11:38 Ticket #3013 (Update try/except syntax for python3 compatibility) created by
- Instances of except SomeError, e: need to be updated to `except …
- 11:32 Changeset in trunk [305499a] by
- created list of currently valid python3 files
- 11:32 Changeset in trunk [be910fe] by
- updated syntax in directory.py to make whole allmydata.web python3 …
- 11:32 Changeset in trunk [5adde83] by
- python3 compatibility for show-tool-versions.py for CI
- 11:32 Changeset in trunk [838610df] by
- added news fragment for python3 syntax checker
- 11:32 Changeset in trunk [138669c] by
- python3 syntax checker ratchet job
- 11:31 Changeset in trunk [dbfcf8a] by
- replaced StringIO imports with six.moves
- 02:54 Changeset in trunk [664bd2de] by
- Merge pull request #582 from tahoe-lafs/3010-remaining-print-functions …
2019-03-26:
- 00:19 Changeset in trunk [d73626b] by
- Merge pull request #580 from tahoe-lafs/3008-test-print-function …
- 00:07 Changeset in trunk [d896475] by
- Merge pull request #581 from …
2019-03-25:
- 23:12 Changeset in trunk [42c5bc1] by
- Merge pull request #584 from …
- 19:44 Changeset in trunk [7cfcf839] by
- news fragment
- 19:43 Ticket #3012 (Sometimes CircleCI hang-kills test suite jobs) created by
- Sometimes CircleCI kills test jobs after 20 minutes of inactivity. …
- 17:20 Changeset in trunk [4def49ed] by
- ask subunitreporter for progress reporting
- 16:01 Changeset in trunk [a26b9ca] by
- workaround https://github.com/crossbario/autobahn-python/issues/1151
- 12:42 Changeset in trunk [848950a] by
- Merge remote-tracking branch 'origin/master' into …
2019-03-24:
- 17:28 Changeset in trunk [670182c3] by
- Force a log event so the test completes.
- 15:33 Changeset in trunk [c2b8024] by
- remove this print not sure where it came from
- 15:26 Changeset in trunk [336e69c] by
- Hotfix for nevow#106
- 13:18 Ticket #3011 (Replace StringIO imports with six.moves) created by
- 13:14 Changeset in trunk [64f4dfa] by
- replaced all remaining instances of the print statement with the print …
- 13:12 Ticket #3010 (Replace print statement with print fuction) created by
- Covers all remaining code not covered by #3002, #3008, and #3009
- 13:10 Changeset in trunk [fc417826] by
- replaced print statement with print fuction for all tahoe_* scripts
- 13:08 Ticket #3009 (Replace print statement with print fuction for all tahoe_* scripts) created by
- Use the print function over the print statement on all files matching …
2019-03-22:
- 20:54 Changeset in trunk [78e4583] by
- actually this returns the logs resource itself :/
- 20:43 Changeset in trunk [5ac7efc] by
- Make sure it succeeds with _OK_
- 20:42 Changeset in trunk [febfa50] by
- make sure we get bytes here
- 19:50 Changeset in trunk [79431466] by
- this is not unicode, it came from a file, I guess
- 18:16 Changeset in trunk [f2ddb27] by
- trivial debug print
- 17:47 Changeset in trunk [9de97dbd] by
- Use guard and add some tests (integration failing)
- 17:37 Changeset in trunk [70c461d] by
- Merge pull request #578 from tahoe-lafs/3002-misc-print-function use …
- 16:32 Changeset in trunk [df9243a] by
- updated test code to use print function over print statement
- 16:17 Ticket #3008 (Update test code to use print function over print statement) created by
- This is scope to only ./src/allmydata/test/
- 10:41 Changeset in trunk [55f8408] by
- use print function over print statement in ./misc/ directory
2019-03-21:
- 20:24 Ticket #3005 (Switch to upstream Eliot inline_callbacks) closed by
- fixed: In [changeset:"f7f9cf6abcc8ecb2e25cead4f6cb2de3fe2a82a6/trunk" …
- 20:24 Changeset in trunk [f7f9cf6] by
- Merge pull request #576 from tahoe-lafs/3005.upstream-inline_callbacks …
- 19:02 Changeset in trunk [7c79f69] by
- news fragment
- 19:01 Changeset in trunk [58deb54] by
- import cleanups
- 19:01 Changeset in trunk [d00c421] by
- futurize
- 19:00 Changeset in trunk [5f4f8d9] by
- Create the /private hierarchy
- 19:00 Changeset in trunk [2877c9b] by
- unused import
- 19:00 Changeset in trunk [616fec0] by
- oops that should be gone too
- 19:00 Changeset in trunk [9ec2259] by
- move to different url
- 18:39 Changeset in trunk [e02962c] by
- Remove one more webport thingy
- 17:58 Changeset in trunk [edf01d7] by
- don't compute the url, it doesn't seem to be necessary
- 17:36 Changeset in trunk [9c7e93e] by
- detect connection failures
- 17:35 Changeset in trunk [173aa42e] by
- Correct RuntimeError? typo
- 17:35 Changeset in trunk [86f5ce8] by
- remove unused import
- 13:27 Ticket #3007 (Buildbot Slackware job is failing) closed by
- fixed: In [changeset:"bcd5fcbffb3c30bde720cba58d149ca99edd91ab/trunk" …
- 13:27 Changeset in trunk [bcd5fcb] by
- Merge pull request #577 from tahoe-lafs/3007.fix-latin-1-locale Fix a …
- 08:26 Changeset in trunk [43023fb] by
- debug
- 08:01 Changeset in trunk [956a39a] by
- clarify
- 07:52 Changeset in trunk [dbea69c] by
- refactor
- 07:37 Changeset in trunk [816ceb12] by
- make more things work
- 00:14 Changeset in trunk [38ed6a0] by
- proof-of-concept client
- 00:14 Changeset in trunk [b734c89] by
- prototype token-authenticated WebSocket? stream
Note: See TracTimeline
for information about the timeline view.