Jeremy Stretch
|
9fc4a4f24a
|
Closes #4755: Enable creation of rack reservations directly from navigation menu
|
2020-06-12 15:11:27 -04:00 |
|
Jeremy Stretch
|
9abc67bbeb
|
Fixes #4737: Introduce ColoredLabelColumn for consistent display of colored labels
|
2020-06-10 11:38:23 -04:00 |
|
Jeremy Stretch
|
a8077e6ed1
|
Extend assertInstanceEqual() to accommodate REST API data
|
2020-06-08 09:47:14 -04:00 |
|
Jeremy Stretch
|
c2f6f5a7cd
|
Fix ProviderTest
|
2020-06-05 15:18:18 -04:00 |
|
Jeremy Stretch
|
8cc1dc9f1c
|
Fix update data
|
2020-06-05 10:05:54 -04:00 |
|
Jeremy Stretch
|
1d5f2fbd11
|
Correct test method name
|
2020-06-05 09:19:31 -04:00 |
|
Jeremy Stretch
|
4ae1879b87
|
Introduce APIViewTestCases for standardized API view testing
|
2020-06-04 16:45:03 -04:00 |
|
Jeremy Stretch
|
ccc31b2c7c
|
Fixes #4525: Allow passing initial data to custom script MultiObjectVar
|
2020-05-26 15:34:29 -04:00 |
|
Jeremy Stretch
|
92f49b4711
|
Closes #4672: Set default color for rack and devices roles
|
2020-05-26 09:36:27 -04:00 |
|
Jeremy Stretch
|
e0ebb8e7d8
|
Fixes #4617: Restore IP prefix depth notation in list view
|
2020-05-13 17:08:48 -04:00 |
|
Jeremy Stretch
|
5c1adf9e37
|
Fixes #4593: Fix AttributeError exception when viewing object lists as a non-authenticated user
|
2020-05-06 23:44:06 -04:00 |
|
Jeremy Stretch
|
3711283de5
|
Extend ViewTestCases to get and list objects as a non-authenticated user
|
2020-05-06 23:43:46 -04:00 |
|
Jeremy Stretch
|
a4dbd2dae5
|
Closes #3064: Include tags in object lists as a toggleable table column
|
2020-05-06 14:42:51 -04:00 |
|
Jeremy Stretch
|
4d5d298ee1
|
Update super() call for get_filters()
|
2020-05-06 11:47:05 -04:00 |
|
Jeremy Stretch
|
9312dea2b2
|
Merge pull request #4564 from netbox-community/3147-csv-import-fields
Closes #3147: Allow dynamic access to related objects during CSV import
|
2020-05-06 10:15:00 -04:00 |
|
Jeremy Stretch
|
270d61ce1b
|
Remove boilerplate error messages from CSV model choice fields
|
2020-05-06 09:58:12 -04:00 |
|
Jeremy Stretch
|
70d0a5f665
|
Introduce CSVModelChoiceField to provide better validation for CSV model choices
|
2020-05-06 09:43:10 -04:00 |
|
Jeremy Stretch
|
839e999a71
|
Introduce CSVModelForm for dynamic CSV imports
|
2020-05-05 16:15:09 -04:00 |
|
Jeremy Stretch
|
d85d963842
|
Remove example choices from CSV import form
|
2020-05-04 16:30:21 -04:00 |
|
Jeremy Stretch
|
80f08e6830
|
Merge pull request #4555 from netbox-community/492-table-column-ordering
Closes #492: Table column ordering
|
2020-05-04 15:12:29 -04:00 |
|
Jeremy Stretch
|
b0478a7e5b
|
Enable dynamic queryset field prefetching based on table columns
|
2020-05-04 14:08:11 -04:00 |
|
Jeremy Stretch
|
4486957b9a
|
Clean up comments
|
2020-05-01 16:01:30 -04:00 |
|
Jeremy Stretch
|
4b8ef6b09a
|
Removed FlexibleModelChoiceField
|
2020-05-01 13:40:52 -04:00 |
|
Jeremy Stretch
|
61ae4be16a
|
Add tests for CSVDataField
|
2020-05-01 13:32:28 -04:00 |
|
Jeremy Stretch
|
34a17d4571
|
Enable the specifcation of related objects by arbitrary attribute during CSV import
|
2020-05-01 12:18:04 -04:00 |
|
Jeremy Stretch
|
05cb47e650
|
Closes #4502: Enable configuration of proxies for outbound HTTP requests
|
2020-04-30 14:59:13 -04:00 |
|
Jeremy Stretch
|
88687608e7
|
Always include the 'actions' column, if present
|
2020-04-29 10:17:52 -04:00 |
|
Jeremy Stretch
|
8ec2e3cc7b
|
Introduce default_columns Meta parameter to reduce boilerplate
|
2020-04-28 16:33:06 -04:00 |
|
Jeremy Stretch
|
725e3cdbf3
|
Extend circuits tables to include all relevant model fields
|
2020-04-28 16:20:11 -04:00 |
|
Jeremy Stretch
|
f51e7519dc
|
Enable reordering table columns
|
2020-04-28 14:27:27 -04:00 |
|
Jeremy Stretch
|
3442ec77a7
|
Enable setting/clearing of table column prefs
|
2020-04-28 13:21:58 -04:00 |
|
Jeremy Stretch
|
e8d493578b
|
Create form for setting table preferences
|
2020-04-28 12:14:51 -04:00 |
|
Jeremy Stretch
|
0ee1112d9d
|
Initial support for table column reordering
|
2020-04-27 16:56:25 -04:00 |
|
Jeremy Stretch
|
7c8c85e435
|
Add all() method to UserConfig
|
2020-04-24 09:50:26 -04:00 |
|
Jeremy Stretch
|
d8494e44e7
|
Document available user preferences
|
2020-04-24 09:46:02 -04:00 |
|
Jeremy Stretch
|
30c3d6ee40
|
Remember user's per_page preference (POC for UserConfig)
|
2020-04-23 16:48:13 -04:00 |
|
Jeremy Stretch
|
7b50f2b0eb
|
Fix tag assignment when bulk creating components
|
2020-04-22 14:05:27 -04:00 |
|
Jeremy Stretch
|
e975f1b216
|
Update device component bulk edit forms to use form_from_model()
|
2020-04-22 11:47:26 -04:00 |
|
Jeremy Stretch
|
97b8e73716
|
Introduce model-specific bulk create forms for device components
|
2020-04-22 11:15:39 -04:00 |
|
Jeremy Stretch
|
131d2c97ca
|
Fixes #4336: Ensure interfaces without a subinterface ID are ordered before subinterface zero
|
2020-04-21 16:13:34 -04:00 |
|
kobayashi
|
1ce0191a74
|
Fixes #4361: Set correct type of connection_state
|
2020-04-15 01:02:11 -04:00 |
|
Jeremy Stretch
|
fc1feec8bf
|
Fix format string
|
2020-04-14 09:43:12 -04:00 |
|
Jeremy Stretch
|
46b896b2cf
|
Merge branch 'develop' into develop-2.8
|
2020-04-06 13:51:05 -04:00 |
|
Jeremy Stretch
|
fb2868f8bb
|
Fixes #4418: Fail cleanly when trying to import multiple device types simultaneously
|
2020-03-30 16:44:04 -04:00 |
|
Jeremy Stretch
|
dd9fc4173d
|
Expose regsitry in templates using existing context processor for settings
|
2020-03-27 13:18:51 -04:00 |
|
Jeremy Stretch
|
e7f7b14214
|
Extend menu items and buttons to accept a list of required permissions
|
2020-03-26 16:04:12 -04:00 |
|
Jeremy Stretch
|
81c9177c09
|
Add a default button color
|
2020-03-26 11:26:11 -04:00 |
|
John Anderson
|
fd879c7cf5
|
Merge branch 'develop-2.8' into 3351-plugins
|
2020-03-18 14:48:11 -04:00 |
|
John Anderson
|
09e09e43ba
|
Merge branch 'develop' into develop-2.8
|
2020-03-18 14:44:18 -04:00 |
|
Jeremy Stretch
|
dbbb2cdaba
|
Merge pull request #4366 from netbox-community/738-detect-new-releases
Closes #738: Automatically detect new releases
|
2020-03-18 14:00:01 -04:00 |
|