Skip to content

Commit

Permalink
chore: indent .md files using 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Oct 30, 2024
1 parent 236eb3e commit 752a47d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4

[*.md]
indent_style = space
indent_size = 4
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ The changelog lists most feature changes between each release.
## 2024-10-29

- GTFS import: Mount local (modified) `download.sh` into `postgis-gtfs-importer` container.
- ⚠️ `$IPL_GTFS_IMPORTER_HOST_CUSTOM_SCRIPTS_DIR` must contain a `download.sh`, so if it doesn't, this is a breaking change!
- This is the `ipl-dagster-pipeline` equivalent to [`ipl-orchestration#fd42328`](https://github.com/mobidata-bw/ipl-orchestration/commit/fd423288ac8d1a1902ebfed60339f1fe120ce508).
- ⚠️ `$IPL_GTFS_IMPORTER_HOST_CUSTOM_SCRIPTS_DIR` must contain a `download.sh`, so if it doesn't, this is a breaking change!
- This is the `ipl-dagster-pipeline` equivalent to [`ipl-orchestration#fd42328`](https://github.com/mobidata-bw/ipl-orchestration/commit/fd423288ac8d1a1902ebfed60339f1fe120ce508).

## 2024-10-01

- GTFS import: adapt to [`postgis-gtfs-importer:v4-2024-09-24T15.06.43-9a66d7d` image](https://github.com/mobidata-bw/postgis-gtfs-importer/pkgs/container/postgis-gtfs-importer/278891924?tag=v4-2024-09-24T15.06.43-9a66d7d) (21449e7)
- This is the `ipl-dagster-pipeline` equivalent to [`ipl-orchestration#726e765`](https://github.com/mobidata-bw/ipl-orchestration/commit/726e7650820adf848cd79787946340ee7c4cf02f).
- This is the `ipl-dagster-pipeline` equivalent to [`ipl-orchestration#726e765`](https://github.com/mobidata-bw/ipl-orchestration/commit/726e7650820adf848cd79787946340ee7c4cf02f).
- GTFS import: don't remove redundant stops (6a46a63)

## 2024-09-06
Expand Down

0 comments on commit 752a47d

Please sign in to comment.