-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.yml
80 lines (79 loc) · 2.83 KB
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
version: 10.12.0devel
process_injector: midgardmvc_ui_create_injector
authors:
bergie:
name: Henri Bergius
email: henri.bergius@iki.fi
url: http://bergie.iki.fi/
requires:
midgardmvc_helper_workflow:
- {type: github, user: bergie, repository: midgardmvc_helper_workflow, branch: master}
midgardmvc_helper_attachmentserver:
- {type: github, user: bergie, repository: midgardmvc_helper_attachmentserver, branch: master}
create:
- {type: github, user: bergie, repository: create, branch: master}
routes:
midgardmvc_create_object:
controller: midgardmvc_ui_create_controllers_backbone
action: object
path: '/mgd:create/object'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_state_new:
controller: midgardmvc_ui_create_controllers_aloha
action: state_new
path: '/mgd:create/state/{$type}'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_state:
controller: midgardmvc_ui_create_controllers_aloha
action: state
path: '/mgd:create/state/{$type}/{$identifier}'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_run:
controller: midgardmvc_ui_create_controllers_aloha
action: run
path: '/mgd:create/run/{$type}/{$identifier}/{$workflow}'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_image_latest:
controller: midgardmvc_ui_create_controllers_image
action: search
path: '/mgd:create/image/search'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_image_search:
controller: midgardmvc_ui_create_controllers_image
action: search
path: '/mgd:create/image/search/{$searchterm}'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_image_upload:
controller: midgardmvc_ui_create_controllers_image
action: upload
path: '/mgd:create/image/upload'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json
midgardmvc_create_image_associatelocation:
controller: midgardmvc_ui_create_controllers_image
action: associatelocation
path: '/mgd:create/image/associatelocation/{$identifier}'
root_only: true
mimetype: application/json
template_aliases:
root: midgardmvc-show-json