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

211 Commits

Author SHA1 Message Date
30c3d6ee40 Remember user's per_page preference (POC for UserConfig) 2020-04-23 16:48:13 -04:00
7b50f2b0eb Fix tag assignment when bulk creating components 2020-04-22 14:05:27 -04:00
0de857bf7a Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00
947affd78f Extend BulkImportView._save_obj to pass request context 2020-03-09 12:39:07 -04:00
2bd3f1fcc3 Merge pull request #4315 from netbox-community/4195-application-logging
Closes #4195: Application logging
2020-03-04 14:39:12 -05:00
7b6bd75c22 #4295 follow-up: Tweak handling of initial data for bulk edit forms 2020-03-03 09:43:56 -05:00
ca1186dca1 Add logging output to utility views 2020-03-02 16:38:51 -05:00
e285d0b547 Remove obsolete querydict_to_dict() utility function 2020-02-28 15:47:59 -05:00
1449dfc966 Fixes #4295: Fix assignment of parent LAG during interface bulk edit 2020-02-28 09:44:41 -05:00
1c72d75b62 Fixes #4239: Fix exception when selecting all filtered objects during bulk edit 2020-02-21 20:44:53 -05:00
f05c7be394 Fixes #4204: Fix assignment of mask length when bulk editing prefixes 2020-02-19 13:28:07 -05:00
1a8eea5aa9 Fixes #4175: Fix potential exception when bulk editing objects from a filtered list 2020-02-14 14:27:47 -05:00
fff657cd5a Migrate DCIM views to use common object list template 2020-02-13 14:07:15 -05:00
c5f74cce80 Introduce a common template for object list views 2020-02-13 13:29:50 -05:00
d400f92ee8 Overhaul device component template creation views/URLs 2020-02-06 13:13:40 -05:00
a2475ee501 Remove obsolete ComponentForm 2020-02-06 11:36:25 -05:00
75906f7591 Move component bulk creation views to new URLs 2020-02-05 12:36:38 -05:00
f8ce67c69f Tweak BulkEditView to improve handling of initial PK values 2020-02-05 09:56:49 -05:00
f805b57778 Adapt BulkEditView to not require a parent object for device components 2020-02-04 18:08:40 -05:00
c1639b7781 Move component bulk delete views to new URLs 2020-02-04 16:06:55 -05:00
cbe090cd3c Fixes #4084: Fix exception when creating an interface with tagged VLANs 2020-02-04 11:47:14 -05:00
c3a6a4520a #3894 follow-up 2020-02-04 10:09:22 -05:00
0d41d12267 Merge branch 'develop' into 2921-tags-select2 2020-02-04 09:37:31 -05:00
4aa694f044 Skip non-model fields when applying bulk changes 2020-02-03 13:07:46 -05:00
1a25f5a7f2 Fixes #4030: Fix exception when bulk editing interfaces (revised) 2020-01-30 15:12:10 -05:00
bed08a7b07 Use model's get_custom_fields 2020-01-23 20:26:21 +00:00
0ab19d723d Moved the header join logic after the custom fields are added 2020-01-23 17:18:58 +00:00
89e6de3652 Merge branch 'develop' into 568-csv-import-cf 2020-01-16 16:05:01 +00:00
2949bfaaa7 Merge branch 'develop' into 2921-tags-select2 2020-01-16 15:33:42 +00:00
0dad9f8901 Change DeviceType export from CSV to YAML 2020-01-13 15:10:16 -05:00
a8d9fe799b Removed tags filter field from view 2020-01-13 19:06:05 +00:00
834fd408bd Fixes #2921: Replace tags filter with Select2 widget 2020-01-11 15:18:27 +00:00
f1d5e28f13 CSV import/export custom fields 2020-01-10 14:26:39 +00:00
da0ac4ff1e Rename filter variables for utility views 2020-01-09 20:57:13 -05:00
ce4a5a38a3 Introduce is_taggable utility function for identifying taggable models 2019-12-11 15:52:35 -05:00
5710f297f1 implement 3664 2019-12-11 04:58:42 -05:00
2956eff051 Closes #648: Pre-populate forms when selecting "create and add another" 2019-12-06 16:40:39 -05:00
6892b79366 Enforce object creation permissions 2019-10-01 16:54:10 -04:00
ee4e68b082 Rewrote test for DeviceType import 2019-10-01 16:36:31 -04:00
edc1b52f65 Adopted a different approach to importing related objects 2019-09-27 16:51:12 -04:00
47f1febfc9 Capture import form field default values 2019-09-25 16:06:09 -04:00
0615d368f2 Force validation of individual objects within a MultiObjectField 2019-09-24 16:51:59 -04:00
30ee232654 Move JSON/YAML data valdiation to ImportForm 2019-09-24 16:13:52 -04:00
15b2a7eab0 Fix form rendering; enable toggling of redirect to imported object 2019-09-24 15:58:23 -04:00
60b70b6c7b Add RearPortTemplate power_port field 2019-09-20 15:16:14 -04:00
5266fc67c9 Extend DeviceType import to include related objects 2019-09-20 14:02:14 -04:00
f8fdca4968 Initial work on JSON/YAML-based DeviceType import 2019-09-13 16:18:29 -04:00
9c6dbd7337 Add in in-line vlan editing and Bulk vlan editing (#3350)
* Fixes #3341 - Added in-line vlan editing
* Fixes #2160 - Added bulk vlan editing

Inconsequential behaviour changes:

* APISelect can now take "full=True" to return a non-brief set
* Select2 will no group by "group & site, group, site, global" if full=True is set in APISelect
2019-09-06 12:45:37 -05:00
3bb3b85fa2 Merged v2.5.13 2019-05-31 21:37:41 -04:00
2f32488c25 Fixes #3190: Fix custom field rendering for Jinja2 export templates 2019-05-16 19:45:36 -04:00