Skip to content

Changes

#33 (Aug 8, 2024, 5:26:04 PM)

  1. Added a metrics provider handler (commit: 962b426) — thomas.calmant / detail
  2. Metrics: Keep track of gauges bound before activation (commit: 14ac75f) — thomas.calmant / detail
  3. Added metrics provider presence test (commit: b5620b5) — thomas.calmant / detail
  4. Normalize metrics resources names (commit: 369831b) — thomas.calmant / detail
  5. Review metrics provider test (commit: d87aac5) — thomas.calmant / detail
  6. Enables complex EMF Resource Objects (commit: d25bd7a) — j.albert / detail
  7. Adds addition Test (commit: e8eaa0b) — j.albert / detail
  8. Initial version of the programmatic whiteboard (commit: 4a1d370) — thomas.calmant / detail
  9. Added WB handler providers property update (commit: 0037932) — thomas.calmant / detail
  10. Better Whiteboard handlers priority test (commit: 1e0e476) — thomas.calmant / detail
  11. Put constants in an interface and use them internally (commit: ed3470c) — thomas.calmant / detail
  12. Removed generic from WhiteboardHandler interface (commit: 6bb42da) — thomas.calmant / detail
  13. Addressed review comments (commit: ca3e7b4) — thomas.calmant / detail
  14. Fix to list services and resources on newly created provider instances (commit: 91d5fff) — thomas.calmant / detail
  15. Added ability to set resource metadata before it gets a value (commit: 41054e4) — thomas.calmant / detail
  16. Protect against metadata w/o timestamp (commit: 2671b7b) — thomas.calmant / detail
  17. Small enhancements of the provider snapshot API (commit: 6a6a881) — thomas.calmant / detail
  18. Allow default resource metadata to be set in the model (commit: fad36b2) — timothyjward / detail
  19. Fixed provider snapshot filterEmptyServices to keep services insertion order (commit: 202312d) — thomas.calmant / detail
  20. Allow data and metadata update de-duplication (commit: d56f449) — timothyjward / detail
  21. Further improvements to timestamp mapping (commit: 508355c) — timothyjward / detail
  22. dataUpdate now supports multiple updates (commit: c7b3cb4) — gregoire.athanase / detail
  23. Annotated DTO mapping error (commit: 117c165) — timothyjward / detail

#31 (Aug 8, 2024, 11:01:54 AM)

  1. Include the model name in topic notifications (commit: 9d68852) — timothyjward / detail
  2. use real eClass from service not from reference (commit: 4410aac) — Guido Grune / detail
  3. fixed NPE due to missing service EClass (commit: a648fd6) — j.albert / detail
  4. Implement model deletion in the Model Manager (commit: d221b61) — timothyjward / detail
  5. Add support for nullable data which should not create a resource (commit: 068be10) — timothyjward / detail
  6. Reinstate final modifier for GenericDto (commit: 61101a6) — timothyjward / detail
  7. Fix missing check in SetValueCommand (commit: c9be1b3) — timothyjward / detail

#30 (May 16, 2024, 8:21:13 PM)

  1. getService and getServiceEClass to provider model (commit: a935bb0) — Guido Grune / detail
  2. Fix spaces (commit: e83839c) — Guido Grune / detail
  3. Start adding tests (commit: 25cab9a) — Guido Grune / detail
  4. Fix change notification for services in dynamic provider (commit: 46bd076) — Guido Grune / detail
  5. Annotation based DTOs can now have EMF Elements as fields (commit: 7116491) — j.albert / detail
  6. Add some test (commit: a4543ad) — Guido Grune / detail
  7. Add tests and fix NPE (commit: 35548ac) — Guido Grune / detail
  8. fixed is Forzen for Dynamic Providers (commit: eafcc6e) — j.albert / detail
  9. Extend and add some tests (commit: 1d75616) — Guido Grune / detail
  10. fixed duplicated Service creation (commit: f97d74d) — j.albert / detail
  11. Fix whitespace and license issues (commit: 66291bc) — Guido Grune / detail

#28 (Apr 22, 2024, 1:40:09 PM)

  1. Update all the bndruns using the dependabot profile (commit: e29c217) — timothyjward / detail
  2. Update Jackson to 2.16.1 (commit: 1d643b4) — timothyjward / detail
  3. Fix for timestamp-based test on Windows (commit: 34bcd66) — thomas.calmant / detail
  4. Package regsitration and Model Package Uri (commit: b36801f) — j.albert / detail
  5. Update the osgi-test version to 1.3.0-SNAPSHOT (commit: 0a4ee42) — timothyjward / detail
  6. Update JUnit and Mockito versions (commit: 70db733) — timothyjward / detail
  7. Move naming normalization to ModelNexus (#323) (commit: df2810d) — noreply / detail
  8. bumped geckoEMF and EMF (commit: 6ace9f7) — j.albert / detail
  9. Bumped slf4j to v2.0.11 (Issue #328) (commit: 27f4420) — osgi / detail
  10. Remove dependency on log4j-over-slf4j (commit: 72a8083) — osgi / detail
  11. Replace slf4j-simple with logback (v1.4.14) (commit: 8d7cbbe) — osgi / detail
  12. Reverted version of JE runtime to JavaSE-11 in all bndrun files. (commit: b5c6c79) — osgi / detail
  13. Added ability to configure logging (via logback) for JUnit tests in all projects that currently have tests. (commit: a165d94) — osgi / detail
  14. Test cleanup for core/impl (commit: 6a65e83) — timothyjward / detail
  15. Better error handling for pushed updates (commit: 77b7e28) — timothyjward / detail
  16. fixed exception on EPackageRegistration (commit: 6c66c7f) — j.albert / detail
  17. fixed Provider Update (commit: cef4a3a) — j.albert / detail
  18. Tidy up and fix handling of whiteboard GET calls (commit: 68669a2) — timothyjward / detail
  19. Added a PACKAGE filter criterion (commit: bddd280) — thomas.calmant / detail
  20. Move the Session API into the Northbound project (commit: aa0c559) — timothyjward / detail
  21. Core API Fixes (commit: c7f9438) — timothyjward / detail
  22. Introduce authorization checks in the Session API (commit: dab4465) — timothyjward / detail
  23. Lint checking fixes (commit: a918712) — timothyjward / detail
  24. Services can now be added as a Map (commit: cb4cd91) — j.albert / detail
  25. Fixed Save Provider Command (commit: 5bcf42a) — j.albert / detail
  26. fixed service name change bug (commit: b4b30a2) — j.albert / detail
  27. getService and getServiceEClass to provider models (#382) (commit: 28e77ce) — noreply / detail
  28. Make the sensiNact build more CI friendly (commit: 75ebfda) — timothyjward / detail