Skip to content
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

433 post sensor #767

Merged
merged 22 commits into from
Aug 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fa465c8
feat(sensors): adds fetch_one sensor endpoint to API
Jul 5, 2023
415f861
feat(sensors): adds post sensor to API
Jul 5, 2023
4e3f6c1
post sensor still needs work
Jul 18, 2023
714b1a0
feat(sensor): adds post sensor
Jul 20, 2023
058cb41
docs(sensor): changes the docstring of the post function
Jul 20, 2023
5691405
clearer names for the arguments to permission_required_for_context de…
nhoening Jul 20, 2023
ed53575
one more renaming
nhoening Jul 20, 2023
2376148
expanding possibilities in the require_permission_for_context decorat…
nhoening Jul 20, 2023
957c144
feat(sensor): post sensor without schema changes
Jul 24, 2023
3e37e08
feat(sensor): adds patch sensor
Jul 25, 2023
8b3dee8
feat(sensor): users services change import back
Jul 25, 2023
1e364ad
docs(sensor): remove prints and update times docstrings
Jul 25, 2023
e8d5c39
docs(sensor): update changelogs
Jul 25, 2023
8f0a511
docs(sensor): update change_log date
Jul 25, 2023
a997dbe
feat(sensor): changes to duration and event_resolution (untested)
Jul 25, 2023
3c467d4
feat(cli): adds support for both int and iso duration string for sens…
Jul 28, 2023
9f87d30
feat(sensor): changes times duration and sensor schema
Jul 28, 2023
0402fbe
feat(sensor): tests for unauthorized
Jul 31, 2023
e49a94f
feat(sensor): tests for unauthorized fetch one
Jul 31, 2023
a044ddd
feat(sensor): resolve merge conflicts
Jul 31, 2023
c8d475e
Merge branch 'main' into 433-post-sensor
GustaafL Jul 31, 2023
af9915c
feat(sensor): adds docstrings, changes test function names, changelog…
Aug 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/api/change_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ API change log
.. note:: The FlexMeasures API follows its own versioning scheme. This is also reflected in the URL, allowing developers to upgrade at their own pace.


v3.0-8 | 2023-03-23
v3.0-8 | 2023-07-225
GustaafL marked this conversation as resolved.
Show resolved Hide resolved
"""""""""""""""""""

- Added REST endpoint for adding a sensor: `/sensor` (POST)
Expand Down
Loading