1. 13 Dec, 2022 1 commit
  2. 12 Dec, 2022 1 commit
  3. 15 Jul, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Adapted Service to common proto folder · 7f1c6dff
      Lluis Gifre Renom authored
      - Moved imports from *.proto folder to common.proto folder
      - Removed service's genproto.sh script
      - Minor code and linting fixing
      - Arranged requirements to accelerate Docker image creation
      - Updated Dockerfile
      - Arranged GitLab CI/CD pipeline
      - Corrected usage of ConfigRules to use new custom ConfigRules
      - Removed redundant/unused Tools file in service_handlers
      7f1c6dff
  4. 19 May, 2022 1 commit
    • Lluis Gifre Renom's avatar
      Service component: · 810d16cf
      Lluis Gifre Renom authored
      - Migrated to use new generic gRPC servicer
      - Migrated to use new generic Rest servicer
      - Migrated to use new settings framework
      - Migrated tests to use new generic servicers and mock's
      - Extracted common unitary test functionalities into separate code files
      - Minor code styling/formatting
      810d16cf
  5. 16 Feb, 2022 2 commits
  6. 11 Feb, 2022 2 commits
  7. 10 Feb, 2022 1 commit
  8. 22 Dec, 2021 1 commit
  9. 21 Dec, 2021 1 commit
  10. 29 Oct, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Changes: · e85e7af4
      Lluis Gifre Renom authored
      - Corrections in Service to prevent errors in GitLab CI/CD pipeline.
      - Minor improvements in random classes.
      e85e7af4
  11. 04 Oct, 2021 1 commit
  12. 13 Aug, 2021 2 commits
  13. 12 Aug, 2021 3 commits
  14. 11 Aug, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Several changes: · ad08989e
      Lluis Gifre Renom authored
      Common:
      - Improvements in Database API definition and unit tests
      - Implemented additional Assertions to be used by unitary tests
      
      Context and Device:
      - Improved logging of errors.
      
      Service:
      - Implemented service methods (except GetConnectionList). All methods are under active debug.
      - Partially implemented unitary tests
      ad08989e
  15. 10 Aug, 2021 1 commit
    • Lluis Gifre Renom's avatar
      Multiple changes: · 72a67e71
      Lluis Gifre Renom authored
      Common:
      - reorganized Database API to enable extension of Context API with entities (e.g. Service)
      - solved minor bugs in Database API
      
      Context and Device services:
      - rearranged services and unit tests according to mentioned Context API changes
      
      Service service:
      - initial release (under development, this is just a backup of code)
      72a67e71