-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove-v1: Added some notes about v3 Remove sharp dependency (unused) Fully remove v1 code Added dev version to package.json Remove package lockfile Updated to yarn v4 Start eventaul transition to yarn Updated PG querying for new version of PG utils Remove some aspects of v1 code Seems to work OK with units route at least Added sharp back
- Loading branch information
Showing
91 changed files
with
5,727 additions
and
7,616 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
node_modules | ||
credentials.js | ||
credentials.js |
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 |
---|---|---|
|
@@ -30,4 +30,6 @@ Icon | |
|
||
# Files that might appear on external disk | ||
.Spotlight-V100 | ||
.Trashes | ||
.Trashes | ||
|
||
.yarn/install-state.gz |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"debug.javascript.terminalOptions": { | ||
"skipFiles": [ | ||
"<node_internals>/**", | ||
"<rootDir>/node_modules/**", | ||
"<rootDir>/v1/node_modules/**", | ||
"<rootDir>/v2/node_modules/**", | ||
] | ||
}, | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Version 3 | ||
|
||
- Fully remove deprecated v1 API | ||
- Switch to Yarn for package management | ||
- Move to Node 18 | ||
- Move to PostgreSQL exclusively for compatibility with Macrostrat v2 | ||
|
||
# Version 2.1 | ||
|
||
- Added a basic `Dockerfile` for the entire application. | ||
|
||
## Debugging with VS Code | ||
|
||
- Added [VSCode debugger configuration](https://code.visualstudio.com/docs/nodejs/nodejs-debugging) | ||
- Enable 'Auto attach' in the VSCode configuration | ||
- Run `npm start` *in VS Code's integrated terminal*. |
Empty file.
Oops, something went wrong.