Commit Graph

10 Commits

Author SHA1 Message Date
Saw-jan
86fd73e912 refactor: respond 409 conflict if server is already running 2024-07-09 11:48:03 +05:45
Saw-jan
2b88c194bc refactor: allow any commands and user inputs 2024-07-09 11:48:03 +05:45
Saw-jan
7f0a1b0cdd fix: cumulative env and clear command var 2024-07-09 11:48:03 +05:45
Saw-jan
733f1852ea feat: add start endpoint 2024-07-09 11:48:03 +05:45
Saw-jan
3306a1f277 timeout command execution 2024-07-09 11:48:03 +05:45
Saw-jan
6e2ccefa51 feat: add command and stop endpoints 2024-07-09 11:48:03 +05:45
Saw-jan
3c364742c8 ociswrapper: meaningful error message 2023-09-21 17:00:37 +05:45
Sawjan Gurung
db39d6b7aa (ociswrapper): separate ociswrapper logs from ocis logs (#6776) 2023-07-12 11:32:03 +05:45
Sawjan Gurung
14b11f24a6 [tests-only][full-ci] Change wrapper port from 5000 to 5200 (#6321)
* use port 5200 for wrapper API server

* remove binary and ignore the build
2023-05-16 15:40:06 +05:45
Sawjan Gurung
9945dad647 [POC][full-ci] Testing various oCIS env configurations (#6062)
* run api tests

* run ocis via wrapper

* add context, helpers and steps change ocis config

* remove separate pipelines for special test cases

* add context to behat config

* fix suite name

* set wrapper url while running tests

* fix cors allow env name

* address review

* add ociswrapper codebase

* add ci pipeline to build and cache wrapper

* add step to check ociswrapper cache

* invalidate wrapper cache and build new

* build on pipeline step

* undo unnecessary changes

* undo unnecessary changes

* fix php code

* fix ocis run command

* use tag for teardown

* exclude wrapper vendor in codacy check

* fix typos
2023-05-11 17:21:52 +05:45