Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #975

Merged
merged 6 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
25 changes: 4 additions & 21 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf

## GITATTRIBUTES FOR WEB PROJECTS
#
# These settings are for any web project.
#
# Details per file setting:
# text These files should be normalized (i.e. convert CRLF to LF).
# binary These files are binary and should be left untouched.
#
# Note that binary is a macro for -text -diff.
######################################################################

# Auto detect
## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below.
* text=auto

# Source code
*.bash text eol=lf
*.bat text eol=crlf
Expand Down Expand Up @@ -52,10 +47,8 @@
*.tsx text
*.xml text
*.xhtml text diff=html

# Docker
Dockerfile text

# Documentation
*.ipynb text
*.markdown text
Expand All @@ -81,7 +74,6 @@ NEWS text
readme text
*README* text
TODO text

# Templates
*.dot text
*.ejs text
Expand All @@ -98,7 +90,6 @@ TODO text
*.tpl text
*.twig text
*.vue text

# Configs
*.cnf text
*.conf text
Expand All @@ -116,10 +107,8 @@ package-lock.json text -diff
browserslist text
Makefile text
makefile text

# Heroku
Procfile text

# Graphics
*.ai binary
*.bmp binary
Expand All @@ -129,12 +118,12 @@ Procfile text
*.ico binary
*.jng binary
*.jp2 binary
*.jpg binary
*.jpeg binary
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.jpx binary
*.jxr binary
*.pdf binary
*.png binary
*.png filter=lfs diff=lfs merge=lfs -text
*.psb binary
*.psd binary
# SVG treated as an asset (binary) by default.
Expand All @@ -147,7 +136,6 @@ Procfile text
*.tiff binary
*.wbmp binary
*.webp binary

# Audio
*.kar binary
*.m4a binary
Expand All @@ -156,7 +144,6 @@ Procfile text
*.mp3 binary
*.ogg binary
*.ra binary

# Video
*.3gpp binary
*.3gp binary
Expand All @@ -175,28 +162,24 @@ Procfile text
*.swc binary
*.swf binary
*.webm binary

# Archives
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary

# Fonts
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary

# Executables
*.exe binary
*.pyc binary

# RC files (like .babelrc or .eslintrc)
*.*rc text

