-
-
Notifications
You must be signed in to change notification settings - Fork 229
[feature] REST API for main controller features #379 #386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
nemesifier
merged 32 commits into
openwisp:master
from
ManishShah120:issues/379-REST_API-for-main-controller
May 12, 2021
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
9e97015
[feature] REST API for main controller features #379
ManishShah120 5ead323
[docs] Added the documentation for the rest API feature
ManishShah120 b04bd83
[tests] Tests for main controller API feature
ManishShah120 38f4816
[api] Improvements and Handled Corner Cases
ManishShah120 9d779db
[api] Enhancements and Improvemesnts
ManishShah120 e45685f
[api] Improvements
ManishShah120 9c25048
[fix] Return all the objects to admin
ManishShah120 fb44b20
[fix] Minor code enhancement
ManishShah120 6d5984f
[fix] Restrict who can set Organization=None
ManishShah120 cd2ca57
[fix] Minor bug fix related to required Templates
ManishShah120 22ad25b
[fix] Fixed the representation of JSON fields
ManishShah120 3cdd17d
[api] Improvements of corner casses
ManishShah120 2ea8207
[api] Fixed transalatable strings and readonly fields
ManishShah120 b3bbdd1
[api] Added config field in the device list endpoint
ManishShah120 8caa48f
[api] Reverted the last_ip, management_ip to prev representation
ManishShah120 846d6ce
[api] Simplified `create` function of `DeviceListSerializer`
ManishShah120 af7b407
[api] Added ` vpn` field in `TemplateSerializer`
ManishShah120 4fde2f8
[api] Code quality improvements
ManishShah120 48b7697
[api] Removed white trailing spaces
ManishShah120 f5154dc
[api] Handled a corner case related to vpn type template
ManishShah120 6e4cf9c
[api] Minor Code improvements
ManishShah120 a005738
[api] Fixed variable name issue
ManishShah120 06b183f
[api] Fixed config representation for DeviceList endpoint
ManishShah120 efebb91
[api] Fixed a validation issue in template Serilaizer
ManishShah120 c592b3e
[api] Simplified Template filtering for Device Serializer
ManishShah120 718e414
[api] Added tests for template creation of VPN type
ManishShah120 4eacd3c
[api] Added `include_shared` and added new tests for post request wit…
ManishShah120 3eed885
[api] Minor improvements
ManishShah120 15405eb
[api] Added Extensibility feat for the config api
ManishShah120 7e1d9ca
[chores] Fix field name while validation in template serializer
ManishShah120 c742290
[tests] Fixed build failing issue
ManishShah120 28f1622
[chores] Point screenshots to master
nemesifier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
try to make sure lines are not longer than 70/80 characters as in the rest of the text please (applies to all other lines as well).