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

306 Commits

Author SHA1 Message Date
0c0799f3bf Closes #1739: Enabled custom fields for secrets 2018-07-17 09:43:57 -04:00
9e2ac7b3f4 Cleaned up imports 2018-07-16 17:09:21 -04:00
ea09023616 Webhook admin form cleanup 2018-07-16 13:54:50 -04:00
92de67a2ae Enabled webhooks for device components 2018-07-16 13:34:00 -04:00
57487f38de Link to related object if changed object has no URL 2018-07-16 13:29:57 -04:00
81b1d54859 Enabled export templates for services 2018-07-12 16:59:22 -04:00
67dbe02deb Enabled export templates for virtual chassis 2018-07-12 16:55:23 -04:00
85efdf8e00 Cleaned up objectchange table 2018-07-12 13:54:22 -04:00
931c58bc9a Enabled export templates for VRFs 2018-07-12 13:16:34 -04:00
abd5f17916 Enabled webhooks for all (and only) primary models 2018-07-12 13:09:13 -04:00
484a74defd Misc cleanup for config contexts 2018-07-10 16:16:23 -04:00
df1f33992a Adapted change logging to queue changes in thread-local storage and record them at the end of the request 2018-07-10 13:33:54 -04:00
208409110f Added bulk tag addition/removal 2018-07-10 10:00:21 -04:00
49ecf5aa8a Wrote tests for config contexts 2018-07-03 15:47:54 -04:00
3ad8850ada Fixed required fields on ConfigContextSerializer 2018-07-03 15:47:32 -04:00
89e196e86d Tweak ConfigContext manager to allow for objects with a regionless site 2018-07-03 13:40:47 -04:00
d70ef4d3b3 Cleaned up tags table 2018-07-03 09:47:44 -04:00
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
97863115ba Merge pull request #2206 from abeutot/switch_to_pycodestyle
Switch to pycodestyle
2018-07-02 13:38:36 -04:00
3e9cec3e8e Closes #2159: Allow custom choice field to specify a default choice 2018-06-29 16:01:28 -04:00
acfbe9c1b1 Merge branch 'develop-2.4' of https://github.com/digitalocean/netbox into develop-2.4 2018-06-29 12:27:08 -04:00
4824c75563 Merge pull request #2204 from lampwins/bug/2203
Fix #2203 - webhook content type check
2018-06-29 12:26:54 -04:00
bf1c7cacc6 Improved rendering of boolean fields in tables 2018-06-29 12:05:56 -04:00
b9bdd666da Closes #2200: Replaced detail_route API view decorator with action (DRF change) 2018-06-29 11:48:21 -04:00
278bacbce8 Fixed rendered config context ordering 2018-06-29 09:53:33 -04:00
743cf6d398 Added description to ConfigContext 2018-06-29 09:44:32 -04:00
ace7e3b108 Fixed is_active table column 2018-06-28 14:19:26 -04:00
1edc73179a Sort rendered config context 2018-06-28 14:10:20 -04:00
62989ecb6e Moved object context rendering to ObjectConfigContextView and standardized the template 2018-06-28 13:48:12 -04:00
b952ec73ce Introduced the render_json template filter 2018-06-28 10:49:52 -04:00
65e18e057f fixed #2203 2018-06-27 22:17:17 -04:00
c13e4858d7 Initial work on config contexts 2018-06-27 16:02:34 -04:00
4e09b32dd9 Fix pycodestyle errors
Mainly two kind of errors:
* pokemon exceptions
* invalid escape sequences
2018-06-27 17:24:33 +02:00
b11c3635b0 Corrected import of reverse() for Django 2.0 2018-06-22 16:34:38 -04:00
36971b7651 Fixed changelog purging frequency 2018-06-22 16:23:07 -04:00
3bdfe9c249 Implemented changelog retention setting, automatic purging 2018-06-22 16:18:41 -04:00
4e6f73e452 Fixed invalid reference to content_type 2018-06-22 15:30:54 -04:00
2d198403c7 Extend ObjectChange to optionally indicate a related object (e.g. a parent device) 2018-06-22 15:05:40 -04:00
6c1b5fdf3a Moved object serialization into a utility function 2018-06-22 14:00:23 -04:00
9d419de9dc Merge branch 'develop-2.4' into 1898-activity-logging 2018-06-21 16:53:15 -04:00
b945dec41b Closes #1687: Enabled custom fields for services 2018-06-21 16:17:18 -04:00
e1055b7f97 Moved ObjectChange creation logic from middleware to ChangeLoggedModel 2018-06-21 13:24:26 -04:00
a1f6ed1713 Disabled the creation of new UserActions 2018-06-21 10:56:33 -04:00
ddd878683d Implemented changelog views 2018-06-20 13:52:54 -04:00
a8b11e45c1 Record a unique request ID with each ObjectChange 2018-06-19 15:45:15 -04:00
23f91274d6 Added API serializer for ObjectChange 2018-06-19 15:04:56 -04:00
38569029d8 Prevent duplicate signals from change logging middleware 2018-06-14 16:18:42 -04:00
3c2e0b0b17 Added changelog views 2018-06-14 16:15:14 -04:00
33cf227bc8 Implemented new object change logging to replace UserActions 2018-06-13 17:06:33 -04:00
e4f336a843 Establish tests for the utilities app 2018-06-08 14:32:41 -04:00