Commit Graph

4366 Commits

Author SHA1 Message Date
Jeremy Stretch
6ff8566c3a Merge branch 'develop' into 3919-utilization-bar-width 2020-01-15 10:55:28 -05:00
Jeremy Stretch
a02b2e58f3 Fix breadcrumbs for changelog entries for deleted objects 2020-01-15 10:48:30 -05:00
Jeremy Stretch
b013e1217c Fix objectchange related changes panel styling 2020-01-15 10:44:31 -05:00
Jeremy Stretch
be9d176ffb Fixes #3927: Fix exception when deleting devices with secrets assigned 2020-01-15 10:39:23 -05:00
Jeremy Stretch
4f29a05ff3 Fixes #3900: Fix exception when deleting device types 2020-01-15 10:23:07 -05:00
Jeremy Stretch
39d973a0b7 Add test for VM interface type choices 2020-01-15 10:04:12 -05:00
Jeremy Stretch
c19ad86328 Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint 2020-01-15 09:59:44 -05:00
Jeremy Stretch
6e5acf64c0 Rename ExportTemplateLanguageChoices to TemplateLanguageChoices 2020-01-15 09:40:05 -05:00
Jeremy Stretch
f7bdd7529d Move unpack_grouped_choices() to utilities.choices 2020-01-15 09:36:39 -05:00
Jeremy Stretch
bfd4b1cccf Closes #3926: Extend upgrade script to invalidate cache data 2020-01-15 08:57:00 -05:00
Jeremy Stretch
dabaab5073 Allow the Lock bot to lock existing closed issues 2020-01-15 08:49:50 -05:00
Jeremy Stretch
8c58d3085d Merge pull request #3922 from netbox-community/3921-choices-tests
Closes #3921: Add tests for API _choices endpoints
2020-01-14 16:42:28 -05:00
Jeremy Stretch
b41258a287 Add tests for dynamic choices 2020-01-14 16:38:14 -05:00
Jeremy Stretch
a1f62f63f7 Add _choices endpoint tests for all apps 2020-01-14 16:13:11 -05:00
Jeremy Stretch
8296fd026c Reorder operations to avoid "pending trigger events" SQL error 2020-01-14 14:37:50 -05:00
Jeremy Stretch
d8eca9d9a4 Add guide for squashing schema migrations 2020-01-14 14:14:54 -05:00
Saria Hajjar
f13b85be15 Fixes #3919: Utilization graph bar bounds 2020-01-14 18:23:31 +00:00
Jeremy Stretch
54ed0df619 Move utility functions for secrets to secrets/utils.py 2020-01-14 12:13:58 -05:00
Jeremy Stretch
ea3f133194 Move IPAddressManager to a separate file 2020-01-14 12:07:45 -05:00
Jeremy Stretch
dfac1a044f Define __all__ for models.py within each app 2020-01-14 12:01:23 -05:00
Jeremy Stretch
cb42fce8b3 Don't import constants from inside a migration 2020-01-14 11:47:28 -05:00
Jeremy Stretch
f3b669ce80 Squashed all migrations 2020-01-14 11:06:05 -05:00
Jeremy Stretch
4958151d0a Merge pull request #3847 from kobayashi/3525
Fixes #3525: Filter muiltiple ipaddress terms
2020-01-14 09:20:39 -05:00
Jeremy Stretch
72c081783f Merge branch 'develop' into 3525 2020-01-14 09:20:02 -05:00
Jeremy Stretch
8fa718e93e Merge pull request #3915 from hSaria/3914-interface-filter-no-user
Fixes #3914: Interface filter field when unauthenticated
2020-01-14 08:53:59 -05:00
Saria Hajjar
a177c6e396 Fixes #3914: Interface filter field when unauthenticated 2020-01-14 06:08:19 +00:00
Jeremy Stretch
e402d39917 Fix typo in release notes 2020-01-13 17:30:16 -05:00
Jeremy Stretch
837e1ca0bc Delete old squashed migrations 2020-01-13 17:01:54 -05:00
Jeremy Stretch
96509b9f93 Merge pull request #3911 from netbox-community/3801-devicetype-yaml
Closes #3801: Change DeviceType export from CSV to YAML
2020-01-13 15:43:20 -05:00
Jeremy Stretch
71e8ad3a67 Changelog for #3801 2020-01-13 15:42:49 -05:00
Jeremy Stretch
34776b9c31 Add test for DeviceType YAML export 2020-01-13 15:35:01 -05:00
Jeremy Stretch
a3bb57f130 Change DeviceType export from CSV to YAML 2020-01-13 15:10:16 -05:00
Jeremy Stretch
ac859954ca Merge branch 'develop' into develop-2.7 2020-01-13 13:49:22 -05:00
Jeremy Stretch
cc449dd577 Post-release version bump 2020-01-13 13:26:50 -05:00
Jeremy Stretch
0f1fc6cb52 Release v2.6.12 2020-01-13 13:17:43 -05:00
Jeremy Stretch
464356bcaa Merge pull request #3887 from hSaria/3021-cable-tenant-filter
Fixes #3021: Added tenancy filter for cables
2020-01-13 12:09:53 -05:00
Jeremy Stretch
1e188ce230 Merge pull request #3888 from hSaria/3491-webhook-error-message
Fixes #3491: Include content of webhook error response
2020-01-13 11:33:25 -05:00
Jeremy Stretch
a28cb92a7e Merge pull request #3899 from hSaria/3898-cable-str-pk
Fixes #3898: Call str of cable on delete to save PK in id_string
2020-01-13 11:31:18 -05:00
hSaria
7ccf2f908c Merge branch 'develop' into 3898-cable-str-pk 2020-01-13 15:40:22 +00:00
Jeremy Stretch
74bf794579 Merge pull request #3906 from hSaria/3905-powerfeed-divide-by-zero
Fixes #3905: divide by zero on power feeds with low values
2020-01-13 10:32:59 -05:00
Jeremy Stretch
f094ab825d Merge pull request #3903 from hSaria/3902-relax-connect
Fixes #3902: relax non-essential required fields
2020-01-13 10:32:09 -05:00
Saria Hajjar
195c644717 Fixes #3905: divide by zero on power feeds with low values 2020-01-13 15:31:35 +00:00
Saria Hajjar
724b498653 Set the private pk after super save 2020-01-13 15:21:37 +00:00
Saria Hajjar
c82de22ca6 Store a private copy of the pk during init and use that with __str__ 2020-01-13 14:57:21 +00:00
Jeremy Stretch
5cfaec4bb6 Merge pull request #3896 from hSaria/3895-elevations-keyerror
Fixes #3895: Elevations filter regression
2020-01-13 09:44:57 -05:00
Saria Hajjar
6fc0c6e866 Fixes #3902: relax non-essential required fields 2020-01-13 12:05:06 +00:00
kobayashi
612ce237df optimize query 2020-01-12 16:44:15 -05:00
Saria Hajjar
863a919a63 Added post-delete cable ID test 2020-01-12 11:21:02 +00:00
Saria Hajjar
35995967f9 Fixes #3898: Call str of cable on delete to save PK in id_string 2020-01-12 11:08:13 +00:00
Saria Hajjar
2d5819eca3 Fixes #3895: Elevations filter regression 2020-01-11 15:36:58 +00:00