- 10 Feb, 2020 1 commit
-
-
Adrien Oliva authored
-
- 09 Feb, 2020 1 commit
-
-
Adrien Oliva authored
-
- 07 Feb, 2020 3 commits
-
-
Adrien Oliva authored
-
Adrien Oliva authored
-
Adrien Oliva authored
-
- 06 Feb, 2020 1 commit
-
-
Adrien Oliva authored
-
- 07 Dec, 2019 1 commit
-
-
Adrien Oliva authored
Account creation is now available through CLI interface.
-
- 05 Dec, 2019 1 commit
-
-
Adrien Oliva authored
-
- 30 Nov, 2019 8 commits
-
-
Adrien Oliva authored
-
Adrien Oliva authored
When item are not found in Account List use case, exceptions are correctly catch and return appropriate response failure to user.
-
Adrien Oliva authored
When items (such as Account or Operation) are not found in get operations, exception ItemNotFound is now raised instead of simply return None.
-
Adrien Oliva authored
list command will list all available commands. A command is wrapped in a single Python module inside openbudget.cli package, so list is completely dynamic.
-
Adrien Oliva authored
Start to build main OpenBudget user interface.
-
Adrien Oliva authored
Coverage report now taking into account branch.
-
Adrien Oliva authored
Finalize pager in account request. Only sort functionnality is not implemented on account listing.
-
Adrien Oliva authored
Avoid `unexpected behaviour` when a non-string is given in MalformedRequest exception
-
- 29 Nov, 2019 1 commit
-
-
Adrien Oliva authored
Begining of Account List use case implementation: * allow retrieving of a single account * allow retrieving all account * allow limiting to n first account
-
- 26 Nov, 2019 1 commit
-
-
Adrien Oliva authored
Create structure for all usecases call that acts as message passing from view to model and back to view. Create base class for all input request and output response, used in usecases.
-
- 25 Nov, 2019 1 commit
-
-
Adrien Oliva authored
Create interface to remove account and/or operation. Implement it in memory implementation of storage
-
- 23 Nov, 2019 1 commit
-
-
Adrien Oliva authored
In-Memory repositories is now able to register account and operation.
-
- 22 Nov, 2019 6 commits
-
-
Adrien Oliva authored
-
Adrien Oliva authored
-
Adrien Oliva authored
Sphinx is now able to build documentation from docstring
-
Adrien Oliva authored
-
Adrien Oliva authored
Create ConfigurationError exception to track error in OpenBudget configuration.
-
Adrien Oliva authored
Common implementation of currency code to currency object convertion with right exception throwing in case of error.
-
- 21 Nov, 2019 3 commits
-
-
Adrien Oliva authored
-
Adrien Oliva authored
-
Adrien Oliva authored
Only tests folder was checked. Add openbudget and setup.py to flake8 and pylint tools
-
- 20 Nov, 2019 2 commits
-
-
Adrien Oliva authored
-
Adrien Oliva authored
-