NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git

Trace

infra/scripts/dev-bootstrap.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

dev-bootstrap.sh on main
Author Date Commit Line Code
Alex Nord 3 months ago 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
1
#!/bin/sh
Open commit View diff
1 #!/bin/sh
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
set -eu
Open commit View diff
2 set -eu
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
3
Open commit View diff
3
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
4
cd /app
Open commit View diff
4 cd /app
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
5
Open commit View diff
5
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
6
mkdir -p /app/node_modules
Open commit View diff
6 mkdir -p /app/node_modules
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
7
Open commit View diff
7
Alex Nord 3 months ago 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
8
MANIFEST_HASH="$(
Open commit View diff
8 MANIFEST_HASH="$(
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
9
  find /app -maxdepth 3 -name package.json -type f \
Open commit View diff
9 find /app -maxdepth 3 -name package.json -type f \
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
10
    ! -path '*/node_modules/*' \
Open commit View diff
10 ! -path '*/node_modules/*' \
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
11
    | sort \
Open commit View diff
11 | sort \
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
12
    | xargs cat \
Open commit View diff
12 | xargs cat \
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
13
    | sha256sum \
Open commit View diff
13 | sha256sum \
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
14
    | awk '{print $1}'
Open commit View diff
14 | awk '{print $1}'
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
15
)"
Open commit View diff
15 )"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
16
Open commit View diff
16
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
17
CURRENT_HASH=""
Open commit View diff
17 CURRENT_HASH=""
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
18
if [ -f /app/node_modules/.ledger-deps-hash ]; then
Open commit View diff
18 if [ -f /app/node_modules/.ledger-deps-hash ]; then
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
19
  CURRENT_HASH="$(cat /app/node_modules/.ledger-deps-hash)"
Open commit View diff
19 CURRENT_HASH="$(cat /app/node_modules/.ledger-deps-hash)"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
20
fi
Open commit View diff
20 fi
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
21
Open commit View diff
21
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
22
if [ "$MANIFEST_HASH" != "$CURRENT_HASH" ] || [ ! -f /app/node_modules/.ledger-ready ]; then
Open commit View diff
22 if [ "$MANIFEST_HASH" != "$CURRENT_HASH" ] || [ ! -f /app/node_modules/.ledger-ready ]; then
Alex Nord 3 months ago 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
23
  npm install
Open commit View diff
23 npm install
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
24
  npm run build --workspace @ledger/shared
Open commit View diff
24 npm run build --workspace @ledger/shared
Alex Nord 3 months ago 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
25
  printf '%s' "$MANIFEST_HASH" > /app/node_modules/.ledger-deps-hash
Open commit View diff
25 printf '%s' "$MANIFEST_HASH" > /app/node_modules/.ledger-deps-hash
Alex Nord 3 months ago 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
26
  touch /app/node_modules/.ledger-ready
Open commit View diff
26 touch /app/node_modules/.ledger-ready
same change 462c463

Add first-run setup and gate demo seed behind config

Full commit hash
462c463a79b4fe09e752f88c5c4eca69dac468fc
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
27
fi
Open commit View diff
27 fi