Merge branch 'develop' into feature/import_git_from_url
|
After Width: | Height: | Size: 127 KiB |
BIN
docs/de/user/repo/assets/repository-code-changeset-with-tag.png
Normal file
|
After Width: | Height: | Size: 235 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 201 KiB |
BIN
docs/de/user/repo/assets/repository-tag-signatures.png
Normal file
|
After Width: | Height: | Size: 197 KiB |
@@ -34,6 +34,19 @@ Beispielsweise wird der Text hitchhiker/HeartOfGold@1a2b3c4 zu einem Link zu dem
|
||||
|
||||

|
||||
|
||||
#### Tags
|
||||
|
||||
Alle Tags eines Changesets werden in der oberen rechten Ecke der Detailseite angezeigt.
|
||||
|
||||

|
||||
|
||||
#### Tags erstellen
|
||||
|
||||
Neue Tags für ein Changeset können direkt in dessen Übersichtsseite erstellt werden.
|
||||
Es muss lediglich ein gewünschter Name angegeben werden, welcher die gleichen Formatierungsbeschränkungen wie Branches erfüllt.
|
||||
|
||||

|
||||
|
||||
### Datei Details
|
||||
Nach einem Klick auf eine Datei in den Sources landet man in der Detailansicht der Datei. Dabei sind je nach Dateiformat unterschiedliche Ansichten zu sehen:
|
||||
|
||||
|
||||
@@ -11,3 +11,20 @@ Auf der Tags-Übersicht sind die existierenden Tags nach Erstelldatum absteigend
|
||||
Hier wird ein Befehl zum Arbeiten mit dem Tag auf einer Kommandozeile aufgeführt.
|
||||
|
||||

|
||||
|
||||
#### Tag-Signaturen
|
||||
Wenn mindestens eine Signatur für einen Tag existiert, wird der Verifizierungsstatus des Tags als Schlüsselsymbol hinter dessen Namen in der Detailansicht dargestellt.
|
||||
|
||||
Ein Tag kann mehrere Signaturen haben.
|
||||
|
||||
Abhängig vom Status der einzelnen Signaturen, wird das Symbol entsprechend eingefärbt:
|
||||
- wenn mindestens eine Signatur ungültig ist, wird der Schlüssel `rot` dargestellt ANDERNFALLS
|
||||
- wenn mindestens eine Signatur gültigt ist, wird der Schlüssel `grün` dargestellt ANDERNFALLS
|
||||
- wird der Schlüssel `grau` dargestellt
|
||||
|
||||
Wird der Mauszeiger über das Symbol bewegt, erscheint eine Liste aller Signaturen des Tags.
|
||||
|
||||

|
||||
|
||||
### Tags löschen
|
||||
Tags können direkt von der Übersicht aus oder auf der Detailseite gelöscht werden.
|
||||
|
||||
|
After Width: | Height: | Size: 120 KiB |
BIN
docs/en/user/repo/assets/repository-code-changeset-with-tag.png
Normal file
|
After Width: | Height: | Size: 236 KiB |
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 201 KiB |
BIN
docs/en/user/repo/assets/repository-tag-signatures.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 245 KiB After Width: | Height: | Size: 211 KiB |
@@ -32,9 +32,20 @@ You can expand the diffs gradually or completely by clicking on the blue bars.
|
||||
If commit links formatted like "namespace/name@commitId" are used in the changeset description they will be rendered to internal links.
|
||||
For example the text hitchhiker/HeartOfGold@1a2b3c4 will be transformed to a link directing to the commit 1a2b3c4 of the repository hitchhiker/heartOfGold.
|
||||
|
||||
|
||||

|
||||
|
||||
#### Tags
|
||||
|
||||
All tags for a changeset are displayed in the top-right corner of the details page.
|
||||
|
||||

|
||||
|
||||
#### Creating Tags
|
||||
New tags for a changeset can be created directly on its details page.
|
||||
Only a name has to be provided that meets the same formatting conditions as branches.
|
||||
|
||||

|
||||
|
||||
### File Details
|
||||
After clicking on a file in the sources, the details of the file are shown. Depending on the format of the file, there are different views:
|
||||
|
||||
|
||||
@@ -11,3 +11,20 @@ The tag overview shows the tags that exist for this repository. By clicking on a
|
||||
This page shows a command to work with the tag on the command line.
|
||||
|
||||

|
||||
|
||||
#### Tag Signatures
|
||||
If there is at least one signature on the tag, the verification status is displayed as a key icon after its name on its details page.
|
||||
|
||||
A tag can have multiple signatures.
|
||||
|
||||
Depending on the status of the individual signatures, the key will have a distinct color indicator:
|
||||
- if at least one signature on the tag is invalid, the key will be `red` OTHERWISE
|
||||
- if at least one signature is valid, the key will be `green` OTHERWISE
|
||||
- the key will be `gray`
|
||||
|
||||
If you hover the key icon, a list of all signatures on the tag will pop up.
|
||||
|
||||

|
||||
|
||||
### Deleting Tags
|
||||
Tags can be deleted directly on the tags overview page or on the details page of the tag.
|
||||
|
||||