Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checklistapi
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
checklistapi
Merge requests
!15
Start writing tests and stuff
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Start writing tests and stuff
issue/checklistapi-3475410:3475410-convert-storage-backends
into
3.0.x
Overview
0
Commits
5
Pipelines
4
Changes
8
Open
Adam G-H
requested to merge
issue/checklistapi-3475410:3475410-convert-storage-backends
into
3.0.x
9 months ago
Overview
0
Commits
5
Pipelines
4
Changes
8
Expand
Closes
#3475410
0
0
Merge request reports
Compare
3.0.x
version 3
ff8be657
9 months ago
version 2
a8f20206
9 months ago
version 1
0902c762
9 months ago
3.0.x (HEAD)
and
latest version
latest version
2a383add
5 commits,
9 months ago
version 3
ff8be657
4 commits,
9 months ago
version 2
a8f20206
3 commits,
9 months ago
version 1
0902c762
1 commit,
9 months ago
8 files
+
345
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
config/schema/checklistapi.schema.yml
+
94
−
25
Options
@@ -32,33 +32,102 @@ checklistapi.checklist.*:
weight
:
type
:
weight
label
:
'
Weight'
<<<<<<< HEAD
tasks
:
type
:
sequence
label
:
'
Tasks'
sequence
:
type
:
mapping
label
:
'
Task'
mapping
:
title
:
type
:
label
label
:
'
Title'
description
:
type
:
text
label
:
'
Description'
group
:
type
:
string
label
:
'
Group'
nullable
:
true
conditions
:
type
:
sequence
label
:
'
Fulfillment
conditions'
sequence
:
type
:
condition.plugin.[id]
label
:
'
Condition
plugin
configuration'
weight
:
type
:
weight
label
:
'
Weight'
links
:
type
:
sequence
label
:
'
Links'
sequence
:
type
:
mapping
label
:
'
Link'
mapping
:
text
:
type
:
label
label
:
'
Link
text'
uri
:
type
:
string
label
:
'
Link
URI'
weight
:
type
:
weight
label
:
'
Weight'
options
:
type
:
mapping
label
:
'
URL
options'
mapping
:
query
:
type
:
ignore
label
:
'
Query
parameters'
fragment
:
type
:
string
label
:
'
Named
anchor'
absolute
:
type
:
boolean
label
:
'
Generate
absolute
URL'
attributes
:
type
:
ignore
label
:
'
Link
attributes'
language
:
type
:
langcode
label
:
'
Language
code'
https
:
type
:
boolean
label
:
'
Generate
HTTPS
URL'
storage
:
type
:
checklist.storage.[type]
label
:
'
Storage
options'
checklist.storage
:
type
:
mapping
label
:
'
Storage
options'
mapping
:
type
:
type
:
string
label
:
'
Plugin
ID'
checklist.storage.config
:
type
:
checklist.storage
label
:
'
Config
storage
options'
checklist.storage.key_value
:
type
:
checklist.storage
label
:
'
Key-value
storage
options'
mapping
:
expire_in
:
type
:
integer
label
:
'
How
long,
in
seconds,
to
store
the
current
task
state'
checklistapi.progress.*
:
type
:
config_object
label
:
"
Checklist
saved
progress"
mapping
:
progress
:
type
:
mapping
label
:
"
The
saved
progress
data."
mapping
:
"
#changed"
:
type
:
integer
label
:
"
Last
changed
timestamp"
"
#changed_by"
:
type
:
string
label
:
"
Last
change
user
ID"
"
#completed_items"
:
type
:
integer
label
:
"
Number
of
completed
items"
"
#items"
:
type
:
sequence
label
:
"
Checklist
items"
sequence
:
type
:
mapping
mapping
:
"
#completed"
:
type
:
integer
label
:
"
Completed
timestamp"
"
#uid"
:
type
:
string
label
:
"
Completed
user
ID"
task_states
:
type
:
sequence
label
:
'
Task
states'
sequence
:
type
:
string
label
:
'
Task
state'
Loading