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

295 Commits

Author SHA1 Message Date
6e49a0ba6e Merge branch 'develop' into develop-2.7 2020-01-03 14:21:53 -05:00
57f199f899 Fixes #3833: Add region and region_id filters where missing (#3836) 2020-01-03 13:52:50 -05:00
b38bb64c81 Fixes #3831: Fix API-driven filter field rendering (#3812 regression) 2020-01-03 11:25:22 -05:00
1d63a30b7a Merge branch 'develop' into develop-2.7 2020-01-02 17:21:15 -05:00
7399aa0c5e Add datetime widgets 2019-12-28 22:55:00 +00:00
85563e21db Remove obsolete initial_data fixtures (no longer maintained) 2019-12-12 14:30:43 -05:00
27fd351fc2 Add CSV import tests for circuits 2019-12-12 10:08:49 -05:00
a6904dc5d5 Add description field to CircuitType (#3655) 2019-12-10 13:25:14 -05:00
446acbdf82 Closes #33: Add ability to clone objects (pre-populate form fields) 2019-12-06 16:13:52 -05:00
7518174374 Closes #3731: Change Graph.type to a ContentType foreign key field 2019-12-06 10:32:59 -05:00
17898a4c57 Merge branch 'develop-2.7' into 3569-api-choice-slugs 2019-12-05 17:43:11 -05:00
edbf562803 Annotate all migration operation lists 2019-12-05 17:42:33 -05:00
adb25fd7d7 822 bulk import of device components (#3711)
Closes #822: CSV import for device components

* Implement CSV import for netbox-community#822

* Comment out default_return_url until there is a proper target

* Fix the default value of `enabled` when not included in the import

* rear_port is definitely required here

* Power Ports don't have a type (yet)

* Add import for console-ports and console-server-ports

* Add import for device-bays
2019-12-05 15:36:11 -05:00
f93cd17fee Consolidate #3569 field migrations by model 2019-11-21 22:26:35 -05:00
4e2863e4ec Move CircuitTermination.term_side choices to a ChoiceSet 2019-11-21 21:28:59 -05:00
fbd12e1887 Create a separate migration for each field 2019-11-18 21:41:04 -05:00
4f0d82ac16 Standardize migration names for #3569 2019-11-18 21:04:12 -05:00
bfede60f3d Rename CreatedUpdatedFilter to CreatedUpdatedFilterSet 2019-11-14 22:00:12 -05:00
0319450643 Closes #3663: rename filter class 2019-11-07 22:41:09 +01:00
e09ad6915f Circuit.status (#3569) 2019-11-07 11:11:10 -05:00
99a542e4e4 Closes #3663: API filter by created, last_updated 2019-11-04 20:51:56 +01:00
4ab6aca2ec Fixes #3575: Restore label for comments field when bulk editing circuits 2019-10-07 14:06:41 -04:00
a3b9bdaff1 Miscellaneous cleanup 2019-10-04 12:59:10 -04:00
b8d8cb33ff Closes #3529: Enable filtering circuits list by region 2019-09-25 09:21:21 -04:00
51fb0b59ec Closes #3485: Enable embedded graphs for devices 2019-09-18 15:59:52 -04:00
5f4bac6076 Closes #3454: Enable filtering circuits by region 2019-08-28 12:12:27 -04:00
6e66f8d68a Fixes #3452: Queue deletion ObjectChanges until after response is sent 2019-08-26 16:52:05 -04:00
c359ac5737 convert update() calls to save() calls 2019-08-20 17:16:00 -04:00
ade844f7a7 fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
6c3c6fba62 Closes #984: Allow ordering circuits by A/Z side 2019-06-27 12:30:17 -04:00
3bb3b85fa2 Merged v2.5.13 2019-05-31 21:37:41 -04:00
b9b009c0b5 Fixes #3227: Fix exception when deleting a circuit with a termination(s) 2019-05-29 17:17:06 -04:00
f9cd89a4a4 urls: fix 3168 by changing url to path 2019-05-26 14:56:00 +02:00
e19feb92ea Move TenancyFilterForm to tenancy.forms 2019-05-09 14:36:18 -04:00
fbde6282b2 Cleanup from #2931 2019-05-09 14:32:49 -04:00
dfffd1ea94 Restore id__in filters to retain backward compatability until v2.7 2019-05-08 21:08:35 -04:00
205adeb2e9 Remove NullableCharFieldFilter; add missing filter fields 2019-05-07 13:59:21 -04:00
3d616baf75 Remove NumericInFilter and id__in filters 2019-05-07 13:07:18 -04:00
6cb5173e27 Update query filters to OR multiple values 2019-05-07 12:25:33 -04:00
c2d0e8fd95 Cleanup from earlier work on caching 2019-04-22 14:49:31 -04:00
4723ddb5ce move caching to views 2019-04-15 14:41:04 -04:00
f0505477b8 intial work on #2647 - caching 2019-04-15 03:55:33 -04:00
a46b43bff6 Added child counts to API serializers (WIP) 2019-04-12 17:07:56 -04:00
e710ccb0e6 Enforce view permissions for UI views 2019-04-11 17:27:38 -04:00
6e8e6809f3 Move Filter and Form to new file, update all files 2019-04-10 08:37:12 -05:00
a91a79681f Merge branch 'develop' of https://github.com/digitalocean/netbox into 2813-addtenantgroupfilter 2019-04-09 15:57:22 -05:00
c1127148e2 Provide individual views for each type of cable connection 2019-04-09 16:49:04 -04:00
f1d1e8b537 Update migrations 2019-04-09 14:22:45 -04:00
4f9b666eee Merge branch 'develop' into develop-2.6 2019-04-09 14:11:26 -04:00
9a91bdbdb2 Fixes #2937: Redirect to list view after editing an object from list view 2019-04-08 14:10:55 -04:00