Jeremy Stretch
75d6bfe42f
Closes #15736 : Remove annotated_date() template filter and annotated_now() template tag
2024-04-17 14:09:07 -04:00
Jeremy Stretch
95cc29d898
Closes #15752 : Remove the ENABLE_LOCALIZATION configuration parameter
2024-04-17 11:54:29 -04:00
Jeremy Stretch
157df069e8
Closes #15738 : Remove configuration parameters date & time formatting
2024-04-17 11:50:14 -04:00
Jeremy Stretch
77a4300888
Closes #15618 : Always use ISO 8601 date & time formatting ( #15737 )
...
* Introduce the isodate(), isotime(), and isodatetime() template filters
* Display the relative time on mouse hover
* Render journal entry times in ISO 8601 format
* Use ISO 8601 format when displaying dates & times in a table
* Standardize the use of DateTimeColumn across all tables
2024-04-17 11:46:47 -04:00
Jeremy Stretch
2a8876846f
Fixes #15695 : Clear any legacy group permission associations during migration
2024-04-16 16:20:00 -04:00
Jeremy Stretch
4562e347fd
Fixes #15613 : Show login button/user menu on mobile view
2024-04-16 16:17:50 -04:00
Jeremy Stretch
4e4c277711
Fixes #15652 : Fix the display of error messages after attempting to delete an object
2024-04-15 15:47:43 -04:00
Arthur Hanson
0da8164600
15684 strawberry filter ( #15686 )
...
* 15579 update requirements
* 15684 add USE_DEPRECATED_FILTERS to strawberry
2024-04-15 13:29:29 -04:00
Arthur Hanson
5e05041b8b
15671 save module before sync_classes ( #15675 )
...
* 15671 save module before sync_classes
* 15671 don't return save
2024-04-15 13:22:56 -04:00
Arthur
815cab5c9a
15532 fix autotype_decorator for method fields
2024-04-15 13:05:55 -04:00
Arthur
dfae19ca1c
15688 remove USE_L10N setting
2024-04-10 16:23:53 -04:00
Jeremy Stretch
89453a49d6
Fixes #15605 : Account for older sequence name in migration
2024-04-10 16:17:01 -04:00
Jeremy Stretch
c7f6c206cf
Fixes #15638 : Correct parameter used to retrieve saved filters for a model
2024-04-05 14:56:16 -04:00
Jeremy Stretch
9f16f1466a
Fixes #15620 : Limit width of user preferences form
2024-04-05 14:38:32 -04:00
Jeremy Stretch
d34f188d40
Fixes #15637 : Fix rendering of links from within embedded tables w/HTMX enabled ( #15642 )
...
* Add htmx_table to __all__
* Fix dropdown menu clipping
* Fix loading links from within embedded tables
* Fix rendering of object deletion warning
2024-04-05 14:22:09 -04:00
Jeremy Stretch
ccca0580f7
Fixes #15619 : Enforce a minimum width for progress bars
2024-04-05 14:20:05 -04:00
Jeremy Stretch
99fe63569d
Fixes #15617 : Fix rack elevation styling under dark mode
2024-04-05 14:19:30 -04:00
Jeremy Stretch
25c39ce480
Fixes #15616 : Tweak button class for invalid custom links
2024-04-05 14:17:58 -04:00
Jeremy Stretch
97b9117982
Release v4.0-beta1
2024-04-03 08:44:34 -04:00
Jeremy Stretch
489e956d83
Merge branch 'develop' into feature
2024-04-03 08:43:12 -04:00
Daniel Sheppard
7d54357146
Fixes : #15502 - Correct exception on IP import form when VM is target
2024-04-03 08:10:28 -04:00
Jeremy Stretch
d9949b2de1
Update API test for Group model
2024-04-02 16:33:12 -04:00
Jeremy Stretch
53ff85df21
Prevent the stock Django Group model from appearing in the admin UI (if enabled)
2024-04-02 15:48:40 -04:00
Jeremy Stretch
8b8d63db2e
Include description field on Group serializer
2024-04-02 15:41:44 -04:00
Jeremy Stretch
abc949a015
Refactor models under users app
2024-04-02 15:06:05 -04:00
Jeremy Stretch
fb129579c1
#12795 : Complete support for description field on custom Group model
2024-04-02 14:44:26 -04:00
Jeremy Stretch
f0291aa60f
Fix ordering of Groups
2024-04-02 08:31:53 -04:00
Jeremy Stretch
f6da3f8006
Fixes #15581 : Disable HTMX when logging out
2024-03-29 15:26:43 -04:00
Jeremy Stretch
c8d9d9358e
Closes #15464 : Move permission assignments to user & group models ( #15554 )
...
* Move user & group M2M assignments for ObjectPermission
* Restore users & groups fields on ObjectPermission serializer
2024-03-29 14:57:16 -04:00
Arthur Hanson
8767577ecd
15553 change graphql sub-queries from functions to types ( #15557 )
...
* 15553 change graphql list to types
* 15553 review changes
2024-03-29 14:54:31 -04:00
Jeremy Stretch
3be3bbe534
Upgrade DRF to v3.15
2024-03-29 13:13:41 -04:00
Jeremy Stretch
d707c65637
Fixes #15536 : Fix clipping of dropdown menus inside responsive tables
2024-03-28 16:40:34 -04:00
Daniel W. Anner
699dd72597
Adding JSON schema changes to implement and within the generated schema template per issue #15555
2024-03-28 16:34:56 -04:00
teapot
3cb68e4bc0
Fixes #15567 : Correct typo in help text
...
Fixes #15567 : Correct typo in help text
2024-03-28 16:32:25 -04:00
Jeremy Stretch
eaa3bc6576
Fixes #15570 : Remove omission of M2M relations when generating writable serializers for OpenAPI schema
2024-03-28 16:17:12 -04:00
Jeremy Stretch
744be59a4d
Closes #14736 : Enable HTMX navigation globally ( #15158 )
...
* Enable HTMX boosting
* Refactor HTMX properties for tables
* Fix dashboard object list widget
* Disable scrolling to page content
* Fix initialization of TomSelect dropdowns after HTMX loading
* Replace formaction properties with hx-post
* Fix quick search field on object list view
* Reinitialize copy-to-clipboard buttons upon HTMX load
* Disable scrolling effect for intra-page navigation
* Introduce user preference for toggling HTMX navigation
* Enable HTMX navigation only when selected by user
* Pass htmx_navigation context
* Fix display of confirmation form when deleting an object
* Disable HTMX boosting for rack elevation SVG downloads
* Fix dyanmic form rendering
* Introduce htmx_boost template tag; enable HTMX for user menu
* Use out-of-band sap to update footer stamp
* Fix display of toasts after form submission
* Fix user preference selection
* Misc cleanup
* Rename render_partial() to htmx_partial()
* Add docstring to htmx_boost template tag
* Disable HTMX for user preferences form to force a full page refresh on changes
2024-03-28 11:51:38 -04:00
Jeremy Stretch
04d8db7c52
Closes #15236 : Clean up unused static resources ( #15539 )
...
* Remove unused images
* Remove unused stylesheets
2024-03-26 15:27:25 -04:00
Arthur Hanson
0cff4c9795
14799 Fix sync of scripts from data source ( #15303 )
...
* 14799 fix script creation from data-source
* 14799 dont cache module_scripts
* 14799 fix sync_classes call
2024-03-26 08:36:36 -04:00
Jeremy Stretch
817e009e4f
Closes #15490 : CustomValidator support for accessing related object attribute via dotted path
2024-03-25 11:57:58 -04:00
Arthur
74444da7b8
Merge branch '9856-strawberry-2' into feature
2024-03-22 12:16:16 -07:00
Jeremy Stretch
6973228825
Closes #15465 : Clean up settings.py
2024-03-22 15:15:37 -04:00
Arthur
43e7dd3685
9856 move static files
2024-03-22 12:10:53 -07:00
Arthur Hanson
45c99e4477
9856 Replace graphene with Strawberry ( #15141 )
...
* 9856 base strawberry integration
* 9856 user and group
* 9856 user and circuits base
* 9856 extras and mixins
* 9856 fk
* 9856 update strawberry version
* 9856 update imports
* 9856 compatability fixes
* 9856 compatability fixes
* 9856 update strawberry types
* 9856 update strawberry types
* 9856 core schema
* 9856 dcim schema
* 9856 extras schema
* 9856 ipam and tenant schema
* 9856 virtualization, vpn, wireless schema
* 9856 fix old decorator
* 9856 cleanup
* 9856 cleanup
* 9856 fixes to circuits type specifiers
* 9856 fixes to circuits type specifiers
* 9856 update types
* 9856 GFK working
* 9856 GFK working
* 9856 _name
* 9856 misc fixes
* 9856 type updates
* 9856 _name to types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 update types
* 9856 GraphQLView
* 9856 GraphQLView
* 9856 fix OrganizationalObjectType
* 9856 single item query for schema
* 9856 circuits graphql tests working
* 9856 test fixes
* 9856 test fixes
* 9856 test fixes
* 9856 test fix vpn
* 9856 test fixes
* 9856 test fixes
* 9856 test fixes
* 9856 circuits test sans DjangoModelType
* 9856 core test sans DjangoModelType
* 9856 temp checkin
* 9856 fix extas FK
* 9856 fix tenancy FK
* 9856 fix virtualization FK
* 9856 fix vpn FK
* 9856 fix wireless FK
* 9856 fix ipam FK
* 9856 fix partial dcim FK
* 9856 fix dcim FK
* 9856 fix virtualization FK
* 9856 fix tests / remove debug code
* 9856 fix test imagefield
* 9856 cleanup graphene
* 9856 fix plugin schema
* 9856 fix requirements
* 9856 fix requirements
* 9856 fix docs
* 9856 fix docs
* 9856 temp fix tests
* 9856 first filterset
* 9856 first filterset
* 9856 fix tests
* 9856 fix tests
* 9856 working auto filter generation
* 9856 filter types
* 9856 filter types
* 9856 filter types
* 9856 fix graphiql test
* 9856 fix counter fields and merge feature
* 9856 temp fix tests
* 9856 fix tests
* 9856 fix tenancy, ipam filter definitions
* 9856 cleanup
* 9856 cleanup
* 9856 cleanup
* 9856 review changes
* 9856 review changes
* 9856 review changes
* 9856 fix base-requirements
* 9856 add wrapper to graphiql
* 9856 remove old graphiql debug toolbar
* 9856 review changes
* 9856 update strawberry
* 9856 remove superfluous check
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com >
2024-03-22 12:56:30 -04:00
Arthur
55725ee114
9856 remove superfluous check
2024-03-22 08:05:27 -07:00
Arthur
d027a1c26d
9856 review changes
2024-03-22 07:48:56 -07:00
Arthur
be522467ab
Merge branch 'feature' into 9856-strawberry-2
2024-03-22 07:29:45 -07:00
Arthur
6f9f1d9d43
14799 dont cache report member names
2024-03-22 10:27:33 -04:00
Jeremy Stretch
423c9813a2
Fix import statement
2024-03-22 09:32:57 -04:00
Jeremy Stretch
eb3aa7cb36
Move utilities.utils.get_related_models() to utilities.relations
2024-03-22 08:59:52 -04:00
Jeremy Stretch
b86c8a9524
Remove utilities.utils.dynamic_import()
2024-03-22 08:59:52 -04:00