originally src/status from desktop, refactored as a library [archived]
Go to file
Iuri Matias 1b42619d68 abstract backend; add mock backend and testing
abstract backend; add mock backend and testing

move bookmarks to backend wrapper

move bookmarks to backend wrapper

move bookmarks to backend wrapper

working version

cleanup

add mock backend

add nimble task & test folder

add evn.sh

make test run; implement bookmark method in the mock

add nim unit test

removing duplicated statement that was causing tests to run twice

re-enable other initilizations in the status object; support specifying backend in the constructor

update bookmark test

update bookmark test

update nimble and makefile

update nimble and makefile

update bookmarks test

remove old browser file
2021-09-28 16:48:02 -04:00
backends abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
build feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
scripts re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
status abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
test feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
test_nim abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
types abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
vendor feat: trigger a signal for chronicles logs (#31) 2021-09-15 15:45:17 -04:00
.gitignore abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
.gitmodules feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00
LICENSE Initial commit 2021-09-08 12:16:18 -04:00
Makefile abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
README.md Initial import 2021-09-08 14:09:35 -04:00
env.sh abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
eventemitter.nim Initial import 2021-09-08 14:09:35 -04:00
nim_status_lib.nimble abstract backend; add mock backend and testing 2021-09-28 16:48:02 -04:00
statuslib.nim feat: dynamic library - pt1 (#9) 2021-09-10 11:29:10 -04:00

README.md

nim-status-lib

WIP refactor to extract business logic from status-desktop into a reusable library