Update Home
parent
5392641833
commit
ceae0b6e2e
39
Home.md
39
Home.md
|
|
@ -1,22 +1,23 @@
|
|||
Welcome to the Wiki.
|
||||
|
||||
https://www.markdownguide.org/basic-syntax/#reference-style-links
|
||||
|
||||
[Link][1] with angle brackets
|
||||
|
||||
⋮
|
||||
| | GI repo | Fork | Active branch | Version | | Github | PR status | Notes
|
||||
-- | -- | -- | -- | -- | -- | -- | -- | -- | --
|
||||
amarillo | Link | Link | dev | 0.0.17a1 | Link | Link | Merged into plugins branch; PR is for merging to main | [^1]
|
||||
amarillo-gtfs-generator | Link | Link | main | 0.0.2 | Link | Link | Not merged | [^2]
|
||||
amarillo-enhancer | Link | Link | fastapi | 0.0.5 | Link | Link | Conflicts, fixed locally | [^3]
|
||||
amarillo-compose | Link | Link | dev | - | Link | Link | Not merged | [^4]
|
||||
amarillo-gtfs-exporter | Link | Link | separate-generator | 0.0.4 | Link | - | Not merged |[^5]
|
||||
amarillo-metrics | Link | Link | main | 0.0.6 | Link | Link | Readme PR not merged; Carpool metrics are in fork on a separate branch ✓ | [^6]
|
||||
amarillo-stops | - | - | | 0.0.1 | | Link | - | [^7]
|
||||
amarillo-grfs-export | Link | - | | | | - | - | [^8]
|
||||
|
||||
|
||||
| Header | Header |
|
||||
| ----------- | ------ |
|
||||
| simple footnote,[^1] | [Link][1] |
|
||||
[^1]: New PR: Call to enhancer, base and derived images, carpool event hooks ✓<br/>
|
||||
CI/CD: missing publishing to PyPI <br/>
|
||||
deploy branches are main,/dev/mitanand Notifies webhook once images are built First, base image with no plugins, then derived image on top (defined in standard.Dockerfile, there can be more later)
|
||||
|
||||
Here's a simple footnote,[^1] and here's a longer one.[^bignote]
|
||||
|
||||
[^1]: This is the first footnote.
|
||||
|
||||
[^bignote]: Here's one with multiple paragraphs and code.
|
||||
|
||||
[1]: http://b.org
|
||||
|
||||
[2]: https://asdf.org
|
||||
[^2]: docker image only from main branch
|
||||
[^3]: TODO: move call to enhancer on top of plugins branch (but no oauth) ✓
|
||||
[^4]: Readme ✓<br/> CI/CD: On pushed change, deploy webhook is notified
|
||||
[^5]: TODO: remove oauth dependency ✓ and create PR from that
|
||||
[^6]: errors.log permissions ✓
|
||||
[^7]: Readme ✓ in progress <br> Jenkinsfile ✓
|
||||
[^8]: Deprecated; functionality should be moved to new repo amarillo-grfs-generator in a way that is compatible with exporter
|
||||
Loading…
Reference in a new issue