You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
1.0.32 release (#587)
* merge master to develop (#583)
* hotfix for missing validation (#577)
* Updating oscars-backend service to support nullable projectId property
* Feedback updates
* Updating tests to cover NsiService with new Connection.projectId field
* Cleaning up HoldController imports. Updating HoldControllerSteps to include a test with a projectId field when placing a connection hold
* Ensuring the NsiService.hold() method only attempts to process the projectId field if it's not null, and not empty
* add CORS origin customization property (#581)
* fix: [OS-604] yang patch serialization (#582)
* fix serialization error
* more serialization fixes
update spring boot and other libs
* add auth interceptor to patch client
* remove baseUrl from restClient
---------
Co-authored-by: Alejandro Albino <aalbino@lbl.gov>
Co-authored-by: Alex Albino <webmaster@alexventure.com>
* Adding initial testing for NSI SOAP API (NsiProvider), with and without projectId field
* Adding topology service mock data for NsiProvider testing
* Adding stubs
* make nsiprovider single test pass
* Current work sorting out Nsi Provider test steps
* Cleaning up NsiProvider cuke testing
* Held connections now get cleared per test step in NsiProviderStep
* Ensuring a blank projectId field with NSI SOAP API reserve() call results in a null projectId
* feat: [OS579] add project id set & view in frontend (#585)
* add project id set & view in frontend
adjust hold delay
minor fix for standalone CORS config
* readjust hold delay
---------
Co-authored-by: Alejandro Albino <aalbino@lbl.gov>
Co-authored-by: Alex Albino <webmaster@alexventure.com>