Commit Graph

12253 Commits

Author SHA1 Message Date
Sajith Sasidharan
434af7f69e Manual: re-title historical notes 2021-04-02 19:05:28 -04:00
Sajith Sasidharan
f4b6eaad1c Manual: move contributor notes up 2021-04-02 19:03:48 -04:00
Sajith Sasidharan
24db5328d8 Manual: move specifications up 2021-04-02 19:03:12 -04:00
Sajith Sasidharan
c794a15e9f Manual: re-title community section 2021-04-02 19:02:52 -04:00
Sajith Sasidharan
6af64458bc Manual: move release checklist down 2021-04-02 18:56:27 -04:00
Sajith Sasidharan
4aa2176918 Manual: remove "Indices and tables"
Links under "Indices and tables" currently do not do much:

- The index is currently empty
- Module index 404's on readthedocs.io
- Search page is empty
2021-04-02 18:53:14 -04:00
Sajith Sasidharan
6aebd6eb1d Manual: capitalize history section header 2021-04-02 18:53:10 -04:00
Sajith Sasidharan
586819b5eb Manual: merge contributor notes 2021-04-02 18:53:06 -04:00
Sajith Sasidharan
560afb8115 Manual: move stats under tech notes 2021-04-02 18:53:03 -04:00
Sajith Sasidharan
8eb9755610 Manual: move logging under tech notes 2021-04-02 18:52:58 -04:00
Sajith Sasidharan
9e2a3badc6 Manual: move performance under tech notes 2021-04-02 18:52:53 -04:00
Sajith Sasidharan
41668d6f11 Manual: move nodekeys under tech notes 2021-04-02 18:52:48 -04:00
Sajith Sasidharan
d8235b2e4a Manual: move backupdb under tech notes 2021-04-02 18:52:45 -04:00
Sajith Sasidharan
71c3b2578a Manual: move cautions under tech notes 2021-04-02 18:52:41 -04:00
Sajith Sasidharan
22a2b9cb30 Manual: move community information up 2021-04-02 18:52:38 -04:00
Sajith Sasidharan
18c6152254 Manual: move write coordination under tech notes 2021-04-02 18:52:35 -04:00
Sajith Sasidharan
9e6351a876 Manual: move pyOpenSSL on Windows under history 2021-04-02 18:52:31 -04:00
Sajith Sasidharan
92a58212a0 Manual: move web API under technical notes 2021-04-02 18:52:27 -04:00
Sajith Sasidharan
7214ba6b60 Manual: move OS X notes under history 2021-04-02 18:52:24 -04:00
Sajith Sasidharan
c9664c9cdc Manual: move windows notes under history 2021-04-02 18:52:21 -04:00
Sajith Sasidharan
64e702ce0e Manual: move debian notes under history 2021-04-02 18:52:18 -04:00
Sajith Sasidharan
93f4e03d79 Manual: move k-v store notes under technical notes 2021-04-02 18:52:14 -04:00
Sajith Sasidharan
497cd30350 Manual: move filesystem notes under technical notes 2021-04-02 18:52:11 -04:00
Sajith Sasidharan
fef5796659 Manual: move "anonymity configuration" under "running" 2021-04-02 18:52:07 -04:00
Sajith Sasidharan
88af4c8814 Manual: move developer guide up 2021-04-02 18:52:04 -04:00
Sajith Sasidharan
093f1704d4 Manual: move technical notes up 2021-04-02 18:51:58 -04:00
Sajith Sasidharan
abce17abfe Manual: rename "misc info" to "notes for all contributors" 2021-04-02 18:51:54 -04:00
Sajith Sasidharan
aeb8d11886 Manual: move "magic wormhole invites" down 2021-04-02 18:51:49 -04:00
Sajith Sasidharan
ba4b9dfa0a Manual: move "architecture" under "running" 2021-04-02 18:51:44 -04:00
Sajith Sasidharan
5cd52cdcf5 Manual: move "architecture" under "technical notes" 2021-04-02 18:51:39 -04:00
Sajith Sasidharan
046f309c8e Manual: move "known issues" under "running" 2021-04-02 18:51:36 -04:00
Sajith Sasidharan
a138faec93 Manual: add some broad categories 2021-04-02 18:51:29 -04:00
Sajith Sasidharan
b7db99948d Add newsfragment 2021-04-02 17:55:09 -04:00
Sajith Sasidharan
c13fb8d7ef Add a make rule to invoke sphinx-autobuild when building docs 2021-04-02 17:27:32 -04:00
Sajith Sasidharan
1c3b1d0d27 Add newsfragment 2021-04-02 17:25:46 -04:00
Itamar Turner-Trauring
b6528249fb
Merge pull request #1027 from tahoe-lafs/3662.pin-decorator
Pin decorator.

Fixes ticket:3662
2021-04-02 13:01:04 -04:00
Sajith Sasidharan
add2be1b44 Pin decorator
CI broke when decorator 5.0.1 (a dependency via pytest-twisted) with
dropped Python 2.7 compatibility was released.
2021-04-02 10:24:43 -04:00
Sajith Sasidharan
b133d0e7a0
Merge pull request #997 from sajith/3630.update-docs-readme
Update notes about reading/writing docs

Fixes: ticket:3630
2021-03-31 15:50:04 -04:00
May-Lee Sia
93b93f3e7f
Merge pull request #1017 from tahoe-lafs/code-of-conduct
Add May-Lee
2021-03-31 21:43:36 +02:00
May-Lee Sia
bb8295ac61 Add newsfragment 2021-03-31 21:14:50 +02:00
Sajith Sasidharan
2d425ef91a
Merge pull request #1021 from tahoe-lafs/3653.use-newer-coveralls
Use newer coveralls

Fixes: ticket:3653
2021-03-31 12:56:35 -04:00
Sajith Sasidharan
88e3005abb Quote some YAML strings
Following PR review feedback.

Some parts of GitHub Actions configuration follows convention in GA's
documentation, in which YAML strings are not quoted, but that probably
is not a good idea.  We also don't want to change all the strings in
this unrelated set of changes.  So we will quote strings as we go, in
the blocks we touch.
2021-03-31 11:53:02 -04:00
Itamar Turner-Trauring
271951f1f6
Merge pull request #1024 from tahoe-lafs/3658.end-progress
Rip out the unused IProgress API

Fixes ticket:3658
2021-03-31 10:56:05 -04:00
Itamar Turner-Trauring
cf63a3a83a News file. 2021-03-31 10:35:51 -04:00
Itamar Turner-Trauring
0d0dd4dee9 Rip out all references to the unused IProgress API. 2021-03-31 10:35:25 -04:00
Itamar Turner-Trauring
69ece36509
Merge pull request #1018 from tahoe-lafs/3603.scripts-runner-full
3603 Port runner script to Python 3

Fixes ticket:3656
2021-03-31 09:31:31 -04:00
Itamar Turner-Trauring
cef53c40d1 New ticket number. 2021-03-31 09:05:18 -04:00
Itamar Turner-Trauring
75ca085f5d
Merge pull request #1023 from tahoe-lafs/3655.__init__-python-3
Port __init__.py modules to Python 3

Fixes ticket:3655.
2021-03-30 15:06:58 -04:00
Itamar Turner-Trauring
45e21f8f70 Port to Python 3. 2021-03-30 11:05:49 -04:00
Jean-Paul Calderone
f9b61f20ad
Merge pull request #1010 from LeastAuthority/3037.gbs-leases
Add GBS APIs for lease management
2021-03-30 10:25:49 -04:00