# Ignore files (like .npmignore or .gitignore)
*.*ignore text
*.xcf filter=lfs diff=lfs merge=lfs -text
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ public/analysis/sathist/*.json
# Extended TLE
public/tle/tle4.js
public/tle/*.bak
public/tle/TLE.json
public/tle/TLEold.json

# Custom Builds
Expand Down
3 changes: 3 additions & 0 deletions .husky/post-checkout
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-checkout "$@"
3 changes: 3 additions & 0 deletions .husky/post-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-commit "$@"
3 changes: 3 additions & 0 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs post-merge "$@"
3 changes: 3 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
git lfs pre-push "$@"
Binary file modified docs/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/7.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/astroux/icons/status-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/astroux/icons/status-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_444444_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_555555_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_777620_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_777777_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_cc0000_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/css/images/ui-icons_ffffff_256x240.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/flags/esa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/flags/iss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/flags/nato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/flags/tbd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/.textLogo.xcf
Binary file not shown.
Binary file modified public/img/.textLogo2.xcf
Binary file not shown.
Binary file modified public/img/braun-stereographic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/down-arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/favicons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/favicons/favicon-32x32.png
Binary file modified public/img/favicons/mstile-150x150.png
Binary file modified public/img/gear-icon.png
Binary file modified public/img/github.png
Binary file modified public/img/history.png
Binary file modified public/img/icons/about.png
Binary file modified public/img/icons/add.png
Binary file modified public/img/icons/analysis.png
Binary file modified public/img/icons/analytics.png
Binary file modified public/img/icons/breakup.png
Binary file modified public/img/icons/calendar.png
Binary file modified public/img/icons/calendar2.png
Binary file modified public/img/icons/camera.png
Binary file modified public/img/icons/collisions.png
Binary file modified public/img/icons/colors.png
Binary file modified public/img/icons/constellation.png
Binary file modified public/img/icons/coordinates.png
Binary file modified public/img/icons/custom.png
Binary file modified public/img/icons/database.png
Binary file modified public/img/icons/day-night.png
Binary file modified public/img/icons/debug.png
Binary file modified public/img/icons/developer.png
Binary file modified public/img/icons/edit.png
Binary file modified public/img/icons/explosion.png
Binary file modified public/img/icons/external.png
Binary file modified public/img/icons/fence.png
Binary file modified public/img/icons/find.png
Binary file modified public/img/icons/find2.png
Binary file modified public/img/icons/flag.png
Binary file modified public/img/icons/fov.png
Binary file modified public/img/icons/fullscreen-icon.png
Binary file modified public/img/icons/github.png
Binary file modified public/img/icons/globe.png
Binary file modified public/img/icons/gps.png
Binary file modified public/img/icons/help.png
Binary file modified public/img/icons/info.png
Binary file modified public/img/icons/iod.png
Binary file modified public/img/icons/layers-icon.png
Binary file modified public/img/icons/line-plot.png
Binary file modified public/img/icons/location.png
Binary file modified public/img/icons/lookangles.png
Binary file modified public/img/icons/map.png
Binary file modified public/img/icons/member.png
Binary file modified public/img/icons/missile.png
Binary file modified public/img/icons/multi-site.png
Binary file modified public/img/icons/mushroom-cloud.png
Binary file modified public/img/icons/orbit.png
Binary file modified public/img/icons/photoManager.png
Binary file modified public/img/icons/planetarium.png
Binary file modified public/img/icons/polar.png
Binary file modified public/img/icons/radar.png
Binary file modified public/img/icons/radio-tower.png
Binary file modified public/img/icons/remove.png
Binary file modified public/img/icons/reports.png
Binary file modified public/img/icons/rocket.png
Binary file modified public/img/icons/rocket2.png
Binary file modified public/img/icons/sat-channel-freq.png
Binary file modified public/img/icons/sat2.png
Binary file modified public/img/icons/sat3.png
Binary file modified public/img/icons/sat4.png
Binary file modified public/img/icons/sat5.png
Binary file modified public/img/icons/satchng.png
Binary file modified public/img/icons/satcom.png
Binary file modified public/img/icons/sats.png
Binary file modified public/img/icons/sats2.png
Binary file modified public/img/icons/scatter-plot.png
Binary file modified public/img/icons/scatter-plot2.png
Binary file modified public/img/icons/scatter-plot3.png
Binary file modified public/img/icons/scatter-plot4.png
Binary file modified public/img/icons/search.png
Binary file modified public/img/icons/sensor_occupied.png
Binary file modified public/img/icons/settings.png
Binary file modified public/img/icons/sound-off.png
Binary file modified public/img/icons/sound-on.png
Binary file modified public/img/icons/sputnick.png
Binary file modified public/img/icons/status-icons.png
Binary file modified public/img/icons/status/caution.png
Binary file modified public/img/icons/status/error.png
Binary file modified public/img/icons/status/good.png
Binary file modified public/img/icons/status/standby.png
Binary file modified public/img/icons/status/unavailable.png
Binary file modified public/img/icons/status/warning.png
Binary file modified public/img/icons/telescope.png
Binary file modified public/img/icons/time-machine.png
Binary file modified public/img/icons/twitter.png
Binary file modified public/img/icons/video.png
Binary file modified public/img/icons/view_timeline.png
Binary file modified public/img/icons/view_timeline2.png
Binary file modified public/img/icons/watchlist.png
Binary file modified public/img/icons/world.png
Binary file modified public/img/kts-orange-logo.png
Binary file modified public/img/kts-orange-name.png
Binary file modified public/img/kts-orange.xcf
Binary file not shown.
Binary file modified public/img/kts-text-logo.png
Binary file modified public/img/kts-text2.xcf
Binary file not shown.
Binary file modified public/img/left-arrow.png
Binary file modified public/img/logo.xcf
Binary file not shown.
Binary file modified public/img/logo128.png
Binary file modified public/img/logo192.png
Binary file modified public/img/logo2.xcf
Binary file not shown.
Binary file modified public/img/logo3.xcf
Binary file not shown.
Binary file modified public/img/logo512.png
Binary file modified public/img/logoLgSq.png
Binary file modified public/img/map_boundaries.jpg
Binary file modified public/img/map_boundaries2.jpg
Binary file modified public/img/promoWLogo.png
Binary file modified public/img/promoWLogoSm.png
Binary file modified public/img/pwa/square.png
Binary file modified public/img/pwa/wide.png
Binary file modified public/img/radar-1.png
Binary file modified public/img/red-square.png
Binary file modified public/img/right-arrow.png
Binary file modified public/img/satellite-2.png
Binary file modified public/img/search-icon-blue.png
Binary file modified public/img/search-icon.png
Binary file modified public/img/share-icon.png
Binary file modified public/img/textLogoLg.png
Binary file modified public/img/textLogoMd.png
Binary file modified public/img/textLogoSm.png
Binary file modified public/img/textLogoXl.png
Binary file modified public/img/trusat.png
Binary file modified public/img/twitter.png
Binary file modified public/img/up-arrow.png
Binary file modified public/img/wallpaper/cubesat.jpg
Binary file modified public/img/wallpaper/iss.jpg
Binary file modified public/img/wallpaper/observatory.jpg
Binary file modified public/img/wallpaper/rocket.jpg
Binary file modified public/img/wallpaper/rocket2.jpg
Binary file modified public/img/wallpaper/rocket3.jpg
Binary file modified public/img/wallpaper/rocket4.jpg
Binary file modified public/img/wallpaper/sat.jpg
Binary file modified public/img/wallpaper/telescope.jpg
Binary file modified public/img/wallpaper/thule.jpg
Binary file modified public/img/yellow-square.png
Binary file modified public/keeptrack8-preview.png
Binary file modified public/textures/dayearthvector-4096.jpg
Binary file modified public/textures/earthbump256.jpg
Binary file modified public/textures/earthbump4k.jpg
Binary file modified public/textures/earthbump8k.jpg
Binary file modified public/textures/earthcloudmap.jpg
Binary file modified public/textures/earthcloudmaptrans.jpg
Binary file modified public/textures/earthcloudmaptrans2.jpg
Binary file modified public/textures/earthlights16k.jpg
Binary file modified public/textures/earthlights1k.jpg
Binary file modified public/textures/earthlights2k.jpg
Binary file modified public/textures/earthlights4k.jpg
Binary file modified public/textures/earthlights512.jpg
Binary file modified public/textures/earthmap16k.jpg
Binary file modified public/textures/earthmap4k.jpg
Binary file modified public/textures/earthmap512.jpg
Binary file modified public/textures/earthspec256.jpg
Binary file modified public/textures/earthspec4k.jpg
Binary file modified public/textures/earthspec8k.jpg
Binary file modified public/textures/mercator-tex.jpg
Binary file modified public/textures/moon-1024.jpg
Binary file modified public/textures/moonbump4k.jpg
Binary file modified public/textures/moonmap256.jpg
Binary file modified public/textures/moonmap2k.jpg
Binary file modified public/textures/moonmap4k.jpg
Binary file modified public/textures/political-map-grey.jpg
Binary file modified public/textures/political8k-gray-night.jpg
Binary file modified public/textures/political8k-gray.jpg
Binary file modified public/textures/political8k.jpg
Binary file modified public/textures/political8k.old.jpg
Binary file modified public/textures/skybox/back.png
Binary file modified public/textures/skybox/bottom.png
Binary file modified public/textures/skybox/front.png
Binary file modified public/textures/skybox/left.png
Binary file modified public/textures/skybox/right.png
Binary file modified public/textures/skybox/top.png
Binary file modified public/textures/skybox16k.jpg
Binary file modified public/textures/skybox1k-gray.jpg
Binary file modified public/textures/skybox4k.jpg
Binary file modified public/textures/skybox8k.jpg
Binary file modified public/textures/skyboxBoundaries16k.jpg
Binary file modified public/textures/skyboxBoundaries8k.jpg
Binary file modified public/textures/skyboxConstellations16k.jpg
Binary file modified public/textures/skyboxConstellations8k.jpg
Binary file modified public/textures/sun-1024.jpg
Binary file modified public/textures/trusatvector-4096.jpg
Binary file modified public/textures/world-map-boundaries.png
Binary file modified public/textures/world_blue-2048.png
1 change: 0 additions & 1 deletion public/tle/TLE2.json.old

This file was deleted.

Loading
Loading