Skip to content

Plugins postgres mongo#419

Draft
cr1of0x wants to merge 34 commits intomainfrom
plugins-postgres-mongo
Draft

Plugins postgres mongo#419
cr1of0x wants to merge 34 commits intomainfrom
plugins-postgres-mongo

Conversation

@cr1of0x
Copy link
Copy Markdown
Contributor

@cr1of0x cr1of0x commented May 5, 2026

No description provided.

cr1of0x and others added 30 commits March 23, 2026 15:09
* Methods instead of service functions and handlers with auto register

* Codegen db and auto-create services

* Get rid of auth.service and extra token methods

* Add secureFields to node-mongo; use local node-mongo package for now; get rid of user/getPublic method

* Lint

* Rename account to auth, move getCurrent and updateCurrent to users api

* Use dash-case for file names everywhere

* All methods accept object with params instead of list

* Use @ for referencing absolute directories on api too

* Rename pub,authed,admin isPublic/isAuthorized/isAdmin

* Replaced socketService with socket-server, place to root

* Add isAdmin to user, fix isAdmin middleware to check user.isAdmin, render conditionally in nav

* useCurrentUser hook

* Rename withEntity to shouldExist

* fix: error handling, type

---------

Co-authored-by: Alexey Kasperovich <imbaac@gmail.com>
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 5, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
ship 🟢 Ready View Preview May 5, 2026, 11:42 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

}

function exec(cmd: string): string {
return execSync(cmd, { encoding: 'utf-8', stdio: ['pipe', 'pipe', 'pipe'] }).trim();
try {
// Clone
console.log(`Cloning ${source}...`);
execSync(`git clone --depth 1 ${source} ${tmpDir}`, { stdio: 'inherit' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants