-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BoG Spring 24 Deployment - Friends Feature (#328)
🚀 --------- Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Samarth Chandna <[email protected]> Co-authored-by: Nghi Ho <[email protected]> Co-authored-by: EmilyAL001 <[email protected]> Co-authored-by: Sophia Lin <[email protected]> Co-authored-by: Nathan Gong <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Hailey Ho <[email protected]> Co-authored-by: Samarth Chandna <[email protected]> Co-authored-by: EmilyAL001 <[email protected]> Co-authored-by: nhatnghiho <[email protected]> Co-authored-by: Brandon Ho <[email protected]> Co-authored-by: aeluro1 <[email protected]> Co-authored-by: Nathan Papa <[email protected]> Co-authored-by: Joanna Cheng <[email protected]>
- Loading branch information
1 parent
a5a78a1
commit 594219a
Showing
93 changed files
with
6,574 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
/tests/fixtures/** | ||
/tests/performance/** | ||
/tmp/** | ||
/src/vendor/** | ||
/src/vendor/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
"@fortawesome/react-fontawesome": "^0.2.0", | ||
"@sentry/react": "^6.12.0", | ||
"@sentry/tracing": "^6.12.0", | ||
"@types/lodash": "^4.14.192", | ||
"@types/react-map-gl": "^6.1.3", | ||
"axios": "^0.21.4", | ||
"cheerio": "^1.0.0-rc.3", | ||
|
@@ -23,6 +24,7 @@ | |
"html-entities": "^2.3.3", | ||
"immer": "^9.0.6", | ||
"js-cookie": "^3.0.1", | ||
"lodash": "^4.17.21", | ||
"mapbox-gl": "^2.4.1", | ||
"node-sass": "^6.0.1", | ||
"normalize.css": "^8.0.1", | ||
|
@@ -32,6 +34,7 @@ | |
"react-map-gl": "5.2.11", | ||
"react-overlays": "^5.1.1", | ||
"react-resize-panel": "^0.3.5", | ||
"react-router-dom": "^6.17.0", | ||
"react-scripts": "5.0.1", | ||
"react-tooltip": "^5.5.1", | ||
"react-transition-group": "^4.4.2", | ||
|
@@ -84,7 +87,7 @@ | |
"secrets:linux": "echo Enter Bitwarden Password: && read BW_PASSWORD && (bw logout || exit 0) && export BW_SESSION=`bw login [email protected] $BW_PASSWORD --raw` && npm run secrets:get", | ||
"secrets:windows": "set /p BW_PASSWORD=Enter Bitwarden Password:&& (bw logout || VER>NUL) && npm run secrets:login", | ||
"secrets:login": "FOR /F %a IN ('bw login [email protected] %BW_PASSWORD% --raw') DO SET BW_SESSION=%a && npm run secrets:get", | ||
"secrets:get": "bw sync && bw get item gt-scheduler/.env.development.local | fx .notes > \".env\"" | ||
"secrets:get": "bw sync && bw get item gt-scheduler/website/.env.development.local | fx .notes > \".env\"" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.