Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
b62d2a6
Bind Private Containers to Localhost
ingalls May 14, 2026
5f64722
Remove Event Container Port
ingalls May 14, 2026
db10cf7
Update Core Deps
ingalls May 14, 2026
af5933e
Update Remaining Core Deps
ingalls May 14, 2026
0c0cf44
Add Elevation APIs
ingalls May 16, 2026
fa5ac19
Add Elevation
ingalls May 16, 2026
625ad03
Consistent Project Organization
ingalls May 16, 2026
4ebbfd0
Add TypeGen
ingalls May 16, 2026
60094eb
Potential fix for pull request finding 'Unused variable, import, func…
ingalls May 16, 2026
a7fea27
Update Lint Folders
ingalls May 16, 2026
14a72f5
Update relative paths in tests
ingalls May 16, 2026
ee582d7
Update Package
ingalls May 16, 2026
833e9ca
Add Encoding
ingalls May 16, 2026
6b838b5
Update Encoding
ingalls May 16, 2026
e2dc874
Update default
ingalls May 16, 2026
a88822d
Custom DB Migration
ingalls May 16, 2026
3cae9ce
Make Idempotent
ingalls May 16, 2026
086f013
Update Computed Puck Colors
ingalls May 17, 2026
ef48d8f
Set Worker URL
ingalls May 17, 2026
29e05fb
Set URL
ingalls May 17, 2026
eb20299
Update Vite
ingalls May 17, 2026
bc4a276
Basemap Elevation
ingalls May 17, 2026
11cad2f
Pin to 1.3
ingalls May 17, 2026
869ad60
Add Firebase Config Section
ingalls May 18, 2026
34d86f6
Add WebP & Encoding to TileJSON
ingalls May 18, 2026
c3384d8
Add WebP to frontend
ingalls May 18, 2026
7ec2648
Commit Encoding
ingalls May 18, 2026
d175c41
Update User Dropdown Selection
ingalls May 18, 2026
e0b4d2a
Add Encoding
ingalls May 18, 2026
f3cae23
Migrate Palette
ingalls May 18, 2026
3bfef8a
Custom DB Migration
ingalls May 18, 2026
a28a9b9
Make Idempotent Migration
ingalls May 18, 2026
de6953f
Finish Palette Migration
ingalls May 18, 2026
02c4c5c
Surface tileSize
ingalls May 18, 2026
7ae6a9a
Allow Admins to delete and VideoLease
ingalls May 18, 2026
5fd7482
fix tileSize property
ingalls May 18, 2026
be32960
Move Property Components out of util/
ingalls May 18, 2026
617b6f6
Update Relative Paths
ingalls May 18, 2026
38adf9d
Add Encoding Parsing
ingalls May 18, 2026
34b7b9d
Setup importBasemap
ingalls May 18, 2026
61689e9
Update DerivedTypes
ingalls May 18, 2026
cfe5c3d
Update Types
ingalls May 18, 2026
a44b308
Pass in Terrain Settings
ingalls May 19, 2026
adea5a8
Fix PATCH terrain/raster endpoints
ingalls May 19, 2026
57142c2
Pass through Auth
ingalls May 19, 2026
8ae8c5f
Update CloudFormation
ingalls May 19, 2026
11779b3
Update Types
ingalls May 19, 2026
599221a
Apply Breaking Changes
ingalls May 19, 2026
e24af9f
Add POST
ingalls May 19, 2026
0bb435b
Update Build
ingalls May 19, 2026
81bfcd4
Update Sample Rate
ingalls May 19, 2026
f64cfd6
Fix Lints
ingalls May 19, 2026
460e33f
Setup Terrain Defaults
ingalls May 19, 2026
073b4ea
Update GL JS Adapter
ingalls May 19, 2026
6a64e19
Add Updated TypeGen
ingalls May 19, 2026
f32dad7
Update Schema
ingalls May 19, 2026
1187d15
Simplify mapStore
ingalls May 19, 2026
336c003
Use centralized API types
ingalls May 19, 2026
024ca93
Fix Canvas Shell
ingalls May 19, 2026
c50c53b
Update Core Deps
ingalls May 19, 2026
c877a57
Simplify Types
ingalls May 19, 2026
7e80ea5
Add Copy derived-types
ingalls May 19, 2026
656de2a
Set required protocol
ingalls May 20, 2026
42b8285
Additional Missing protocols
ingalls May 20, 2026
3ce2378
Last Protocol Update
ingalls May 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,250 changes: 694 additions & 1,556 deletions api/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@turf/point-on-feature": "^7.1.0",
"ajv": "^8.11.2",
"ajv-formats": "^3.0.0",
"archiver": "^7.0.0",
"archiver": "^8.0.0",
"array-includes-with-glob": "^5.0.9",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
Expand Down Expand Up @@ -123,12 +123,12 @@
"globals": "^17.3.0",
"openapi-typescript": "^7.13.0",
"path-to-regexp": "^8.0.0",
"sinon": "^21.0.0",
"sinon": "^22.0.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0"
},
"optionalDependencies": {
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
"@img/sharp-linuxmusl-x64": "0.34.5"
}
}
}
693 changes: 369 additions & 324 deletions api/web/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions api/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"url": "git+https://github.com/dfpc-coe/CloudTAK.git"
},
"dependencies": {
"@capacitor/app": "8.1.0",
"@capacitor/app": "^8.1.0",
"@capacitor/browser": "^8.0.1",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "8.3.1",
"@capacitor/core": "^8.3.1",
"@capacitor/geolocation": "^8.1.0",
"@capacitor/haptics": "8.0.2",
"@capacitor/ios": "8.3.1",
"@capacitor/keyboard": "8.0.3",
"@capacitor/status-bar": "8.0.2",
"@capacitor/haptics": "^8.0.2",
"@capacitor/ios": "^8.3.1",
"@capacitor/keyboard": "^8.0.3",
"@capacitor/status-bar": "^8.0.2",
"@mapbox/tile-cover": "^3.0.2",
"@simplewebauthn/browser": "^13.3.0",
"@tabler/core": "^1.4.0",
Expand Down Expand Up @@ -94,7 +94,7 @@
"yaml": "^2.8.2"
},
"devDependencies": {
"@capacitor/cli": "8.3.1",
"@capacitor/cli": "^8.3.1",
"@eslint/js": "^10.0.0",
"@testing-library/vue": "^8.1.0",
"@types/mapbox__tile-cover": "^3.0.4",
Expand All @@ -121,4 +121,4 @@
"> 1%",
"last 2 versions"
]
}
}
8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ services:
depends_on:
- api
- store
ports:
- "5003:5003"
environment:
- CLOUDTAK_Mode=${CLOUDTAK_Mode}
- API_URL=${API_URL}
Expand Down Expand Up @@ -94,7 +92,7 @@ services:
image: postgis/postgis:17-3.4-alpine
restart: 'always'
ports:
- 5433:5432
- 127.0.0.1:5433:5432
environment:
- POSTGRES_DB=gis
- POSTGRES_USER=docker
Expand All @@ -108,8 +106,8 @@ services:
volumes:
- .docker-store:/data
ports:
- 9000:9000
- 9002:9002
- 127.0.0.1:9000:9000
- 127.0.0.1:9002:9002
environment:
- MINIO_ROOT_USER=${MINIO_ROOT_USER}
- MINIO_ROOT_PASSWORD=${MINIO_ROOT_PASSWORD}
Expand Down
2,272 changes: 620 additions & 1,652 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@types/mapbox__tilebelt": "^1.0.4",
"@types/xml2js": "^0.4.11",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.2.1"
"eslint-plugin-n": "^18.0.0"
}
}
Loading
Loading