- Nov 21, 2019
-
-
Moul authored
-
- Nov 14, 2019
-
-
Moul authored
-
Moul authored
- Try using same only files block changes to trigger tests-3.7 and pages jobs - Otherwise, pages job could think tests-3.7 does not exists
-
matograine authored
* mock_ud_value set to 314. Former value 3.14159 shall never occur.
-
- Nov 12, 2019
-
-
Moul authored
-
- Nov 08, 2019
-
- Nov 03, 2019
-
-
* add tests for display_pubkey(), display_amount() and transaction_confirmation() in tests/test_unit_tx.py. * patch async functions. * create the patched.py module containing patched/mocked functions. * modify silkaj/tx.py to match patch requirements: * `from silkaj.wot import is_member` -> `from silkaj import wot` * `await is_member()` -> `await wot.is_member()`
-
* add display_pubkey() and display_amount() functions to match the proposal * modify transaction_confirmation()
-
- Oct 29, 2019
-
-
Moul authored
-
- Oct 28, 2019
-
-
Moul authored
-
Moul authored
- '--' is necessary to pass options - Update documentation and CI - See https://github.com/sdispater/poetry/issues/1500
-
- Oct 13, 2019
- Oct 01, 2019
- Sep 23, 2019
-
-
Moul authored
-
- Sep 14, 2019
-
-
Moul authored
-
- Sep 12, 2019
-
-
Moul authored
-
- Sep 11, 2019
- Sep 10, 2019
-
-
Moul authored
-
- Sep 08, 2019
-
-
Moul authored
-
Moul authored
- restore previous behaviour which haven’t been kept the same during the migration - travel through pending, and among them remove already used from our list of inputs
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
- Retrieve context from get_current_context() - Use RuntimeError to detect that there is no Click context in case Click is installed and loaded - Use ModuleNotFoundError in case Click is not installed - General exception for now, to keep Python 3.5 support. - ModuleNotFoundError requires Python v3.6 - should be added when dropping Python 3.5 support
-
Moul authored
- one runner takes 3.{5,6} jobs and the other takes 3.{7,8} jobs
-
Moul authored
-
Moul authored
- manual and on tags trigger
-
Moul authored
-
Moul authored
-
Moul authored
-
Moul authored
-