Commit Graph

3289 Commits

Author SHA1 Message Date
Jeremy Stretch
d6e3c922ed Fix PowerPort connected_endpoint filtering, ordering 2019-04-25 15:06:48 -04:00
Jeremy Stretch
f8447989f2 Fix regex for IPAddress.dns_name (but see #3106) 2019-04-25 14:49:52 -04:00
Jeremy Stretch
595a7fe950 Promote django-rq to a required dependency 2019-04-25 14:25:16 -04:00
John Anderson
5489f42681 closes #3104 - add support for exposing prometheus metrics 2019-04-25 01:09:19 -04:00
rclerc
fddba77a36 Add the decommissioning status for devices 2019-04-24 09:14:29 +02:00
Jeremy Stretch
5afec0441b Closes #166: Add dns_name to IPAddress 2019-04-22 18:10:28 -04:00
Jeremy Stretch
39d8c8a8c8 Clean up settings.py and restrict import of LDAP parameters 2019-04-22 16:33:28 -04:00
Jeremy Stretch
5f597c12de Cleanup from earlier work on caching 2019-04-22 14:49:31 -04:00
Jeremy Stretch
ed5dc352da Fix pagination logic for detecting QuerySets 2019-04-22 11:09:12 -04:00
Jeremy Stretch
78dac12767 Change VLAN view columns to a 4/8 split 2019-04-22 07:47:16 -04:00
Jeremy Stretch
e585ac4815 Closes #3094: Remove NullsFirstQuerySet 2019-04-19 20:59:07 -04:00
Jeremy Stretch
b347507177 Remove extraneous imports 2019-04-19 16:58:39 -04:00
Jeremy Stretch
a5bbd95093 Added '*_count' fields for child objects 2019-04-19 16:50:42 -04:00
Jeremy Stretch
7d1d0d0ebf Implement get_subquery() for annotation of child object counts; Rename dcim.Site 'count_*' fields 2019-04-19 16:09:22 -04:00
Jeremy Stretch
e360b788fa Changelog cleanup 2019-04-19 15:28:08 -04:00
Jeremy Stretch
879cfb6a8f Increase length of CustomLink text and url fields 2019-04-19 14:58:55 -04:00
Jeremy Stretch
94837647d7 Misc cleanup 2019-04-19 14:56:40 -04:00
Jeremy Stretch
acaa3c2663 Add device types and power feeds to home page 2019-04-19 14:27:19 -04:00
Jeremy Stretch
9eea0ae897 Improved enforcement of view permissions for home page 2019-04-19 14:16:55 -04:00
Jeremy Stretch
5180a14bbc PowerFeed list improvements 2019-04-19 13:43:09 -04:00
Jeremy Stretch
fae7095305 Add power_panel_id field to PowerFeedFilterForm 2019-04-19 13:17:43 -04:00
John Anderson
524e7e5f08 changelog and docs updates for 2.6 2019-04-19 02:32:50 -04:00
John Anderson
cf64c21cac Merge pull request #3080 from digitalocean/2647-cacheops
change cacheing to use cacheops
2019-04-19 01:41:59 -04:00
John Anderson
181687aa12 fix typo in requirements 2019-04-18 14:39:12 -04:00
John Anderson
93b0b08825 fixes #2621 - deletion issue in the changelog middleware 2019-04-18 14:37:58 -04:00
Jeremy Stretch
3fef0a1d2b Improve the logic for gathering models from all apps 2019-04-17 14:33:26 -04:00
Jeremy Stretch
7fd56d9a06 Clean up, update Webhook models 2019-04-17 14:19:57 -04:00
Jeremy Stretch
a715427304 Add PowerFeeds to global search 2019-04-17 14:06:45 -04:00
Jeremy Stretch
9c7074c529 Clean up limit_to for ForeignKeys referencing ContentType 2019-04-17 13:36:05 -04:00
John Anderson
bae12a0133 fix timeout expression 2019-04-17 12:38:54 -04:00
John Anderson
65f357ff85 change cacheing to use cacheops 2019-04-17 12:29:21 -04:00
Jeremy Stretch
e870cc83f8 Merge pull request #3078 from digitalocean/3077-nested-api-writes
Enable dictionary specification of related objects in API
2019-04-17 11:25:40 -04:00
Jeremy Stretch
7c725a6d33 Add test for dict_to_filter_params 2019-04-17 11:19:59 -04:00
Jeremy Stretch
c92bc3cf97 Merge branch 'develop-2.6' into 3077-nested-api-writes 2019-04-17 10:57:01 -04:00
Jeremy Stretch
de959f2e15 Add tests for WritableNestedSerializer 2019-04-17 10:54:50 -04:00
Jeremy Stretch
6a40ba52ff Cleaned up CHANGELOG 2019-04-16 21:12:16 -04:00
Jeremy Stretch
154134777d Removed tags from the admin UI 2019-04-16 21:00:29 -04:00
Jeremy Stretch
66aa5830c1 Enable dictionary specification of related objects in API 2019-04-16 18:02:52 -04:00
Jeremy Stretch
9c12ea2f06 Remove run_validators() override (fixed upstream) 2019-04-16 15:35:15 -04:00
Jeremy Stretch
5f103e6aab Add limit_choices_to to CustomLink.content_type field 2019-04-15 21:53:22 -04:00
Jeremy Stretch
f1b04c1fad Changelog for #969 2019-04-15 21:49:16 -04:00
Jeremy Stretch
489d0f809c Merge pull request #3074 from digitalocean/969-custom-links
969 custom links
2019-04-15 21:43:17 -04:00
Jeremy Stretch
c7a70e3821 Add custom links to templates 2019-04-15 21:38:04 -04:00
Jeremy Stretch
ebb384f395 Custom link cleanup 2019-04-15 21:29:02 -04:00
Jeremy Stretch
7906987e14 Fix RelatedObjectDoesNotExist when adding a new PowerFeed 2019-04-15 17:55:50 -04:00
Jeremy Stretch
c9f4cff3e9 Changelog for #2647 2019-04-15 17:49:50 -04:00
Jeremy Stretch
b5cd3badf3 Merge pull request #3069 from digitalocean/2647-caching
intial work on #2647 - caching
2019-04-15 17:16:10 -04:00
Jeremy Stretch
c72b97f105 Corrected typo 2019-04-15 17:14:24 -04:00
Jeremy Stretch
c20028cb69 Initial work on #969: Custom links 2019-04-15 17:12:41 -04:00
John Anderson
553401c895 Merge branch 'develop-2.6' into 2647-caching 2019-04-15 14:46:04 -04:00