Mark token source of truth in scan output
This commit is contained in:
+6
-5
@@ -307,8 +307,8 @@ Typowy wynik:
|
||||
items
|
||||
item source id server scheme host port credential repo_user store_user token sync
|
||||
---- ----------- ---------- ------ ------ --------------- ----- ---------- --------- ---------- ----- ----
|
||||
1 repo r1 gitea http 77.90.8.171 3001 auth u1 u1 yes yes
|
||||
1 tokens.json t1 gitea http 77.90.8.171 3001 store u1 u1 yes yes
|
||||
1 repo r1 gitea http 77.90.8.171 3001 auth u1 u1 yes
|
||||
1 tokens.json t1 gitea http 77.90.8.171 3001 store u1 u1 yes *
|
||||
```
|
||||
|
||||
Jesli remote istnieje, ale ma URL bez `LOGIN:TOKEN@`, wynik bedzie mial
|
||||
@@ -318,7 +318,8 @@ endpoint istnieje w `tokens.json`, drugi wiersz tego samego `item` pokaze
|
||||
|
||||
Ten sam numer `item` oznacza jedna pare logiczna dla jednego endpointu. Wiersz
|
||||
`source=repo` pokazuje stan remote, a wiersz `source=tokens.json` pokazuje stan
|
||||
lokalnego store. Kolumna `sync` jest flaga zgodnosci calej pary repo/store.
|
||||
lokalnego store. Kolumna `sync` pokazuje `*` przy aktualnym zrodle prawdy dla
|
||||
pary repo/store. Przy konflikcie pokazuje `!`.
|
||||
Kolumna `id` pokazuje identyfikator miejsca przechowywania tokena: dla repo jest
|
||||
to nazwa remota, na przyklad `r1`, a dla store nazwa tokenu, na przyklad `t1`.
|
||||
Endpoint jest rozbity na `server`, `scheme`, `host` i `port`.
|
||||
@@ -387,8 +388,8 @@ token_path<TAB>...
|
||||
items
|
||||
item source id server scheme host port credential repo_user store_user token sync
|
||||
---- ----------- ---------- ------ ------ --------------- ----- ---------- --------- ---------- ----- ----
|
||||
1 repo r1 gitea http 77.90.8.171 3001 plain u1 no no
|
||||
1 tokens.json t1 gitea http 77.90.8.171 3001 store u1 u1 yes no
|
||||
1 repo r1 gitea http 77.90.8.171 3001 plain u1 no
|
||||
1 tokens.json t1 gitea http 77.90.8.171 3001 store u1 u1 yes *
|
||||
|
||||
status
|
||||
item<TAB>value
|
||||
|
||||
Reference in New Issue
Block a user