|
590bbbce7f
|
Fix bug left over from work on #3569
|
2019-12-11 16:16:14 -05:00 |
|
|
8b189abd58
|
Merge pull request #3752 from kobayashi/3664
implement 3664
|
2019-12-11 14:14:48 -05:00 |
|
|
f1e75b0fbb
|
Implement storage configuration as suggested by @jeremystretch
|
2019-12-11 16:09:32 +01:00 |
|
|
f7a1595ce5
|
Merge branch '1814-Ability_to_use_object_store_for_images' of github.com:steffann/netbox into 1814-Ability_to_use_object_store_for_images
|
2019-12-11 15:23:47 +01:00 |
|
|
dafa2513e3
|
Add support for S3 storage for media
|
2019-12-11 15:19:32 +01:00 |
|
|
5710f297f1
|
implement 3664
|
2019-12-11 04:58:42 -05:00 |
|
|
7518174374
|
Closes #3731: Change Graph.type to a ContentType foreign key field
|
2019-12-06 10:32:59 -05:00 |
|
|
02a009b7a7
|
Don't redefine exception but split the code
|
2019-12-06 16:32:18 +01:00 |
|
|
5d772d7055
|
Webhook.http_content_type to slug (#3569)
|
2019-12-05 17:11:59 -05:00 |
|
|
89e720cb77
|
ExportTemplate.template_language to slug (#3569)
|
2019-12-05 17:01:00 -05:00 |
|
|
2bcbcd3458
|
ObjectChange.action to slug (#3569)
|
2019-12-05 16:30:15 -05:00 |
|
|
7a3c725f51
|
Convert BUTTON_CLASS_CHOICES to a ChoiceSet
|
2019-12-05 15:59:16 -05:00 |
|
|
bfea77baa5
|
CustomField.filter_logic to slug
|
2019-12-04 21:09:02 -05:00 |
|
|
3ff22bea56
|
CustomField.type to slug
|
2019-12-04 21:01:50 -05:00 |
|
|
7306d56902
|
Add support for S3 storage for media
|
2019-11-03 14:16:12 +03:00 |
|
|
b8f1585976
|
Merge branch 'develop' into develop-2.7
|
2019-11-01 16:19:36 -04:00 |
|
|
ccb9f7bfe2
|
Rewrote ObjectChangeMiddleware to remove the curried handle_deleted_object() function
|
2019-10-22 15:10:49 -04:00 |
|
|
801dd384d8
|
Merge branch 'develop' into develop-2.7
|
2019-10-17 15:51:33 -04:00 |
|
|
adc96702db
|
Deleted errant import of graphviz
|
2019-10-17 15:43:49 -04:00 |
|
|
c7d9bf839e
|
implemented #3445 - Add support for additional user defined headers to be added to webhook requests
|
2019-10-13 03:09:58 -04:00 |
|
|
b013a60b12
|
Merge branch 'develop' into develop-2.7
|
2019-10-13 02:03:16 -04:00 |
|
|
09d7d38b04
|
implemented #3499 - Add to Webhook model to support user supplied CA certificate verrification of webhook requests
|
2019-10-13 01:43:08 -04:00 |
|
|
aeeb49a6a7
|
Merge branch 'develop' into develop-2.7
|
2019-10-10 13:41:10 -04:00 |
|
|
d849a49842
|
Fixes #3588: Enforce object-form JSON for local context data on devices and VMs
|
2019-10-10 10:41:08 -04:00 |
|
|
a3b9bdaff1
|
Miscellaneous cleanup
|
2019-10-04 12:59:10 -04:00 |
|
|
778e5bed3c
|
Merge branch 'develop' into develop-2.7
|
2019-09-25 13:44:29 -04:00 |
|
|
b7b04045de
|
Closes #3515: Enable export templates for inventory items
|
2019-09-25 12:07:41 -04:00 |
|
|
cc0f0c4843
|
Merge v2.6.3
|
2019-09-04 16:45:33 -04:00 |
|
|
5a911aa5a1
|
Fixes #3392: Add database index for ObjectChange time
|
2019-08-28 10:48:19 -04:00 |
|
|
6e66f8d68a
|
Fixes #3452: Queue deletion ObjectChanges until after response is sent
|
2019-08-26 16:52:05 -04:00 |
|
|
03ac2721bc
|
Merge pull request #3423 from netbox-community/3415-custom-scripts
Add custom scripting
|
2019-08-26 14:06:22 -04:00 |
|
|
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 |
|
|
ab504439fb
|
Implemented permissions for scripts
|
2019-08-12 11:39:36 -04:00 |
|
|
dccda62f2d
|
Closes #2745: Remove topology maps
|
2019-08-08 21:33:20 -04:00 |
|
|
3bb3b85fa2
|
Merged v2.5.13
|
2019-05-31 21:37:41 -04:00 |
|
|
823257ca72
|
Closes #3185: Improve performance for custom field access within templates
|
2019-05-29 15:04:57 -04:00 |
|
|
2f32488c25
|
Fixes #3190: Fix custom field rendering for Jinja2 export templates
|
2019-05-16 19:45:36 -04:00 |
|
|
074d0349a1
|
Increase length of CustomLink text and url fields
|
2019-04-19 14:58:55 -04:00 |
|
|
2f3c39295c
|
Clean up, update Webhook models
|
2019-04-17 14:19:57 -04:00 |
|
|
cd3924520d
|
Clean up limit_to for ForeignKeys referencing ContentType
|
2019-04-17 13:36:05 -04:00 |
|
|
2ec7ac1ea3
|
Custom link cleanup
|
2019-04-15 21:29:02 -04:00 |
|
|
4536754b20
|
Initial work on #969: Custom links
|
2019-04-15 17:12:41 -04:00 |
|
|
71b674d11a
|
Merge branch 'develop-2.6' into 54-power-modeling
|
2019-04-09 14:12:45 -04:00 |
|
|
4f9b666eee
|
Merge branch 'develop' into develop-2.6
|
2019-04-09 14:11:26 -04:00 |
|
|
6f8591f769
|
Closes #3052: Add Jinja2 support for export templates
|
2019-04-08 12:20:24 -04:00 |
|
|
07bfd7c8e5
|
Merge branch 'develop-2.6' into 54-power-modeling
|
2019-04-02 13:15:40 -04:00 |
|
|
c8cccc30d1
|
Merge branch 'develop' into develop-2.6
|
2019-04-02 13:12:34 -04:00 |
|
|
498f132cad
|
Fixes #3027: Ignore empty local context data when rendering config contexts
|
2019-03-28 10:16:28 -04:00 |
|
|
681e20133a
|
Further work on power feed modeling
|
2019-03-21 17:47:43 -04:00 |
|
|
c52d077f92
|
Merge branch 'develop' into develop-2.6
|
2019-03-05 13:39:00 -05:00 |
|