-
tx
:monkeypatch.setattr(module, method)
-
#172 (closed): Rename
transaction_confirmation
togen_confirmation_table
-
#172 (closed): Refactor
tx
confirmation, by usingclick.confirm()
-
cert
: Split pre-checks and docs gen into f() -
#314:
cert
: Implement display option- The generated document is displayed
- In case the option is passed, display the table and
- the generated document
-
#314:
membership
: Implement display option- Add ability to send the doc after displaying the doc
- Do not by-pass the license approval
- Issuance approval after confirmation and doc display
- Set one confirmation prompt after the table and the document displays
- Use dry-run global option
- Add test for the display option
-
#314: Add global
--display/-d
and--dry-run/-n
options- display option to display the generated document before sending it
- Move dry-run option as a general one
- Add error handling to have dry-run and display options together
- Test when display and dry_run options are passed together
-
#378: Create and use generic
send_doc_confirmation()
incert
andmembership
commands - #328: cert/tx: Import top-level Click module
-
#328: Import directly tui module for
cert
,membership
,tui
(constants
)
Edited by Moul
Merge request reports
Activity
changed milestone to %0.9.0
added D: Certification D: Membership D: Transfer Feature Test enhancement labels
added 8 commits
- 96a82fc5 - [mod] Create generic send_doc_confirmation()
- b8872db0 - [mod] #314: membership: Convert dry-run to display option
- fdeb8943 - [mod] #328: cert/tx: Import top-level Click module
- 64e16e73 - [feat] #314: cert: Implement display option
- 644d1040 - [mod] cert: Split pre-checks and docs gen into f()
- abba1796 - [enh] #172 (closed): Refactor tx confirmation
- 1a27d777 - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- 0011fb05 - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit list- Resolved by matograine
- Resolved by matograine
- Resolved by matograine
- Resolved by Moul
- Resolved by matograine
added 18 commits
-
0011fb05...515a49c6 - 8 commits from branch
dev
- 708bc8f1 - [feat] #314: Add global --display/-d option to display the generated document
- 47280263 - [mod] Create generic send_doc_confirmation()
- 352bc49f - [mod] #314: membership: Convert dry-run to display option
- 5a40e408 - [mod] #328: cert/tx: Import top-level Click module
- 413dd243 - [feat] #314: cert: Implement display option
- f48a5c21 - [mod] cert: Split pre-checks and docs gen into f()
- 67c2de6c - [enh] #172 (closed): Refactor tx confirmation
- a0465d2a - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- 268870af - [mod] tx: monkeypatch.setattr(module, method)
- 52abbff2 - cert tui
Toggle commit list-
0011fb05...515a49c6 - 8 commits from branch
added 18 commits
-
0011fb05...515a49c6 - 8 commits from branch
dev
- 708bc8f1 - [feat] #314: Add global --display/-d option to display the generated document
- 47280263 - [mod] Create generic send_doc_confirmation()
- 352bc49f - [mod] #314: membership: Convert dry-run to display option
- 5a40e408 - [mod] #328: cert/tx: Import top-level Click module
- 413dd243 - [feat] #314: cert: Implement display option
- f48a5c21 - [mod] cert: Split pre-checks and docs gen into f()
- 67c2de6c - [enh] #172 (closed): Refactor tx confirmation
- a0465d2a - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- 268870af - [mod] tx: monkeypatch.setattr(module, method)
- 52abbff2 - cert tui
Toggle commit list-
0011fb05...515a49c6 - 8 commits from branch
added 5 commits
- 9849ea58 - [feat] #314: cert: Implement display option
- 23a33267 - [mod] cert: Split pre-checks and docs gen into f()
- 6434bab9 - [enh] #172 (closed): Refactor tx confirmation
- 227d73c7 - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- 4b70aead - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit list- Resolved by Moul
added 12 commits
-
4b70aead...f8dadc8a - 3 commits from branch
dev
- dede5d0f - [mod] Create generic send_doc_confirmation()
- 0d4a927c - [feat] #314: Add global --display/-d and --dry-run/-n options
- 844f33bb - [feat] #314: membership: Implement display option
- 4e4dee60 - [mod] #328: cert/tx: Import top-level Click module
- 12cdbd3b - [feat] #314: cert: Implement display option
- 041975c6 - [mod] cert: Split pre-checks and docs gen into f()
- c5bc8c23 - [enh] #172 (closed): Refactor tx confirmation
- 869f2e3f - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- cd3c25ce - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit list-
4b70aead...f8dadc8a - 3 commits from branch
added 7 commits
- d5cfb455 - [feat] #314: membership: Implement display option
- 4f284538 - [mod] #328: cert/tx: Import top-level Click module
- 72d7a071 - [feat] #314: cert: Implement display option
- 76ead9c0 - [mod] cert: Split pre-checks and docs gen into f()
- b4a2e3d9 - [enh] #172 (closed): Refactor tx confirmation
- ad6a6a44 - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- fe490741 - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit listadded 8 commits
- 24aba652 - [feat] #314: Add global --display/-d and --dry-run/-n options
- 8e35e2d3 - [feat] #314: membership: Implement display option
- ca3a9322 - [mod] #328: cert/tx: Import top-level Click module
- 172e6de9 - [feat] #314: cert: Implement display option
- fd60bb89 - [mod] cert: Split pre-checks and docs gen into f()
- d1598063 - [enh] #172 (closed): Refactor tx confirmation
- 8bd9dcf8 - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- 5829b16b - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit list- Resolved by matograine
added 9 commits
- 2b92bdd0 - [mod] #378: Create generic send_doc_confirmation()
- 23e18826 - [feat] #314: Add global --display/-d and --dry-run/-n options
- 5fa65bd5 - [feat] #314: membership: Implement display option
- 3b6d6c66 - [mod] #328: cert/tx: Import top-level Click module
- 510be5a2 - [feat] #314: cert: Implement display option
- 5405860a - [mod] cert: Split pre-checks and docs gen into f()
- 30c07714 - [enh] #172 (closed): Refactor tx confirmation
- 084711ea - [mod] #172 (closed): Rename transaction_confirmation to gen_confirmation_table
- ad46b4f9 - [mod] tx: monkeypatch.setattr(module, method)
Toggle commit list
Please register or sign in to reply