[PR #1139] [MERGED] Dev to release #3131

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/1139
Author: @KelvinTegelaar
Created: 9/30/2022
Status: Merged
Merged: 9/30/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

11 files changed (+1035 additions, -3 deletions)

View changed files

📝 deployment/AzureDeploymentTemplate_regionoptions.json (+3 -0)
public/GDAPRoles.json (+706 -0)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+26 -0)
📝 src/adminRoutes.js (+4 -1)
📝 src/views/identity/reports/MFAReport.js (+1 -0)
📝 src/views/tenant/administration/AlertWizard.js (+3 -0)
src/views/tenant/administration/GDAPWizard.js (+225 -0)
📝 src/views/tenant/administration/ListAlertsQueue.js (+21 -0)
src/views/tenant/administration/ListGDAPQueue.js (+44 -0)
📝 version_latest.txt (+1 -1)

📄 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/1139 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 9/30/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`72688ed`](https://github.com/KelvinTegelaar/CIPP/commit/72688ed9d6ac21c060c82267945cd0de94ca2da9) GDAP migration base - [`ba92af1`](https://github.com/KelvinTegelaar/CIPP/commit/ba92af19e4a016a0b697315fe92f8b1c3c23664f) GDAP Wizard - [`49ffcb3`](https://github.com/KelvinTegelaar/CIPP/commit/49ffcb3c313b9d094bad0e6ffa20cd7465063ad3) correct docs link - [`c648c12`](https://github.com/KelvinTegelaar/CIPP/commit/c648c12650769c24043d864e380c06a19071f822) corrected link - [`f499525`](https://github.com/KelvinTegelaar/CIPP/commit/f499525e4fefeb5ad288b9807aeacebaab666d23) Add switches to alert wizard - [`6a78012`](https://github.com/KelvinTegelaar/CIPP/commit/6a7801291e888132e859367fce6bc2dbf591ef43) Add missing columns to alert queue table - [`8a82572`](https://github.com/KelvinTegelaar/CIPP/commit/8a825726f1fb38446e78f0116399c9cad6953e1f) Merge remote-tracking branch 'upstream/dev' into dev - [`b5d8f55`](https://github.com/KelvinTegelaar/CIPP/commit/b5d8f55446c35103459237f930707007d9738a5c) Update AlertWizard.js - [`9987115`](https://github.com/KelvinTegelaar/CIPP/commit/9987115717397a860e7eec01912b308f2803634d) Merge pull request #1137 from johnduprey/dev - [`24e3af9`](https://github.com/KelvinTegelaar/CIPP/commit/24e3af9523a32bda7a539c2063554e26cc4c4794) Add SPN for GDAP migration ### 📊 Changes **11 files changed** (+1035 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `deployment/AzureDeploymentTemplate_regionoptions.json` (+3 -0) ➕ `public/GDAPRoles.json` (+706 -0) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+26 -0) 📝 `src/adminRoutes.js` (+4 -1) 📝 `src/views/identity/reports/MFAReport.js` (+1 -0) 📝 `src/views/tenant/administration/AlertWizard.js` (+3 -0) ➕ `src/views/tenant/administration/GDAPWizard.js` (+225 -0) 📝 `src/views/tenant/administration/ListAlertsQueue.js` (+21 -0) ➕ `src/views/tenant/administration/ListGDAPQueue.js` (+44 -0) 📝 `version_latest.txt` (+1 -1) </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:59 +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#3131
No description provided.