1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

8930 Commits

Author SHA1 Message Date
f7a2eb8aef Closes : Sync/upload reports & scripts ()
* Initial work on 

* Consolidate get_scripts() and get_reports() functions

* Introduce proxy models for script & report modules

* Add add/delete views for reports & scripts

* Add deletion links for modules

* Enable resolving scripts/reports from module class

* Remove get_modules() utility function

* Show results in report/script lists

* Misc cleanup

* Fix file uploads

* Support automatic migration for submodules

* Fix module child ordering

* Template cleanup

* Remove ManagedFile views

* Move is_script(), is_report() into extras.utils

* Fix URLs for nested reports & scripts

* Misc cleanup
2023-03-24 21:00:36 -04:00
c57d71a9db 11291 optimize GraphQL queries ()
* 11291 initial optimize graphql queries

* 11291 add optimizer to schemas

* 11291 cleanup fields.py

* 11291 fix fragment query
2023-03-23 08:42:18 -04:00
e176c7d906 : cleanup & widget improvements 2023-03-22 15:44:01 -04:00
a098c3b0c1 : Introduce GIT_PATH configuration setting 2023-03-22 11:25:03 -04:00
2fc79af4c7 : Cleanup & docs 2023-03-22 09:20:44 -04:00
00088cba6d : Add device config API endpoint & cleanup 2023-03-21 17:00:06 -04:00
d6afc125e5 : Clean up ExportTemplate model form 2023-03-21 14:15:37 -04:00
c35e7b8ee5 : Add bulk edit view & tests 2023-03-21 13:47:08 -04:00
1e493f6f28 : Cleanup 2023-03-21 09:36:21 -04:00
64f6eea579 : Trigger change event after updating form field value 2023-03-20 16:06:06 -04:00
9ce29f9edc : Cleanup 2023-03-20 16:00:08 -04:00
ecb8f1599d : Set data_synced time under model's clean() 2023-03-20 15:45:48 -04:00
2b3b9517d2 : Fix form behavior when disassociating a ConfigContext from a DataFile 2023-03-20 15:42:23 -04:00
08bdb54cb4 : Disable sync button if RQ worker not running 2023-03-20 15:12:11 -04:00
13d604d44e Fix rendering of form textareas 2023-03-20 13:18:09 -04:00
9219397208 : Declare constants for event types 2023-03-20 13:04:05 -04:00
6e93c3574c : Cleanup 2023-03-20 12:42:26 -04:00
0455654f71 : Cleanup & add filter for bridge_id 2023-03-20 11:40:45 -04:00
3b9fda0169 Merge branch 'develop' into feature 2023-03-20 08:54:22 -04:00
8d25d7812c Closes : Remove lateral padding from highlighted text 2023-03-17 16:04:55 -04:00
0ddd7b0e45 Disable bulk update test for L2VPN terminations 2023-03-17 10:09:57 -04:00
206d578bc3 Closes : Redirect to filtered objects list after bulk import ()
* 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
a864e8127b Improve error reporting for duplicate CSV column headings
Fixes 
2023-03-17 09:21:40 -04:00
fc482ed096 Use ssid for the string representation of WirelessLinks if available 2023-03-17 09:19:07 -04:00
6e4c4c4342 Closes : Enable filtering objects by create/update request IDs 2023-03-16 16:29:43 -04:00
5b81986bb3 11955 remove csvdatafield csvfilefield 2023-03-16 15:17:37 -04:00
85f40bcbe0 Render the parameters column as JSON in SavedFiltersTable 2023-03-16 09:12:48 -04:00
e7ed280790 Add parameters to the SavedFilterTable 2023-03-16 09:12:48 -04:00
3d14a79428 Fixes : Correct URL for tags in route targets list 2023-03-16 08:20:52 -04:00
d93a24d0bb Removed type2-ieee802.3at as per described in 2023-03-16 08:16:49 -04:00
43bba935c3 Remove unused template 2023-03-15 14:08:56 -04:00
da7293524e : Simplify cable forms 2023-03-15 14:01:01 -04:00
cacc418cd5 Closes: : Add support for Amazon S3 remote data sources ()
* 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 ()
* 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
f7150645a1 8749 clone custom fields 2023-03-14 15:44:16 -04:00
ef7c66de34 Fix CSV import tests 2023-03-14 15:31:26 -04:00
1446b07f8c Closes : Enable loading import data from remote sources 2023-03-14 14:53:26 -04:00
8bd0a2ef9d Closes : RSS feed widget ()
* Add feedparser as a dependency

* Introduce RSSFeedWidget

* Clean up widget templates
2023-03-14 11:59:27 -04:00
af63ac693e Closes : Convert ChangeLogWidget for use with all models 2023-03-14 08:39:18 -04:00
6a696d9ed7 Closes : Add navigation menu buttons to create device & VM components 2023-03-13 15:15:38 -04:00
d1f76bec37 Closes : Implement advanced UI controls for object selection ()
* WIP

* WIP

* WIP

* Make object selector functional

* Replace extraneous form fields with selector widgets

* Avoid overlap with filterset field names

* Show checkmarks next to visibile filters

* Update results automatically when searching

* Include selector for device/VM component parent fields

* Use selector for filtering VLAN group/site

* Limit selector to 100 results
2023-03-13 12:44:26 -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
e459c46dad Fixes - Strip whitespace from csv headers ()
* Strip whitespace from csv headers

* Move strip() call to parse_csv()

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-03-13 10:55:18 -04:00
a71a59c088 Fixes : Fix filtering changelog & journal entries by multiple content type IDs 2023-03-13 10:00:05 -04:00
267a14264b Fixes : Correct loading of plugin resources with custom paths 2023-03-13 08:52:38 -04:00
f698c42c41 Fix loading of CSV files with BOM 2023-03-13 08:13:59 -04:00
ab303db3dd Closes : Add family field to IPAddress queries in GraphQL ()
* Closes : Add family field to IPAddress queries in GraphQL

* Add family field support to Prefix and Aggregate, fix tests
2023-03-10 14:48:45 -05:00