-
Notifications
You must be signed in to change notification settings - Fork 4
Vlad Iftime Kiflin PPBC #95
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
Open
VladIftime
wants to merge
86
commits into
main
Choose a base branch
from
VladIftime-Kiflin-PPBC
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
86 commits
Select commit
Hold shift + click to select a range
7630c86
feat: create FillRateBasedControlTUNES which implements an ad-hoc FRB…
3b3ca0b
make session optional
473ca06
docs: fix typo
Flix6x 8f8bbab
docs: fix typo
Flix6x 8f7d369
fix: pin pandas
Flix6x 768f4fd
docs: comment on tests
Flix6x bd9fcdf
feature: expose translation strategy further up the chain of methods
Flix6x 5e96ea5
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…
Flix6x f32d392
style: black
Flix6x 050eb7d
style: update black
Flix6x f920294
apply pre-commit
6f78a2d
per-comit on setup
3c14ef7
chore: use (dev) released s2-python version
Flix6x dfe3cdc
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…
Flix6x ce7bd07
Merge remote-tracking branch 'origin/feature/TUNES/send-system-descri…
Flix6x f894198
fix: update s2-python
Flix6x 5f1ea21
fix: relax Pandas constraint
Flix6x 5f61680
fix: fetch whole history, incl. previous dev tags
Flix6x 43fe6ac
rename start_session() to more fitting ensure_session(); fix black/fl…
nhoening 50f889e
do not require session on client.init; fix tests for recent port conf…
nhoening 36ce4f6
add deployment by tags to developer docs
nhoening 133d2b9
Move comments in Readme examples to end of lines
nhoening 24bf44b
chore: pin s2-python to dev release that uses Pydantic 1 (#89)
Flix6x 42266aa
Update README.rst
VladIftime d00a882
client.get_accout()
VladIftime e62f991
fix: mock user authentication by setting a dummy access_token
Flix6x 9fbefd4
feat: lacking a dedicated API endpoint, we fetch all accessible users…
Flix6x adc97f4
PPBC
VladIftime b33b406
applied black formatting
VladIftime fd34109
applied black formatting test_client.py
VladIftime 9b65284
Adding PPBC importer and CEM test
VladIftime e5e2647
feat: create FillRateBasedControlTUNES which implements an ad-hoc FRB…
dac5f6a
make session optional
d90c5f9
docs: fix typo
Flix6x d32efd2
docs: fix typo
Flix6x 963ea53
fix: pin pandas
Flix6x 1cdc071
docs: comment on tests
Flix6x a29adbc
feature: expose translation strategy further up the chain of methods
Flix6x 6a01983
style: black
Flix6x cdac191
style: update black
Flix6x 29138fb
apply pre-commit
5bea6b4
chore: use (dev) released s2-python version
Flix6x 551ff51
per-comit on setup
d94c42b
fix: update s2-python
Flix6x ff11ab9
fix: relax Pandas constraint
Flix6x e6f7a44
Created tests for PPBC. Passed all the tests. One test left.
VladIftime f842424
chore: close test clients at the end of each relevant async test (#90)
Flix6x 38a9f36
Get client feature request (#94)
VladIftime bdf0684
Revert unwanted parts of "Get client feature request (#94)"
Flix6x 170fe72
Update readme (#96)
VladIftime 4579ba7
refactor: simplify assignment in PPBC class
VladIftime d8f131f
FRBC individual tests
VladIftime ee9e83d
PPBC RM test
VladIftime faab9d8
PPBC RM test
VladIftime 63cd6ed
PPBC activation controll type by RM
VladIftime e2ab228
PPBC message handlers skeleton
VladIftime 8a7c23c
PPBC controll type handler rounting implemented
VladIftime 7bc201c
Removed accidental public key
VladIftime d6bce53
"Updated PPBC module in flexmeasures client: improved code readabilit…
VladIftime 9b7dc34
Merge branch 'feature/TUNES/send-system-description-to-fm' into VladI…
VladIftime c8d7e26
reset to right commit
VladIftime ff79b06
Merge remote-tracking branch 'refs/remotes/origin/main' into feature/…
Flix6x f4dd0c8
Merge remote-tracking branch 'refs/remotes/origin/feature/TUNES/send-…
Flix6x ea31300
revert: linebreaks
Flix6x 79d4d96
dev: try installing s2-python from branch containing required imports
Flix6x 2923aa9
chore: point to s2-python release with PPBC scaffolding
Flix6x bb427ad
chore: add reason for minimum version
Flix6x a71f1fa
dev: unpin pydantic (let it go to v2)
Flix6x 72a0c65
Removed irrelevant file
VladIftime 1210eec
Removed irrelevant file
VladIftime 29a09b6
fix: test fixture
Flix6x 852ea26
fix: client returns timezone aware datetimes
Flix6x 78176dc
fix: use uuid4
Flix6x e774e47
fix: fet correct operation mode ID representing that the initial oper…
Flix6x ff242d8
style: black
Flix6x 38b730d
style: isort
Flix6x 475d094
refactor: use get_unique_id()
Flix6x 44f884b
fix: test should rely on exact IDs that were meant, not new IDs
Flix6x 36b3bdc
refactor: prefer timezone.utc (shorter, clearer)
Flix6x 0b2ad47
docs: fix typos
Flix6x e38cbb1
docs: add todo
Flix6x 0843602
docs: add todo
Flix6x 90a4f72
fix: call to FM scheduler in FRBCSimple.trigger_schedule
Flix6x eea9807
docs: fix typo
Flix6x 1015e16
Merge remote-tracking branch 'refs/remotes/origin/feature/TUNES/send-…
Flix6x 33be489
Restored the wrapper and wrapper_test for s2 (used in simulations). S…
VladIftime 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
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
VladIftime marked this conversation as resolved.
Show resolved
Hide resolved
VladIftime marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.