Jeremy Stretch
|
19b8596443
|
Fixes #3644: Fix exception when connecting a cable to a RearPort with no corresponding FrontPort
|
2019-12-09 15:42:04 -05:00 |
|
Jeremy Stretch
|
c95fa9485a
|
Remove deprecated context parameter from from_db_value
|
2019-12-09 12:32:51 -05:00 |
|
Jeremy Stretch
|
ae0a5da6bc
|
Omit default uniqueness validator from VirtualMachineSerializer, which implies required fields
|
2019-12-09 12:11:42 -05:00 |
|
Jeremy Stretch
|
b8dfbc951f
|
#2269: Allow non-unique VirtualMachine names
|
2019-12-09 11:59:30 -05:00 |
|
Jeremy Stretch
|
c9f409a1bb
|
#2269: Allow non-unique Device names
|
2019-12-09 11:41:03 -05:00 |
|
Jeremy Stretch
|
1301ab9cb7
|
#3722: Tweak ordering of permitted characters to avoid creating a regex range
|
2019-12-09 10:02:56 -05:00 |
|
John Anderson
|
e255ed5256
|
Merge pull request #3702 from hellerve/rack-elevations-api
Rack elevations API
|
2019-12-09 01:02:40 -05:00 |
|
John Anderson
|
0dfddeff6b
|
update openapi field type for choice field value fields to string
|
2019-12-09 00:41:43 -05:00 |
|
hellerve
|
7dbac272d9
|
dcim api: fix face default value in rackviewset
|
2019-12-08 18:24:13 +01:00 |
|
hellerve
|
23304476ba
|
dcim api: add feedback from @jeremystretch to rack elevations api
|
2019-12-08 18:14:59 +01:00 |
|
hellerve
|
26006c1306
|
dcim: make linter happy
|
2019-12-08 17:59:40 +01:00 |
|
hellerve
|
23ecdf7f1b
|
tests: update to reflect absence of utility functions
|
2019-12-08 17:59:40 +01:00 |
|
hellerve
|
ad0a182201
|
dcim: remove elevation getters
|
2019-12-08 17:59:38 +01:00 |
|
hellerve
|
23ab34141c
|
css: purge outdated rack styling
|
2019-12-08 17:58:36 +01:00 |
|
hellerve
|
2cf8abe618
|
requirements: fix svgwrite version
|
2019-12-08 17:58:35 +01:00 |
|
hellerve
|
4cd18e4e19
|
dcim: refactor reservations and make them resizable
|
2019-12-08 17:58:21 +01:00 |
|
hellerve
|
589c4c4e7a
|
dcim: add inline stylesheet to rack elevation api view
|
2019-12-08 17:58:21 +01:00 |
|
hellerve
|
39cc9a7f43
|
dcim: fix fonts & texts in svg
|
2019-12-08 17:58:21 +01:00 |
|
hellerve
|
7defacfd7d
|
dcim: make front and rear work (references #2248)
|
2019-12-08 17:58:21 +01:00 |
|
hellerve
|
cbd9731a37
|
dcim: add rack-elevations api endpoint (references #2248)
|
2019-12-08 17:58:20 +01:00 |
|
Jeremy Stretch
|
afcf796128
|
ClusterForm should inherit from TenancyForm
|
2019-12-06 16:47:29 -05:00 |
|
Jeremy Stretch
|
9719098f6b
|
Closes #648: Pre-populate forms when selecting "create and add another"
|
2019-12-06 16:40:39 -05:00 |
|
Jeremy Stretch
|
beed4c2cb8
|
Implement tag replication for #33
|
2019-12-06 16:22:56 -05:00 |
|
Jeremy Stretch
|
ef79579119
|
Closes #33: Add ability to clone objects (pre-populate form fields)
|
2019-12-06 16:13:52 -05:00 |
|
Jeremy Stretch
|
aa7db65041
|
Fixed git commit hook
|
2019-12-06 12:54:13 -05:00 |
|
Jeremy Stretch
|
2fcefa43a4
|
Extend git commit hook to check for missing schema migrations
|
2019-12-06 12:42:59 -05:00 |
|
Jeremy Stretch
|
2de3e579a6
|
#3720: Update migration to add powerfeeds to termination_type limit list (does not impact database)
|
2019-12-06 12:29:31 -05:00 |
|
Jeremy Stretch
|
880f248d26
|
#3722: Update migration with new validator (does not impact database)
|
2019-12-06 12:19:29 -05:00 |
|
Jeremy Stretch
|
511d0fbed0
|
Default to localhost in example Redis configs (needed for CI to work)
|
2019-12-06 12:00:51 -05:00 |
|
Jeremy Stretch
|
3eb2c631c7
|
Closes #3408: Remove WEBHOOKS_ENABLE configuration setting
|
2019-12-06 11:52:28 -05:00 |
|
Jeremy Stretch
|
e92c246e2c
|
Add ITA plug/outlet types (#792)
|
2019-12-06 11:26:44 -05:00 |
|
Jeremy Stretch
|
ad9d33550f
|
Closes #3731: Change Graph.type to a ContentType foreign key field
|
2019-12-06 10:32:59 -05:00 |
|
Sander Steffann
|
86261fec08
|
Don't redefine exception but split the code
|
2019-12-06 16:32:18 +01:00 |
|
Jeremy Stretch
|
68670ecd23
|
Correct stalebot config file name
|
2019-12-05 21:43:22 -05:00 |
|
Jeremy Stretch
|
84c345b043
|
Fixes #3725: Enforce client validation for minimum service port number
|
2019-12-05 21:22:34 -05:00 |
|
Jeremy Stretch
|
c530f970b1
|
Fixes #3722: Allow the underscore character in IPAddress DNS names
|
2019-12-05 21:14:29 -05:00 |
|
Jeremy Stretch
|
da48e0be96
|
Fixes #3730: Add link to docs page for custom links
|
2019-12-05 21:07:43 -05:00 |
|
Jeremy Stretch
|
31a9917c78
|
Changelog updates
|
2019-12-05 20:52:30 -05:00 |
|
Jeremy Stretch
|
4a84fe07b8
|
Merge pull request #3732 from netbox-community/3569-api-choice-slugs
Replace API integer API choice values with slugs
|
2019-12-05 17:53:47 -05:00 |
|
Jeremy Stretch
|
809e9d1f8b
|
Adapt device component import forms from #3711
|
2019-12-05 17:49:44 -05:00 |
|
Jeremy Stretch
|
e4ffd4a5cc
|
Merge branch 'develop-2.7' into 3569-api-choice-slugs
|
2019-12-05 17:43:11 -05:00 |
|
Jeremy Stretch
|
645aa2a295
|
Annotate all migration operation lists
|
2019-12-05 17:42:33 -05:00 |
|
Jeremy Stretch
|
d6557b63f6
|
Webhook.http_content_type to slug (#3569)
|
2019-12-05 17:11:59 -05:00 |
|
Daniel Sheppard
|
75e47fa00b
|
Add list view for device components (#3719)
* Initial Work on #3564
* #3564 - Fixup issue with filter on interface
* #3564 - Fix PEP8 errors
* #3564 - Finalize fields, readjust order, reduce repetition
* #3564 - Update Changelog
* #3564 - Fix extra space
* #3564 - Change interface table ordering
* #3564 - Minor cleanup
* #3564 - Add Import Links
* Fix PEP8
|
2019-12-05 17:10:49 -05:00 |
|
Jeremy Stretch
|
ef3d772894
|
ExportTemplate.template_language to slug (#3569)
|
2019-12-05 17:01:00 -05:00 |
|
Jeremy Stretch
|
b2904050aa
|
Delete obsolete user action types
|
2019-12-05 16:50:44 -05:00 |
|
Jeremy Stretch
|
b4859d4fcc
|
Remain consistent with original action strings (e.g. 'created' instead of 'create')
|
2019-12-05 16:42:10 -05:00 |
|
Jeremy Stretch
|
ba17918d01
|
Fix changelog table action labels
|
2019-12-05 16:37:22 -05:00 |
|
Jeremy Stretch
|
0a72225ca9
|
ObjectChange.action to slug (#3569)
|
2019-12-05 16:30:15 -05:00 |
|
Jeremy Stretch
|
3a61536a82
|
Fix PowerFeed field defaults
|
2019-12-05 16:05:45 -05:00 |
|