Gal Margalit
5058e9e7c7
mistral-dashboard Execution enhancements
...
* fixed main table:
a. execution id now refers to overview screen
b. task refer to corresponding task
* added execution overview screen
* removed duplicate string from prettyprint, shortage should be done on client side, (we don't use it atm)
* Screenshots:
http://i57.tinypic.com/2817r5c.png
http://i58.tinypic.com/23uydmo.png
Partially implements blueprint: mistral-dashboard-executions-screen
Change-Id: I4c580e21299aaccf4cf012c88d2d4c0d91de5710
2015-08-13 11:30:33 +00:00
Jenkins
d908e62639
Merge "mistral-dashboard documentation"
2015-08-13 09:58:02 +00:00
Jenkins
cf4f8b30b7
Merge "Tasks list - removal and addition of a column"
2015-08-13 09:27:38 +00:00
Jenkins
9405f5c9cf
Merge "Add mistral APIException as a Recoverable Exception"
2015-08-13 08:37:45 +00:00
Liat Fried
7ad7d76daa
Tasks list - removal and addition of a column
...
* Added “Workflow Execution ID” column.
* Removed “Parameters” column.
Partially implements blueprint: tasks-screen-improvments
Change-Id: Id1fda76ddc99dbb6762a7deab0821a6f73f0b7a8
2015-08-13 08:29:02 +00:00
Jenkins
e9093fff93
Merge "Add 'update' and 'delete' unit tests for workflows"
2015-08-13 08:26:39 +00:00
Jenkins
248493475f
Merge "Add delete action support"
1.0.0.0b2
2015-08-12 13:43:16 +00:00
Jenkins
7786a7fa51
Merge "Add update action support"
2015-08-12 13:43:03 +00:00
Jenkins
4dff66faa1
Merge "Correct wrong argument name in workbook_delete()"
2015-08-12 11:57:47 +00:00
Jenkins
6711c2747a
Merge "Added execution get method to mistral-dashboard api"
2015-08-12 11:28:04 +00:00
Jenkins
3e6fafa4ce
Merge "Add create action support"
2015-08-12 11:17:08 +00:00
Jenkins
b6b24ee25b
Merge "Add 'index' and 'create' unit tests for workflows"
2015-08-12 10:29:14 +00:00
Zhenguo Niu
c6cbb0322d
Correct wrong argument name in workbook_delete()
...
Change-Id: Iccec4c3b6c8700a1d88db60851b1c2c288046117
2015-08-12 09:52:21 +08:00
Zhenguo Niu
9dc6b9ea7f
Add delete action support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Iceda724d771df567c82180e44200fe60c4e88153
2015-08-12 00:00:25 +08:00
Zhenguo Niu
386f8342a6
Add update action support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: I11241c2c5b8dd3e0f1115cf8bd7df160b7437f82
2015-08-11 23:56:43 +08:00
Zhenguo Niu
9f5ea7c56c
Add create action support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Ibb45f55e72ab37c3942a165b7f9a51522ce75d26
2015-08-11 23:56:12 +08:00
Zhenguo Niu
54a6db0a83
Add mistral APIException as a Recoverable Exception
...
currently we can't handle api exceptions, so add mistral api
exception to Recoverable list
Change-Id: I7afeb0b1c900b9fb1854a9eebc768acf0a9c4c89
Closes-Bug: #1483653
2015-08-11 19:04:00 +08:00
Zhenguo Niu
1852a48472
Add 'update' and 'delete' unit tests for workflows
...
Partially implements blueprint mistral-dashboard-ut
Change-Id: I2e167e48f1d825610bcf15df1dcd7a47d516df57
2015-08-11 10:58:45 +08:00
Gal Margalit
c299503e49
mistral-dashboard documentation
...
* Added PyCharm debug documentation
Partially implements blueprint: mistral-documentation
Change-Id: Ifdf5466d5214e85e97cb491c79742b8c3b35e071
2015-08-10 14:13:47 +00:00
Zhenguo Niu
d6bddedad0
Add 'index' and 'create' unit tests for workflows
...
Partially implements blueprint mistral-dashboard-ut
Change-Id: I3ff0cd8958edf1f50d4da10c51aae8bac652b2b5
2015-08-10 17:59:44 +08:00
Gal Margalit
d407766b05
Added execution get method to mistral-dashboard api
...
* added execution get method to mistral-dashboard api
Partially implements blueprint: mistral-dashboard-executions-screen
Change-Id: I290558b2e44f9cdcff43596b62d88341009a8730
2015-08-09 11:32:44 +00:00
Zhenguo Niu
c85c3a6bbe
Show Action definition
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Ib275d2fb772278d081af69c56dca9d78c46c127c
2015-08-06 23:48:52 +00:00
Zhenguo Niu
c4822e3314
Add actions panel
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: I943c11c63dd5f12df82058a10bfd015d50d41d8c
2015-08-07 07:46:56 +08:00
Jenkins
054f579494
Merge "Add update workbook support"
2015-08-06 15:42:07 +00:00
Jenkins
81fef1246f
Merge "Add test helpers and test data"
2015-08-03 05:33:00 +00:00
Jenkins
028acf9b8c
Merge "Add *.lock and .secret_key_store to .gitignore"
2015-07-28 07:49:48 +00:00
Zhenguo Niu
1676c1d2a0
Add test helpers and test data
...
Change-Id: I1f752d5ae35794a4db640e777c4952485c55d63d
2015-07-24 23:21:24 +08:00
Zhenguo Niu
a7b21ed6ce
Add *.lock and .secret_key_store to .gitignore
...
Change-Id: I8c5e8a842596800b1fe664a3a6e35cf643c35161
2015-07-24 23:14:27 +08:00
Gal Margalit
1846ea19fc
Added delete button to execution screen ui on mistral-dashboard
...
* added delete button to execution screen ui
Partially implements blueprint: mistral-dashboard-executions-screen
Change-Id: I12b28f46a89ba5188fba5d5b2aa8534e46505ac2
2015-07-23 13:23:39 +00:00
Gal Margalit
8881ce22bc
added git clone explanation
...
Change-Id: I6fdd6606de5eef77bd24db0fab24cfb15d0525cd
2015-07-20 09:41:31 +00:00
Zhenguo Niu
8e1ddfabc4
Add update workbook support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: I84b44a5d33718ddef6ac64dcd4fe59f2d1ee914c
2015-07-20 16:48:02 +08:00
Jenkins
a11b32a216
Merge "Show task result when click the id"
2015-07-16 16:21:57 +00:00
Jenkins
c31b6afc45
Merge "Add update workflow support"
2015-07-16 16:21:55 +00:00
Jenkins
d7f8564083
Merge "Add delete workbook support"
2015-07-16 16:21:54 +00:00
Jenkins
e833d49e87
Merge "Add create workbook support"
2015-07-16 16:21:49 +00:00
Zhenguo Niu
a400d1997b
Show task result when click the id
...
Change-Id: I03f9892e4f9c89c658a84f973c984fea2e0849aa
Closes-Bug: #1471784
2015-07-15 20:34:01 +08:00
Zhenguo Niu
01c5a8d0f7
Fix errors when user click execution id
...
Missing request argument when calling task list
Change-Id: Idc282c267fc99513dd96a80f6f4a745bfefec2c8
Closes-Bug: #1471778
2015-07-15 17:06:20 +08:00
Jenkins
c142b59c71
Merge "Add delete workflow support"
2015-07-15 08:29:06 +00:00
Jenkins
1e5d5ea683
Merge "Add create workflow support"
2015-07-15 08:27:22 +00:00
Zhenguo Niu
a99d302725
Add delete workbook support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Ifde0de4542f01452cf201f785edfae2f63a4cf4d
2015-07-15 15:53:05 +08:00
Zhenguo Niu
85a20944cc
Add update workflow support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Idcd728fd5788ff126026628899c3c232eee8470f
2015-07-15 15:09:57 +08:00
Zhenguo Niu
9235096427
Add create workbook support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: If6bcf09e1f3269e8b1a9ad7c7e98a692e7656682
2015-07-15 15:07:50 +08:00
Zhenguo Niu
ea6d14f99c
Remove H101, H803, H238 from ignore list
...
Enable H101 check,
H803 was removed from hacking,
Fix H238 errors and enable the check.
Change-Id: Ifa69d18bb1ee54f7b42c6a281d76dc720e2043ba
2015-07-14 21:52:56 +08:00
Zhenguo Niu
3c05709b93
Remove H302 check
...
we already removed H302 rule from hacking.
Change-Id: Idd9baf4b7eac680489e04ef2f6ec7624f8004694
2015-07-14 10:22:03 +00:00
Zhenguo Niu
b4b3edad18
Add delete workflow support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: I335cb97aa5bff2c2eca75cd39e81dc62b4a3a534
2015-07-14 09:23:47 +00:00
Zhenguo Niu
d01d6206cf
Add create workflow support
...
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: I55a5ea17acbb1ef0b8290d7f7317337134954b76
2015-07-14 17:20:49 +08:00
Jenkins
d9434fd3a0
Merge "Show workbook definition"
2015-07-13 08:33:20 +00:00
Zhenguo Niu
79e6d9c136
Fix H306 errors
...
Change-Id: I1ff850e87979a05f5daec489d8a50008e2489e97
2015-07-13 09:42:33 +08:00
Zhenguo Niu
5de33e6fa5
Show workbook definition
...
Add a link to workbook name field to show the definition.
Partially implements blueprint mistral-dashboard-crud-operations
Change-Id: Iabf0632282840f25466810c597e8810aacfa15ea
2015-07-10 16:54:36 +08:00
Jenkins
ac6d9d1cd5
Merge "Adding info on how to install mistraldashboard module in venv"
2015-07-10 06:06:33 +00:00