Skip to content

Commit

Permalink
Add message to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
giffels committed Nov 30, 2021
1 parent 62ad6d5 commit e6182c6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
.. Created by changelog.py at 2021-11-29, command
.. Created by changelog.py at 2021-11-30, command
'/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-default/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst'
based on the format of 'https://keepachangelog.com/'
#########
CHANGELOG
#########

[Unreleased] - 2021-11-29
[Unreleased] - 2021-11-30
=========================

Changed
-------

* SSHExecutor respects the remote MaxSessions via queueing

Fixed
-----

* Unique constraints in database schema have been fixed to allow same machine_type and remote_resource_uuid on multiple sites

[0.6.0] - 2021-08-09
====================

Expand Down
9 changes: 9 additions & 0 deletions docs/source/changes/220.fix_unique_constraints_db_schema.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
category: fixed
summary: "Unique constraints in database schema have been fixed to allow same machine_type and remote_resource_uuid on multiple sites"
description: |
The unique constraints in the datebase schema have been relaxed to allow the same machine_type and the same
remote_resource_uuid to be used on multiple sites. In addition, the unittest of the SqliteRegistry have been improved.
pull_requests:
- 220
issues:
- 219

0 comments on commit e6182c6

Please sign in to comment.