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) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | |||
[[File:Help_Icon.png|right]] | [[File:Help_Icon.png|right]] | ||
Line 15: | Line 17: | ||
{{#ask: [[Concept:Commit]]}} | {{#ask: [[Concept:Commit]]}} | ||
=== Properties === | === Properties === | ||
− | {{#ask: [[Concept:Property]][[Property topic::Concept:Commit]] | + | |
− | | ?Property documentation = documentation | + | {{ #ask: [[Concept:Property]][[Property topic::Concept:Commit]] |
− | | ?Property | + | |mainlabel=Commit |
− | | ?Property name = name | + | |
− | | ?Property | + | | ?Property allowedValues = allowedValues |
− | | ?Property | + | |
− | | ?Property | + | | ?Property defaultValue = defaultValue |
− | | ?Property uploadable = uploadable | + | |
− | | | + | | ?Property documentation = documentation |
− | }} | + | |
+ | | ?Property index = index | ||
+ | |||
+ | | ?Property inputType = inputType | ||
+ | |||
+ | | ?Property isLink = isLink | ||
+ | |||
+ | | ?Property label = label | ||
+ | |||
+ | | ?Property mandatory = mandatory | ||
+ | |||
+ | | ?Property name = name | ||
+ | |||
+ | | ?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 uploadable = uploadable | ||
+ | |||
+ | | ?Property values_from = values_from | ||
+ | |||
+ | |order=ascending | ||
+ | | limit= 200 | ||
+ | }} | ||
+ | |||
− | [[Category:Commit]] | + | [[Category:Concept:Commit]] |
Latest revision as of 17:28, 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 |