[PR #709] [MERGED] Pushing Dev to Release #2979

Closed
opened 2026-03-02 13:56:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/709
Author: @KelvinTegelaar
Created: 2/4/2022
Status: Merged
Merged: 2/4/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • 13927af moved alerts out of alpha
  • 10d8f7a updated version
  • 03f350d Changes to make EditTenant frontend work
  • 813a1bd Fix CI branch naming (react -> dev) (master -> main)
  • cfd8421 Change EditTenant to use CustomerID for API
  • 5e59720 Merge pull request #658 from homotechsual/dev
  • 7e98c2e Remove console.log from EditTenant
  • 631f088 Merge pull request #657 from AdamWillford/dev
  • bbbc896 Add localstorage(clear) and amend results callout
  • f421315 Update UI on Edit User and Edit Group to match revamped Edit Tenant.

📊 Changes

85 files changed (+7286 additions, -13684 deletions)

View changed files

.github/FUNDING.yml (+4 -0)
📝 .github/workflows/Node_Project_Check.yml (+3 -5)
.vscode/extensions.json (+10 -0)
SECURITY.md (+19 -0)
📝 deployment/AzureDeploymentTemplate.json (+318 -324)
📝 deployment/AzureDeploymentTemplate_regionoptions.json (+318 -324)
📝 deployment/DevAzureDeploymentTemplate.json (+318 -324)
📝 deployment/DevAzureDeploymentTemplate_regionoptions.json (+318 -324)
📝 package-lock.json (+2732 -11365)
📝 package.json (+1 -2)
📝 public/version_latest.txt (+2 -1)
📝 src/_nav.js (+20 -3)
src/assets/images/huntress_teal.png (+0 -0)
📝 src/components/buttons/TitleButton.js (+17 -7)
📝 src/components/contentcards/ListGroupContentCard.js (+10 -1)
📝 src/components/layout/AppFooter.js (+15 -4)
📝 src/components/layout/CippPage.js (+11 -5)
📝 src/components/tables/CippTable.js (+3 -2)
📝 src/components/utilities/CippCodeBlock.js (+7 -1)
📝 src/components/utilities/CippProfile.js (+4 -1)

...and 65 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/KelvinTegelaar/CIPP/pull/709 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 2/4/2022 **Status:** ✅ Merged **Merged:** 2/4/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`13927af`](https://github.com/KelvinTegelaar/CIPP/commit/13927af7ec1fafc464203e3c93eeced0d8df8d27) moved alerts out of alpha - [`10d8f7a`](https://github.com/KelvinTegelaar/CIPP/commit/10d8f7aa9c01f7748750bd5a63b42325d897e066) updated version - [`03f350d`](https://github.com/KelvinTegelaar/CIPP/commit/03f350df89e47442a670b7a0e09113d9b953defa) Changes to make EditTenant frontend work - [`813a1bd`](https://github.com/KelvinTegelaar/CIPP/commit/813a1bdea9c0f8f2cba20a3f2e7e3a31ffdf1479) Fix CI branch naming (react -> dev) (master -> main) - [`cfd8421`](https://github.com/KelvinTegelaar/CIPP/commit/cfd8421434de7185454608acdad1e19f91752a1f) Change EditTenant to use CustomerID for API - [`5e59720`](https://github.com/KelvinTegelaar/CIPP/commit/5e59720cacf0b8b51e68dadf0eb0bfa46580aa48) Merge pull request #658 from homotechsual/dev - [`7e98c2e`](https://github.com/KelvinTegelaar/CIPP/commit/7e98c2ebf6dbda68b5bda5f25c5e43f18ac8e533) Remove console.log from EditTenant - [`631f088`](https://github.com/KelvinTegelaar/CIPP/commit/631f088c98e8a126b33d863f7f3b6fb217126ee1) Merge pull request #657 from AdamWillford/dev - [`bbbc896`](https://github.com/KelvinTegelaar/CIPP/commit/bbbc896eee892961538cabafc1ed46bac34a2627) Add localstorage(clear) and amend results callout - [`f421315`](https://github.com/KelvinTegelaar/CIPP/commit/f42131553ae1c847157b49e0c387a721048a6d13) Update UI on Edit User and Edit Group to match revamped Edit Tenant. ### 📊 Changes **85 files changed** (+7286 additions, -13684 deletions) <details> <summary>View changed files</summary> ➕ `.github/FUNDING.yml` (+4 -0) 📝 `.github/workflows/Node_Project_Check.yml` (+3 -5) ➕ `.vscode/extensions.json` (+10 -0) ➕ `SECURITY.md` (+19 -0) 📝 `deployment/AzureDeploymentTemplate.json` (+318 -324) 📝 `deployment/AzureDeploymentTemplate_regionoptions.json` (+318 -324) 📝 `deployment/DevAzureDeploymentTemplate.json` (+318 -324) 📝 `deployment/DevAzureDeploymentTemplate_regionoptions.json` (+318 -324) 📝 `package-lock.json` (+2732 -11365) 📝 `package.json` (+1 -2) 📝 `public/version_latest.txt` (+2 -1) 📝 `src/_nav.js` (+20 -3) ➕ `src/assets/images/huntress_teal.png` (+0 -0) 📝 `src/components/buttons/TitleButton.js` (+17 -7) 📝 `src/components/contentcards/ListGroupContentCard.js` (+10 -1) 📝 `src/components/layout/AppFooter.js` (+15 -4) 📝 `src/components/layout/CippPage.js` (+11 -5) 📝 `src/components/tables/CippTable.js` (+3 -2) 📝 `src/components/utilities/CippCodeBlock.js` (+7 -1) 📝 `src/components/utilities/CippProfile.js` (+4 -1) _...and 65 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 13:56:18 +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/CIPP#2979
No description provided.