@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Fix Config related navigation instructions

Summary:
Numerous Config panels got moved into subsections in rPcb481f36 and rPa72ade94.
Adjust the documentation accordingly.

Test Plan:
* Try to follow these docs, go to http://phorge.localhost/config/, be less confused.
* Optionally, run `./bin/diviner generate` and browse the corrected pages under http://phorge.localhost/diviner

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26266

+15 -15
+3 -3
src/docs/user/cluster/cluster_databases.diviner
··· 120 120 Monitoring Replicas 121 121 =================== 122 122 123 - You can monitor replicas in {nav Config > Database Servers}. This interface 124 - shows you a quick overview of replicas and their health, and can detect some 125 - common issues with replication. 123 + You can monitor replicas in {nav Config > Services > Database Servers}. This 124 + interface shows you a quick overview of replicas and their health, and can 125 + detect some common issues with replication. 126 126 127 127 The table on this page shows each database and current status. 128 128
+2 -2
src/docs/user/cluster/cluster_repositories.diviner
··· 265 265 =================== 266 266 267 267 You can get an overview of repository cluster status from the 268 - {nav Config > Repository Servers} screen. This table shows a high-level 269 - overview of all active repository services. 268 + {nav Config > Services > Repository Servers} screen. This table shows a 269 + high-level overview of all active repository services. 270 270 271 271 **Repos**: The number of repositories hosted on this service. 272 272
+2 -2
src/docs/user/cluster/cluster_search.diviner
··· 127 127 Monitoring Search Services 128 128 ========================== 129 129 130 - You can monitor fulltext search in {nav Config > Search Servers}. This 131 - interface shows you a quick overview of services and their health. 130 + You can monitor fulltext search in {nav Config > Services > Search Servers}. 131 + This interface shows you a quick overview of services and their health. 132 132 133 133 The table on this page shows some basic stats for each configured service, 134 134 followed by the configuration and current status of each host.
+4 -4
src/docs/user/configuration/managing_garbage.diviner
··· 12 12 process called "garbage collection". 13 13 14 14 Garbage collection is performed automatically by the daemons. You can review 15 - all of the installed garbage collectors by browsing to {nav Config > Garbage 16 - Collectors}. 15 + all of the installed garbage collectors by browsing to {nav Config > 16 + Extensions/Modules > Garbage Collectors}. 17 17 18 18 19 19 Configuring Retention Policies ··· 31 31 purposes. 32 32 33 33 You can review the current retention policies in 34 - {nav Config > Garbage Collectors}. To change a policy, use 35 - `bin/garbage set-policy` to select a new policy: 34 + {nav Config > Extensions/Modules > Garbage Collectors}. To change a policy, 35 + use `bin/garbage set-policy` to select a new policy: 36 36 37 37 ``` 38 38 phorge/ $ ./bin/garbage set-policy --collector cache.markup --days 7
+4 -4
src/docs/user/configuration/storage_adjust.diviner
··· 51 51 There are two ways to review outstanding adjustments: you can use the web UI, 52 52 or you can use the CLI. 53 53 54 - To access the web UI, navigate to {nav Config > Database Status} or 55 - {nav Config > Database Issues}. The //Database Status// panel provides a general 56 - overview of all schemata. The //Database Issues// panel shows outstanding 57 - issues. 54 + To access the web UI, navigate to {nav Config > Services > Database Status} or 55 + {nav Config > Services > Schemata Issues}. The //Database Status// panel 56 + provides a general overview of all schemata. The //Schemata Issues// panel 57 + shows outstanding issues. 58 58 59 59 These interfaces report //Errors//, which are serious issues that can not be 60 60 resolved through adjustment, and //Warnings//, which are minor issues that the