Arthur Hanson
ebc720311a
16136 remove Django Admin
2024-09-26 09:21:29 -07:00
Jeremy Stretch
01db481bc3
Update changelog
2024-09-24 17:14:02 -04:00
Jeremy Stretch
dd0774d8d4
Update changelog
2024-09-24 09:23:14 -04:00
Jeremy Stretch
3000407a5f
Closes #16669 : Include a notice when rendering docs locally
2024-09-17 14:44:51 -04:00
Jeremy Stretch
18935687ae
Release v4.1.1
2024-09-12 14:28:56 -04:00
Brian Tiemann
89604ceade
Add a step to the release checklist documentation for testing migrations on all supported upgrade paths
2024-09-11 08:40:32 -04:00
Jeremy Stretch
ce38484bf3
Changelog for #16926 , #17066 , #17347 , #17387 , #17414
2024-09-10 09:31:46 -04:00
Arthur Hanson
ed1b8bc88d
16349 add warning to custom script docs
2024-09-05 12:52:16 -04:00
Jeremy Stretch
2a1710b82c
Changelog for #17332 , #17353 , #17354 , #17364
2024-09-04 17:05:24 -04:00
Jeremy Stretch
9cfb3bf24d
Release v4.1.0
2024-09-03 14:45:28 -04:00
Jeremy Stretch
16dfafa35b
Update changelog
2024-09-03 13:56:29 -04:00
Jeremy Stretch
39c5f57c1e
Fix broken link
2024-09-03 13:36:39 -04:00
Jeremy Stretch
7c0bdf3fb8
#17289 : Document new default configuration
2024-09-03 12:17:56 -04:00
Jeremy Stretch
a777850702
Merge branch 'develop' into feature
2024-09-03 11:59:59 -04:00
Jeremy Stretch
e174a8af09
Release v4.0.11
2024-09-03 10:33:47 -04:00
bctiemann
ce33e0bc0c
Fixes : #17320 - New screenshots for 4.1 UI ( #17331 )
...
* New screenshots for 4.1
* Remove footer info
* Add bookmarks to dashboard to match previous
* Reverse ordering of bookmarks
* Fix colors of cables in cable-trace.png
* New screenshots for 4.1
* Recapture screenshots with better rendering gradient
* Better sidebar on cable-trace.png
2024-09-03 09:03:41 -04:00
Jeremy Stretch
56f110c2a9
Closes #17288 : Limit the number of aliases within a GraphQL API requests to 10 ( #17329 )
...
* Closes #17288 : Limit the number of aliases within a GraphQL API request to 10
* Introduce GRAPHQL_MAX_ALIASES config parameter
2024-09-02 09:30:41 -04:00
Jeremy Stretch
b4dd57f3c7
#8198 : Rename CustomField.validation_unique to unique ( #17325 )
...
* #8198 : Rename CustomField.validation_unique to unique
* Update CustomField model documentation
2024-08-30 13:44:03 -04:00
Jeremy Stretch
6db29880cc
Update changelog
2024-08-30 13:31:41 -04:00
Arthur Hanson
829bef041d
11969 remove airflow from racktype ( #17324 )
...
* 11969 remove airflow from racktype
* 11969 remove airflow from racktype
* 11969 update docs
* 11969 fix rack edit
* Rename migration
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-08-30 13:30:51 -04:00
Jeremy Stretch
af93b47f94
#17051 : Tag ISOLATED_DEPLOYMENT as a v4.1 feature
2024-08-30 10:19:22 -04:00
Jeremy Stretch
10a74492f6
#17143 : Update docs for nested serializer use
2024-08-30 10:18:29 -04:00
Jeremy Stretch
cdf2fdee83
#14692 : Correct VirtualDisk model docs
2024-08-29 16:48:48 -04:00
Jeremy Stretch
db6246a437
#10500 : Cleanup ( #17305 )
...
* Use MPTTColumn for module bays
* Fix return URLs
* Omit extraneous relationships from nested serializers
* Add note re: v4.1
2024-08-29 15:38:53 -04:00
Jeremy Stretch
6f7bf5baf4
Merge branch 'develop' into feature
2024-08-29 10:51:38 -04:00
Jeremy Stretch
97cd6b89fd
Release v4.0.10
2024-08-29 09:25:58 -04:00
Jeremy Stretch
a9fd5bbf55
Fix broken intra-page links
2024-08-29 09:13:02 -04:00
Jeremy Stretch
e325a4b2e0
Update change log
2024-08-29 09:01:23 -04:00
Jeremy Stretch
c3276b7d2e
Update changelog
2024-08-27 17:09:16 -04:00
Jeremy Stretch
263664ae52
Update changelog
2024-08-27 12:08:02 -04:00
Jeremy Stretch
ee0af15073
Update changelog
2024-08-26 15:41:12 -04:00
Arthur Hanson
3412139acc
17193 update logo in Readme ( #17194 )
...
* 17193 update logo in Readme
* 17193 update logo in Readme
* 17193 remove .png
* 17194 favicon, apple
2024-08-19 11:22:40 -04:00
Jeremy Stretch
8e70e3ad20
Update release checklist for v4.1
2024-08-15 12:59:44 -04:00
Jeremy Stretch
33e8e04281
Update change log
2024-08-15 12:36:53 -04:00
Jeremy Stretch
8b91fb8d2d
Merge branch 'develop' into feature
2024-08-14 10:54:31 -04:00
Jeremy Stretch
370c1209f4
PRVB
2024-08-14 10:27:03 -04:00
Jeremy Stretch
f3f1aa3841
Release v4.0.9
2024-08-14 09:30:41 -04:00
Jeremy Stretch
8789aaaa39
Changelog for #16692 , #17006 , #17124 , #17131 , #17144
2024-08-13 16:12:58 -04:00
Jeremy Stretch
20967bf88d
Changelog for #13459 , #16176 , #17038 , #17064
2024-08-10 11:49:34 -04:00
Jeremy Stretch
23490d3336
Release v4.1-beta1
2024-08-05 13:34:05 -04:00
Arthur Hanson
796b9e84af
Closes #10500 : Introduce support for nested modules ( #16983 )
...
* 10500 add ModularComponentModel
* 10500 add ModularComponentModel
* 10500 add to forms
* 10500 add to serializer, tables
* 10500 template
* 10500 add docs
* 10500 check recursion
* 10500 fix graphql
* 10500 fix conflicting migration from merge
* 10500 token resolution
* 10500 don't return reverse
* 10500 don't return reverse / optimize
* Add ModuleTypeModuleBaysView
* Fix replication of module bays on new modules
* Clean up tables & templates
* Adjust uniqueness constraints
* Correct URL
* Clean up docs
* Fix up serializers
* 10500 add filterset tests
* 10500 add nested validation to Module
* Misc cleanup
* 10500 ModuleBay recursion Test
* 10500 ModuleBay recursion Test
* 10500 ModuleBay recursion Test
* 10500 ModuleBay recursion Test
* Enable MPTT for module bays
* Fix tests
* Fix validation of module token in component names
* Misc cleanup
* Merge migrations
* Fix table ordering
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-08-05 13:13:59 -04:00
Arthur Hanson
ca63aed9ee
17061 add new models to docs ( #17062 )
...
* 17061 add new models to docs
* Reorder; remove CircuitGroupAssignment
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-08-02 10:00:51 -04:00
Jeremy Stretch
472fbdc654
Closes #17051 : Introduce the ISOLATED_DEPLOYMENT
config parameter ( #17067 )
...
* Closes #17051 : Introduce ISOLATED_DEPLOYMENT config parameter
* Revert omission of external footer links
2024-08-02 08:05:08 -04:00
Jeremy Stretch
80fc9abb03
16927: Move JobRunner from utilities to netbox
2024-08-01 14:18:33 -04:00
Arthur Hanson
d6f2fc7d29
17058 RackType name -> model ( #17059 )
...
* 17058 RackType name -> model
* 17058 RackType name -> model
* 17058 fix tests
* 17058 fix tests
2024-08-01 09:06:51 -04:00
Jeremy Stretch
28b867bde4
Documentation updates for v4.1
2024-07-31 16:26:21 -04:00
Jeremy Stretch
a49a74236b
#16886 : Misc cleanup
2024-07-31 16:02:20 -04:00
Jeremy Stretch
6e59db7310
#16886 : Updated documentation for event types
2024-07-31 15:54:31 -04:00
Jeremy Stretch
d1e16013f0
#16886 : Rename Event to EventType
2024-07-31 15:39:05 -04:00
Jeremy Stretch
5cfa2bb561
#15621 : Add feature documentation for user notifications
2024-07-31 15:11:40 -04:00