- Added case without links in json
- Skip update_directory with parent tests
- Git sync working without parent
- Add upload directory support
- Add autospect=True to the mocks
- Add process directories and mainpage support
- Allow the update of articles without ancestors
- Improve create_article method
- Bring back the requests_error tests to the main testcase
- Added methods to check if article already exist
- Load space articles when the object is initiated
- Added where to get the space id
- Update cli and init after space refactor
- Add markdown support
- Refactored the loading of files to _safe_load_file
- Refactored space as a class attribute
- Refactored os as an attribute
- Mock json in tests to avoid random break
- Make sure delete doesn't allow html
- Added support for importing html
- Added support for importing adoc
- Corrected _requests_error algorithm
- Feature: delete confluence article giving article id
- Create _requests_error to print the confluence error
- Added docstrings to the tests
- Feature: create confluence article giving space, title and html string
- Fixed several small things
- Feature: update confluence article giving article id and html string