Skip to content
Success

Changes

Summary

  1. Implemented ThingDefinition (details)
  2. Issue #567: Limit length of namespaced entity IDs to 256 characters (details)
  3. Issue #567: move maximum ID length to constant (details)
  4. Issue #567: make constant final (details)
  5. removed "init: true" statementy in docker compose (details)
  6. removed "init: true" in sandbox docker compose (details)
  7. adjusted JAVA_OPTIONS in order to get Ditto starting more stable * (details)
  8. Changed DefinitionIdentifierInvalidException response (details)
  9. Changed DefinitionIdentifier Tests (details)
  10. added status to incoming and outgoing javascript mappings (details)
Commit e9fa0dc76a79dc9fc9b8c8c4f68b65cd7847198b by David Schwilk
Implemented ThingDefinition
Signed-off-by: David Schwilk <david.schwilk@bosch-si.com>
The file was addeddocumentation/src/main/resources/pages/ditto/protocol-examples-createthingdefinition.md
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/examples/JsonExamplesProducer.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/httpapi-concepts.md (diff)
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/TestConstants.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ModifyThingDefinitionStrategyTest.java
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/DeleteThingDefinitionStrategy.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/DeleteThingDefinitionTest.java
The file was modified signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/modify/ModifyPolicyId.java (diff)
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableThingTest.java (diff)
The file was modified signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/ThingEventToThingConverter.java (diff)
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionModifiedStrategy.java
The file was modified documentation/src/main/resources/openapi/ditto-api-2.yml (diff)
The file was modified services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/EndpointTestBase.java (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/FeatureDefinition.java (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ImmutableFeatureDefinition.java (diff)
The file was addedmodel/things/src/test/java/org/eclipse/ditto/model/things/ImmutableThingDefinitionTest.java
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingDefinitionNotAccessibleException.java
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableFeatureDefinitionIdentifierTest.java (diff)
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableThingFromCopyBuilderTest.java (diff)
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/ThingModifyCommandAdapterTest.java (diff)
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/RetrieveThingDefinitionStrategy.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/query/retrievethingdefinition.md
The file was addedsignals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/ThingDefinitionModified.java
The file was modified documentation/src/main/resources/pages/ditto/basic-overview.md (diff)
The file was modified signals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/TestConstants.java (diff)
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/ThingModifyCommandResponseAdapter.java (diff)
The file was modified model/query/src/main/java/org/eclipse/ditto/model/query/expression/FieldExpressionUtil.java (diff)
The file was modified model/base/src/main/java/org/eclipse/ditto/model/base/headers/DittoHeaders.java (diff)
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/ImmutableThingDefinition.java
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ModifyThingDefinitionStrategy.java
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableThingToJsonVersionMismatchTest.java (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/modify/DeleteThingDefinitionResponse.java
The file was modified services/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/AbstractStrategyTest.java (diff)
The file was addedsignals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/ThingDefinitionModifiedTest.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/query/retrievethingdefinitionresponse.md
The file was removedservices/thingsearch/persistence/src/main/java/org/eclipse/ditto/services/thingsearch/persistence/ThingResourceKey.java
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/DefinitionIdentifierInvalidException.java
The file was addedsignals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/ThingDefinitionCreatedTest.java
The file was modified model/query/src/main/java/org/eclipse/ditto/model/query/expression/ThingsFieldExpressionFactoryImpl.java (diff)
The file was modified signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrievePolicyIdResponse.java (diff)
The file was addedsignals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/ThingDefinitionCreated.java
The file was modified services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingEventStrategies.java (diff)
The file was addedsignals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/ThingDefinitionDeleted.java
The file was modified signals/events/things/src/main/java/org/eclipse/ditto/signals/events/things/ThingEvent.java (diff)
The file was modified services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/routes/things/ThingsRouteTest.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/basic-thing.md (diff)
The file was modified services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingModifiedStrategy.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/protocol/things/commands/modify/modifything.md (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/modify/ModifyThingDefinitionResponse.java
The file was removedmodel/things/src/main/java/org/eclipse/ditto/model/things/FeatureDefinitionIdentifierInvalidException.java
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/ThingQueryCommandResponseAdapter.java (diff)
The file was modified services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ModifyThingStrategy.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/protocol-specification-things-delete.md (diff)
The file was modified signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingCommandToAccessExceptionRegistry.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/protocol/things/commands/modify/modifythingresponsecreated.md (diff)
The file was addeddocumentation/src/main/resources/pages/ditto/protocol-examples-retrievethingdefinition.md
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingDefinitionNotAccessibleExceptionTest.java
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/assertions/ThingAssert.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/PolicyIdModifiedStrategyTest.java
The file was modified signals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/TestConstants.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/protocol/things/commands/modify/creatething.md (diff)
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/ThingQueryCommandResponseAdapterTest.java (diff)
The file was modified services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/things/ThingsRoute.java (diff)
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/modify/modifythingdefinition.md
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/ThingModifyCommandAdapter.java (diff)
The file was modified services/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/ThingCommandStrategies.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionDeletedStrategyTest.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/events/thingdefinitionmodified.md
The file was modified signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingCommandToModifyExceptionRegistry.java (diff)
The file was modified documentation/src/main/resources/_data/sidebars/ditto_sidebar.yml (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/modify/DeleteThingDefinition.java
The file was modified model/query/src/main/java/org/eclipse/ditto/model/query/expression/ThingsFieldExpressionFactory.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionModifiedStrategyTest.java
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/ImmutableDefinitionIdentifier.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/DeleteThingDefinitionResponseTest.java
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/TestConstants.java (diff)
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionDeletedStrategy.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/ModifyThingDefinitionTest.java
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/RetrieveThingDefinitionStrategyTest.java
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/ThingEventAdapter.java (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/FeatureDefinitionBuilder.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/commands/DeleteThingDefinitionStrategyTest.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/query/RetrieveThingDefinitionResponseTest.java
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrieveThingDefinition.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/events/thingdefinitioncreated.md
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/modify/deletethingdefinitionresponse.md
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableFeatureDefinitionTest.java (diff)
The file was modified model/things/pom.xml (diff)
The file was addedservices/things/persistence/src/main/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionCreatedStrategy.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/modify/deletethingdefinition.md
The file was addeddocumentation/src/main/resources/pages/ditto/protocol-examples-modifythingdefinition.md
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/Thing.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/intro-hello-world.md (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/NullFeatureDefinition.java (diff)
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/ThingEventAdapterTest.java (diff)
The file was modified signals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrievePolicyId.java (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ThingsModelFactory.java (diff)
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/AbstractAdapter.java (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/query/RetrieveThingDefinitionResponse.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol-examples-deletethingdefinition.md
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/modify/modifythingdefinitionresponsecreated.md
The file was modified model/query/src/test/java/org/eclipse/ditto/model/query/expression/ThingsFieldExpressionFactoryImplTest.java (diff)
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/ThingDefinition.java
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/PolicyIdCreatedStrategyTest.java
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ImmutableThingFromCopyBuilder.java (diff)
The file was addedmodel/things/src/test/java/org/eclipse/ditto/model/things/ImmutableDefinitionIdentifierTest.java
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ImmutableThingFromScratchBuilder.java (diff)
The file was modified services/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/ETagTestUtils.java (diff)
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/exceptions/PolicyIdNotAccessibleExceptionTest.java
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/PolicyIdMissingExceptionTest.java (diff)
The file was modified services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/ConnectionStatusMessageMapperTest.java (diff)
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/DefinitionIdentifier.java
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/Feature.java (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ImmutableFeatureDefinitionIdentifier.java (diff)
The file was addedmodel/things/src/main/java/org/eclipse/ditto/model/things/NullThingDefinition.java
The file was modified services/thingsearch/starter/src/main/java/org/eclipse/ditto/services/thingsearch/starter/actors/SearchRootActor.java (diff)
The file was modified documentation/src/main/resources/images/pages/basic/ditto-class-diagram-v2.png (diff)
The file was modified protocol-adapter/src/main/java/org/eclipse/ditto/protocoladapter/ThingQueryCommandAdapter.java (diff)
The file was addedservices/things/persistence/src/test/java/org/eclipse/ditto/services/things/persistence/actors/strategies/events/ThingDefinitionCreatedStrategyTest.java
The file was modified json/src/main/java/org/eclipse/ditto/json/AbstractJsonFieldDefinition.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/protocol-specification-things-create-or-modify.md (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/modify/ModifyThingDefinition.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/query/RetrieveThingDefinitionTest.java
The file was addedsignals/commands/things/src/test/java/org/eclipse/ditto/signals/commands/things/modify/ModifyThingDefinitionResponseTest.java
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ThingBuilder.java (diff)
The file was addedsignals/events/things/src/test/java/org/eclipse/ditto/signals/events/things/ThingDefinitionDeletedTest.java
The file was modified documentation/src/main/resources/pages/ditto/protocol-specification-things-retrieve.md (diff)
The file was modified documentation/src/main/resources/jsonschema/thing_v2.json (diff)
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/ImmutableThing.java (diff)
The file was addedsignals/commands/things/src/main/java/org/eclipse/ditto/signals/commands/things/exceptions/ThingDefinitionNotModifiableException.java
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/events/thingdefinitiondeleted.md
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/ThingQueryCommandAdapterTest.java (diff)
The file was addeddocumentation/src/main/resources/pages/ditto/protocol/things/commands/modify/modifythingdefinitionresponse.md
The file was modified documentation/src/main/resources/pages/ditto/protocol/things/commands/modify/createthingresponse.md (diff)
The file was modified services/utils/test/src/test/java/org/eclipse/ditto/services/utils/test/mongo/MongoDbResource.java (diff)
The file was modified protocol-adapter/src/test/java/org/eclipse/ditto/protocoladapter/ThingModifyCommandResponseAdapterTest.java (diff)
The file was modified services/thingsearch/persistence/src/test/java/org/eclipse/ditto/services/thingsearch/persistence/write/mapping/EnforcedThingFlattenerTest.java (diff)
Commit 3106958d513c8f816feb3795edbecbb6413324a0 by Yannic Klem
Issue #567: Limit length of namespaced entity IDs to 256 characters
Signed-off-by: Klem Yannic (INST/ECS1) <yannic.klem@bosch-si.com>
The file was modified model/base/src/main/java/org/eclipse/ditto/model/base/entity/id/DefaultNamespacedEntityId.java (diff)
The file was modified model/base/src/test/java/org/eclipse/ditto/model/base/entity/id/DefaultNamespacedEntityIdTest.java (diff)
The file was modified services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/routes/things/ThingsRouteTest.java (diff)
The file was modified services/gateway/endpoints/src/main/java/org/eclipse/ditto/services/gateway/endpoints/routes/things/ThingsRoute.java (diff)
The file was modified model/base/src/main/java/org/eclipse/ditto/model/base/entity/id/NamespacedEntityIdInvalidException.java (diff)
The file was modified documentation/src/main/resources/pages/ditto/basic-namespaces-and-names.md (diff)
The file was modified services/gateway/endpoints/src/test/java/org/eclipse/ditto/services/gateway/endpoints/routes/RootRouteTest.java (diff)
Commit 9d77348a72e5931dbb490ca5b3f6d2685fad01b3 by Yannic Klem
Issue #567: move maximum ID length to constant
Signed-off-by: Klem Yannic (INST/ECS1) <yannic.klem@bosch-si.com>
The file was modified model/base/src/main/java/org/eclipse/ditto/model/base/entity/id/DefaultNamespacedEntityId.java (diff)
Commit d5aaf735b925e831e32655e65b50867e99037c1f by Yannic Klem
Issue #567: make constant final
Signed-off-by: Klem Yannic (INST/ECS1) <yannic.klem@bosch-si.com>
The file was modified model/base/src/main/java/org/eclipse/ditto/model/base/entity/id/DefaultNamespacedEntityId.java (diff)
Commit 3f47dfd3609fda42dff440a8fa030ff8ed755228 by noreply
removed "init: true" statementy in docker compose
as we include tini as entrypoint in the Dockerfile, this is redundant
The file was modified deployment/docker/docker-compose.yml (diff)
Commit 4ab8646d2aee7502c0c02d248044d6f2d9073ba0 by noreply
removed "init: true" in sandbox docker compose
The file was modified deployment/docker/sandbox/docker-compose.yml (diff)
Commit fe5e6f644d828edaeee5c6e15dd552754e970bce by Thomas J??ckle
adjusted JAVA_OPTIONS in order to get Ditto starting more stable *
removed Helm chart sources from the Ditto git repo as this Helm chart is
now managed in the Eclipse IoT Packages project * updated Akka version
to latest and greatest
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
The file was removeddeployment/helm/eclipse-ditto/templates/thingssearch-pdb.yaml
The file was modified bom/pom.xml (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/connectivity-deployment.yaml
The file was removeddeployment/helm/eclipse-ditto/README.md
The file was removeddeployment/helm/eclipse-ditto/templates/gateway-service.yaml
The file was modified deployment/kubernetes/ditto/ditto-cluster.yaml (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/swaggerui-deployment.yaml
The file was modified deployment/helm/README.md (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/mongodb-secret.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/nginx-deployment.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/thingssearch-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/_helpers.tpl
The file was removeddeployment/helm/eclipse-ditto/templates/concierge-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/things-deployment.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/swaggerui-pdb.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/things-pdb.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/connectivity-pdb.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/nginx-configmap.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/swaggerui-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/policies-pdb.yaml
The file was removeddeployment/helm/eclipse-ditto/Chart.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/nginx-config.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/nginx-ingress.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/connectivity-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/swaggerui-service.yaml
The file was removeddeployment/helm/eclipse-ditto/nginx-config/nginx-cors.conf
The file was removeddeployment/helm/eclipse-ditto/nginx-config/index.html
The file was removeddeployment/helm/eclipse-ditto/templates/role.yaml
The file was modified deployment/docker/docker-compose.yml (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/policies-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/gateway-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/nginx-config/nginx.htpasswd
The file was removeddeployment/helm/eclipse-ditto/templates/nginx-service.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/things-networkpolicy.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/policies-deployment.yaml
The file was removeddeployment/helm/eclipse-ditto/openapi/ditto-api-2.yml
The file was removeddeployment/helm/eclipse-ditto/values.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/concierge-deployment.yaml
The file was modified deployment/docker/sandbox/docker-compose.yml (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/NOTES.txt
The file was removeddeployment/helm/eclipse-ditto/templates/swaggerui-config.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/gateway-pdb.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/rolebinding.yaml
The file was removeddeployment/helm/eclipse-ditto/requirements.yaml
The file was removeddeployment/helm/eclipse-ditto/.helmignore
The file was removeddeployment/helm/eclipse-ditto/templates/thingssearch-deployment.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/gateway-secret.yaml
The file was removeddeployment/helm/eclipse-ditto/templates/serviceaccount.yaml
The file was removeddeployment/helm/eclipse-ditto/openapi/ditto-api-1.yml
The file was removeddeployment/helm/eclipse-ditto/templates/concierge-pdb.yaml
The file was modified deployment/openshift/ditto/ditto-cluster.yaml (diff)
The file was removeddeployment/helm/eclipse-ditto/templates/gateway-deployment.yaml
Commit d8a8716230201f93b4379c1ad046d186020d1077 by David Schwilk
Changed DefinitionIdentifierInvalidException response
Signed-off-by: David Schwilk <david.schwilk@bosch-si.com>
The file was modified model/things/src/main/java/org/eclipse/ditto/model/things/DefinitionIdentifierInvalidException.java (diff)
Commit 8773212beb2e53ab95751ea0bcce4c26f9e42a26 by David Schwilk
Changed DefinitionIdentifier Tests
Signed-off-by: David Schwilk <david.schwilk@bosch-si.com>
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableFeatureDefinitionIdentifierTest.java (diff)
The file was modified model/things/src/test/java/org/eclipse/ditto/model/things/ImmutableDefinitionIdentifierTest.java (diff)
Commit 93c5f33152c52d9fe79b65b3e4cc259926f064da by Johannes Kraeher
added status to incoming and outgoing javascript mappings
Signed-off-by: Johannes Schneider <johannes.schneider@bosch-si.com>
The file was modified services/connectivity/mapping/src/main/resources/javascript/incoming-mapping.js (diff)
The file was modified documentation/src/main/resources/pages/ditto/connectivity-mapping.md (diff)
The file was modified services/connectivity/mapping/src/main/resources/javascript/ditto-scope.js (diff)
The file was modified services/connectivity/mapping/src/test/java/org/eclipse/ditto/services/connectivity/mapping/javascript/JavaScriptMessageMapperRhinoTest.java (diff)
The file was modified services/connectivity/mapping/src/main/resources/javascript/outgoing-mapping.js (diff)