Skip to content

1.2.32

Choose a tag to compare

@haniotak haniotak released this 03 Sep 22:11
· 6 commits to master since this release
c3ec4f4
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>