Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
296 changes: 0 additions & 296 deletions .ddev/config.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ddev/docker-compose.scorpio.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DEFAULT_URI=http://localhost
###< symfony/routing ###

###> app ###
APP_BROKER_BASE_URI=http://scorpio.local:9090/
APP_BROKER_BASE_URI=http://scorpio:9090/

# JSON-LD contexts attached to every entity, outermost last so the ETSI core
# context resolves the NGSI-LD terms and the domain context resolves the
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.ddev/data
.idea
*.local.yml

Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `task broker:entities` for reading entities back out of the broker.
- Architecture Decision Records under `docs/adr`.
- Added test suite
- Scorpio broker as a Compose service in `docker-compose.override.yml`, with a
`docker-compose.server.override.yml` counterpart.

### Changed

- Replaced DDEV with the itk-dev Docker setup (`symfony-8` template): removed
`.ddev/`, rewrote `Taskfile.yml` to run through `itkdev-docker-compose`, and
updated the README accordingly.
- `APP_BROKER_BASE_URI` now points at the `scorpio` Compose service rather than
the DDEV-only `scorpio.local` hostname.
- `task test` runs the whole suite; it previously ran only `tests/Unit`.

### Removed

- The `mariadb` service, which no part of the project uses.

[Unreleased]: https://github.com/itk-dev/enter
Loading