8 Commits

Author SHA1 Message Date
5a0eab31d1 Merge pull request 'development' (#15) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m5s
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Run Unit and Integration Tests / test (push) Successful in 54s
Reviewed-on: #15
2025-09-26 09:26:33 +00:00
00c710e524 Merge pull request 'feat: Added devcontainer' (#14) from feature/devcontainer into development
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m4s
Run Unit and Integration Tests / test (push) Successful in 54s
Run Unit and Integration Tests / test (pull_request) Successful in 52s
Reviewed-on: #14
2025-09-26 09:23:06 +00:00
0641bb8d1a feat: Added devcontainer
All checks were successful
Run Unit and Integration Tests / test (push) Successful in 58s
Run Unit and Integration Tests / test (pull_request) Successful in 58s
2025-09-25 23:33:10 +01:00
7bb7e8769d Merge pull request 'development' (#13) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 59s
Run Unit and Integration Tests / test (push) Successful in 51s
Reviewed-on: #13
2025-08-01 18:03:06 +00:00
c5942b1256 Merge pull request 'development' (#10) from development into main
All checks were successful
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m28s
Run Unit and Integration Tests / test (push) Successful in 49s
Reviewed-on: #10
2025-07-26 13:32:56 +00:00
6cc0bb080d Merge pull request 'development' (#3) from development into main
Some checks failed
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m29s
Run Unit and Integration Tests / test (push) Failing after 48s
Reviewed-on: #3
2025-06-20 21:39:05 +00:00
28b63d7944 Merge pull request 'FEAT: Added weather card which nicely displays the weather conditions from a METAR object' (#2) from development into main
Some checks failed
Build and Push Latest Docker Image / build-and-push (push) Failing after 3m2s
Run Unit and Integration Tests / test (push) Failing after 59s
Reviewed-on: #2
2025-06-20 12:30:30 +00:00
d139552f2b Merge pull request 'development' (#1) from development into main
Some checks failed
Build and Push Latest Docker Image / build-and-push (push) Successful in 1m39s
Run Unit and Integration Tests / test (push) Failing after 52s
Reviewed-on: #1
2025-06-18 20:50:11 +00:00

View File

@@ -0,0 +1,18 @@
{
"name": "metarius.luke-else.co.uk",
"image": "git.luke-else.co.uk/luke-else/lab:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
"svelte.svelte-vscode"
]
}
},
"postCreateCommand": "pnpm install"
}