Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.6.6 #14386

Merged
merged 16 commits into from
Nov 30, 2023
Merged

Release v3.6.6 #14386

merged 16 commits into from
Nov 30, 2023

Conversation

jeremystretch
Copy link
Member

Enhancements

  • #13735 - Show complete region hierarchy in UI for all relevant objects

Bug Fixes

  • #14056 - Record a pre-change snapshot when bulk editing objects via CSV
  • #14187 - Raise a validation error when attempting to create a duplicate script or report
  • #14199 - Fix jobs list for reports with a custom name
  • #14239 - Fix CustomFieldChoiceSet search filter
  • #14242 - Enable export templates for contact assignments
  • #14299 - Webhook timestamps should be in proper ISO 8601 format
  • #14325 - Fix numeric ordering of service ports
  • #14339 - Correctly hash local user password when set via REST API
  • #14343 - Fix ordering ASN table by ASDOT column
  • #14346 - Fix running reports via REST API
  • #14349 - Fix custom validation support for remote data sources
  • #14363 - Fix bulk editing of interfaces assigned to VM with no cluster

jeremystretch and others added 16 commits November 9, 2023 16:04
* 14299 change timestamp to isoformat

* Omit redundant str() casting

---------

Co-authored-by: Jeremy Stretch <[email protected]>
* Fixes #14325: Ensure expanded numeric arrays are ordered

* Remove redundant casting to
In PR #13958 (commit 8224644) _get_report was modified to do the call on the variable without changing the call later on.

This commit fixes that and removes the call on the variable.

Signed-off-by: Josef Johansson <[email protected]>
* Fixed password was not hashed on REST API update

* When we updated a user password with a REST API call the password was
  stored in clear in plain text in the database.

* Following code review

* Move test on UserTest class
* Call `super().update()` in overriding `update` method

* Return directly the result of `super().update()`
* initial work to render hierarchical region #13735

* adds site display #13735

* cleanup #13735

* adds display region tag #13735

* refactored region hierarchy #13735

* refactored region hierarchy #13735

* renamed display_region to nested_tree #13735

* Make render_tree suitable for generic use

* Remove errant item from __all__

---------

Co-authored-by: Jeremy Stretch <[email protected]>
* raises validation error if file path and root are not unique #14187

* review changes #14187
@jeremystretch jeremystretch merged commit 28080e9 into master Nov 30, 2023
8 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants