[PR #34] [MERGED] Update setup app #34

Closed
opened 2026-03-03 11:58:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-community-edition/pull/34
Author: @paktusov
Created: 9/8/2025
Status: Merged
Merged: 9/9/2025
Merged by: @paktusov

Base: mainHead: PLAT-1897


📝 Commits (1)

  • 18dd2a5 Add versions to setup app

📊 Changes

19 files changed (+632 additions, -182 deletions)

View changed files

.github/workflows/main.yml (+33 -0)
📝 .gitignore (+2 -0)
📝 Makefile (+4 -0)
community_edition/__init__.py (+0 -0)
community_edition/main.py (+10 -0)
community_edition/routers.py (+142 -0)
community_edition/services/__init__.py (+0 -0)
community_edition/services/env.py (+44 -0)
community_edition/services/setup.py (+114 -0)
community_edition/services/versions.py (+80 -0)
📝 community_edition/templates/base.html (+1 -1)
📝 community_edition/templates/form.html (+0 -0)
📝 community_edition/templates/status.html (+0 -0)
community_edition/templates/success.html (+13 -0)
community_edition/templates/versions.html (+172 -0)
init-setup.py (+0 -176)
init-setup.service (+11 -0)
📝 requirements.txt (+6 -0)
templates/success.html (+0 -5)

📄 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/finmars-platform/finmars-community-edition/pull/34 **Author:** [@paktusov](https://github.com/paktusov) **Created:** 9/8/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@paktusov](https://github.com/paktusov) **Base:** `main` ← **Head:** `PLAT-1897` --- ### 📝 Commits (1) - [`18dd2a5`](https://github.com/finmars-platform/finmars-community-edition/commit/18dd2a5d68f4f4ce33b59ad25b506d8f09071008) Add versions to setup app ### 📊 Changes **19 files changed** (+632 additions, -182 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/main.yml` (+33 -0) 📝 `.gitignore` (+2 -0) 📝 `Makefile` (+4 -0) ➕ `community_edition/__init__.py` (+0 -0) ➕ `community_edition/main.py` (+10 -0) ➕ `community_edition/routers.py` (+142 -0) ➕ `community_edition/services/__init__.py` (+0 -0) ➕ `community_edition/services/env.py` (+44 -0) ➕ `community_edition/services/setup.py` (+114 -0) ➕ `community_edition/services/versions.py` (+80 -0) 📝 `community_edition/templates/base.html` (+1 -1) 📝 `community_edition/templates/form.html` (+0 -0) 📝 `community_edition/templates/status.html` (+0 -0) ➕ `community_edition/templates/success.html` (+13 -0) ➕ `community_edition/templates/versions.html` (+172 -0) ➖ `init-setup.py` (+0 -176) ➕ `init-setup.service` (+11 -0) 📝 `requirements.txt` (+6 -0) ➖ `templates/success.html` (+0 -5) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:58:19 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-community-edition#34
No description provided.