identus-cloud-agent icon indicating copy to clipboard operation
identus-cloud-agent copied to clipboard

build: make docker image only for the server

Open FabioPinheiro opened this issue 1 year ago • 3 comments

Overview

Make docker image only for the server Do not make a docker image for 'pollux/lib/anoncreds'

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

FabioPinheiro avatar Feb 20 '24 10:02 FabioPinheiro

Integration Test Results

12 files  ±0  12 suites  ±0   2s :stopwatch: ±0s 25 tests ±0  25 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  26 runs  ±0  26 :white_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 62f17a2f. ± Comparison against base commit a8791769.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Feb 20 '24 11:02 github-actions[bot]

Unit Test Results

 51 files   -  45   51 suites   - 45   9m 58s :stopwatch: - 12m 19s 479 tests  - 347  471 :white_check_mark:  - 347  8 :zzz: ±0  0 :x: ±0  481 runs   - 352  473 :white_check_mark:  - 352  8 :zzz: ±0  0 :x: ±0 

Results for commit 3b12a2d7. ± Comparison against base commit 8bc2018b.

This pull request removes 347 tests.
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create default wallet if enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided seed
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - create wallet with provided webhook and apikey
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not create default wallet if disabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - initializeDefaultWallet - do not recreate default wallet if already exist
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail the default wallet is disabled, but any authentication is enabled
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - do not fail when the config is valid
org.hyperledger.identus.agent.server.AgentInitializationSpec ‑ AgentInitialization - validateAppConfig - fail when the default wallet is disabled and authentication is set to apiKey but disabled
org.hyperledger.identus.agent.server.config.AppConfigSpec ‑  - load config successfully
…

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar Feb 20 '24 11:02 github-actions[bot]

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarqubecloud[bot] avatar Mar 01 '24 10:03 sonarqubecloud[bot]