[PR #4] [MERGED] Next #3916

Closed
opened 2026-04-13 15:15:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/moghtech/komodo/pull/4
Author: @mbecker20
Created: 1/13/2023
Status: Merged
Merged: 1/13/2023
Merged by: @mbecker20

Base: mainHead: next


📝 Commits (10+)

  • af126c7 add a bunch of secret / config examples. begin builder
  • aaa8d7e get accounts on builder
  • b495593 add accounts route in periphery
  • d005101 dont really need the json example files
  • 21c8fac configs
  • d4a7750 implement clone build / deployment repo
  • 475f677 implement more periphery routes + periphery client
  • a7abca2 implement docker build
  • 809732e build route
  • 393e202 move config files to dedicated folder

📊 Changes

459 files changed (+24641 additions, -21667 deletions)

View changed files

.dockerignore (+4 -0)
📝 .gitignore (+12 -7)
.vscode/fastify.code-snippets (+0 -60)
.vscode/ink.code-snippets (+0 -21)
.vscode/settings.json (+0 -3)
📝 .vscode/solid.code-snippets (+2 -2)
.vscode/tasks.json (+189 -0)
Cargo.lock (+3219 -0)
Cargo.toml (+14 -0)
Dockerfile.core (+23 -0)
Dockerfile.periphery (+22 -0)
cli/Cargo.toml (+25 -0)
cli/package.json (+0 -31)
cli/post-build.mjs (+0 -22)
cli/spec.md (+0 -32)
cli/src/cli.tsx (+0 -128)
cli/src/components/Confirm.tsx (+0 -63)
cli/src/components/Intro.tsx (+0 -23)
cli/src/components/IsPeriphery.tsx (+0 -40)
cli/src/components/Restart.tsx (+0 -185)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/moghtech/komodo/pull/4 **Author:** [@mbecker20](https://github.com/mbecker20) **Created:** 1/13/2023 **Status:** ✅ Merged **Merged:** 1/13/2023 **Merged by:** [@mbecker20](https://github.com/mbecker20) **Base:** `main` ← **Head:** `next` --- ### 📝 Commits (10+) - [`af126c7`](https://github.com/moghtech/komodo/commit/af126c70a6c58b4cd679b56326bac9bdb28774a2) add a bunch of secret / config examples. begin builder - [`aaa8d7e`](https://github.com/moghtech/komodo/commit/aaa8d7e97d7e398859c645ec8d8b5cb0c4c147f3) get accounts on builder - [`b495593`](https://github.com/moghtech/komodo/commit/b495593b597689d428abee915d9702fc7d9557f2) add accounts route in periphery - [`d005101`](https://github.com/moghtech/komodo/commit/d0051016fc4a499f9eb00603cc2834a8ec12d9e8) dont really need the json example files - [`21c8fac`](https://github.com/moghtech/komodo/commit/21c8fac0a40652525783f7f10433aff4c703b651) configs - [`d4a7750`](https://github.com/moghtech/komodo/commit/d4a775025f6243b8d345e191574cf519c22953ea) implement clone build / deployment repo - [`475f677`](https://github.com/moghtech/komodo/commit/475f6774bf65cbd69959c9bb28b88ead97970a21) implement more periphery routes + periphery client - [`a7abca2`](https://github.com/moghtech/komodo/commit/a7abca2038fccdf8e62d38a768511ba17695bc1e) implement docker build - [`809732e`](https://github.com/moghtech/komodo/commit/809732e7f3de1bf5f0220c841afd682f2f8d73a7) build route - [`393e202`](https://github.com/moghtech/komodo/commit/393e202102838b1ad7fd966b16ecf59e9421d5a4) move config files to dedicated folder ### 📊 Changes **459 files changed** (+24641 additions, -21667 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+4 -0) 📝 `.gitignore` (+12 -7) ➖ `.vscode/fastify.code-snippets` (+0 -60) ➖ `.vscode/ink.code-snippets` (+0 -21) ➖ `.vscode/settings.json` (+0 -3) 📝 `.vscode/solid.code-snippets` (+2 -2) ➕ `.vscode/tasks.json` (+189 -0) ➕ `Cargo.lock` (+3219 -0) ➕ `Cargo.toml` (+14 -0) ➕ `Dockerfile.core` (+23 -0) ➕ `Dockerfile.periphery` (+22 -0) ➕ `cli/Cargo.toml` (+25 -0) ➖ `cli/package.json` (+0 -31) ➖ `cli/post-build.mjs` (+0 -22) ➖ `cli/spec.md` (+0 -32) ➖ `cli/src/cli.tsx` (+0 -128) ➖ `cli/src/components/Confirm.tsx` (+0 -63) ➖ `cli/src/components/Intro.tsx` (+0 -23) ➖ `cli/src/components/IsPeriphery.tsx` (+0 -40) ➖ `cli/src/components/Restart.tsx` (+0 -185) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 15:15:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#3916