Compare commits

...

7 Commits

Author SHA1 Message Date
a1b5e46d38 feat: Updated devcontainer
All checks were successful
Build and Push Development Docker Image / build-and-push (push) Successful in 1m8s
Run Unit and Integration Tests / test (push) Successful in 1m7s
Run Unit and Integration Tests / test (pull_request) Successful in 53s
2025-10-21 22:46:43 +01:00
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
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

@@ -1,12 +1,9 @@
{
"name": "metarius.luke-else.co.uk",
"image": "git.luke-else.co.uk/luke-else/lab:latest",
"image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest",
"remoteUser": "dev",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "zsh"
},
"extensions": [
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",