|
3ace83c5aa
|
Cache only the most recent NetBox release
|
2020-03-17 11:58:17 -04:00 |
|
|
356de985d2
|
Tweak release template variables
|
2020-03-17 11:49:45 -04:00 |
|
|
ab93606e4a
|
Check for an existing job before queuing a new one
|
2020-03-17 11:37:35 -04:00 |
|
|
ec2dc8d7a4
|
Fix template logic
|
2020-03-17 11:28:35 -04:00 |
|
|
a2eb2e7da6
|
Introduce a new 'check_releases' RQ queue
|
2020-03-17 11:22:56 -04:00 |
|
|
3590ed378d
|
Rename 'webhooks' REDIS config to 'tasks'
|
2020-03-17 10:22:56 -04:00 |
|
|
9e45cafac4
|
Cleaned up new release notification banner
|
2020-03-13 12:20:00 -04:00 |
|
|
2033d15b2f
|
Tweak UPDATE_REPO_URL to convey the full URL
|
2020-03-13 12:14:27 -04:00 |
|
|
e2123f4a9e
|
Clean up logging
|
2020-03-13 11:55:06 -04:00 |
|
|
f6dfd2fa43
|
Simplify update repo URL validation
|
2020-03-13 10:20:09 -04:00 |
|
|
1f382f9252
|
Merge branch 'develop' into 738-detect-new-releases
|
2020-03-13 10:05:24 -04:00 |
|
|
459bcd88a9
|
Fixes #4365: Fix exception raised on IP address bulk add view
|
2020-03-13 09:07:03 -04:00 |
|
|
1487b5004d
|
Closes #4309: Add descriptive tooltip to custom fields on object views
|
2020-03-12 21:43:34 -04:00 |
|
|
a28509019a
|
Closes #4363: Standardize secret creation URL
|
2020-03-12 21:14:14 -04:00 |
|
|
5e971994ff
|
Closes #4362: Standardize URL for creation of RackReservations
|
2020-03-12 17:43:11 -04:00 |
|
|
79aba5edf2
|
Fixes #4343: Fix Markdown support for tables
|
2020-03-11 09:52:02 -04:00 |
|
|
a504f5f309
|
closes #4340 - Enforce unique constraints for device and virtual machine names in the API
|
2020-03-10 19:15:24 -04:00 |
|
|
55558cb272
|
Post-release version bump
|
2020-03-10 14:03:22 -04:00 |
|
|
7bf1420463
|
Release v2.7.10
|
2020-03-10 13:50:17 -04:00 |
|
|
1eddac4066
|
Fixes #4338: Catch AddrFormatError exception when filtering aggregates/prefixes by an invalid prefix
|
2020-03-10 11:58:34 -04:00 |
|
|
2571f22ae5
|
Revert initial fix for #4336
|
2020-03-10 11:43:00 -04:00 |
|
|
5346efe009
|
Fixes #4337: Allow bulk editing/deletion of all device components matching a query
|
2020-03-10 10:18:48 -04:00 |
|
|
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 |
|
|
0e49a7a1fd
|
Closes #4332: Redirect to a user-friendly error page when CSS/JS resources fail to load
|
2020-03-09 15:33:57 -04:00 |
|
|
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 |
|
|
8cca22d79c
|
Add nav menu entry for rack reservations import
|
2020-03-09 13:39:12 -04:00 |
|
|
e364a25e46
|
Add test for RackReservation import
|
2020-03-09 13:35:44 -04:00 |
|
|
049da81bf2
|
Convert units to SimpleArrayField
|
2020-03-09 12:46:12 -04:00 |
|
|
947affd78f
|
Extend BulkImportView._save_obj to pass request context
|
2020-03-09 12:39:07 -04:00 |
|
|
15ab30d0c6
|
Replace model_name and model_name_verbose filters with meta
|
2020-03-09 10:50:46 -04:00 |
|
|
16d3cebf3e
|
Update markdown filter name
|
2020-03-09 10:42:32 -04:00 |
|
|
1069ad21d8
|
Remove unused contains filter
|
2020-03-09 10:38:29 -04:00 |
|
|
1423fd9024
|
Rename gfm filter to render_markdown
|
2020-03-09 10:31:29 -04:00 |
|
|
0439be2870
|
Remove unused getlist and getkey filters
|
2020-03-09 10:24:37 -04:00 |
|
|
22246353e2
|
Remove oneline filter
|
2020-03-09 10:22:30 -04:00 |
|
|
4edd0b1fd6
|
Merge branch 'develop' into 4217-contextual-docs
|
2020-03-09 09:56:14 -04:00 |
|
|
f9073a2f07
|
Fixes #4326: Exclude Python modules without Script classes from scripts list
|
2020-03-06 20:59:32 -05:00 |
|
|
ad9dfec894
|
Started on #4325 (WIP)
|
2020-03-06 17:14:26 -05:00 |
|
|
9a829500cd
|
Fix typo
|
2020-03-06 16:40:00 -05:00 |
|
|
9fa5004a35
|
Closes #4324: Add CSV import view for services
|
2020-03-06 16:33:43 -05:00 |
|
|
2a5bf2a222
|
Fixes #4323: Add bulk edit view for power panels
|
2020-03-06 16:05:26 -05:00 |
|
|
5950bedfae
|
Post-release version bump
|
2020-03-06 11:26:59 -05:00 |
|
|
09298dab7a
|
Release v2.7.9
|
2020-03-06 11:17:17 -05:00 |
|
|
afcd9b801f
|
Delete squashed migration to avoid 'pending trigger events' exception under certain conditions
|
2020-03-06 10:32:12 -05:00 |
|
|
c50714ec42
|
Introduce DOCS_ROOT configuration parameter
|
2020-03-06 09:35:58 -05:00 |
|
|
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 |
|
|
363c4acadc
|
Drop GitHub-flavored Markdown (py-gfm)
|
2020-03-05 16:30:12 -05:00 |
|
|
3b200bbffc
|
Remove title from docs modal
|
2020-03-05 14:54:48 -05:00 |
|
|
121c7ada1f
|
Add admonition support for embedded docs
|
2020-03-05 14:49:52 -05:00 |
|
|
25f4cae3ff
|
Add model doc modal to object add/edit template
|
2020-03-05 13:56:03 -05:00 |
|