v1.0.0
Commits
b8e4df9 ➖ Merge pull request #105 from samstav/bump-version 🔹 Sam Stavinoha
7921ef1 ➖ bump to version 1.0.0 🔹 Sam Stavinoha
03975cf ➖ Merge pull request #82 from samstav/simpl-server 🔹 Sam Stavinoha
627b267 ➖ fix: patch carefully 🔹 Sam Stavinoha
7692ee7 ➖ ci: verbose 🔹 Sam Stavinoha
480f867 ➖ style: xyz123 🔹 Sam Stavinoha
c15b2c8 ➖ fix: use setitem when resetting config attrs 🔹 Sam Stavinoha
4fc2ed2 ➖ fix tests for git pull with update-head-ok 🔹 Sam Stavinoha
fd9ee37 ➖ fix tests 🔹 Sam Stavinoha
b74d947 ➖ test: add e2e simpl server test 🔹 Sam Stavinoha
9e45648 ➖ feat: add /_simpl call for simpl pkg data 🔹 Sam Stavinoha
a84f78b ➖ fix: only pass wanted kwargs to decorated func 🔹 Sam Stavinoha
9762a79 ➖ fix: dont catch too-broad Exception 🔹 Sam Stavinoha
e703e25 ➖ fix(catch): not necessary 🔹 Sam Stavinoha
cbdd5e8 ➖ feat: show routes on startup 🔹 Sam Stavinoha
3eb66ce ➖ consolidate --debug and --quiet 🔹 Sam Stavinoha
d6af661 ➖ fix(parser): even more helpful 🔹 Sam Stavinoha
6cf34f8 ➖ docs(simpl-server): update README for simpl server 🔹 Sam Stavinoha
2e227ac ➖ fix(simpl-server): add cwd to sys.path if needed 🔹 Sam Stavinoha
8e66ff3 ➖ feat(simpl-server): add -o for adapter options 🔹 Sam Stavinoha
877a9d9 ➖ feat(cli-utils): func for CLI KVPs 🔹 Sam Stavinoha
44c1bca ➖ test(simpl-server): add tests 🔹 Sam Stavinoha
7ecc03b ➖ fix(server): --debug & --quiet conflicts 🔹 Sam Stavinoha
df80bcb ➖ style(⚡): simpl server 🔹 Sam Stavinoha
bb55766 ➖ feat(config): make options a kwarg on build_parser 🔹 Sam Stavinoha
3f8416c ➖ feat(config): allow specifying an argparser cls 🔹 Sam Stavinoha
12cda2c ➖ feat(simpl-cli): add 'server' subcommand 🔹 Sam Stavinoha
5a0c5fa ➖ feat(server): entry points for running a server 🔹 Sam Stavinoha
42d853e ➖ feat(server): define standard bottle server opts 🔹 Sam Stavinoha
818a0e3 ➖ feat(simpl-cli): add logic to support simpl
cmd 🔹 Sam Stavinoha
64d69d2 ➖ feat(cli): argparse utils 🔹 Sam Stavinoha
c8b48a6 ➖ Merge pull request #104 from ziadsawalha/semaphore 🔹 Sam Stavinoha
43dcf33 ➖ fix(mongodb): document and use semaphore correctly 🔹 Ziad Sawalha
1ebe215 ➖ Merge pull request #103 from ziadsawalha/exceptions 🔹 Sam Stavinoha
4ba5950 ➖ fix(exceptions): drop unnecessary except/raises 🔹 Ziad Sawalha