open-enterprise-agent GitHub
PR #737 | fix: Adding labels [skip ci] |
infra | # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [x] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-28 13:53:23 +0000 UTC
PR #736 | fix: Changing yq command [skip ci] ATL-5777 |
build | # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [x] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-28 12:47:24 +0000 UTC
PR #735 | fix: Renaming values.yml [skip ci] ATL-5777 |
build | fix: Renaming values.yml [skip ci] ATL-5777 # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [x] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-28 12:04:23 +0000 UTC
PR #734 | fix: Integration flow |
buildinfra | # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [ ] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-28 11:14:39 +0000 UTC
PR #733 | fix: Separate config for integration flow ATL-5777 |
build | # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [x] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-27 16:31:14 +0000 UTC
PR #732 | fix: ensure all defined performance tests compile and run |
ci | # Overview This PR fixes all perforrmance tests currently part of the k6 code base. Previously - some didn't work due to issues with the `json()` serialisation function and there was inconsitency in scenarios and thresholds. Now - all tests run and pass on a local testing stack (will commit this in a future PR) and use the same defaults for a smoke test ## Checklist ### My PR contains... * [ ] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [ ] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [ ] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [ ] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-27 15:34:43 +0000 UTC
PR #731 | fix: Separate config for integration flow ATL-5777 |
buildinfra | Signed-off-by: Milos Backonja <milos.backonja@iohk.io> feat: ATL-5777 - Refactoring app-set for test feat: ATL-5777 - Testing app removal with multiple references feat: ATL-5777 - Adding item back for testing feat: ATL-5777 - Removing app reference for test feat: ATL-5777 - Adding config for dev env # Overview Fixes ATL-5777 ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [ ] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [ ] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-27 15:29:47 +0000 UTC
PR #730 | docs: add ADR on keycloak authorisation service for multitenancy |
docs | # Overview Add an ADR on Keyclaok authorisation service for wallet permission management. ## Checklist ### My PR contains... * [x] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [ ] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [ ] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [ ] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-27 11:49:45 +0000 UTC
PR #729 | refactor(all): Update ZIO-http to 3.0.0-RC2 and tapir to 1.6.4, plus remove tapir legacy usage |
polluxmercuryprism-agentbuild | # Overview [Fixes ATL-5193](https://input-output.atlassian.net/browse/ATL-5193) ## Checklist ### My PR contains... * [ ] No code changes (changes to documentation, CI, metadata, etc.) * [x] Bug fixes (non-breaking change which fixes an issue) * [ ] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [x] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [x] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [ ] If yes to above: I have updated the documentation accordingly ### Tests * [x] My changes can not or do not need to be tested * [ ] My changes can and should be tested by unit and/or integration tests * [ ] If yes to above: I have added tests to cover my changes * [ ] If yes to above: I have taken care to cover edge cases in my tests |
Created At 2023-09-26 21:17:51 +0000 UTC
PR #728 | fix: Adding localhost environment variable in run.sh script for local development |
ciinfra | # Overview On the integration of the local scripts with the quick started guide the didcomm service needs to be exposed and reachable by the browser and mobile platforms. (allowing cors and connections from outside of the docker network.) Fixes [ATL-5805](https://input-output.atlassian.net/browse/ATL-5805) ## Checklist ### My PR contains... * [ ] No code changes (changes to documentation, CI, metadata, etc.) * [ ] Bug fixes (non-breaking change which fixes an issue) * [*] Improvements (misc. changes to existing features) * [ ] Features (non-breaking change which adds functionality) ### My changes... * [ ] are breaking changes * [ *] are not breaking changes * [ ] If yes to above: I have updated the documentation accordingly ### Documentation * [ ] My changes do not require a change to the project documentation * [ ] My changes require a change to the project documentation * [*] If yes to above: I have updated the documentation accordingly |
Created At 2023-09-22 13:48:37 +0000 UTC