This commit is contained in:
@@ -0,0 +1,135 @@
|
||||
[model]
|
||||
name = Remote Project
|
||||
label = {{ this.title }}
|
||||
hidden = yes
|
||||
|
||||
[children]
|
||||
model = devlog
|
||||
order_by = title
|
||||
|
||||
[fields.schema_version]
|
||||
label = Publishing schema
|
||||
type = integer
|
||||
|
||||
[fields.project_id]
|
||||
label = Project ID
|
||||
type = string
|
||||
|
||||
[fields.title]
|
||||
label = Title
|
||||
type = string
|
||||
size = large
|
||||
|
||||
[fields.summary]
|
||||
label = Summary
|
||||
type = text
|
||||
|
||||
[fields.status]
|
||||
label = Status
|
||||
type = select
|
||||
choices = active, released, maintained, archived
|
||||
choice_labels = Active, Released, Maintained, Archived
|
||||
|
||||
[fields.started]
|
||||
label = Started
|
||||
type = date
|
||||
|
||||
[fields.author]
|
||||
label = Author
|
||||
type = string
|
||||
|
||||
[fields.repository_url]
|
||||
label = Repository
|
||||
type = url
|
||||
|
||||
[fields.default_branch]
|
||||
label = Default branch
|
||||
type = string
|
||||
|
||||
[fields.logo]
|
||||
label = Logo
|
||||
type = string
|
||||
|
||||
[fields.tags]
|
||||
label = Technologies
|
||||
type = strings
|
||||
|
||||
[fields.technology_tags]
|
||||
label = Imported technologies
|
||||
type = strings
|
||||
|
||||
[fields.body]
|
||||
label = Exhibition narrative
|
||||
type = markdown
|
||||
|
||||
[fields.kicker]
|
||||
label = Type
|
||||
type = string
|
||||
|
||||
[fields.date]
|
||||
label = Listing date
|
||||
type = date
|
||||
|
||||
[fields.repository_readme_url]
|
||||
label = README URL
|
||||
type = url
|
||||
|
||||
[fields.repository_commit]
|
||||
label = Imported commit
|
||||
type = string
|
||||
|
||||
[fields.repository_commit_short]
|
||||
label = Short commit
|
||||
type = string
|
||||
|
||||
[fields.repository_commit_url]
|
||||
label = Commit URL
|
||||
type = url
|
||||
|
||||
[fields.repository_commit_message]
|
||||
label = Commit message
|
||||
type = string
|
||||
|
||||
[fields.repository_commit_author]
|
||||
label = Commit author
|
||||
type = string
|
||||
|
||||
[fields.repository_commit_date]
|
||||
label = Commit date
|
||||
type = datetime
|
||||
|
||||
[fields.repository_license]
|
||||
label = License
|
||||
type = string
|
||||
|
||||
[fields.repository_languages]
|
||||
label = Languages
|
||||
type = strings
|
||||
|
||||
[fields.repository_open_issues]
|
||||
label = Open issues
|
||||
type = integer
|
||||
|
||||
[fields.repository_stars]
|
||||
label = Stars
|
||||
type = integer
|
||||
|
||||
[fields.repository_forks]
|
||||
label = Forks
|
||||
type = integer
|
||||
|
||||
[fields.repository_latest_release]
|
||||
label = Latest release
|
||||
type = string
|
||||
|
||||
[fields.repository_latest_release_url]
|
||||
label = Latest release URL
|
||||
type = url
|
||||
|
||||
[fields.synchronized_at]
|
||||
label = Synchronized
|
||||
type = datetime
|
||||
|
||||
[fields.sync_status]
|
||||
label = Synchronization status
|
||||
type = string
|
||||
Reference in New Issue
Block a user