Skip to content

Releases: turnerlabs/sigsci_site_manager

v1.4.0

15 Mar 19:45
30f8d4e
Compare
Choose a tag to compare

New Features

  • Adds migrate command to enable cross-corp site migrations (PR #48)

v1.3.1

17 Jul 18:38
cf68e7f
Compare
Choose a tag to compare

New Features

  • Adds support for site rules, replacing request rules and signal rules (PR #45)

Bug Fixes

  • Fixes error in backup/cloning related to API changes around site rules (PR #45)

v1.3.0

01 Jul 19:15
Compare
Choose a tag to compare

New Features

  • Adds user management commands for managing users independently of site management.

Enhancements

  • Advanced rules can be directly copied instead of requesting SigSci support perform the copy
  • Block duration for templated rules included in site backup
  • Site list output now includes agent mode

Bug Fixes

  • Fixed error in help text

Notes

  • pysigsci requirement bumped to v3.10.0

v1.2.1

04 Oct 15:29
b435430
Compare
Choose a tag to compare

New Features

  • Add User-Agent header during validation operation

Bug Fixes

  • Fix bug where validation returned success when test could not be sent
  • Fix bug where exception would be thrown during validation if auth was unsuccessful.

v1.2.0

03 Oct 14:43
1dde263
Compare
Choose a tag to compare

New Features

  • Adds validate command to run a set of tests requests against a site to ensure Signal Sciences is operating.

v1.1.0

25 Apr 17:22
Compare
Choose a tag to compare

New Features

  • Can now filter the output of list using a wildcard string (adds --filter CLI option)
  • Can now run merge against multiple sites at once by supporting wildcard strings in the --dest CLI parameter
  • Can now limit merge/deploy/clone to a subset of data (adds --include and --exclude CLI options)

Bug Fixes

  • No longer throws an error when backing up a site with no advanced rules
  • No longer throws an error when merging onto a site with no advanced rules

Initial Release

05 Apr 21:07
0d94758
Compare
Choose a tag to compare
Merge pull request #13 from turnerlabs/feature/pypi_updates

Updates for pushing to pypi