[PR #999] [MERGED] Dev to release #3087

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

📋 Pull Request Information

Original PR: https://github.com/KelvinTegelaar/CIPP/pull/999
Author: @KelvinTegelaar
Created: 7/1/2022
Status: Merged
Merged: 7/1/2022
Merged by: @KelvinTegelaar

Base: mainHead: dev


📝 Commits (10+)

  • 63119e9 Adding in security stuff and tidying UI a bit WIP not ready for merge
  • 4510e78 not ready for merge yet
  • 043d19b Merge remote-tracking branch 'upstream/dev' into security_incidents
  • 3201e31 ready for merge
  • bdaa98f a quick fix to allow us to completely unset a classification & determination if we want to
  • f499401 remove unused icon causing bigger problems then reasonably required..... this is why Elom Musk warned us about AI
  • 9068fbe Merge pull request #976 from White-Knight-IT/security_incidents
  • 6d4961f improved applicationlist prettiness
  • 44ba08f fixed tenant listing exclusions
  • e477852 improved classic table

📊 Changes

32 files changed (+826 additions, -258 deletions)

View changed files

📝 README.md (+1 -0)
📝 deployment/AzureDeploymentTemplate.json (+7 -55)
📝 deployment/AzureDeploymentTemplate_regionoptions.json (+7 -55)
📝 deployment/DevAzureDeploymentTemplate.json (+2 -2)
📝 deployment/DevAzureDeploymentTemplate_regionoptions.json (+2 -2)
github_assets/img/halopsa-red-grey.svg (+1 -0)
📝 public/version_latest.txt (+1 -1)
📝 src/_nav.js (+44 -22)
📝 src/components/layout/AppSidebarNav.js (+2 -0)
src/components/tables/CellTip.js (+35 -0)
📝 src/components/tables/index.js (+3 -0)
📝 src/components/utilities/CippActionsOffcanvas.js (+89 -24)
src/components/utilities/CippCamelCase.js (+19 -0)
src/data/classificationDetermination.json (+5 -0)
📝 src/routes.js (+12 -6)
📝 src/scss/_custom.scss (+11 -1)
📝 src/scss/_themes.scss (+1 -1)
📝 src/store/api/baseQuery.js (+6 -1)
📝 src/store/api/security.js (+46 -1)
📝 src/store/api/tenants.js (+2 -1)

...and 12 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/999 **Author:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@KelvinTegelaar](https://github.com/KelvinTegelaar) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`63119e9`](https://github.com/KelvinTegelaar/CIPP/commit/63119e90651e20024ae6f96f9e8d2e49640d8b90) Adding in security stuff and tidying UI a bit WIP not ready for merge - [`4510e78`](https://github.com/KelvinTegelaar/CIPP/commit/4510e781d1ce5b61c6281821bf1a02563e458673) not ready for merge yet - [`043d19b`](https://github.com/KelvinTegelaar/CIPP/commit/043d19b7df6d126f3e403d0c9632409e2b68ea0d) Merge remote-tracking branch 'upstream/dev' into security_incidents - [`3201e31`](https://github.com/KelvinTegelaar/CIPP/commit/3201e31e7b66c3b671b8c22b2156046b35bb56bc) ready for merge - [`bdaa98f`](https://github.com/KelvinTegelaar/CIPP/commit/bdaa98f24c7d483512564232390fa63eb6ef42b4) a quick fix to allow us to completely unset a classification & determination if we want to - [`f499401`](https://github.com/KelvinTegelaar/CIPP/commit/f4994014b1ecc075986fb335fc302aee6ce06836) remove unused icon causing bigger problems then reasonably required..... this is why Elom Musk warned us about AI - [`9068fbe`](https://github.com/KelvinTegelaar/CIPP/commit/9068fbe775b8da0217475570bb2f8d4521c26fd5) Merge pull request #976 from White-Knight-IT/security_incidents - [`6d4961f`](https://github.com/KelvinTegelaar/CIPP/commit/6d4961f10a3f67f9c0d654ff6881c288c0ca43dc) improved applicationlist prettiness - [`44ba08f`](https://github.com/KelvinTegelaar/CIPP/commit/44ba08fa79df4b38abf7de407644bb57a4eb455c) fixed tenant listing exclusions - [`e477852`](https://github.com/KelvinTegelaar/CIPP/commit/e477852856ca3bc5e315fcddeaeed5e886a51612) improved classic table ### 📊 Changes **32 files changed** (+826 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `deployment/AzureDeploymentTemplate.json` (+7 -55) 📝 `deployment/AzureDeploymentTemplate_regionoptions.json` (+7 -55) 📝 `deployment/DevAzureDeploymentTemplate.json` (+2 -2) 📝 `deployment/DevAzureDeploymentTemplate_regionoptions.json` (+2 -2) ➕ `github_assets/img/halopsa-red-grey.svg` (+1 -0) 📝 `public/version_latest.txt` (+1 -1) 📝 `src/_nav.js` (+44 -22) 📝 `src/components/layout/AppSidebarNav.js` (+2 -0) ➕ `src/components/tables/CellTip.js` (+35 -0) 📝 `src/components/tables/index.js` (+3 -0) 📝 `src/components/utilities/CippActionsOffcanvas.js` (+89 -24) ➕ `src/components/utilities/CippCamelCase.js` (+19 -0) ➕ `src/data/classificationDetermination.json` (+5 -0) 📝 `src/routes.js` (+12 -6) 📝 `src/scss/_custom.scss` (+11 -1) 📝 `src/scss/_themes.scss` (+1 -1) 📝 `src/store/api/baseQuery.js` (+6 -1) 📝 `src/store/api/security.js` (+46 -1) 📝 `src/store/api/tenants.js` (+2 -1) _...and 12 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:48 +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#3087
No description provided.