-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #243 from kbase/fix_pymongo
Fix pymongo
- Loading branch information
Showing
14 changed files
with
160 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,25 @@ | ||
# execution_engine2 release notes | ||
# execution_engine2 (ee2) release notes | ||
========================================= | ||
## 0.0.3.2 | ||
* Change 2 db state updates for startjob into 1 | ||
* Rework Perms Model | ||
* Stop Pymongo/Mongoengine clients on each request, and make it an instance variable for each worker thread. | ||
|
||
## 0.0.3.1 | ||
* Logging endpoint returns success value now | ||
* Added script to fix backfilled records | ||
* Logs transferred for held jobs ON_EXIT_OR_EVICT | ||
* Enabled job log monitor again | ||
|
||
## 0.0.3 | ||
* Fix Quay Build | ||
|
||
## 0.0.2 | ||
|
||
* Fixed bug with service version displaying release instead of git commit | ||
* Updated clients | ||
* Update transfer script to handle failures | ||
|
||
## 0.0.0 | ||
|
||
## 0.0.0 | ||
* Module created by kb-sdk init | ||
* We Were Young |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.