Timeline


and

2021-08-19:

22:58 Ticket #3775 (Introduce a code formatter into the tahoe) created by fenn-cs
It would be nice to make code formatting a part of tahoe's linting …
20:49 Changeset in trunk [1b5a3c9] by Itamar Turner-Trauring <itamar@…>
Bad merge, I think.
20:48 Changeset in trunk [b9fd9de] by Itamar Turner-Trauring <itamar@…>
Merge remote-tracking branch 'origin/master' into 3773.just-add-lease
20:44 Changeset in trunk [442d61d] by Itamar Turner-Trauring <itamar@…>
Get rid of separate renewal of leases in HTTP API.
20:40 Changeset in trunk [59fab99d] by Itamar Turner-Trauring <itamar@…>
Nothing uses RIStorageServer.renew_lease, so removing it is simple.
20:07 Changeset in trunk [0016369] by Itamar Turner-Trauring <itamar@…>
News file.
19:03 Ticket #3763 (Potential issues with `PUT /v1/lease/:storage_index` in GBS protocol) closed by GitHub <noreply@…>
fixed: In [changeset:"9a5c417df00bb166490b45579095f2e6c28f01fa/trunk"
19:02 Changeset in trunk [9a5c417] by GitHub <noreply@…>
Merge pull request #1108 from …
17:56 Changeset in trunk [d599568] by Itamar Turner-Trauring <itamar@…>
Tests validating that the operation for adding a lease will renew the …
17:23 Changeset in trunk [dfff187a] by Itamar Turner-Trauring <itamar@…>
Make time pluggable to support better testing.
14:28 Changeset in trunk [03c633c] by Jean-Paul Calderone <exarkun@…>
news fragment
14:26 Changeset in trunk [602d4c5] by Jean-Paul Calderone <exarkun@…>
improve the "create lease" endpoint * Simplify some language using …

2021-08-18:

20:45 Ticket #3765 (Bucket vs. share terminology is a little confusing in protocol spec) closed by GitHub <noreply@…>
fixed: In [changeset:"ff6fa4a922e9eadecf382f33b587dc9cfbf0b341/trunk"
20:45 Changeset in trunk [ff6fa4a] by GitHub <noreply@…>
Merge pull request #1106 from LeastAuthority?/3765.gbs-glossary Start …
16:00 Ticket #3770 (Determine where lease renwal secret and cancellation secret come from ...) closed by itamarst
duplicate: Superseded by #3774.
15:58 Ticket #3768 (Cancel secrets for leases might be unnecessary) closed by itamarst
duplicate: Going to address this via #3773.
15:14 Ticket #3774 (Specify how the lease renew secret is derived to the GBS specification ...) created by exarkun
It turns out the secret is derived in part using Foolscap. If we …
15:13 Ticket #3773 (Merge adding lease with renewing lease) created by itamarst
1. From a client perspective, the goal is just to have a lease, …
15:06 Ticket #3764 (Add standard interaction patterns to GBS HTTP protocol spec) closed by GitHub <noreply@…>
fixed: In [changeset:"28758b8181dd9c79218a995bcaf1d07364591aab/trunk"
15:05 Changeset in trunk [28758b81] by GitHub <noreply@…>
Merge pull request #1105 from …
14:48 Ticket #3772 (add lease cancellation) created by exarkun
This is a placeholder/reminder ticket. Lease cancellation is …
14:22 Ticket #3771 (Possible improvements for GET /v1/immutable/:storage_index/shares (and ...) created by itamarst
Right now this just returns share numbers. It'd be handy if it …
14:17 Changeset in trunk [c5a03f4] by Jean-Paul Calderone <exarkun@…>
elaborate on already-have and allocated somewhat
09:09 Changeset in trunk [cad7604] by YashNRam13 <yashaswi.nram@…>
docs: Update README.rst

2021-08-17:

19:24 Ticket #3770 (Determine where lease renwal secret and cancellation secret come from ...) created by itamarst
Apparently these secrets currently are generated by client from "very …
18:58 Changeset in trunk [0f78d8d] by Jean-Paul Calderone <exarkun@…>
a glossary
18:58 Changeset in trunk [49300fc0] by Jean-Paul Calderone <exarkun@…>
news fragment
18:11 Changeset in trunk [47dfe5d] by Jean-Paul Calderone <exarkun@…>
fix typo
18:10 Changeset in trunk [65f7113] by Jean-Paul Calderone <exarkun@…>
Spell the endpoint correctly
18:01 Changeset in trunk [23212fc] by Jean-Paul Calderone <exarkun@…>
add some example client/server interactions
14:23 Changeset in trunk [a591c2c] by Jean-Paul Calderone <exarkun@…>
news fragment
12:11 Changeset in trunk [bef2413] by fenn-cs <fenn25.fn@…>
Refactored test_grid to be consistent with base testcases …

2021-08-16:

20:51 Ticket #3769 (Potential issues with PUT /v1/immutable/:storage_index/:share_number) created by itamarst
Should document response codes, so that it's clear what to do in case …
20:04 Ticket #3768 (Cancel secrets for leases might be unnecessary) created by itamarst
Creating a lease requires a cancellation secret, but there is no …
20:01 Ticket #3767 (Potential issues with `POST /v1/lease/<share-index>`) created by itamarst
"If there are no shares for the given storage_index then NOT FOUND
19:33 Ticket #3766 (Protocol is potentially high-latency and high bandwidth overhead for ...) created by itamarst
Imagine uploading a new, small file. As I understand it, this will …
19:01 Ticket #3765 (Bucket vs. share terminology is a little confusing in protocol spec) created by itamarst
"Buckets" appear to be a synonym for "share"? But it's unclear. …
18:58 Ticket #3764 (Add standard interaction patterns to GBS HTTP protocol spec) created by itamarst
The HTTP protocol spec includes a number of endpoints, but doesn't …
18:51 Ticket #3763 (Potential issues with `PUT /v1/lease/:storage_index` in GBS protocol) created by itamarst
1. It says "If there are no shares for the given storage_index then …
18:33 Ticket #3762 (Determine what the new storage client HTTP protocol's version verb returns) created by itamarst
The protocol has a version endpoint. Should it return the same thing …
18:19 Ticket #3761 (Sketch of proposed GBS Python interface) created by itamarst
In order to refactor the Tahoe-LAFS client code to support two …
11:57 Changeset in trunk [f7f08c9] by fenn-cs <fenn25.fn@…>
Refactored test_root to be consistent with base testcases …

2021-08-13:

23:09 Changeset in trunk [27c8e62] by fenn-cs <fenn25.fn@…>
Replaced fixed arg with dynamic args in log_call_deferred …
17:22 Changeset in trunk [492bcbb] by fenn-cs <fenn25.fn@…>
Refactored test_logs to be consistent with base testcases …
13:47 Ticket #3760 (The old `codechecks` are no longer run by CI) closed by GitHub <noreply@…>
fixed: In [changeset:"561429ff5b0ebb5cf3869fde49f60eed07479f53/trunk"
13:47 Changeset in trunk [561429ff] by GitHub <noreply@…>
Merge pull request #1102 from LeastAuthority?/3760.run-codechecks3 Try …
13:24 Changeset in trunk [9a8faae2] by Jean-Paul Calderone <exarkun@…>
Remove PYTHONIOENCODING, set for towncrier, no longer run here

2021-08-12:

20:50 Changeset in trunk [52a61e8] by Jean-Paul Calderone <exarkun@…>
news fragment
20:50 Changeset in trunk [acc8cbd] by Jean-Paul Calderone <exarkun@…>
Remove use of the mock module from test_status
16:11 Changeset in trunk [85ba656] by Jean-Paul Calderone <exarkun@…>
Try to make sure fixed argv is used on Py27+Windows Previous version …
Note: See TracTimeline for information about the timeline view.