[PR #2277] [CLOSED] Main #1915

Closed
opened 2026-03-02 02:25:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/tacticalrmm/pull/2277
Author: @ahmetkarakayaoffical
Created: 8/17/2025
Status: Closed

Base: developHead: main


📝 Commits (10+)

  • 2294bab Checkpoint before assistant change: Update project branding to reflect the new SCNPLUS identity
  • 6f5a02c Assistant checkpoint: Rebrand Tactical RMM to SCNPLUS across configuration files
  • 27297b7 Checkpoint before assistant change: Configure the project to automatically run a specific command upon startup
  • 792dbc2 Assistant checkpoint: Update amidaware URLs to SCNPLUS branding
  • 4c72063 Assistant checkpoint: Updated all remaining tacticalrmm references to SCNPLUS
  • e8433d5 Assistant checkpoint: Complete SCNPLUS rebranding with updated URLs and references
  • 75d504f Assistant checkpoint: Update remaining SCNPLUS references in codebase
  • 765d2e8 Assistant checkpoint: Updated tacticalrmm references to scnplusrmm across project
  • 12854c7 Assistant checkpoint: Updated all tactical/tacticalrmm references to scnplus
  • 1314994 Assistant checkpoint: Rename tactical folders to scnplus and update references

📊 Changes

688 files changed (+720 additions, -1269 deletions)

View changed files

📝 .devcontainer/.env.example (+7 -7)
📝 .devcontainer/api.dockerfile (+7 -7)
📝 .devcontainer/docker-compose.yml (+21 -21)
📝 .devcontainer/requirements.txt (+3 -3)
📝 .github/FUNDING.yml (+1 -1)
📝 .github/workflows/ci-tests.yml (+2 -2)
📝 .github/workflows/docker-build-push.yml (+2 -2)
.replit (+20 -0)
📝 LICENSE.md (+21 -74)
📝 README.md (+12 -12)
📝 SECURITY.md (+1 -1)
📝 ansible/README.md (+2 -2)
📝 ansible/roles/trmm_dev/defaults/main.yml (+9 -9)
📝 ansible/roles/trmm_dev/tasks/main.yml (+8 -8)
📝 api/scnplusrmm/.coveragerc (+0 -0)
📝 api/scnplusrmm/.flake8 (+0 -0)
📝 api/scnplusrmm/accounts/__init__.py (+0 -0)
📝 api/scnplusrmm/accounts/admin.py (+0 -0)
📝 api/scnplusrmm/accounts/apps.py (+0 -0)
📝 api/scnplusrmm/accounts/management/commands/create_installer_user.py (+0 -0)

...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/amidaware/tacticalrmm/pull/2277 **Author:** [@ahmetkarakayaoffical](https://github.com/ahmetkarakayaoffical) **Created:** 8/17/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `main` --- ### 📝 Commits (10+) - [`2294bab`](https://github.com/amidaware/tacticalrmm/commit/2294babc18a73c2a354ad1d7815f6ea8654cb522) Checkpoint before assistant change: Update project branding to reflect the new SCNPLUS identity - [`6f5a02c`](https://github.com/amidaware/tacticalrmm/commit/6f5a02cda6153732607bbcab5c1633b306ccbcd1) Assistant checkpoint: Rebrand Tactical RMM to SCNPLUS across configuration files - [`27297b7`](https://github.com/amidaware/tacticalrmm/commit/27297b71ca13e77d8cdf05427c470bf8436c001c) Checkpoint before assistant change: Configure the project to automatically run a specific command upon startup - [`792dbc2`](https://github.com/amidaware/tacticalrmm/commit/792dbc2b9e2f5196055df0b43d15258f55a60d34) Assistant checkpoint: Update amidaware URLs to SCNPLUS branding - [`4c72063`](https://github.com/amidaware/tacticalrmm/commit/4c7206346539546898cb0b5986b92b671ff623c4) Assistant checkpoint: Updated all remaining tacticalrmm references to SCNPLUS - [`e8433d5`](https://github.com/amidaware/tacticalrmm/commit/e8433d535b768fdfe4893814567b0d3be0395dbf) Assistant checkpoint: Complete SCNPLUS rebranding with updated URLs and references - [`75d504f`](https://github.com/amidaware/tacticalrmm/commit/75d504f35d440bdab315e9b33d085738ac83b65c) Assistant checkpoint: Update remaining SCNPLUS references in codebase - [`765d2e8`](https://github.com/amidaware/tacticalrmm/commit/765d2e80b72df8841d0c61bf7edc4b605c866039) Assistant checkpoint: Updated tacticalrmm references to scnplusrmm across project - [`12854c7`](https://github.com/amidaware/tacticalrmm/commit/12854c7bc5e914bddfadf91c07d0c11e1c1d33f1) Assistant checkpoint: Updated all tactical/tacticalrmm references to scnplus - [`1314994`](https://github.com/amidaware/tacticalrmm/commit/131499498f714a1749959af9d9c50d2d07eb96ce) Assistant checkpoint: Rename tactical folders to scnplus and update references ### 📊 Changes **688 files changed** (+720 additions, -1269 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/.env.example` (+7 -7) 📝 `.devcontainer/api.dockerfile` (+7 -7) 📝 `.devcontainer/docker-compose.yml` (+21 -21) 📝 `.devcontainer/requirements.txt` (+3 -3) 📝 `.github/FUNDING.yml` (+1 -1) 📝 `.github/workflows/ci-tests.yml` (+2 -2) 📝 `.github/workflows/docker-build-push.yml` (+2 -2) ➕ `.replit` (+20 -0) 📝 `LICENSE.md` (+21 -74) 📝 `README.md` (+12 -12) 📝 `SECURITY.md` (+1 -1) 📝 `ansible/README.md` (+2 -2) 📝 `ansible/roles/trmm_dev/defaults/main.yml` (+9 -9) 📝 `ansible/roles/trmm_dev/tasks/main.yml` (+8 -8) 📝 `api/scnplusrmm/.coveragerc` (+0 -0) 📝 `api/scnplusrmm/.flake8` (+0 -0) 📝 `api/scnplusrmm/accounts/__init__.py` (+0 -0) 📝 `api/scnplusrmm/accounts/admin.py` (+0 -0) 📝 `api/scnplusrmm/accounts/apps.py` (+0 -0) 📝 `api/scnplusrmm/accounts/management/commands/create_installer_user.py` (+0 -0) _...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>
kerem 2026-03-02 02:25:16 +03:00
Sign in to join this conversation.
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/tacticalrmm#1915
No description provided.