Release Version 0.15.4: Master of None
Pre-release
Pre-release
- Port assignment for workers and frontend randomized and error checked to enable easy deployment of multiple instances make rebuild-dev command altered to skip frontend build. Perform these steps manually.
- The Housekeeper now automatically updates URL's when repositories move. Consider this an alpha feature, but our testing to date shows robustness.
- API Routes for Auggie, the slackbot, are added in the new API format.
- API Development documentation substantially updated.
- Frontend bug fixes. Last release got wonky again and we fixed that.
- Schema update to ensure deletion of contributors is restricted. Contributor worker presently does not delete any users, but resolves canonical ones.
- Added informational output to the installation scripts
- Added two libraries to setup.py to support Slack API calls: boto3, and slack.
- Gitlab issue worker patch: Now skips non-GitLab URL's entirely
- Gitlab Merge Request worker patch: Now skips non-GitLab URL's entirely
- Added debug logging to worker_base.py and pull_request_worker.py.