source: trunk/src/allmydata/scripts

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @fec97256   2025-01-06T21:51:37Z alexandre.detiste trim Python2 syntax
(edit) @f9a65f8   2024-12-21T01:07:01Z alexandre.detiste trim usage of to-be-removed "future" library
(edit) @fd28160   2024-11-04T16:31:45Z 116485484+jwjacobson WIP 1101 Add verbose flag to check command This commit adds the …
(edit) @f3f667d   2024-09-26T02:30:50Z meejah correctly interpret --storage-dir as an option
(edit) @0e5b6da   2024-02-27T23:53:49Z alexandre.detiste remove more Python2: unicode -> str, long -> int
(edit) @53084f7   2024-02-27T23:49:07Z alexandre.detiste remove more Python2 compatibility
(edit) @3fb0bcf   2024-02-27T20:37:53Z itamar Remove unnecessary imports.
(edit) @1cfe843d   2024-02-22T23:40:25Z alexandre.detiste more python2 removal
(edit) @b856238   2024-02-15T15:53:34Z alexandre.detiste remove old Python2 future statements
(edit) @cf4fe00   2023-08-10T04:27:55Z meejah refactor where plugins are loaded; use this to error early for users
(edit) @02a696d7   2023-07-21T12:13:33Z exarkun Make merge_config fail on overlapping configs This isn't expected …
(edit) @72c1857   2023-07-19T15:54:18Z exarkun another docstring
(edit) @c1c0b60   2023-07-19T15:42:38Z exarkun remove hard-coded tor/i2p in hide-ip support
(edit) @71134db   2023-07-11T19:45:39Z noreply Merge branch 'master' into clean-up-tor-and-i2p-providers
(edit) @d697e8da   2023-06-26T13:03:53Z itamar Merge remote-tracking branch 'origin/master' into 4035-new-mypy
(edit) @2fcb190   2023-06-19T23:53:57Z meejah add tests for both close-stdin cases
(edit) @db9597e   2023-06-19T22:07:31Z meejah add --allow-stdin-close option
(edit) @0f8100b1   2023-06-14T21:52:01Z itamar Fix whitespace
(edit) @9306f5ed   2023-06-14T21:48:13Z itamar Fix mypy issues
(edit) @b5c5ed5   2023-05-02T13:50:21Z itamar Merge remote-tracking branch 'origin/master' into …
(edit) @f9a1eed   2023-04-25T16:31:37Z itamar Make timeout optional, enable it only for integration tests.
(edit) @ebed5100   2023-04-25T12:16:12Z itamar Switch to longer timeout so it's unlikely to impact users.
(edit) @2d81ddc   2023-04-14T15:15:47Z itamar Don't call str() on bytes.
(edit) @2916984   2023-04-14T14:29:25Z itamar More modernization.
(edit) @1823dd4   2023-04-14T14:24:00Z itamar Switch to a slightly larger block size.
(edit) @6770257   2023-04-14T14:22:14Z itamar Do a little modernization.
(edit) @d7ee163   2023-04-14T14:22:06Z itamar Set a timeout.
(edit) @74ebda7   2023-03-29T13:46:54Z exarkun Make tahoe create-node use the new listener protocol
(edit) @aea748a   2023-03-24T16:03:43Z itamar Fix lint.
(edit) @0e68257   2023-03-24T16:03:04Z itamar Fix lints.
(edit) @29a66e5   2023-03-24T16:01:12Z itamar Fix lint.
(edit) @ae29ea2   2023-03-24T15:51:40Z itamar Fix lint, and some Python 3 cleanups.
(edit) @e1839ff3   2023-03-24T15:45:56Z itamar Fix lints.
(edit) @76ecdfb7   2023-03-24T15:44:59Z itamar Fix lint.
(edit) @8e7f2cd   2023-02-28T17:47:17Z meejah unused
(edit) @d55a4a1   2023-02-28T00:32:16Z noreply whitespace Co-authored-by: Jean-Paul Calderone <exarkun@…>
(edit) @9f63441   2023-02-28T00:31:39Z noreply types Co-authored-by: Jean-Paul Calderone <exarkun@…>
(edit) @fb10e13   2023-02-22T01:16:45Z meejah might want to use these at parse time
(edit) @70459cf   2023-02-21T23:47:58Z meejah use possibly-overriden stderr
(edit) @464498f   2023-02-20T18:24:20Z meejah Merge branch 'master' into 2916.grid-manager-proposal.6
(edit) @1a807a0   2023-01-12T21:32:32Z exarkun mollify the type checker
(edit) @2d23e2e   2023-01-12T20:37:07Z exarkun some doc improvements
(edit) @3ff9c45   2023-01-06T20:40:48Z exarkun expose the private-key feature in the tahoe put cli
(edit) @3d43cbc   2022-12-02T00:01:38Z meejah log less-specific failures
(edit) @c57d1aa   2022-12-01T23:58:37Z meejah Merge branch 'master' into 3921.exit-on-stdin-close
(edit) @435df492   2022-10-05T14:18:09Z noreply Merge branch 'master' into 2916.grid-manager-proposal.6
(edit) @1ea716c   2022-10-04T13:22:49Z itamar Merge branch '3902-listen-storage-http' into 3783-storage-client-http
(edit) @8d8b0e6   2022-09-22T02:40:25Z meejah cleanup
(edit) @56775dd   2022-09-22T01:05:30Z meejah refactor: parsing in a function
(edit) @77bc83d   2022-09-20T20:45:19Z meejah incorrectly removed
(edit) @0eeb11c   2022-09-20T20:44:51Z meejah after shutdown
(edit) @6db1476   2022-09-20T20:44:21Z meejah comment typo
(edit) @fe80126   2022-09-19T04:39:25Z meejah fixups
(edit) @254a994   2022-09-17T22:41:17Z meejah flake8
(edit) @8b2cb790   2022-09-17T22:38:25Z meejah cleanup via reactor
(edit) @aef2e961   2022-09-17T22:38:24Z meejah refactor: dispatch with our reactor, pass to tahoe_run
(edit) @114d5e1e   2022-09-17T22:37:33Z meejah pidfile on windows now
(edit) @642b604   2022-09-17T22:36:55Z meejah use stdin-closing for pidfile cleanup too
(edit) @3bfb60c   2022-09-17T22:36:25Z meejah back to context-manager, simplify
(edit) @fb532a7   2022-09-17T22:31:49Z meejah own pid-file checks
(edit) @decb36a   2022-09-02T04:20:07Z meejah refactor for Windows testing
(edit) @488a04c   2022-09-01T23:42:06Z meejah exit when stdin closes
(edit) @3fbc4d7   2022-08-12T15:45:37Z itamar Let's make this a little clearer
(edit) @90188ce   2022-07-18T15:05:03Z itamar More Python 3 tweaks.
(edit) @1ede0e7   2022-07-15T18:06:10Z itamar Merge remote-tracking branch 'meejah/2916.grid-manager-proposal.5' …
(edit) @b0fffab   2022-04-12T18:10:02Z exarkun remove unnecessary module-scope wormhole used this during testing so …
(edit) @bc6dafa   2022-04-12T15:01:04Z exarkun Replace monkey-patching of wormhole with a parameter to run_cli
(edit) @18891d9e   2021-12-02T21:44:59Z meejah Merge remote-tracking branch 'security/master'
(edit) @fc9671a   2021-12-01T01:25:32Z meejah simplify, flake9
(edit) @0a4bc38   2021-12-01T01:00:58Z meejah fix tests to use migrate command
(edit) @3fd1ca8a   2021-11-30T23:00:35Z meejah it's an error to have pickle-format files
(edit) @49f2489   2021-11-30T22:59:27Z meejah explicit 'migrate pickle files' command
(edit) @0cd96ed   2021-11-05T18:09:46Z exarkun fix the debug tool for the hashed lease secret case
(edit) @5caa80f   2021-11-03T20:11:08Z exarkun use UseNode? more in test_client.py Also make write_introducer more …
(edit) @39c4a2c   2021-11-02T19:10:54Z exarkun tidy up some corners
(edit) @1b46ac7a   2021-10-28T15:38:18Z exarkun add MutableShareFile?.is_valid_header and use it
(edit) @66845c9   2021-10-28T15:12:20Z exarkun Add ShareFile?.is_valid_header and use it instead of manual header …
(edit) @70fb5d5   2021-10-28T13:48:26Z exarkun Get rid of the public expiration_time attribute LeaseInfo? now has a …
(edit) @198de5c   2021-09-22T19:53:56Z exarkun Hoist the sys.stdout import to top level
(edit) @87113d6   2021-09-20T11:14:02Z exarkun Merge remote-tracking branch 'origin/master' into 3525.test_status-no-mock
(edit) @3e3fd1a   2021-09-08T18:25:30Z exarkun on Windows, Python 3 wants to play
(edit) @88d3ee57   2021-09-08T17:43:47Z exarkun debug print
(edit) @8ca1f8c   2021-09-07T20:19:15Z exarkun Python 3 is grumpy that it doesn't get to play Fool it
(edit) @24e7dcf   2021-09-07T20:10:10Z exarkun Let me write unicode to stdout on Python 2
(edit) @4db8c22   2021-09-07T19:17:18Z exarkun lint
(edit) @cb81e13   2021-08-31T11:17:20Z fenn25.fn Merged masted Signed-off-by: fenn-cs <fenn25.fn@…>
(edit) @342a1c2   2021-08-29T15:10:30Z fenn25.fn Python 3 support complete, so removed warning Signed-off-by: fenn-cs …
(edit) @e23767db   2021-08-26T18:39:41Z itamar Tests pass on Python 2 and Python 3.
(edit) @7fa1801   2021-08-26T18:18:03Z itamar Pass tests on Python 2.
(edit) @7ad6c92   2021-08-25T20:04:53Z meejah Merge branch 'master' into 2916.grid-manager-proposal.5
(edit) @acc8cbd   2021-08-12T20:50:01Z exarkun Remove use of the mock module from test_status
(edit) @893d21f   2021-08-11T20:46:29Z exarkun Fix the UsageError? closer in the Py2 codepath we already have for it
(edit) @b56a956   2021-08-11T19:42:21Z exarkun Sort out this gross error reporting encoding/decoding mess A little, …
(edit) @13dae39   2021-08-11T18:41:18Z exarkun Go with a shorter name
(edit) @6931d10   2021-08-11T18:40:22Z exarkun Fix mis-merge: use argv parameter instead of sys.argv
(edit) @fd3d3bc   2021-08-11T18:27:21Z exarkun Give the py3 static checker something to resolve unicode to It's …
(edit) @d56c2185   2021-08-11T18:25:24Z exarkun Options are defined with unicode now; argv better be unicode.
(edit) @5f6ae1f   2021-08-11T17:30:52Z exarkun Fix mis-merge: don't try to stripe argv[0] twice
(edit) @ffbcbf7   2021-08-11T17:30:39Z exarkun Send the warning to the parameterized stderr
(edit) @9632b35   2021-08-11T17:19:15Z exarkun Fix mismerge: Put Py3 warning back
Note: See TracRevisionLog for help on using the revision log.