Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Feature/iii 197 #2

Merged
merged 28 commits into from
Aug 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3d7d1eb
- Generate a UUID for incoming AMQP messages
cyberwolf Aug 26, 2015
37e964e
III-197: Add namespace URI to EventCdbXmlServiceInterface
cyberwolf Aug 26, 2015
8fc6fff
III-197: Add ActorCdbXmlServiceInterface
cyberwolf Aug 26, 2015
bee5793
III-197: Add ActorCdbXmlServiceInterface implementation for SAPI2
cyberwolf Aug 26, 2015
5f02b56
III-197: Add ActorSpecificationInterface
cyberwolf Aug 26, 2015
ee5e52d
III-197: Add ActorFactoryInterface
cyberwolf Aug 26, 2015
60bdbde
III-197: Add OrganizerImporterInterface and PlaceImporterInterface
cyberwolf Aug 26, 2015
997656f
III-197: Add OrganizerFactory and PlaceFactory
cyberwolf Aug 26, 2015
70d6f3b
III-197: Add QualifiesAsOrganizerSpecification and QualifiesAsPlaceSp…
cyberwolf Aug 26, 2015
261046b
III-197: Add OrganizerFactory and PlaceFactory tests
cyberwolf Aug 26, 2015
b7c16de
III-197: Add dependency on udb2-domain-events library
cyberwolf Aug 26, 2015
3f60339
III-197: Add CdbXml enriched ActorCreated and ActorUpdated events
cyberwolf Aug 26, 2015
771bb9b
III-197: Add Actor\EventCdbXmlEnricher
cyberwolf Aug 26, 2015
f7c9720
III-197: Add PlaceCdbXmlImporter
cyberwolf Aug 26, 2015
5321736
III-197: Add namespace URI to EventCdbXmlServiceInterface
cyberwolf Aug 26, 2015
ec9962c
III-197: Add interface for EntryAPIImprovedFactory
cyberwolf Aug 26, 2015
6acc4b4
III-197: Add OutdatedXmlRepresentationException
cyberwolf Aug 26, 2015
51539e8
III-197: Add OrganizerCdbXmlImporter
cyberwolf Aug 26, 2015
1aa30e7
III-197: Rework actor repositories to remove dependency on Search and…
cyberwolf Aug 26, 2015
0141215
III-197: Add ActorEventApplier
cyberwolf Aug 26, 2015
5bec7e6
III-197: Update udb3 dependency
cyberwolf Aug 26, 2015
13fd38b
III-197: Remove build against feature/III-369 branch of udb3
cyberwolf Aug 26, 2015
79b3321
III-197: Fix coding standard violations
cyberwolf Aug 26, 2015
7922176
Remove unneeded matrix config which causes 2 identical Travis CI builds
cyberwolf Aug 26, 2015
ee537ff
III-197: Ensure EventImporter falls back to create on update and log …
cyberwolf Aug 26, 2015
35736cd
III-197: Clarify expected exceptions in EventImporterInterface
cyberwolf Aug 26, 2015
4150bee
III-197: Clarify expected exceptions in EventImporter implementation …
cyberwolf Aug 26, 2015
8637e2c
III-197: Fix coding standard violation
cyberwolf Aug 26, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ php:
- 5.6
matrix:
include:
- php: 5.6
- php: 5.6
env: udb3version='dev-feature/III-369 as 0.1'
- php: 5.6
env: udb3version='dev-develop as 0.1'
install:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"require": {
"cultuurnet/udb3": "~0.1",
"cultuurnet/udb2-domain-events": "~0.1",
"cultuurnet/auth": "~1.2",
"cultuurnet/entry": "~0.1"
},
Expand Down
Loading