Skip to content

Releases: rackerlabs/simpl

v1.1.0

17 Mar 17:20
Compare
Choose a tag to compare

Commits

911c878 ➖ Merge pull request #107 from checkmate/samstav/config-parser-args-passthru 🔹 Sam Stavinoha
4cb15d6 ➖ feat(config): pass parser args thru to Config 🔹 Sam Stavinoha

v1.0.1

17 Mar 00:01
Compare
Choose a tag to compare

Commits

be483d6 ➖ Merge pull request #106 from checkmate/samstav/simpl-server 🔹 Sam Stavinoha
7fbe7f5 ➖ fix(server): refactor build application 🔹 Sam Stavinoha

v1.0.0

16 Mar 19:26
Compare
Choose a tag to compare

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

19 Nov 19:10
Compare
Choose a tag to compare

20683f4 ➖ Version bump for release 0.8.2 🔹 BK Box
09efb50 ➖ fix(rest): return 400 when body gets bad content 🔹 Ziad Sawalha

v0.8.1

21 Oct 20:55
Compare
Choose a tag to compare

Commits

9174c7f ➖ bump version to 0.8.1 🔹 Sam Stavinoha
5be3762 ➖ fix: always clear callcontext dict 🔹 Sam Stavinoha


https://pypi.python.org/pypi/simpl/0.8.1

v0.8.0

20 Oct 19:48
Compare
Choose a tag to compare

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


https://pypi.python.org/pypi/simpl/0.8.0

v0.7.1

13 Oct 19:02
Compare
Choose a tag to compare

Commits

424ed0d ➖ ref(mongo): make MongoDBProxy optional 🔹 Ziad Sawalha


https://pypi.python.org/pypi/simpl/0.7.1

v0.7.0

12 Oct 23:16
Compare
Choose a tag to compare

Commits

646ae28 ➖ bump to 0.7.0 🔹 Sam Stavinoha
89004b5 ➖ feat(mongo): convert params into mongo format 🔹 Ziad Sawalha


https://pypi.python.org/pypi/simpl/0.7.0

v0.6.3

12 Oct 18:12
Compare
Choose a tag to compare

Commits

f62988b ➖ ignore D211 in style checks 🔹 Sam Stavinoha
fb234ee ➖ bump version to 0.6.3 🔹 Sam Stavinoha
f3ae5c3 ➖ fix(config): fix order of precedence in option processing 🔹 Lars Butler
00ccf6d ➖ chore(docs): add to contributing guidelines 🔹 Ziad Sawalha


https://pypi.python.org/pypi/simpl/0.6.3

v0.6.2

09 Sep 15:26
Compare
Choose a tag to compare

Commits:

4ad394f ➖ Merge pull request #85 from samstav/bump-version 🔹 Ziad Sawalha
f8b458b ➖ bump version to 0.6.2 🔹 Sam Stavinoha
98df2f6 ➖ Merge pull request #84 from ziadsawalha/context 🔹 Sam Stavinoha
a98afe9 ➖ fix(context): clear call context when done 🔹 Ziad Sawalha


https://pypi.python.org/pypi/simpl/0.6.2