Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Various bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Tervala authored and Justin Tervala committed Jan 3, 2018
1 parent e9557a6 commit a503b9b
Show file tree
Hide file tree
Showing 87 changed files with 36 additions and 5,486 deletions.
16 changes: 13 additions & 3 deletions .codeclimate.yml
Expand Up @@ -37,6 +37,16 @@ ratings:
- "**.md"
exclude_paths:
- tests/
- server/static
- core/protobuf
- "**.js"
- walkoff/proto
- walkoff/client/build
- walkoff/keywords
- **.js
- apps/DailyQuote/
- apps/HelloWorld/
- apps/SkeletonApp/
- apps/Utilities/
- apps/Walkoff/
- interfaces/HelloWorld/
- interfaces/Sample/
- scripts/migration/database/
- docs/
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,19 @@
# Changelog
<!-- Use the tags Added, Changed, Deprecated, Removed, Fixed, Security, and
Contributor to describe changes -->
## [0.6.1]
###### 2018-01-03

### Changed
* Bumped dependency of `flask-jwt-extended` to version 3.4.0

### Fixed
* Default logging config issue
* Removed `walkoff/client/build` which was accidentally version controlled
* CodeClimate misconfiguration
* Bug fixes to messaging caused by messaging callback not being registered in
the server

## [0.6.0]
###### 2018-01-03

Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
@@ -1,6 +1,6 @@
Flask >= 0.10.0
Flask_SQLAlchemy == 2.1
flask_jwt_extended > 3.0.0
flask_jwt_extended >= 3.4.0
sqlalchemy >= 1.1.0
APscheduler >= 3.0.0
gevent >= 1.2
Expand All @@ -12,6 +12,7 @@ passlib >= 1.7.0
blinker >= 1.4
protobuf
enum34
futures
semver
jsonschema
six >= 1.10.0
six >= 1.10.0
2 changes: 1 addition & 1 deletion walkoff/__init__.py
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.6.1'
107 changes: 0 additions & 107 deletions walkoff/client/build/auth/auth.service.js

This file was deleted.

0 comments on commit a503b9b

Please sign in to comment.