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

142 Commits

Author SHA1 Message Date
8f127e86ac Mark UserAction as deprecated 2018-08-02 09:38:09 -04:00
d0308e0f58 Merge branch 'develop' into develop-2.4 2018-07-02 17:01:14 -04:00
b9bdd666da Closes #2200: Replaced detail_route API view decorator with action (DRF change) 2018-06-29 11:48:21 -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
23f91274d6 Added API serializer for ObjectChange 2018-06-19 15:04:56 -04:00
dc2f1d7c64 Added API views & tests for tags 2018-05-22 12:46:14 -04:00
7241783249 Started merging writable serializers (WIP) 2018-04-04 17:01:24 -04:00
198170ca48 Closes #1553: Introduced support for bulk object creation via the API 2017-11-07 15:36:10 -05:00
00986fd7bf Closes #1691: Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
7e6573d191 Added missing permission class to reports API viewset 2017-10-11 14:37:25 -04:00
f824d1eb3b Closes #1556: Added API endpoints listing static field choices for each app 2017-10-10 16:41:35 -04:00
21485ca6e2 Restrict the running of reports via API to POST requests 2017-09-28 16:04:37 -04:00
571b817f04 Moved ReportResult creation into Report.run() 2017-09-28 12:50:32 -04:00
f4c87b3739 Removed custom permission 2017-09-26 17:31:16 -04:00
9a1781e6e7 Added url field for nested report results 2017-09-26 16:55:25 -04:00
3395b51086 Cleaned up the API quite a bit 2017-09-26 16:36:43 -04:00
d35a2b0faa Extended reports API 2017-09-25 17:27:58 -04:00
b5ab498e75 Initial work on reports API 2017-09-21 16:32:05 -04:00
f21c6bca00 Import unicode_literals 2017-05-24 11:33:11 -04:00
2cde9a82a0 Merge pull request #1026 from digitalocean/image-attachments
#152: Image attachments
2017-04-03 14:21:15 -04:00
2c1fa628a2 Implemented API endpoints for ImageAttachments 2017-04-03 14:00:15 -04:00
a67fc64afb Fixes #1025: Applied missing API view filters 2017-04-03 11:04:17 -04:00
b04fe21d65 Wrote API endpoints, tests for ExportTemplates 2017-03-20 16:21:10 -04:00
266f9cc370 Added API endpoint, tests for Graphs 2017-03-20 15:14:33 -04:00
94a29be415 Removed deprecated GraphListView 2017-03-09 14:28:52 -05:00
9dfda83946 Closes #855: Added an API endpoint for recent activity 2017-03-09 14:26:39 -05:00
c19725506d Cleanup 2017-03-08 16:30:32 -05:00
f43fbffdf7 Moved TopologyMaps from DCIM to extras 2017-03-08 16:12:14 -05:00
fa900d5dbb Converted nested serializers to HyperlinkedModelSerializer 2017-01-27 12:22:29 -05:00
062a5bfe8d Initial work on API v2.0 2017-01-24 17:12:16 -05:00
ea92e92c5a Fixes #632: Use semicolons instead of commas to separate regexes in topology maps 2016-11-03 14:49:02 -04:00
3b36a35b9a Fixed API tests 2016-08-22 17:15:20 -04:00
f0a85b1dd3 Optimized API performance 2016-08-22 15:16:49 -04:00
76f0463290 Extended API to include custom fields 2016-08-22 13:20:30 -04:00
522a0c20e7 Replace pydot by graphviz
This is in an effort to support Python 3: pydot is not compatible with
Python 3, while graphviz is.
2016-06-29 11:25:36 +02:00
d83d0b66b0 Catch exceptions on graph generation 2016-06-24 14:01:57 -04:00
f690be60fd Code cleanup 2016-05-18 16:20:30 -04:00
fdda706f36 TopologyMap: Allow multiple device regexes per line 2016-04-12 09:31:40 -04:00
29fd04026d Introduced TopologyMap 2016-04-08 14:57:54 -04:00
42e16db8b4 Initial work on a dynamic topology mapper 2016-04-08 11:48:24 -04:00
27b289ee3b Initial push to public repo 2016-03-01 11:23:03 -05:00