jeremystretch
05657d44f3
Fix rendering of form textareas
2023-03-20 13:18:09 -04:00
jeremystretch
31788b4c93
#8958 : Declare constants for event types
2023-03-20 13:04:05 -04:00
jeremystretch
5f21d81b4b
#8749 : Cleanup
2023-03-20 12:42:26 -04:00
jeremystretch
ab5956179a
#8272 : Cleanup & add filter for bridge_id
2023-03-20 11:40:45 -04:00
jeremystretch
6f949f64f2
Merge branch 'develop' into feature
2023-03-20 08:54:22 -04:00
jeremystretch
1e85b3307d
Closes #11682 : Remove lateral padding from highlighted text
2023-03-17 16:04:55 -04:00
jeremystretch
d2bc6a7082
Disable bulk update test for L2VPN terminations
2023-03-17 10:09:57 -04:00
Jeremy Stretch
20ef576da6
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
Brian Candler
c709d763ea
Improve error reporting for duplicate CSV column headings
...
Fixes #11990
2023-03-17 09:21:40 -04:00
kkthxbye-code
c67d01f362
Use ssid for the string representation of WirelessLinks if available
2023-03-17 09:19:07 -04:00
jeremystretch
d4bf965303
Closes #11494 : Enable filtering objects by create/update request IDs
2023-03-16 16:29:43 -04:00
Arthur
f8c5c2d1c7
11955 remove csvdatafield csvfilefield
2023-03-16 15:17:37 -04:00
kkthxbye-code
2d4f81a727
Render the parameters column as JSON in SavedFiltersTable
2023-03-16 09:12:48 -04:00
kkthxbye-code
577233a70c
Add parameters to the SavedFilterTable
2023-03-16 09:12:48 -04:00
jeremystretch
88e149426b
Fixes #11979 : Correct URL for tags in route targets list
2023-03-16 08:20:52 -04:00
Daniel W. Anner
9fb4ae82fd
Removed type2-ieee802.3at as per described in #11984
2023-03-16 08:16:49 -04:00
jeremystretch
d72f5a381a
Remove unused template
2023-03-15 14:08:56 -04:00
jeremystretch
2411c82d34
#10054 : Simplify cable forms
2023-03-15 14:01:01 -04:00
Jeremy Stretch
5787e9dcfd
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
Ryan Merolle
213c8cc5fb
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
jeremystretch
696bd9b8d8
Cleanup & docs
2023-03-14 15:44:16 -04:00
Arthur
1a1d6cca7a
8749 clone custom fields
2023-03-14 15:44:16 -04:00
jeremystretch
381657d22e
Fix CSV import tests
2023-03-14 15:31:26 -04:00
jeremystretch
9b3651bd35
Closes #11780 : Enable loading import data from remote sources
2023-03-14 14:53:26 -04:00
Jeremy Stretch
87847ec2e6
Closes #11826 : RSS feed widget ( #11976 )
...
* Add feedparser as a dependency
* Introduce RSSFeedWidget
* Clean up widget templates
2023-03-14 11:59:27 -04:00
jeremystretch
041be7d518
Closes #11893 : Convert ChangeLogWidget for use with all models
2023-03-14 08:39:18 -04:00
jeremystretch
f061817423
Closes #11968 : Add navigation menu buttons to create device & VM components
2023-03-13 15:15:38 -04:00
Jeremy Stretch
763611b15a
Closes #10054 : Implement advanced UI controls for object selection ( #11952 )
...
* 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
jeremystretch
5cc8650199
PRVB
2023-03-13 11:59:57 -04:00
jeremystretch
6acc947c65
Merge branch 'develop' into feature
2023-03-13 11:58:37 -04:00
Jeremy Stretch
2311bd3cef
Merge pull request #11965 from netbox-community/develop
...
Release v3.4.6
2023-03-13 11:49:41 -04:00
jeremystretch
3a38fceb49
Release v3.4.6
2023-03-13 11:16:31 -04:00
kkthxbye
7d9bc29da5
Fixes #11929 - Strip whitespace from csv headers ( #11956 )
...
* 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
jeremystretch
654bb4becd
Fixes #11631 : Fix filtering changelog & journal entries by multiple content type IDs
2023-03-13 10:00:05 -04:00
jeremystretch
076338ea2f
Fixes #11927 : Correct loading of plugin resources with custom paths
2023-03-13 08:52:38 -04:00
jeremystretch
0041123644
Changelog for #11850 , #11851
2023-03-13 08:38:57 -04:00
kkthxbye-code
865c8092ff
Fix loading of CSV files with BOM
2023-03-13 08:13:59 -04:00
rmanyari
36e016f21c
Closes #11851 : Add family field to IPAddress queries in GraphQL ( #11870 )
...
* Closes #11851 : 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
rganascim
94961a521b
Closes #11638 : add http redirect to apache
2023-03-10 09:55:22 -05:00
jeremystretch
b0767b3aef
Changelog for #8272 , #8958
2023-03-10 09:00:28 -05:00
Jeremy Stretch
c4b41a7282
Changelog for #11294 , #11819
2023-03-09 08:37:03 -05:00
Aron Bergur Jóhannsson
bcfeb07ff2
Closes #11294 : Markdown Preview ( #11894 )
...
* MarkdownWidget
* Change border and color of active markdown tab
* Fix template name typo
* Add render markdown endpoint
* Static assets for markdown widget
* widget style fix and unique ids based on name
* Replace SmallTextArea with SmallMarkdownWidget
* Clear innerHTML before swapping
* render markdown directly in template
* change render markdown view path
* remove small markdown widget
* Simplify rendering logic
* Use a form to clean input Markdown data
---------
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
2023-03-09 08:21:13 -05:00
jeremystretch
a2704e7a73
Undo change to default status for object type_* fields on Webhook
2023-03-07 18:01:32 -05:00
jeremystretch
ace24b1bd3
Add trigger_webhooks() to JobResult
2023-03-07 18:01:32 -05:00
jeremystretch
bb7ab748bd
Replace JobResult.set_status() with terminate()
2023-03-07 18:01:32 -05:00
jeremystretch
9388a7370c
Add type_job_start & type_job_end to Webhook
2023-03-07 18:01:32 -05:00
kkthxbye-code
d52ab431ac
Move update_interface_bridges to a utility function
2023-03-07 18:00:24 -05:00
kkthxbye-code
82841d3767
Add bridge to InterfaceTemplate
2023-03-07 18:00:24 -05:00
Abhimanyu Saharan
b742d477d3
added the missing filterset
2023-03-07 17:42:23 -05:00
jeremystretch
8fce469fba
Fixes #11903 : Fix escaping of return URL values for action buttons in tables
2023-03-07 09:34:25 -05:00