Tom Strickx
bd276aae20
Fixes #1655 : Removed explicit field references
...
Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.
2017-10-27 15:25:31 -07:00
Tom Strickx
e26a0574ba
Fixes #1655
...
Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.
2017-10-27 11:26:38 -07:00
Jeremy Stretch
0a04bb110a
Fixes #1603 : Hide selection checkboxes for tables with no available actions
2017-10-27 10:33:58 -04:00
Jeremy Stretch
9c0b414676
Fixed vertical heigh of checboxes in tables
2017-10-27 10:31:54 -04:00
Jeremy Stretch
5be4b0c4fd
Closes #1631 : Added a post_run method to the Report class
2017-10-27 10:02:27 -04:00
Jeremy Stretch
8e0eab20e2
Merge pull request #1652 from Ichabond/develop
...
Fixes #1651 : Remove explicit reference to the `name` field
2017-10-26 21:15:14 -04:00
Tom Strickx
1b5aa67f5d
Remove explicit reference to the name
field
...
Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display
2017-10-26 09:24:39 -07:00
Jeremy Stretch
54472b3806
Fixes #1634 : Cluster should not be a required field when importing child devices
2017-10-23 13:17:51 -04:00
Jeremy Stretch
14e5f89feb
Fixes #1624 : Add VM count to device roles table
2017-10-23 13:15:34 -04:00
Jeremy Stretch
a0b93bb4df
Fixes #1513 : Correct filtering of custom field choices
2017-10-20 16:39:13 -04:00
Jeremy Stretch
85347d9675
Closes #999 : Display devices on which circuits are terminated in circuits list
2017-10-20 16:27:19 -04:00
Jeremy Stretch
81ca6f7cba
#1621 : Allow for loose matching of short-form IOS interface names when validating LLDP neighbors
2017-10-19 17:12:28 -04:00
Jeremy Stretch
515645bb4d
Fixes #1620 : Loosen IP address search filter to match all IPs that start with the given string
2017-10-18 14:29:56 -04:00
Jeremy Stretch
6ae6209457
Fixes #1619 : Correct text-based filtering of IP network and address fields
2017-10-18 13:01:49 -04:00
Jeremy Stretch
272325ff05
Fixes #1618 : Allow bulk deletion of all virtual machines
2017-10-18 12:31:58 -04:00
Jeremy Stretch
a84b49b92d
Merge pull request #1597 from RyanBreaker/validations
...
Additional data validation for Rack model
2017-10-18 11:22:26 -04:00
Jeremy Stretch
b63efdd80b
Post-release version bump
2017-10-17 11:25:12 -04:00
Jeremy Stretch
2afa6ed2cb
Release v2.2.2
2017-10-17 11:21:58 -04:00
Jeremy Stretch
34f1a9ebfb
Fixes #1579 : Devices already assigned to a cluster cannot be added to a different cluster
2017-10-17 09:59:35 -04:00
Jeremy Stretch
6f2f8697ae
Fixes #1609 : Added missing virtual_machine field to IP address interface serializer
2017-10-17 09:23:53 -04:00
Jeremy Stretch
6ec9d1d6ce
Merge pull request #1598 from candlerb/candlerb/1498
...
Avoid creating repeated graph nodes where device matches multiple regexps
2017-10-16 17:16:46 -04:00
Jeremy Stretch
047f22e110
Fixes #1605 : Added clusters and virtual machines to object list for global search
2017-10-16 16:44:15 -04:00
root
5fc3eac0f6
Avoid creating repeated graph nodes where device matches multiple regexps
...
Fixes #1498
2017-10-16 10:13:39 +00:00
Ryan Breaker
937faaf149
Add test for validation of device within rack height.
2017-10-15 19:03:28 -05:00
Ryan Breaker
115e7d6e50
Add group and site matching validation to Rack.clean() and testing
2017-10-15 18:35:03 -05:00
Jeremy Stretch
34259d5d9d
Removed deprecated xstr and expand_pattern functions
2017-10-13 14:29:55 -04:00
Jeremy Stretch
91b6ebb0c0
Closes #1580 : Allow cluster assignment when bulk importing devices
2017-10-13 14:19:41 -04:00
Jeremy Stretch
60b4f1f89f
Fixes #1585 : Fixed slug-based filtering of virtual machines
2017-10-13 12:14:19 -04:00
Jeremy Stretch
023ff6834a
Designated new Docker build repo; removed stale Heroku build repo
2017-10-13 11:50:06 -04:00
Jeremy Stretch
d00cab0b0a
Merge branch 'develop' of github.com:digitalocean/netbox into develop
2017-10-13 10:54:24 -04:00
Jeremy Stretch
17493ff655
Closes #1587 : Add primary IP column for virtual machines in global search results
2017-10-13 10:53:25 -04:00
Jeremy Stretch
6c27e6c4fe
Fixes #1584 : Colorized virtual machine role column
2017-10-13 10:45:34 -04:00
Jeremy Stretch
4cb0be4df3
Fixes #1582 : Add virtual_machine attribute to IPAddress
2017-10-13 10:42:45 -04:00
Jeremy Stretch
40f555a3b6
Merge pull request #1545 from digitalocean/mdl-ldap-docs-formatting
...
Minor LDAP documentation formatting cleanup
2017-10-12 23:42:29 -04:00
Jeremy Stretch
881fdbe893
Post-release version bump
2017-10-12 16:39:51 -04:00
Jeremy Stretch
75d840fa1a
PEP8 fix
2017-10-12 16:07:13 -04:00
Jeremy Stretch
800bdd8fc5
Release v2.2.1
2017-10-12 16:04:01 -04:00
Jeremy Stretch
b04ade8060
Fixes #1576 : Move PostgreSQL validation logic into the relevant migration
2017-10-12 16:02:15 -04:00
Jeremy Stretch
7f4d96f33e
Post-release version bump
2017-10-12 14:01:52 -04:00
Jeremy Stretch
9d8daca54d
Release v2.2.0
2017-10-12 13:54:04 -04:00
Jeremy Stretch
bb898b719f
Added reports CLI documentation
2017-10-12 13:48:08 -04:00
Jeremy Stretch
3a0b57b50f
Fixed typo
2017-10-12 13:47:44 -04:00
Ryan Breaker
38d2333165
Add meta tags for charset and convert some tabs to spaces for consistency ( #1574 )
...
* Add meta tag for charset.
* Add meta tag for charset in 500.html and convert some tabs to spaces for consistency.
2017-10-12 13:39:28 -04:00
Jeremy Stretch
a7f0b5adb3
Refreshed installation docs
2017-10-12 13:38:23 -04:00
Jeremy Stretch
109fff0fa6
Reorganized the docs
2017-10-12 10:59:39 -04:00
Jeremy Stretch
8c591e7248
Fixed up reports documentation
2017-10-11 17:05:01 -04:00
Jeremy Stretch
0dafa10e27
Merge branch 'develop-2.2' into develop
...
Conflicts:
netbox/netbox/settings.py
2017-10-11 16:45:18 -04:00
Jeremy Stretch
60e3ff0bf0
Updated version number for v2.2 build
2017-10-11 16:42:44 -04:00
Jeremy Stretch
6052405eb7
Added info about API _choices endpoints
2017-10-11 16:41:16 -04:00
Jeremy Stretch
17a45109f4
Bypass PostgreSQL 9.4 check if database is inaccessible
2017-10-11 16:28:05 -04:00