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 v2.11.8 #6700

Merged
merged 23 commits into from
Jul 6, 2021
Merged

Release v2.11.8 #6700

merged 23 commits into from
Jul 6, 2021

Conversation

jeremystretch
Copy link
Member

Enhancements

  • #5503 - Annotate short date & time fields with their longer form
  • #6138 - Add an empty filter modifier for character fields
  • #6200 - Add rack reservations to global search
  • #6368 - Enable virtual chassis assignment during bulk import of devices
  • #6620 - Show assigned VMs count under device role view
  • #6666 - Show management-only status under interface detail view
  • #6667 - Display VM memory as GB/TB as appropriate

Bug Fixes

  • #6626 - Fix site field on VM search form; add site group
  • #6637 - Fix group assignment in "available VLANs" link under VLAN group view
  • #6640 - Disallow numeric values in custom text fields
  • #6652 - Fix exception when adding components in bulk to multiple devices
  • #6676 - Fix device/VM counts per cluster under cluster type/group views
  • #6680 - Allow setting custom field values for VM interfaces on initial creation
  • #6695 - Fix exception when importing device type with invalid front port definition

jeremystretch and others added 23 commits June 16, 2021 16:21
With this commit all dates in the UI are now consistently displayed.

I changed the long date format as suggested by @xkilian and confirmed by my own
research.

* DATETIME_FORMAT
 * Before July 20, 2020 4:52 p.m.
 * Now 20th July, 2020 16:52

"20th July, 2020" would be spoken as "the 20th of July, 2020" but the "the" and
"of" are never written.

The only exception is `object_list.html`. I tried it but there it does not
work so easily because the dates are passed to Jinja as SafeString.
This changes the text from: Updated 5 months, 1 week ago
to: Updated 2021-01-24 00:33 (5 months, 1 week ago)

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
@jeremystretch:

> It'd be better to have the custom field return a date object than to
> accommodate string values in the template filter. Let's just omit custom
> field dates for now to keep this from getting any more complex.
Closes #5503: ISO 8601 date in UI and alternative format as tooltip
@jeremystretch jeremystretch merged commit a5b9572 into master Jul 6, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2022
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.

None yet

2 participants