9d709c84e7
Closes : #9047 - Add Provider Accounts ( #12057 )
...
* #9047 - ProviderAccount
* #9047 - Move to new selector types
* #9047 - Re-introduce provider FK to Circuit model
* #9047 - Fix broken tests
* Misc cleanup
* Revert errant change
* Fix tests
* Update circuit filter form
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-29 08:27:11 -04:00
15590f1f48
Merge branch 'develop' into feature
2023-03-28 14:19:08 -04:00
0330c652bd
PRVB
2023-03-28 14:13:39 -04:00
d3c5f1e744
Release v3.4.7
2023-03-28 13:46:43 -04:00
9995fad513
Update changelog for #11645 , #12029 , #12038
2023-03-28 10:21:38 -04:00
19787dd21d
Update changelog
2023-03-28 10:02:29 -04:00
571d33e660
Fixes #11977 : Multiple remote authentication backends ( #12012 )
...
* Add suppport for REMOTE_AUTH_BACKEND as iterable
* Closes #11977 : Support for multiple auth backends
* Tweak list casting
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-28 08:44:24 -04:00
34236ff468
Update release notes
2023-03-27 14:20:13 -04:00
7b258dc11f
Rename JOBRESULT_RETENTION to JOB_RETENTION
2023-03-27 14:20:13 -04:00
40572b543f
Rename JobResult to Job and move to core
2023-03-27 14:20:13 -04:00
96eb89a469
12049 fix passsword typo
2023-03-24 20:19:58 -04:00
9c5f4163af
Update release notes
2023-03-23 08:44:42 -04:00
a098c3b0c1
#11558 : Introduce GIT_PATH configuration setting
2023-03-22 11:25:03 -04:00
2fc79af4c7
#11558 : Cleanup & docs
2023-03-22 09:20:44 -04:00
00088cba6d
#11559 : Add device config API endpoint & cleanup
2023-03-21 17:00:06 -04:00
402d5d955f
Documentation cleanup
2023-03-20 16:37:47 -04:00
9ce29f9edc
#9653 : Cleanup
2023-03-20 16:00:08 -04:00
3b9fda0169
Merge branch 'develop' into feature
2023-03-20 08:54:22 -04:00
206d578bc3
Closes #10242 : Redirect to filtered objects list after bulk import ( #12001 )
...
* Redirect user to filtered objects list after bulk import
* Remove obsolete table attribute from bulk import views
2023-03-17 09:23:40 -04:00
6e4c4c4342
Closes #11494 : Enable filtering objects by create/update request IDs
2023-03-16 16:29:43 -04:00
3d14a79428
Fixes #11979 : Correct URL for tags in route targets list
2023-03-16 08:20:52 -04:00
cacc418cd5
Closes : #11781 : Add support for Amazon S3 remote data sources ( #11986 )
...
* Add boto3 as a dependency
* Add Amazon S3 backend for remote data sources
* Update docs to include Amazon S3 support
2023-03-15 12:11:52 -04:00
4286d74d44
Add fieldsets functionality to scripts to allow for form field groupings ( #11880 )
...
* update script template
* update docs
* introduce default_fieldset
* correct custom script docs
* default to use fieldsets in scripts
* update scripts docs for new behavior
* Misc cleanup
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-14 15:50:49 -04:00
5cd3ad0b12
Cleanup & docs
2023-03-14 15:44:16 -04:00
1446b07f8c
Closes #11780 : Enable loading import data from remote sources
2023-03-14 14:53:26 -04:00
6a696d9ed7
Closes #11968 : Add navigation menu buttons to create device & VM components
2023-03-13 15:15:38 -04:00
016eff52c0
PRVB
2023-03-13 11:59:57 -04:00
2a9178af12
Merge branch 'develop' into feature
2023-03-13 11:58:37 -04:00
520493c714
Release v3.4.6
2023-03-13 11:16:31 -04:00
a71a59c088
Fixes #11631 : Fix filtering changelog & journal entries by multiple content type IDs
2023-03-13 10:00:05 -04:00
267a14264b
Fixes #11927 : Correct loading of plugin resources with custom paths
2023-03-13 08:52:38 -04:00
065738473e
Changelog for #11850 , #11851
2023-03-13 08:38:57 -04:00
07b0b93256
Closes #11638 : add http redirect to apache
2023-03-10 09:55:22 -05:00
a717ddf5e6
Changelog for #8272 , #8958
2023-03-10 09:00:28 -05:00
d880875e67
Changelog for #11294 , #11819
2023-03-09 08:37:03 -05:00
697feed257
Add type_job_start & type_job_end to Webhook
2023-03-07 18:01:32 -05:00
d48a8770de
Fixes #11903 : Fix escaping of return URL values for action buttons in tables
2023-03-07 09:34:25 -05:00
e270cb20ba
Changelog for #11470 , #11871
2023-03-01 17:34:57 -05:00
536b46158a
Add mark_utilized to IPRange
2023-03-01 09:27:06 -05:00
8a08d3621b
Closes #10374 : Require unique tenant names & slugs per group (not globally)
2023-02-28 20:03:41 -05:00
5517963b24
Closes #10729 : Add date & time custom field type ( #11857 )
...
* Add datetime custom field type
* Update custom field tests
2023-02-28 13:33:40 -05:00
7994073687
Closes #8550 : Implement ASN ranges ( #11835 )
...
* Move ASN to a separate module
* Move ASNField from dcim to ipam
* Introduce ASNRange model
* Add relationship from ASN to ASNRange
* Add an available-asns API endpoint
* Add RIR assignment for ASNRange
* Add standard tests
* Move child ASNs to a tabbed view
* Remove FK on ASN to ASNRange
* Add tests for provisioning available ASNs
* Add docs for ASNRange
2023-02-27 16:36:05 -05:00
c9e5a4c996
Changelog for #11011
2023-02-27 15:38:21 -05:00
a554164d1d
Changelog for #10058 , #11565 , #11758 , #11817
2023-02-27 14:46:03 -05:00
cfa6b28ceb
Closes #11807 : Restore default page size when navigating between views
2023-02-27 09:22:48 -05:00
ed77c03830
Fixes #11796 : When importing devices, restrict rack by location only if the location field is specified
2023-02-27 08:26:32 -05:00
64291f731b
Update change log
2023-02-24 16:46:01 -05:00
36771e821c
10520 remove Napalm code references ( #11768 )
...
* 10520 remove all Napalm code references
* 10520 remove lldp
* 10520 remove config, status - rebuild js
* 10520 re-add config parameters
* 10520 re-add serializer
* 10520 update docs
2023-02-24 15:38:50 -05:00
561f1eadfc
PRVB
2023-02-21 09:03:19 -05:00
c280ca35d6
Release v3.4.5
2023-02-21 08:45:52 -05:00