Skip to content
Open
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
.pnpm-debug.log*
2 changes: 1 addition & 1 deletion docker-compose/scripts/create-org.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { fileURLToPath } from "node:url";
import readline from "node:readline/promises";
import { stdin as input, stdout as output } from "node:process";

// --- KSUID generation (ported from npm `ksuid` package) ---
// --- KSUID generation (ported from the published `ksuid` package) ---

const BASE62_CHARS = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
const KSUID_EPOCH_MS = 14e11;
Expand Down
2 changes: 1 addition & 1 deletion helm/scripts/create-org.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { randomBytes } from "node:crypto";
import readline from "node:readline/promises";
import { stdin as input, stdout as output } from "node:process";

// --- KSUID generation (ported from npm `ksuid` package) ---
// --- KSUID generation (ported from the published `ksuid` package) ---

const BASE62_CHARS = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
const KSUID_EPOCH_MS = 14e11;
Expand Down
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "git-ai-self-hosted",
"private": true,
"packageManager": "pnpm@11.5.2",
"engines": {
"node": ">=22.0.0",
"pnpm": "11.5.2"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "11.5.2",
"onFail": "error"
}
}
}
208 changes: 208 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
minimumReleaseAge: 10080
minimumReleaseAgeStrict: true
minimumReleaseAgeIgnoreMissingTime: false
trustPolicy: no-downgrade
trustPolicyIgnoreAfter: 10080
trustLockfile: false
blockExoticSubdeps: true
resolutionMode: time-based
engineStrict: true
strictPeerDependencies: true
pmOnFail: error
verifyDepsBeforeRun: error
strictDepBuilds: true
dangerouslyAllowAllBuilds: false
strictSsl: true
verifyStoreIntegrity: true
strictStorePkgContentCheck: true
preferFrozenLockfile: true
savePrefix: ""