1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

428 Commits

Author SHA1 Message Date
56dcadb69b Merged v2.6.4 2019-09-20 08:35:14 -04:00
51fb0b59ec Closes #3485: Enable embedded graphs for devices 2019-09-18 15:59:52 -04:00
a0545568cd Fixes #3514: Label TextVar fields when rendering custom script forms 2019-09-18 15:39:26 -04:00
a742d897d7 Closes #3510: Add minimum/maximum prefix length enforcement for IPNetworkVar 2019-09-17 16:36:36 -04:00
5962e7c942 Fixes #3501: Fix rendering of checkboxes on custom script forms 2019-09-13 11:45:35 -04:00
355910e182 Fixes #3489: Prevent exception triggered by webhook upon object deletion 2019-09-09 15:50:10 -04:00
8f5e73a598 Add filter for has local context data (#3159)
* Add filter for has local context data
* Broke out filter and form for re-use
* Fix missing StaticSelect2 import
* Fix missing BOOLEAN_WITH_BLANK_CHOICES import
* Fix class resolution
* Fix field ordering
* Fix PEP8 errors
2019-09-06 11:42:56 -05:00
480db83f39 Renumber remove_topology_maps migration 2019-09-05 10:25:44 -04:00
cc0f0c4843 Merge v2.6.3 2019-09-04 16:45:33 -04:00
8ff3d2cbf6 Closes #3456: Enable bulk editing of tag color 2019-08-28 11:56:00 -04:00
5a911aa5a1 Fixes #3392: Add database index for ObjectChange time 2019-08-28 10:48:19 -04:00
3078e366e2 Simplify changelog cleanup logic 2019-08-28 10:44:05 -04:00
22b8a45a71 Add tests for changelog 2019-08-28 10:18:37 -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
9a9660a765 Fix errant changelog entries when executing a script without committing 2019-08-26 11:59:38 -04:00
63c3f423c2 Merge branch 'develop' into 3428-cache-invalidation 2019-08-20 17:35:54 -04:00
a4936ad0dd Introduce BaseScript for extending Script without creating a new executable script 2019-08-19 14:40:08 -04:00
a02ded6b01 Import Django User model automatically when running nbshell 2019-08-19 11:47:50 -04:00
eb6e95ae9b Add tests for Script Variables 2019-08-19 10:41:44 -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
de770faf6a Add FileVar for file uploads 2019-08-16 15:27:58 -04:00
99394de14e Change fields to field_order 2019-08-15 16:19:25 -04:00
cb0dbc0769 Add TextVar for large text entry 2019-08-14 16:20:52 -04:00
f8326ef6df Add markdown rendering for log mesages 2019-08-14 14:38:11 -04:00
434e656e27 Include stack trace when catching an exception 2019-08-14 14:26:13 -04:00
8bd1fad7d0 Use TreeNodeChoiceField for MPTT objects 2019-08-14 14:03:11 -04:00
7f65e009a8 Add convenience functions for loading YAML/JSON data from file 2019-08-14 13:08:21 -04:00
9c079ead4c Fix notice when form does not require user input 2019-08-14 10:18:25 -04:00
c562af3a13 Record script execution time 2019-08-14 10:12:30 -04:00
30e14db881 Tweak form display (cosmetic) 2019-08-14 09:40:23 -04:00
dab30f50d3 Add IPNetworkVar 2019-08-13 09:48:51 -04:00
3d6a583ce4 Allow user to override module name 2019-08-13 09:09:12 -04:00
44fd0ebb2d Meta.fields should be optional 2019-08-12 16:59:09 -04:00
0d289d660d Add option to commit database changes 2019-08-12 14:28:06 -04:00
3e75da4307 Implemented run_script() wrapper 2019-08-12 13:51:25 -04:00
19eb4c510c Move script attributes under a Meta class 2019-08-12 13:16:18 -04:00
ab504439fb Implemented permissions for scripts 2019-08-12 11:39:36 -04:00
950a09895b BooleanVar cannot be required 2019-08-12 11:13:16 -04:00
3f7f3f88f3 Fix form field ordering 2019-08-12 11:13:16 -04:00
9d054fb345 Add options for script vars; include script output 2019-08-12 11:13:16 -04:00
a25a27f31f Initial work on custom scripts (#3415) 2019-08-12 11:13:16 -04:00
dccda62f2d Closes #2745: Remove topology maps 2019-08-08 21:33:20 -04:00
cab3c50ae6 Closes #3314: Paginate object changelog entries 2019-07-18 21:40:36 -04:00
3da9af5a9f Fixes #3317: Fix permissions for ConfigContextBulkDeleteView 2019-07-02 09:39:26 -04:00
5de242fe53 Closes #3281: Hide custom links which render as empty text 2019-06-24 12:20:09 -04:00
5a6c928a7c Fixes #3279: Reset the PostgreSQL sequence for Tag and TaggedItem IDs 2019-06-21 17:34:06 -04:00
438b01815a Fix test for tags view 2019-06-05 15:05:35 -04:00
8b3ec625f6 Add missing PermissionRequiredMixin to TagListView 2019-06-05 14:47:43 -04:00
3bb3b85fa2 Merged v2.5.13 2019-05-31 21:37:41 -04:00