Releases: rackerlabs/simpl
v1.1.0
v1.0.1
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
v0.8.2: Merge pull request #102 from gondoi/master
v0.8.1
v0.8.0
Commits
f7a6f6e ➖ remove parse_cli from config.py 🔹 Sam Stavinoha
6019a29 ➖ bump version to 0.8.0 🔹 Sam Stavinoha
328273c ➖ rename format_error_response 🔹 Sam Stavinoha
adccbc4 ➖ replace rest utils 🔹 Sam Stavinoha
f750c23 ➖ fix: no need to alias imports 🔹 Sam Stavinoha
8dc4b0c ➖ fix: change keys to 'message' and 'reason' 🔹 Sam Stavinoha
27322db ➖ update readme 🔹 Sam Stavinoha
ffe4126 ➖ feat(exc-middleware): catch all exceptions 🔹 Sam Stavinoha
553b3fa ➖ test: exception middleware and error formatter 🔹 Sam Stavinoha
41b2049 ➖ feat: error handling/formatting middleware 🔹 Sam Stavinoha
6631450 ➖ feat(httperror): error response formatter 🔹 Sam Stavinoha
64c5864 ➖ SimplHTTPError version 2.0 🔹 Sam Stavinoha
87a6c96 ➖ feat(config): ensure pass_thru args are set 🔹 Ziad Sawalha
fc971cb ➖ style(config): style fixes & remove unused code 🔹 Ziad Sawalha
5fcf3e1 ➖ fix(config): mark parse_cli as deprecated 🔹 Ziad Sawalha
9a5c3dc ➖ ref(config): process validation separately 🔹 Ziad Sawalha
92f4912 ➖ ref(config): separate out CLI parsing 🔹 Ziad Sawalha