dmart 1.4.40.post5__py3-none-any.whl → 1.4.40.post7__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. dmart/cxb/assets/{EntryRenderer-QpjKwgQI.js → EntryRenderer-Dl21Ysgp.js} +1 -1
  2. dmart/cxb/assets/{ListView-Cz-UZmqX.js → ListView-C_wRAfdT.js} +1 -1
  3. dmart/cxb/assets/{_module-CDkgIsM3.js → _module-Bm3T06xS.js} +1 -1
  4. dmart/cxb/assets/{_module-DvU-yewY.js → _module-MiGz5eGu.js} +1 -1
  5. dmart/cxb/assets/{index-CwevVSTS.js → index-BhQ5LUMe.js} +1 -1
  6. dmart/cxb/assets/{index-i_zxDl_u.js → index-CaAQl5Gz.js} +2 -2
  7. dmart/cxb/assets/{index-PIn1toui.js → index-Clz9NEW5.js} +1 -1
  8. dmart/cxb/assets/{index-B7TuVFro.js → index-De7lX1xZ.js} +1 -1
  9. dmart/cxb/assets/{index-PaDjlbgT.js → index-DfVT_WZY.js} +1 -1
  10. dmart/cxb/assets/{index-BeplzYRb.js → index-jNnn2ioU.js} +1 -1
  11. dmart/cxb/index.html +1 -1
  12. dmart/dmart.py +18 -3
  13. dmart/info.json +1 -1
  14. dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
  15. dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
  16. dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
  17. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
  18. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
  19. dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
  20. dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
  21. dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
  22. dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
  23. dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
  24. dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
  25. dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
  26. dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
  27. dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
  28. dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
  29. dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
  30. dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
  31. dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
  32. dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
  33. dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
  34. dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
  35. dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
  36. dmart/sample/spaces/applications/api/applications.json +1 -0
  37. dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
  38. dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
  39. dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
  40. dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
  41. dmart/sample/spaces/applications/api/management/update_password.json +1 -0
  42. dmart/sample/spaces/applications/api/management.json +1 -0
  43. dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
  44. dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
  45. dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
  46. dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
  47. dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
  48. dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
  49. dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
  50. dmart/sample/spaces/applications/api/user_profile.json +1 -0
  51. dmart/sample/spaces/applications/api.json +1 -0
  52. dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
  53. dmart/sample/spaces/applications/collections.json +1 -0
  54. dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
  55. dmart/sample/spaces/applications/configurations/time_out.json +1 -0
  56. dmart/sample/spaces/applications/configurations.json +19 -0
  57. dmart/sample/spaces/applications/errors.json +1 -0
  58. dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
  59. dmart/sample/spaces/applications/logs.json +1 -0
  60. dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
  61. dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
  62. dmart/sample/spaces/applications/queries/order.json +1 -0
  63. dmart/sample/spaces/applications/queries.json +1 -0
  64. dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
  65. dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
  66. dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
  67. dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
  68. dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
  69. dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
  70. dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
  71. dmart/sample/spaces/applications/schema/api.json +28 -0
  72. dmart/sample/spaces/applications/schema/configuration.json +1 -0
  73. dmart/sample/spaces/applications/schema/error.json +43 -0
  74. dmart/sample/spaces/applications/schema/log.json +1 -0
  75. dmart/sample/spaces/applications/schema/query.json +118 -0
  76. dmart/sample/spaces/applications/schema/translation.json +26 -0
  77. dmart/sample/spaces/applications/schema.json +1 -0
  78. dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
  79. dmart/sample/spaces/applications/translations.json +1 -0
  80. dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
  81. dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
  82. dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
  83. dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
  84. dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
  85. dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
  86. dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
  87. dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
  88. dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
  89. dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
  90. dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
  91. dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
  92. dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
  93. dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
  94. dmart/sample/spaces/management/.dm/events.jsonl +32 -0
  95. dmart/sample/spaces/management/.dm/meta.space.json +48 -0
  96. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
  97. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
  98. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
  99. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
  100. dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
  101. dmart/sample/spaces/management/collections.json +1 -0
  102. dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
  103. dmart/sample/spaces/management/groups.json +1 -0
  104. dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
  105. dmart/sample/spaces/management/health_check.json +1 -0
  106. dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
  107. dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
  108. dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
  109. dmart/sample/spaces/management/notifications.json +1 -0
  110. dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
  111. dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
  112. dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
  113. dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
  114. dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
  115. dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
  116. dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
  117. dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
  118. dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
  119. dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
  120. dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
  121. dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
  122. dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
  123. dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
  124. dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
  125. dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
  126. dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
  127. dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
  128. dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
  129. dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
  130. dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
  131. dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
  132. dmart/sample/spaces/management/permissions.json +1 -0
  133. dmart/sample/spaces/management/requests.json +1 -0
  134. dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
  135. dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
  136. dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
  137. dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
  138. dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
  139. dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
  140. dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
  141. dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
  142. dmart/sample/spaces/management/roles.json +1 -0
  143. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
  144. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
  145. dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
  146. dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
  147. dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
  148. dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
  149. dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
  150. dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
  151. dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
  152. dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
  153. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
  154. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
  155. dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
  156. dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
  157. dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
  158. dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
  159. dmart/sample/spaces/management/schema/api.json +1 -0
  160. dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
  161. dmart/sample/spaces/management/schema/health_check.json +8 -0
  162. dmart/sample/spaces/management/schema/meta_schema.json +74 -0
  163. dmart/sample/spaces/management/schema/metafile.json +153 -0
  164. dmart/sample/spaces/management/schema/notification.json +28 -0
  165. dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
  166. dmart/sample/spaces/management/schema/view.json +23 -0
  167. dmart/sample/spaces/management/schema/workflow.json +87 -0
  168. dmart/sample/spaces/management/schema.json +1 -0
  169. dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
  170. dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
  171. dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
  172. dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
  173. dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
  174. dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
  175. dmart/sample/spaces/management/workflows/channel.json +148 -0
  176. dmart/sample/spaces/management/workflows.json +1 -0
  177. dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
  178. dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
  179. dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
  180. dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
  181. dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
  182. dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
  183. dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
  184. dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
  185. dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
  186. dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
  187. dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
  188. dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
  189. dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
  190. dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
  191. dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
  192. dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
  193. dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
  194. dmart/sample/test/.gitignore +2 -0
  195. dmart/sample/test/createcontent.json +9 -0
  196. dmart/sample/test/createmedia.json +9 -0
  197. dmart/sample/test/createmedia_entry.json +6 -0
  198. dmart/sample/test/createschema.json +8 -0
  199. dmart/sample/test/createschemawork.json +11 -0
  200. dmart/sample/test/createticket.json +13 -0
  201. dmart/sample/test/data.json +4 -0
  202. dmart/sample/test/deletecontent.json +12 -0
  203. dmart/sample/test/logo.jpeg +0 -0
  204. dmart/sample/test/my.jpg +0 -0
  205. dmart/sample/test/myticket.json +23 -0
  206. dmart/sample/test/resources.csv +12 -0
  207. dmart/sample/test/schema.json +16 -0
  208. dmart/sample/test/temp.json +1 -0
  209. dmart/sample/test/test.dmart +45 -0
  210. dmart/sample/test/ticket_schema.json +23 -0
  211. dmart/sample/test/ticket_workflow.json +85 -0
  212. dmart/sample/test/ticketbody.json +4 -0
  213. dmart/sample/test/ticketcontent.json +14 -0
  214. dmart/sample/test/updatecontent.json +20 -0
  215. dmart/sample/test/workflow_schema.json +68 -0
  216. dmart/set_admin_passwd.py +3 -14
  217. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/METADATA +1 -1
  218. dmart-1.4.40.post7.dist-info/RECORD +489 -0
  219. dmart-1.4.40.post5.dist-info/RECORD +0 -287
  220. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/WHEEL +0 -0
  221. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/entry_points.txt +0 -0
  222. {dmart-1.4.40.post5.dist-info → dmart-1.4.40.post7.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,23 @@
1
+ {
2
+ "title": "Ticket Schema",
3
+ "description": "Ticket Schema description",
4
+ "type": "object",
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "assigne_shortname": {
8
+ "type": "string",
9
+ "title": "assigne_shortname",
10
+ "readOnly": true,
11
+ "default": "assigne_shortname"
12
+ },
13
+ "ticket_type": {
14
+ "title": "ticket_type",
15
+ "type": "string",
16
+ "enum": [
17
+ "code_change",
18
+ "story",
19
+ "devops"
20
+ ]
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "name": "Sample ticket workflow",
3
+ "description": "Just an example",
4
+ "states": [
5
+ {
6
+ "name": "Initial ticket status",
7
+ "state": "backlog",
8
+ "next": [
9
+ {
10
+ "role": "team_member",
11
+ "state": "to_do",
12
+ "action": "planned"
13
+ }
14
+ ]
15
+ },
16
+ {
17
+ "name": "Assigned",
18
+ "state": "to_do",
19
+ "next": [
20
+ {
21
+ "state": "bulding",
22
+ "role": "team_member",
23
+ "action": "started"
24
+ }
25
+ ]
26
+ },
27
+ {
28
+ "name": "Beinng implemented",
29
+ "state": "building",
30
+ "next": [
31
+ {
32
+ "state": "on_hold",
33
+ "role": "team_member",
34
+ "action": "blocked"
35
+ },
36
+ {
37
+ "state": "testing",
38
+ "role": "team_member",
39
+ "action": "test"
40
+ }
41
+ ]
42
+ },
43
+ {
44
+ "name": "Blocked",
45
+ "state": "on_hold",
46
+ "next": [
47
+ {
48
+ "state": "to_do",
49
+ "role": "team_member",
50
+ "action": "resolved"
51
+ }
52
+ ]
53
+ },
54
+ {
55
+ "name": "Bug/s while testing",
56
+ "state": "testing",
57
+ "next": [
58
+ {
59
+ "state": "building",
60
+ "role": "team_member",
61
+ "action": "buggy"
62
+ },
63
+ {
64
+ "state": "done",
65
+ "role": "team_member",
66
+ "action": "verified"
67
+ },
68
+ {
69
+ "state": "deprecated",
70
+ "role": "team_member",
71
+ "action": "deprecate"
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "name": "Task Completed",
77
+ "state": "done"
78
+ },
79
+ {
80
+ "name": "Task depricated",
81
+ "state": "deprecated"
82
+ }
83
+ ],
84
+ "initial_state": "backlog"
85
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "price": 22,
3
+ "name": "story"
4
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "resource_type": "ticket",
3
+ "subpath": "/myfolder",
4
+ "shortname": "an_example",
5
+ "attributes": {
6
+ "workflow_shortname": "myworkflow",
7
+ "is_active": true,
8
+ "payload": {
9
+ "schema_shortname": "test_schema",
10
+ "content_type": "json",
11
+ "body":"ticketbody.json"
12
+ }
13
+ }
14
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "space_name": "dummy",
3
+ "request_type": "update",
4
+ "records": [
5
+ {
6
+ "resource_type": "content",
7
+ "subpath": "myfolder",
8
+ "shortname": "buyer_123",
9
+ "attributes": {
10
+ "schema_shortname": "mytestsc",
11
+ "tags": [
12
+ "fun_UPDATED",
13
+ "personal_UPDATED"
14
+ ],
15
+ "name": "NEW_Eggs",
16
+ "price": 99934.99
17
+ }
18
+ }
19
+ ]
20
+ }
@@ -0,0 +1,68 @@
1
+ {
2
+ "title": "Ticket Workflow Schema",
3
+ "description": "Ticket Workflow Schema description",
4
+ "type": "object",
5
+ "additionalProperties": false,
6
+ "properties": {
7
+ "initial_state": {
8
+ "title": "name",
9
+ "description": "name description",
10
+ "type": "string"
11
+ },
12
+ "name": {
13
+ "title": "name",
14
+ "description": "name description",
15
+ "type": "string"
16
+ },
17
+ "description": {
18
+ "title": "description",
19
+ "description": "description description",
20
+ "type": "string"
21
+ },
22
+ "states": {
23
+ "type": "array",
24
+ "items": {
25
+ "title": "transition",
26
+ "description": "name description",
27
+ "type": "object",
28
+ "properties": {
29
+ "name": {
30
+ "title": "name",
31
+ "description": "name description",
32
+ "type": "string"
33
+ },
34
+ "state": {
35
+ "title": "state",
36
+ "description": "current description",
37
+ "type": "string"
38
+ },
39
+ "next": {
40
+ "title": "next",
41
+ "description": "List of next possible sstate stransitions",
42
+ "type": "array",
43
+ "items": {
44
+ "type": "object",
45
+ "properties": {
46
+ "role": {
47
+ "title": "role",
48
+ "description": "user role",
49
+ "type": "string"
50
+ },
51
+ "action": {
52
+ "title": "action",
53
+ "description": "The action required to apply this change",
54
+ "type": "string"
55
+ },
56
+ "state": {
57
+ "title": "Next state",
58
+ "description": "The next state of the ticket once the action is applied",
59
+ "type": "string"
60
+ }
61
+ }
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }
68
+ }
dmart/set_admin_passwd.py CHANGED
@@ -52,29 +52,18 @@ login_creds_sample = Path(__file__).resolve().parent / "login_creds.sh.sample"
52
52
  if login_creds_sample.exists():
53
53
  home_dmart = Path.home() / ".dmart"
54
54
  home_dmart.mkdir(parents=True, exist_ok=True)
55
-
56
- # Create custom_plugins sub folder (empty by default)
57
- custom_plugins = home_dmart / "spaces" / "custom_plugins"
58
- custom_plugins.mkdir(parents=True, exist_ok=True)
59
-
60
- # Create login_creds.sh inside ~/.dmart
55
+
61
56
  login_creds_path = home_dmart / "login_creds.sh"
62
57
  with open(login_creds_path, 'w') as creds:
63
58
  subprocess.run( [ "sed", f"s/xxxx/{password}/g", str(login_creds_sample) ], stdout=creds)
64
59
 
65
- # Update cli.ini if it exists
60
+
66
61
  cli_ini_path = home_dmart / "cli.ini"
67
62
  if cli_ini_path.exists():
68
63
  try:
69
64
  with open(cli_ini_path, 'r') as f:
70
65
  content = f.read()
71
-
72
- # Replace password for dmart user
73
- # Assuming the format is password = "..."
74
- # We need to be careful not to replace other passwords if any, but cli.ini usually has one
75
- # Or we can look for specific pattern if we know the structure
76
-
77
- # A simple regex replacement for password = "..."
66
+
78
67
  new_content = re.sub(r'password\s*=\s*".*"', f'password = "{password}"', content)
79
68
 
80
69
  with open(cli_ini_path, 'w') as f:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dmart
3
- Version: 1.4.40.post5
3
+ Version: 1.4.40.post7
4
4
  Requires-Python: >=3.11
5
5
  Requires-Dist: fastapi
6
6
  Requires-Dist: pydantic