Merge branch 'develop' into feature/import_git_from_url

This commit is contained in:
Eduard Heimbuch
2020-12-02 14:39:45 +01:00
71 changed files with 2240 additions and 588 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

View File

@@ -34,6 +34,19 @@ Beispielsweise wird der Text hitchhiker/HeartOfGold@1a2b3c4 zu einem Link zu dem
![Repository-Code-Changesets](assets/repository-code-changesetDetails.png)
#### Tags
Alle Tags eines Changesets werden in der oberen rechten Ecke der Detailseite angezeigt.
![Repository-Code-Changesets](assets/repository-code-changeset-with-tag.png)
#### 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.
![Repository-Code-Changeset-Create-Tag](assets/repository-code-changeset-create-tag.png)
### 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:

View File

@@ -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 Detailseite](assets/repository-tag-detailView.png)
#### 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.
![Tag Signatures](assets/repository-tag-signatures.png)
### Tags löschen
Tags können direkt von der Übersicht aus oder auf der Detailseite gelöscht werden.

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 236 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB

After

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 245 KiB

After

Width:  |  Height:  |  Size: 211 KiB

View File

@@ -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.
![Repository-Code-Changesets](assets/repository-code-changesetDetails.png)
#### Tags
All tags for a changeset are displayed in the top-right corner of the details page.
![Repository-Code-Changesets](assets/repository-code-changeset-with-tag.png)
#### 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.
![Repository-Code-Changeset-Create-Tag](assets/repository-code-changeset-create-tag.png)
### 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:

View File

@@ -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 Details Page](assets/repository-tag-detailView.png)
#### 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.
![Tag Signatures](assets/repository-tag-signatures.png)
### Deleting Tags
Tags can be deleted directly on the tags overview page or on the details page of the tag.