Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
d09772b
add database and legacy data seeding
jskrable Jun 30, 2023
c0fb49a
add outline of memories and resources page
jskrable Aug 4, 2023
5c81114
add script pdfs and media section
jskrable Aug 18, 2023
a282dca
upgrade node, yarn, swap to biome
jskrable Nov 11, 2023
6b437c9
back at it
Jan 8, 2024
426e966
migrate to pnpm, upgrade some deps
Jan 19, 2024
3106d39
Create dependabot.yml
Jan 19, 2024
421a551
add photos and scripts to database
Jan 19, 2024
55afae2
Bump ts-node from 10.9.1 to 10.9.2
dependabot[bot] Jan 19, 2024
c5dbd56
update navbar, add new legacy export
Jan 19, 2024
0656b3f
small changes, add TODOs
Jan 19, 2024
47a42f8
update navbar and pnpm version
Jan 20, 2024
dd36824
Merge pull request #3 from jskrable/update-navbar
Jan 20, 2024
49831f5
style updates, footer
Jan 24, 2024
6f448e0
fix loading indicator, photo TODOs
Jan 24, 2024
017f74a
fix loading bar, start adding memory function
Feb 5, 2024
0b92846
add memory feature mostly done
Mar 9, 2024
fb9c6db
add video component and randomize rights violation on page load
Mar 10, 2024
005d336
add splashed video randomizer
Mar 11, 2024
ce8cf97
invalidate cache on memory submission
Mar 12, 2024
627122c
Bump @biomejs/biome from 1.5.2 to 1.6.3
dependabot[bot] Apr 1, 2024
baf996b
Bump lefthook from 1.5.7 to 1.6.7
dependabot[bot] Apr 1, 2024
88e6961
Merge pull request #16 from jskrable/dependabot/npm_and_yarn/lefthook…
Apr 27, 2024
f5dc225
Merge pull request #15 from jskrable/dependabot/npm_and_yarn/biomejs/…
Apr 27, 2024
b960d83
Bump @types/node from 20.11.5 to 20.12.7
dependabot[bot] Apr 27, 2024
be8aac5
Bump prisma from 5.8.1 to 5.13.0
dependabot[bot] Apr 27, 2024
ee85b63
Merge pull request #18 from jskrable/dependabot/npm_and_yarn/types/no…
Apr 27, 2024
53ae583
Merge pull request #19 from jskrable/dependabot/npm_and_yarn/prisma-5…
Apr 27, 2024
ac5f3af
Bump @prisma/client from 5.8.1 to 5.13.0
dependabot[bot] Apr 27, 2024
315e81f
biome v1.6.3 rule updates
Apr 27, 2024
7a7bfd4
Merge pull request #20 from jskrable/dependabot/npm_and_yarn/prisma/c…
Apr 27, 2024
5964764
prisma update
Apr 29, 2024
ff2ec3b
memories and navbar update
May 10, 2024
40ad6f8
Bump lefthook from 1.6.7 to 1.6.10
dependabot[bot] May 10, 2024
a940302
Bump clsx from 2.1.0 to 2.1.1
dependabot[bot] May 10, 2024
09c7b6a
update home videos
May 10, 2024
ec9195d
Merge pull request #21 from jskrable/dependabot/npm_and_yarn/lefthook…
May 10, 2024
3344a04
Merge pull request #22 from jskrable/dependabot/npm_and_yarn/clsx-2.1.1
May 10, 2024
a3fee1c
upgrade next
jskrable May 14, 2024
fc787c9
Bump react and @types/react
dependabot[bot] May 14, 2024
10f094a
Merge pull request #27 from jskrable/dependabot/npm_and_yarn/multi-7c…
May 14, 2024
09d8978
Bump postcss from 8.4.33 to 8.4.38
dependabot[bot] May 14, 2024
facbc57
Merge pull request #23 from jskrable/dependabot/npm_and_yarn/postcss-…
May 14, 2024
808f3d9
small changes
jskrable May 14, 2024
7b60d91
small navbar style updates
jskrable May 18, 2024
764a9f0
app docker setup
jskrable May 18, 2024
e5222d9
small mobile style fixes
jskrable May 18, 2024
6211477
memory top button for mobile, link from home
jskrable May 18, 2024
e3c756c
api health check, remove in progress pages from navbar, add railway c…
jskrable May 19, 2024
3345d54
favicons
jskrable May 19, 2024
2a6ab56
add some deployment and hosting details
jskrable Jun 22, 2024
bf2450e
Merge pull request #33 from jskrable/deployment-instructions
Jun 22, 2024
7c6fe8c
Bump tailwindcss from 3.4.1 to 3.4.7
dependabot[bot] Aug 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# DATABASE_URL="postgresql://main:password@localhost:5432/core?schema=public"
DATABASE_URL="postgresql://postgres:[email protected]:48892/railway"
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ next-env.d.ts

# vscode
.vscode

# pnp prisma
/db/prisma
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.14.0
lts/*
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/arg-npm-5.0.2-2f5805a547-6c69ada1a9.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/depd-npm-2.0.0-b6c51a4b43-abbe19c768.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/dlv-npm-1.1.3-187c903a21-d7381bca22.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/glob-npm-7.1.6-1ce3a5189a-351d549dd9.zip
Binary file not shown.
Binary file removed .yarn/cache/glob-npm-7.2.3-2d866d17a5-29452e97b3.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/has-npm-1.0.3-b7f00631c1-b9ad53d53b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ip-npm-2.0.0-204facb3cc-cfcfac6b87.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ms-npm-2.1.2-ec0c1512ff-673cdb2c31.zip
Binary file not shown.
Binary file removed .yarn/cache/ms-npm-2.1.3-81ff3cfac1-aa92de6080.zip
Binary file not shown.
Binary file removed .yarn/cache/mz-npm-2.7.0-ec3cef4ec2-8427de0ece.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/nopt-npm-6.0.0-5ea8050815-82149371f8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/once-npm-1.4.0-ccf03ef07a-cd0a885013.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/pify-npm-2.3.0-8b63310934-9503aaeaf4.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/tar-npm-6.1.15-44c3e71720-f23832fcee.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.0.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/sdks/integrations.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsc

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/bin/tsserver

This file was deleted.

20 changes: 0 additions & 20 deletions .yarn/sdks/typescript/lib/tsc.js

This file was deleted.

225 changes: 0 additions & 225 deletions .yarn/sdks/typescript/lib/tsserver.js

This file was deleted.

Loading