Jeremy Stretch
|
7246fd667e
|
Move releases.py to netbox/
|
2020-03-18 13:54:41 -04:00 |
|
Jeremy Stretch
|
fe4f4bddc8
|
Tweaked logging; renamed release config parameters
|
2020-03-18 13:46:47 -04:00 |
|
Jeremy Stretch
|
2f12d09663
|
Clean up URL damping
|
2020-03-17 12:14:17 -04:00 |
|
Jeremy Stretch
|
3ace83c5aa
|
Cache only the most recent NetBox release
|
2020-03-17 11:58:17 -04:00 |
|
Jeremy Stretch
|
ab93606e4a
|
Check for an existing job before queuing a new one
|
2020-03-17 11:37:35 -04:00 |
|
Jeremy Stretch
|
a2eb2e7da6
|
Introduce a new 'check_releases' RQ queue
|
2020-03-17 11:22:56 -04:00 |
|
John Anderson
|
981c982237
|
added support for plugin nav bar links
|
2020-03-17 02:35:12 -04:00 |
|
Jeremy Stretch
|
0068108c57
|
Remove APISelect widget/api_url argument from dynamic fields
|
2020-03-16 14:08:48 -04:00 |
|
Jeremy Stretch
|
400f6fc5fb
|
Dynamically resolve the API URL for dynamic choice fields
|
2020-03-16 13:30:35 -04:00 |
|
John Anderson
|
9df238c5f2
|
Merge branch 'develop' into develop-2.8
|
2020-03-15 00:18:32 -04:00 |
|
Jeremy Stretch
|
2033d15b2f
|
Tweak UPDATE_REPO_URL to convey the full URL
|
2020-03-13 12:14:27 -04:00 |
|
Jeremy Stretch
|
e2123f4a9e
|
Clean up logging
|
2020-03-13 11:55:06 -04:00 |
|
Jeremy Stretch
|
1f382f9252
|
Merge branch 'develop' into 738-detect-new-releases
|
2020-03-13 10:05:24 -04:00 |
|
Jeremy Stretch
|
a53f854187
|
Remove tests for API _choices endpoints
|
2020-03-12 10:48:53 -04:00 |
|
Jeremy Stretch
|
ea9de37dd1
|
Remove FieldChoicesViewSet
|
2020-03-12 10:48:17 -04:00 |
|
Jeremy Stretch
|
7ffc00159e
|
Tweak settings/middleware to support testing; improve tests
|
2020-03-11 11:10:26 -04:00 |
|
Jeremy Stretch
|
79aba5edf2
|
Fixes #4343: Fix Markdown support for tables
|
2020-03-11 09:52:02 -04:00 |
|
John Anderson
|
a504f5f309
|
closes #4340 - Enforce unique constraints for device and virtual machine names in the API
|
2020-03-10 19:15:24 -04:00 |
|
Jeremy Stretch
|
8c6d35645d
|
Remote auth cleanup
|
2020-03-10 16:56:57 -04:00 |
|
Jeremy Stretch
|
0dc3a72912
|
Merge branch 'develop-2.8' into 2328-external-authentication
|
2020-03-10 15:07:19 -04:00 |
|
Jeremy Stretch
|
0de857bf7a
|
Merge branch 'develop' into develop-2.8
|
2020-03-10 15:06:37 -04:00 |
|
Jeremy Stretch
|
2571f22ae5
|
Revert initial fix for #4336
|
2020-03-10 11:43:00 -04:00 |
|
Jeremy Stretch
|
bb3f37ca35
|
Fixes #4336: Ensure interfaces without a channel/unit are ordered before a channel/unit of zero
|
2020-03-10 10:03:42 -04:00 |
|
Jeremy Stretch
|
0eaec6bd83
|
Merge pull request #4335 from netbox-community/4325-rack-reservation-import
Closes #4325: Add suport for rack reservations CSV import
|
2020-03-09 13:45:38 -04:00 |
|
Jeremy Stretch
|
947affd78f
|
Extend BulkImportView._save_obj to pass request context
|
2020-03-09 12:39:07 -04:00 |
|
Jeremy Stretch
|
15ab30d0c6
|
Replace model_name and model_name_verbose filters with meta
|
2020-03-09 10:50:46 -04:00 |
|
Jeremy Stretch
|
1069ad21d8
|
Remove unused contains filter
|
2020-03-09 10:38:29 -04:00 |
|
Jeremy Stretch
|
1423fd9024
|
Rename gfm filter to render_markdown
|
2020-03-09 10:31:29 -04:00 |
|
Jeremy Stretch
|
0439be2870
|
Remove unused getlist and getkey filters
|
2020-03-09 10:24:37 -04:00 |
|
Jeremy Stretch
|
22246353e2
|
Remove oneline filter
|
2020-03-09 10:22:30 -04:00 |
|
Jeremy Stretch
|
4edd0b1fd6
|
Merge branch 'develop' into 4217-contextual-docs
|
2020-03-09 09:56:14 -04:00 |
|
Jeremy Stretch
|
803287a514
|
Closes #4313: Remove id__in filters
|
2020-03-06 12:05:53 -05:00 |
|
Jeremy Stretch
|
1a89e35729
|
Merge branch 'develop' into develop-2.8
|
2020-03-06 11:34:01 -05:00 |
|
Jeremy Stretch
|
c50714ec42
|
Introduce DOCS_ROOT configuration parameter
|
2020-03-06 09:35:58 -05:00 |
|
Tomas Slusny
|
4136a5fd5e
|
List choices for choice fields as enums
Fixes #4062
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
|
2020-03-05 23:44:37 -05:00 |
|
Jeremy Stretch
|
363c4acadc
|
Drop GitHub-flavored Markdown (py-gfm)
|
2020-03-05 16:30:12 -05:00 |
|
Jeremy Stretch
|
121c7ada1f
|
Add admonition support for embedded docs
|
2020-03-05 14:49:52 -05:00 |
|
Jeremy Stretch
|
defe59d79e
|
Introduce get_docs() template filter for models
|
2020-03-05 13:52:34 -05:00 |
|
Jeremy Stretch
|
2bd3f1fcc3
|
Merge pull request #4315 from netbox-community/4195-application-logging
Closes #4195: Application logging
|
2020-03-04 14:39:12 -05:00 |
|
Jeremy Stretch
|
406b88777c
|
Add logging for DRF views
|
2020-03-04 13:32:45 -05:00 |
|
Jeremy Stretch
|
113313e000
|
Merge pull request #4001 from steffann/738-automatically-check-for-new-releases
Fixes: #738: Automatically check for new versions
|
2020-03-04 12:22:57 -05:00 |
|
Jeremy Stretch
|
1dd07337fd
|
Merge pull request #4189 from netbox-community/4121-filter-lookup-expressions
4121 filter lookup expressions
|
2020-03-04 11:51:19 -05:00 |
|
Jeremy Stretch
|
e4fc37e91a
|
Merge pull request #4304 from dstarner/4288-incorrect-swagger-type
Set local_context_data serializer on Device and VM to method
|
2020-03-03 12:13:06 -05:00 |
|
Jeremy Stretch
|
74821c2c17
|
Closes #4218: Allow negative voltage for DC power feeds
|
2020-03-03 12:10:08 -05:00 |
|
Dan Starner
|
e6ee9803d4
|
use FieldInspector for JSONField type
|
2020-03-03 12:04:46 -05:00 |
|
Jeremy Stretch
|
7b6bd75c22
|
#4295 follow-up: Tweak handling of initial data for bulk edit forms
|
2020-03-03 09:43:56 -05:00 |
|
Jeremy Stretch
|
7a10748355
|
Add logging output to API viewsets
|
2020-03-02 16:52:21 -05:00 |
|
Jeremy Stretch
|
ca1186dca1
|
Add logging output to utility views
|
2020-03-02 16:38:51 -05:00 |
|
Jeremy Stretch
|
1e1c6526b2
|
Add BaseFilterSetTest to validate automatic generation of filters
|
2020-03-02 12:25:21 -05:00 |
|
kobayashi
|
0be5488104
|
Fix #4274: Set correct value schema for int typed ChoiceField
|
2020-03-02 11:26:56 -05:00 |
|