Difference between revisions of "Help:Commit"
Jump to navigation
Jump to search
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
Tim Holzheim (talk | contribs) (Created with the template CreateHelpPageTest by Tim Holzheim through LambdaActions) |
||
Line 21: | Line 21: | ||
|mainlabel=Commit | |mainlabel=Commit | ||
− | | ?Property | + | | ?Property allowedValues = allowedValues |
− | | ?Property | + | | ?Property defaultValue = defaultValue |
− | | ?Property | + | | ?Property documentation = documentation |
+ | |||
+ | | ?Property index = index | ||
+ | |||
+ | | ?Property inputType = inputType | ||
+ | |||
+ | | ?Property isLink = isLink | ||
+ | |||
+ | | ?Property label = label | ||
+ | |||
+ | | ?Property mandatory = mandatory | ||
| ?Property name = name | | ?Property name = name | ||
− | | ?Property | + | | ?Property namespace = namespace |
+ | |||
+ | | ?Property nullable = nullable | ||
+ | |||
+ | | ?Property primaryKey = primaryKey | ||
+ | |||
+ | | ?Property showInGrid = showInGrid | ||
+ | |||
+ | | ?Property size = size | ||
+ | |||
+ | | ?Property sortPos = sortPos | ||
+ | |||
+ | | ?Property topic = topic | ||
+ | |||
+ | | ?Property type = type | ||
− | | ?Property | + | | ?Property uploadable = uploadable |
− | | ?Property | + | | ?Property values_from = values_from |
|order=ascending | |order=ascending | ||
Line 41: | Line 65: | ||
− | [[ | + | [[Concept:Commit]] |
Revision as of 17:26, 9 February 2021
Help for Commit
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
File:GitLogo.png | Commit | Commit | Commits | A Git commit |
Documentation
A Git commit
Example Commits
Properties
Commit | allowedValues | defaultValue | documentation | index | inputType | isLink | label | mandatory | name | namespace | nullable | primaryKey | showInGrid | size | sortPos | topic | type | uploadable | values_from |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Commit date | The date/time of the commit | 6 | false | date | true | date | false | false | 1 | Commit | Types/Date | false | |||||||
Commit hash | the hash of the commit | 7 | false | hash | true | hash | true | false | Commit | Types/Text | |||||||||
Commit host | http://git.bitplan.com | the host of the git repository of this commit | 1 | false | host | true | host | false | false | Commit | Types/URL | false | |||||||
Commit name | The name of the user that did the commit | 5 | false | name | true | name | false | false | Commit | Types/Text | false | ||||||||
Commit path | /source/java/ | the path to the repository of this commit | 2 | false | path | true | path | false | false | Commit | Types/Text | false | |||||||
Commit project | the project the commit belong to | 3 | false | project | true | project | false | false | Commit | Types/Text | false | ||||||||
Commit subject | The subject of the commit | 4 | false | subject | true | subject | false | false | Commit | Types/Text | false |