Jeremy Stretch
|
9f627fd0d3
|
Merge branch 'develop' into develop-2.7
|
2020-01-10 13:33:51 -05:00 |
|
Jeremy Stretch
|
4be7ca0c78
|
Merge branch 'develop' into 3668-address-assign-dns-filter
|
2020-01-10 09:43:35 -05:00 |
|
Jeremy Stretch
|
da0ac4ff1e
|
Rename filter variables for utility views
|
2020-01-09 20:57:13 -05:00 |
|
Jeremy Stretch
|
83c0d1ef44
|
Renamed ipam FilterSets
|
2020-01-09 20:37:26 -05:00 |
|
Jeremy Stretch
|
a2ead6af94
|
Merge branch 'develop' into develop-2.7
|
2020-01-09 15:27:06 -05:00 |
|
hSaria
|
03b10b6f73
|
Merge branch 'develop' into 3872-limit-related-ips
|
2020-01-09 17:18:42 +00:00 |
|
Saria Hajjar
|
67f4d8fab5
|
Replaced with pagination
|
2020-01-09 17:16:58 +00:00 |
|
Saria Hajjar
|
472486acd6
|
Changed to q filter
|
2020-01-09 16:26:11 +00:00 |
|
hSaria
|
40625d1299
|
Merge branch 'develop' into 3668-address-assign-dns-filter
|
2020-01-09 14:53:32 +00:00 |
|
Saria Hajjar
|
73e456495f
|
Fixes #3872: Limit related IPs table
|
2020-01-09 14:48:21 +00:00 |
|
Saria Hajjar
|
1cdbfd6d60
|
Fixes #3668: search address by DNS name when assigning
|
2020-01-09 10:00:02 +00:00 |
|
Saria Hajjar
|
32f39e10c9
|
Changed default to showing available
|
2020-01-07 17:58:30 +00:00 |
|
hSaria
|
190e683654
|
Removed cookie-based storage; now based on request
|
2020-01-07 17:18:36 +00:00 |
|
Saria Hajjar
|
8e3a371688
|
Added default to cookie
|
2020-01-02 16:19:12 +00:00 |
|
Saria Hajjar
|
2a219eff23
|
is not None not needed as the value 'false' is a string
|
2020-01-02 16:13:47 +00:00 |
|
Saria Hajjar
|
37bc17d3a2
|
Fixes #2365: Toggle for showing available prefixes/ip addresses
|
2020-01-02 09:16:18 +00:00 |
|
Jeremy Stretch
|
4ecbfc4e5e
|
Service.protocol to slug (#3569)
|
2019-11-27 22:27:06 -05:00 |
|
Jeremy Stretch
|
14a7a33cc2
|
IPAddress.role to slug (#3569)
|
2019-11-27 22:09:16 -05:00 |
|
Jeremy Stretch
|
929c0648d0
|
Prefix.status to slug (#3569)
|
2019-11-27 21:46:53 -05:00 |
|
chambersh1129
|
52e9369af4
|
PEP 8 E121 continuation line under-indented for hanging indent fix
|
2019-10-09 20:11:02 -04:00 |
|
chambersh1129
|
bdb3838d71
|
Replace all instances of .extra() in QuerySets with annotations, including references in docstrings
|
2019-10-09 20:11:02 -04:00 |
|
Jeremy Stretch
|
a3b9bdaff1
|
Miscellaneous cleanup
|
2019-10-04 12:59:10 -04:00 |
|
John Anderson
|
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 |
|
Jeremy Stretch
|
c2d0e8fd95
|
Cleanup from earlier work on caching
|
2019-04-22 14:49:31 -04:00 |
|
John Anderson
|
2580b026fe
|
change cacheing to use cacheops
|
2019-04-17 12:29:21 -04:00 |
|
John Anderson
|
4723ddb5ce
|
move caching to views
|
2019-04-15 14:41:04 -04:00 |
|
Jeremy Stretch
|
e710ccb0e6
|
Enforce view permissions for UI views
|
2019-04-11 17:27:38 -04:00 |
|
Jeremy Stretch
|
ae0c8deec2
|
Closes #2809: Remove VRF child prefixes table; link to main prefixes view
|
2019-01-31 10:06:08 -05:00 |
|
Jeremy Stretch
|
bd7aee7c1f
|
Closes #2614: Simplify calls of super() for Python 3
|
2018-11-27 10:52:24 -05:00 |
|
Jeremy Stretch
|
b05171b126
|
Upgraded django-tables2 to v2.0.2
|
2018-11-02 14:27:17 -04:00 |
|
Jeremy Stretch
|
22ed4f1b53
|
Merge release v2.4.6
|
2018-10-10 09:36:51 -04:00 |
|
Jeremy Stretch
|
2fee977b4c
|
Fixes #2485: Fix cancel button when assigning a service to a device/VM
|
2018-10-05 10:30:13 -04:00 |
|
Jeremy Stretch
|
980d62d579
|
Removed Python 2 string compatibility
|
2018-08-14 11:58:42 -04:00 |
|
Jeremy Stretch
|
d039b9e23d
|
Merge branch 'develop-2.4' into develop
|
2018-08-06 12:28:23 -04:00 |
|
Vas Sadvariy
|
33e45a5292
|
Closes #971: Implement VLANGroup VLANs view to show available VLANs within a group
|
2018-08-01 15:59:00 -04:00 |
|
Jeremy Stretch
|
40efa55ec7
|
Merged release v2.3.7
|
2018-07-27 11:43:27 -04:00 |
|
Jeremy Stretch
|
ba3ae0d80a
|
Fixes #2257: Corrected casting of RIR utilization stats as floats
|
2018-07-23 14:52:51 -04:00 |
|
Jeremy Stretch
|
beac676a6e
|
Cleaned up BulkEditView and BulkDeleteView
|
2018-07-20 21:18:10 -04:00 |
|
Jeremy Stretch
|
cd56e51a61
|
Closes #1851: Standardize usage of GetReturnURLMixin
|
2018-07-02 11:54:41 -04:00 |
|
Jeremy Stretch
|
9d419de9dc
|
Merge branch 'develop-2.4' into 1898-activity-logging
|
2018-06-21 16:53:15 -04:00 |
|
Jeremy Stretch
|
7819d9c112
|
Closes #1673: Added object/list views for services
|
2018-06-21 15:55:27 -04:00 |
|
Jeremy Stretch
|
21c4085c51
|
Moved object header templates into object base templates
|
2018-06-14 13:34:37 -04:00 |
|
Jeremy Stretch
|
4ec6e52e73
|
Closes #1990: Improved search function when assigning an IP address to an interface
|
2018-03-29 09:45:17 -04:00 |
|
Jeremy Stretch
|
38a208242b
|
Closes #1945: Implemented a VLAN members view
|
2018-03-15 15:33:13 -04:00 |
|
Jeremy Stretch
|
a5d2055c11
|
Closes #1073: Include prefixes/IPs from all VRFs when viewing the children of a container prefix in the global table
|
2018-01-30 13:39:33 -05:00 |
|
Jeremy Stretch
|
50395aa821
|
Closes #1773: Moved child prefixes table to its own view
|
2017-12-20 14:01:37 -05:00 |
|
Jeremy Stretch
|
40ab272995
|
Fixes #1721: Differentiated child IP count from utilization percentage for prefixes
|
2017-11-22 12:40:58 -05:00 |
|
Jeremy Stretch
|
a0bb7b08bd
|
Closes #1512: Added a view to search for an IP address being assigned to an interface
|
2017-11-10 11:58:59 -05:00 |
|
Jeremy Stretch
|
e1d655cb23
|
Fixes #1471: Correct bulk selection of IP addresses within a prefix assigned to a VRF
|
2017-11-10 09:34:30 -05:00 |
|
Jeremy Stretch
|
00986fd7bf
|
Closes #1691: Cleaned up and reorganized import statements
|
2017-11-07 11:08:23 -05:00 |
|