Skip to content
Started 2 mo 3 days ago
Took 3 min 21 sec on basic-6wpb0

#203 (Mar 16, 2024, 5:35:32 AM)

Changes
  1. test(integration): fix the couchbase.properties index information (commit: 0bffb58) (details / githubweb)
  2. test(integration): added sleep time to the test avoiding eventual inconsistency issue (commit: cb481e7) (details / githubweb)
  3. test(integration): fixed @AddPackage declaration (commit: 3ce50a4) (details / githubweb)
  4. test(integration): fixed @AddPackage declaration (commit: 0d3ab0a) (details / githubweb)
  5. build: add jnosql document api support (commit: df39f5e) (details / githubweb)
  6. feat: add document configuration for dynamodb (commit: 1ab5c8e) (details / githubweb)
  7. test: add test for document configuration for dynamodb (commit: cd7aea6) (details / githubweb)
  8. test: fix test execution with amazon/dynamodb-local:latest (commit: 8a7bc57) (details / githubweb)
  9. test: add more tests to DynamoDBDocumentConfiguration (commit: 19fe365) (details / githubweb)
  10. chore: create DocumentManagerFactory (commit: cb47741) (details / githubweb)
  11. test: add DocumentManagerFactory factory for tests (commit: f27fa80) (details / githubweb)
  12. test: add tests for DynamoDBDocumentManagerFactory (commit: 502ae0f) (details / githubweb)
  13. build: add dynamodb-enhanced dependency (commit: 5b505e9) (details / githubweb)
  14. refactor: rename the return type (commit: 95dda38) (details / githubweb)
  15. chore: added DynamoDBDocumentManager class (commit: 651d136) (details / githubweb)
  16. refactor: rename test class (commit: 89ea227) (details / githubweb)
  17. test: added utility methods (commit: 0d2ee13) (details / githubweb)
  18. test: added utility class for testing purposes (commit: 185445c) (details / githubweb)
  19. chore: added DocumentEntity converter to EnhancedDocument (commit: 68605ea) (details / githubweb)
  20. test: added tests for DynamoDBDocumentEntityConverter (commit: 89a3d50) (details / githubweb)
  21. refactor: fixed checkstyle issues (commit: eec1d3a) (details / githubweb)
  22. refactor: rename classes (commit: 63dbff0) (details / githubweb)
  23. refactor: format and rename method in classes (commit: c71eb73) (details / githubweb)
  24. chore: add properties for DynamoDB (commit: 6206570) (details / githubweb)
  25. chore: passing settings to implementation (commit: 6969a61) (details / githubweb)
  26. test: rename enum and add utility methods (commit: 599ccd5) (details / githubweb)
  27. test: using renamed enum from utility class (commit: 3ab9d4d) (details / githubweb)
  28. test: using renamed enum from utility class (commit: 7d4c6de) (details / githubweb)
  29. test: using renamed enum from utility class (commit: 0be7630) (details / githubweb)
  30. chore: implement and test documentManager.insert() method implementation (commit: 949d3fd) (details / githubweb)
  31. chore: removed unnecessary import (commit: 54d7fef) (details / githubweb)
  32. refactor: rename and removed unnecessary methods (commit: de89fdd) (details / githubweb)
  33. refactor: fixed checkstyle issues (commit: e181422) (details / githubweb)
  34. test:  add DataFaker to help with tests (commit: ca844dc) (details / githubweb)
  35. test: change to instantiate a GenericContainer (commit: 50af515) (details / githubweb)
  36. test: rename methods and using DataFaker (commit: 129f7db) (details / githubweb)
  37. test: refactor test codes (commit: 9295153) (details / githubweb)
  38. test: improve DocumentEntityGenerator class (commit: 6d5a6dc) (details / githubweb)
  39. test: refactor DynamoDBDocumentManagerFactoryTest class (commit: 9eb8f4c) (details / githubweb)
  40. test: refactor DynamoDBTestUtils class (commit: 0a42ba4) (details / githubweb)
  41. feat: add count(String) implementation and tests (commit: c03128d) (details / githubweb)
  42. refactor: removed unnecessary dependency (commit: e7ecf0f) (details / githubweb)
  43. chore: add conversion for update operations (commit: ff238fb) (details / githubweb)
  44. test: add tests for update operation (commit: 6f04713) (details / githubweb)
  45. feat: first implementation for the update operation (commit: 3ac2b24) (details / githubweb)
  46. test: add more tests for the update operation (commit: 29bef68) (details / githubweb)
  47. feat: implemented delete,select,count (commit: 36e6f0f) (details / githubweb)
  48. build: bump dynamodb version to 2.23.12 (commit: 12b4053) (details / githubweb)
  49. chore: removed unnecessary field (commit: 28b4e92) (details / githubweb)
  50. chore: passing next token to the partiql executions (commit: d801b44) (details / githubweb)
  51. chore: removed unnecessary classes (commit: c6bac72) (details / githubweb)
  52. chore: renamed class and imports from into their dependents (commit: 4d4f24c) (details / githubweb)
  53. chore: add beans.xml (commit: f985eda) (details / githubweb)
  54. chore: add DynamoDBRepository (commit: b51dfef) (details / githubweb)
  55. chore: add DynamoDBTemplate (commit: 7f069b6) (details / githubweb)
  56. chore: add PartiQL annotation (commit: 5b09e16) (details / githubweb)
  57. chore: add package-info (commit: dc0fb11) (details / githubweb)
  58. test: add classes for mapping test purposes (commit: 48f0db3) (details / githubweb)
  59. test: add mock producer for mapping test purposes (commit: c676c27) (details / githubweb)
  60. chore: add DefaultDynamoDBTemplate implementation (commit: 53cc68c) (details / githubweb)
  61. chore: add cdi extension (commit: c1f7298) (details / githubweb)
  62. test: fixed imports and references (commit: 4ba3550) (details / githubweb)
  63. test: add tests for cdi extension (commit: 16509bd) (details / githubweb)
  64. test: add tests for DefaultDynamoDBTemplate implementation (commit: 0328ef5) (details / githubweb)
  65. test: add tests for DynamoDBRepositoryProxy implementation (commit: f564e19) (details / githubweb)
  66. test: add integration tests for dynamodb document implementation (commit: 8244687) (details / githubweb)
  67. chore: removed unused imports (commit: 675b6fb) (details / githubweb)
  68. chore: fix the returned type (commit: 10812df) (details / githubweb)
  69. changelog: added document api support for dynamodb (commit: c6a03e0) (details / githubweb)
  70. docs: added document api support for dynamodb (commit: 425609d) (details / githubweb)
  71. build: removed duplicated dependencies declaration (commit: 9cad0e6) (details / githubweb)
  72. chore: removed unused imports (commit: 4a56b26) (details / githubweb)
  73. chore: updated to use semistructured api (commit: f0ee8fb) (details / githubweb)
  74. chore: removed unnecessary dependency (commit: 85704b3) (details / githubweb)
  75. fix: fixed the persistence of multi-level entities at jnosql-mongodb (commit: b3f302b) (details / githubweb)
  76. fix: fixed the persistence of multi-level entities at jnosql-mongodb (commit: de3089e) (details / githubweb)
  77. changelog: added fix - storing of entities with list of sub-entities at MongoDB (commit: dc5b1fe) (details / githubweb)

Started by upstream project jnosql-deploy build number 187
originally caused by:

This run spent:

  • 26 sec waiting;
  • 3 min 21 sec build duration;
  • 3 min 47 sec total from scheduled to completion.
Revision: 21de6eaf7235a7a1a0e76b9011a74114d71d18a4
Repository: https://github.com/eclipse/jnosql-databases
  • refs/remotes/origin/main