Compare commits

...

17 Commits

Author SHA1 Message Date
a045942630 Merge branch '96-switch-from-azure-table-storage-to-sqlite' of https://github.com/noahspannbauer/noahspan-flying into 96-switch-from-azure-table-storage-to-sqlite
Please enter a commit message to explain why this merge is necessary,
 especially if it merges an updated upstream into a topic branch.

 Lines starting with '#' will be ignored, and an empty message aborts
 the commit.
2025-11-23 11:14:14 -06:00
2236132340 updating infrastructure 2025-11-23 11:14:07 -06:00
6baff58a36 Merge branch 'main' into 96-switch-from-azure-table-storage-to-sqlite 2025-11-23 11:04:17 -06:00
b5093045e3 updating infrastructure 2025-11-23 11:03:39 -06:00
b85b58a324 Merge branch '96-switch-from-azure-table-storage-to-sqlite' of https://github.com/noahspannbauer/noahspan-flying into 96-switch-from-azure-table-storage-to-sqlite
Please enter a commit message to explain why this merge is necessary,
 especially if it merges an updated upstream into a topic branch.

 Lines starting with '#' will be ignored, and an empty message aborts
 the commit.
2025-11-23 11:00:01 -06:00
bffbf35a43 updating infrastructure 2025-11-23 10:59:53 -06:00
73f08c970b Merge branch 'main' into 96-switch-from-azure-table-storage-to-sqlite 2025-11-23 10:48:39 -06:00
662dcc0a64 updating infrastructure 2025-11-23 10:47:54 -06:00
3ca72b2c7d updating infrastructure 2025-11-23 10:43:27 -06:00
0ea7e48b90 updating infrastructure 2025-11-23 10:43:19 -06:00
23b0361718 updating infrastructure 2025-11-23 10:24:57 -06:00
2a596b29f7 updating terraform 2025-11-20 19:08:24 -06:00
280b222d9a migrating to sqlite 2025-10-24 08:31:13 -05:00
05b17878d7 switching to sqlite 2025-10-02 12:00:24 -05:00
ab304a469b switching to sqlite 2025-08-20 21:04:32 -05:00
e1605992b0 switching to sqlite 2025-08-07 14:59:06 -05:00
25886c8498 adding typeorm to api 2025-07-24 21:11:13 -05:00
5 changed files with 4 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ jobs:
with:
sparse-checkout: |
api
client
- name: Install Nest CLI
run: |
@@ -59,4 +60,3 @@ jobs:
push: true
tags: noahspan/flying:${{ inputs.version_number }}
context: .
target: api

View File

@@ -20,7 +20,6 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
initial-fetch-depth: 2
filters: |
api:
- 'api/**'

View File

@@ -1,6 +1,6 @@
{
"name": "api",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"description": "",
"author": "",
"private": true,

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha-1",
"scripts": {
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",