Timeline
2021-09-02:
- 20:44 Changeset in trunk [11a0b8d] by
- attempt to appease rst
- 20:42 Changeset in trunk [b6173ee] by
- news fragment
- 20:21 Ticket #3769 (Potential issues with PUT /v1/immutable/:storage_index/:share_number) closed by
- fixed: In [changeset:"1819e080a042200a1886fc27ed3188cde5f47243/trunk" …
- 20:21 Changeset in trunk [1819e080] by
- Merge pull request #1116 from …
- 19:53 Changeset in trunk [78f70d6] by
- write some words about lease renewal secrets
- 19:28 Ticket #3787 (Batch sizes when uploading immutables are hardcoded) created by
- Updated issue description: there is a single hardcoded value for …
- 19:24 Changeset in trunk [04d2b27] by
- News file.
- 19:21 Changeset in trunk [789a7ed] by
- Get rid of more callRemoteOnly usage.
- 19:05 Changeset in trunk [63bfff1] by
- Don't rely on Foolscap's semantics.
- 17:19 Changeset in trunk [ae9ec48] by
- news fragment
- 17:16 Changeset in trunk [61b5c88] by
- reveal to clients what data is still required This lets a client …
- 17:11 Changeset in trunk [16af282] by
- Clarify chunking; lift ordering requirement; document response status
- 15:37 Ticket #3786 (Add OpenMetrics-format endpoint for scraping with Prometheus) created by
- I am creating monitoring infrastructure for the upcoming …
- 15:35 Changeset in trunk [6c679bd] by
- Stop using callRemoteOnly.
- 14:30 Ticket #3785 (GBS does not preserve the capability-based access control mechanism to ...) created by
- In the Foolscap-based protocol, a fURL is used to authenticate a …
2021-09-01:
- 22:11 Changeset in trunk [07ac248] by
- Python3 support note update Signed-off-by: fenn-cs <fenn25.fn@…>
- 22:07 Changeset in trunk [d956107] by
- Python3 support note in Readme Signed-off-by: fenn-cs …
- 18:15 Changeset in trunk [597c9ad] by
- Merge remote-tracking branch 'origin/master' into …
- 15:41 Ticket #3784 (Test suite for IStorageServer, part 1) created by
- We are going to have two implementations of IStorageServer, …
- 15:10 Ticket #3783 (storage_client.py should use HTTP if it's in the announcement) created by
- Part of #3901. Blocked on #3902. Probably implement in the same branch …
- 14:45 Ticket #3767 (Potential issues with `POST /v1/lease/<share-index>`) closed by
- fixed: Fixed by https://github.com/tahoe-lafs/tahoe-lafs/pull/1110
- 14:44 Ticket #3773 (Merge adding lease with renewing lease) closed by
- fixed: In [changeset:"056ee58e9102abb77b75900fe363872fe328f064/trunk" …
- 14:44 Changeset in trunk [056ee58] by
- Merge pull request #1110 from tahoe-lafs/3773.just-add-lease Get rid …
- 00:26 WikiStart edited by
- update link to tahoe-dev mailing list (diff)
2021-08-31:
- 14:22 Changeset in trunk [7537a3a] by
- Hat tip to OSUOSL for hosting tahoe-dev list
- 13:58 Changeset in trunk [65a1040] by
- Update references to the mailing list New list is …
- 13:58 Changeset in trunk [8202256] by
- Add newsfragment
- 13:35 Ticket #3782 (Update references to the mailing list in documentation) created by
- As of 2021 August 30, tahoe-dev@… mailing list has …
- 11:17 Changeset in trunk [cb81e13] by
- Merged masted Signed-off-by: fenn-cs <fenn25.fn@…>
2021-08-30:
- 20:54 Changeset in trunk [e680367] by
- Improve explanations.
- 20:51 Changeset in trunk [e408322c] by
- Use the correct APIs.
- 20:49 Changeset in trunk [7d323353] by
- Clarify and remove duplication.
- 18:30 Ticket #3528 (Stop using the mock library for testing: src/allmydata/test/cli/test_cli.py) closed by
- fixed: In [changeset:"bbc860fdb11823ebcb8d1fa365599a2aa79b5ab7/trunk" …
- 18:30 Changeset in trunk [bbc860f] by
- Merge pull request #937 from LeastAuthority?/3528.test_cli-no-mock …
- 14:29 Changeset in trunk [056f774] by
- Fix errant str()-of-bytes bug.
- 14:27 Changeset in trunk [b9a1cc3] by
- Pacify flake8.
2021-08-29:
- 15:10 Changeset in trunk [342a1c2] by
- Python 3 support complete, so removed warning Signed-off-by: fenn-cs …
2021-08-27:
- 16:42 Changeset in trunk [52cb250] by
- This is the handler we need to create.
- 16:04 Changeset in trunk [75ba5c7] by
- More passing tests on Python 3.
- 15:39 Changeset in trunk [2d2e8051] by
- Port to Python 3.
- 15:38 Changeset in trunk [e8e0ecd] by
- Port to Python 3.
- 15:32 Changeset in trunk [6bfcda2] by
- Tests pass on Python 3.
- 15:26 Changeset in trunk [aacdf99] by
- Make failures easier to debug.
- 15:13 Changeset in trunk [1acc80b] by
- Validate commands actually succeeded!
- 15:12 Changeset in trunk [c0d07e1] by
- Bit more input validation.
- 14:15 Changeset in trunk [4c750cf] by
- Port to Python 3.
- 14:14 Changeset in trunk [d5b48e6] by
- Fix bug in jsonbytes.
- 13:50 Changeset in trunk [bb48974f] by
- Ported to Python 3.
- 13:47 Changeset in trunk [f99f9cf] by
- Tests pass on Python 3.
- 13:25 Changeset in trunk [e3a844e6] by
- Maybe fields are better off as bytes in SignedCertificate?.
2021-08-26:
- 20:55 Changeset in trunk [c88130d] by
- Make signed certificates an object instead of a dict.
- 20:55 Changeset in trunk [c3f61849] by
- Match documented behavior.
- 19:44 Changeset in trunk [c7f0a09] by
- More compatibility with stdlib json module.
- 18:55 Changeset in trunk [6df4fa3] by
- Add explicit dependency on Click.
- 18:54 Ticket #3781 (Python3 reports as incomplete on CLI) created by
- When running tahoe --version in a python3 venv, I get this: …
- 18:46 Changeset in trunk [969f3fa] by
- Port to Python 3.
- 18:39 Changeset in trunk [e23767db] by
- Tests pass on Python 2 and Python 3.
- 18:18 Changeset in trunk [7fa1801] by
- Pass tests on Python 2.
Note: See TracTimeline
for information about the timeline view.