From 95cf2ab2839ffdd2a2794e1517797b4823cb3328 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:35:30 +0530 Subject: [PATCH 01/19] Update export-and-branch-solution.yml --- sample-workflows/export-and-branch-solution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-workflows/export-and-branch-solution.yml b/sample-workflows/export-and-branch-solution.yml index 365508c..57bcf78 100644 --- a/sample-workflows/export-and-branch-solution.yml +++ b/sample-workflows/export-and-branch-solution.yml @@ -26,8 +26,8 @@ on: env: #edit your values here - ENVIRONMENT_URL: - USERNAME: + ENVIRONMENT_URL: https://org8afc7726.crm.dynamics.com/ + USERNAME: admin@M365x639218.onmicrosoft.com jobs: From 1b8f43b6ac5db987a62546a999eb9166448fabd1 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:37:31 +0530 Subject: [PATCH 02/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index c0cfaf6..46ca2b3 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -23,8 +23,8 @@ jobs: - name: who-am-i action uses: microsoft/powerplatform-actions/who-am-i@v0 with: - environment-url: 'https://user9-dev.crm.dynamics.com/' - user-name: 'user9@wrkdevops.onmicrosoft.com' + environment-url: 'https://org8afc7726.crm.dynamics.com//' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - name: export-solution action From 53d924bdb265e63239ceef9d1f30d0055aa36ce8 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:40:36 +0530 Subject: [PATCH 03/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index 46ca2b3..c2b80b1 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -23,7 +23,7 @@ jobs: - name: who-am-i action uses: microsoft/powerplatform-actions/who-am-i@v0 with: - environment-url: 'https://org8afc7726.crm.dynamics.com//' + environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} @@ -33,7 +33,7 @@ jobs: environment-url: 'https://user9-dev.crm.dynamics.com/' user-name: 'user9@wrkdevops.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-name: ALMLab + solution-name: DevOps1 solution-output-file: out/exported/ALMLab.zip - name: unpack-solution action From 3295a9b354c9b85e4d41ef936424431d50936c02 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:43:02 +0530 Subject: [PATCH 04/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index c2b80b1..a09d264 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -30,11 +30,11 @@ jobs: - name: export-solution action uses: microsoft/powerplatform-actions/export-solution@v0 with: - environment-url: 'https://user9-dev.crm.dynamics.com/' - user-name: 'user9@wrkdevops.onmicrosoft.com' + environment-url: 'https://org8afc7726.crm.dynamics.com/' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: DevOps1 - solution-output-file: out/exported/ALMLab.zip + solution-output-file: out/exported/DevOps1.zip - name: unpack-solution action uses: microsoft/powerplatform-actions/unpack-solution@v0 @@ -47,7 +47,7 @@ jobs: - name: branch-solution, prepare it for a PullRequest uses: microsoft/powerplatform-actions/branch-solution@v0 with: - solution-folder: out/solutions/ALMLab - solution-target-folder: solutions/ALMLab + solution-folder: out/solutions/DevOps1 + solution-target-folder: solutions/DevOps1 repo-token: ${{ secrets.GITHUB_TOKEN }} allow-empty-commit: true From a3d9cd6b2be162bbb286e62dadbd9d45e6c14bd0 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 19:44:54 +0530 Subject: [PATCH 05/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index a09d264..863d050 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -39,8 +39,8 @@ jobs: - name: unpack-solution action uses: microsoft/powerplatform-actions/unpack-solution@v0 with: - solution-file: out/exported/ALMLab.zip - solution-folder: out/solutions/ALMLab + solution-file: out/exported/DevOps1.zip + solution-folder: out/solutions/DevOps1 solution-type: 'Unmanaged' overwrite-files: true From 01ad4fb8f90391daede09994f58183ef6a4fedbf Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:01:04 +0530 Subject: [PATCH 06/19] Update release-solution-to-prod.yml --- .../workflows/release-solution-to-prod.yml | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index bbe98ee..bf5c290 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -22,35 +22,35 @@ jobs: - name: Pack solution uses: microsoft/powerplatform-actions/pack-solution@v0 with: - solution-folder: solutions/ALMLab - solution-file: out/solutions/ALMLab.zip + solution-folder: solutions/DevOps1 + solution-file: out/solutions/DevOps1.zip solution-type: Unmanaged - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 with: - environment-url: 'https://user9-build.crm.dynamics.com/' - user-name: 'user9@wrkdevops.onmicrosoft.com' + environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-file: out/solutions/ALMLab.zip + solution-file: out/solutions/DevOps1.zip force-overwrite: true publish-changes: true - name: Export solution as managed uses: microsoft/powerplatform-actions/export-solution@v0 with: - environment-url: 'https://user9-build.crm.dynamics.com/' - user-name: 'user9@wrkdevops.onmicrosoft.com' + environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-name: ALMLab + solution-name: DevOps1 managed: true - solution-output-file: out/ship/ALMLab.zip + solution-output-file: out/ship/DevOps1.zip - name: Upload the ready to ship solution to GH artifact store uses: actions/upload-artifact@v2 with: name: managedSolutions - path: out/ship/ALMLab.zip + path: out/ship/DevOps1.zip release-to-staging: needs: [ convert-to-managed ] @@ -72,9 +72,9 @@ jobs: - name: Import solution to prod env uses: microsoft/powerplatform-actions/import-solution@v0 with: - environment-url: 'https://user9-prod.crm.dynamics.com/' - user-name: 'user9@wrkdevops.onmicrosoft.com' + environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-file: out/release/ALMLab.zip + solution-file: out/release/DevOps1.zip force-overwrite: true publish-changes: true From 9b42097435ecfb211000634f603e260d227c66d2 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:08:04 +0530 Subject: [PATCH 07/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index bf5c290..7acefcd 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -29,7 +29,7 @@ jobs: - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 with: - environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-file: out/solutions/DevOps1.zip @@ -39,7 +39,7 @@ jobs: - name: Export solution as managed uses: microsoft/powerplatform-actions/export-solution@v0 with: - environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: DevOps1 From f396e6f6b9e367a3ce653433c83c232babe038d5 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:12:02 +0530 Subject: [PATCH 08/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 7acefcd..57e50fe 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -40,7 +40,7 @@ jobs: uses: microsoft/powerplatform-actions/export-solution@v0 with: environment-url: 'https://org8afc7726.crm.dynamics.com/' - user-name: 'admin@M365x639218.onmicrosoft.com' + user-name: 'admin@M365x63921.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: DevOps1 managed: true From aefd628b1d5d75f199b8e66b2db74bac471fa46b Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:12:46 +0530 Subject: [PATCH 09/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 57e50fe..7acefcd 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -40,7 +40,7 @@ jobs: uses: microsoft/powerplatform-actions/export-solution@v0 with: environment-url: 'https://org8afc7726.crm.dynamics.com/' - user-name: 'admin@M365x63921.onmicrosoft.com' + user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: DevOps1 managed: true From c2d1667a17f4201d3b51bf89bb884261cbf260c0 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:34:04 +0530 Subject: [PATCH 10/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index 863d050..4b3f405 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -33,21 +33,21 @@ jobs: environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-name: DevOps1 - solution-output-file: out/exported/DevOps1.zip + solution-name: Ghosh + solution-output-file: out/exported/Ghosh.zip - name: unpack-solution action uses: microsoft/powerplatform-actions/unpack-solution@v0 with: - solution-file: out/exported/DevOps1.zip - solution-folder: out/solutions/DevOps1 + solution-file: out/exported/Ghosh.zip + solution-folder: out/solutions/Ghosh solution-type: 'Unmanaged' overwrite-files: true - name: branch-solution, prepare it for a PullRequest uses: microsoft/powerplatform-actions/branch-solution@v0 with: - solution-folder: out/solutions/DevOps1 - solution-target-folder: solutions/DevOps1 + solution-folder: out/solutions/Ghosh + solution-target-folder: solutions/Ghosh repo-token: ${{ secrets.GITHUB_TOKEN }} allow-empty-commit: true From 1e8bef99bcf341ed6c431685c2e5f7b8cda92a9d Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:34:34 +0530 Subject: [PATCH 11/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 7acefcd..a5b7b00 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -22,8 +22,8 @@ jobs: - name: Pack solution uses: microsoft/powerplatform-actions/pack-solution@v0 with: - solution-folder: solutions/DevOps1 - solution-file: out/solutions/DevOps1.zip + solution-folder: solutions/Ghosh + solution-file: out/solutions/Ghosh.zip solution-type: Unmanaged - name: Import solution as unmanaged to build env @@ -32,7 +32,7 @@ jobs: environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-file: out/solutions/DevOps1.zip + solution-file: out/solutions/Ghosh.zip force-overwrite: true publish-changes: true @@ -42,15 +42,15 @@ jobs: environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-name: DevOps1 + solution-name: Ghosh managed: true - solution-output-file: out/ship/DevOps1.zip + solution-output-file: out/ship/Ghosh.zip - name: Upload the ready to ship solution to GH artifact store uses: actions/upload-artifact@v2 with: name: managedSolutions - path: out/ship/DevOps1.zip + path: out/ship/Ghosh.zip release-to-staging: needs: [ convert-to-managed ] From 713ea887c50791c4c5c03d5eef6ffe05ee152ee0 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:40:14 +0530 Subject: [PATCH 12/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index a5b7b00..6d62cbf 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -29,7 +29,7 @@ jobs: - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 with: - environment-url: 'https://org8afc7726.crm.dynamics.com/' + environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-file: out/solutions/Ghosh.zip @@ -39,7 +39,7 @@ jobs: - name: Export solution as managed uses: microsoft/powerplatform-actions/export-solution@v0 with: - environment-url: 'https://org8afc7726.crm.dynamics.com/' + environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: Ghosh From 22289f69f31bdf2a2bc9616ed8e60d14f1a3c5fe Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:43:16 +0530 Subject: [PATCH 13/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 6d62cbf..9843522 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -53,7 +53,7 @@ jobs: path: out/ship/Ghosh.zip release-to-staging: - needs: [ convert-to-managed ] + needs: [ convert-to-Unmanaged ] runs-on: windows-latest env: RUNNER_DEBUG: 1 @@ -66,7 +66,7 @@ jobs: - name: Fetch the ready to ship solution from GH artifact store uses: actions/download-artifact@v2 with: - name: managedSolutions + name: UnmanagedSolutions path: out/release/ - name: Import solution to prod env From 830f8c4995515494657838260704b6f8f4fe80da Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:49:45 +0530 Subject: [PATCH 14/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 9843522..c59f60f 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -29,7 +29,7 @@ jobs: - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 with: - environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-file: out/solutions/Ghosh.zip @@ -39,7 +39,7 @@ jobs: - name: Export solution as managed uses: microsoft/powerplatform-actions/export-solution@v0 with: - environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' + environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} solution-name: Ghosh @@ -53,7 +53,7 @@ jobs: path: out/ship/Ghosh.zip release-to-staging: - needs: [ convert-to-Unmanaged ] + needs: [ convert-to-managed ] runs-on: windows-latest env: RUNNER_DEBUG: 1 @@ -66,7 +66,7 @@ jobs: - name: Fetch the ready to ship solution from GH artifact store uses: actions/download-artifact@v2 with: - name: UnmanagedSolutions + name: managedSolutions path: out/release/ - name: Import solution to prod env @@ -75,6 +75,6 @@ jobs: environment-url: 'https://orgd161aeeb.crm4.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - solution-file: out/release/DevOps1.zip + solution-file: out/release/Ghosh.zip force-overwrite: true publish-changes: true From 8a2dede8c2bb8a20e7ef45576c256761c7263996 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:53:33 +0530 Subject: [PATCH 15/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index c59f60f..22e7ddb 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -19,13 +19,6 @@ jobs: with: lfs: true - - name: Pack solution - uses: microsoft/powerplatform-actions/pack-solution@v0 - with: - solution-folder: solutions/Ghosh - solution-file: out/solutions/Ghosh.zip - solution-type: Unmanaged - - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 with: From 245f97f844b7e44632e18ef7092310f652e78554 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 20:59:56 +0530 Subject: [PATCH 16/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 22e7ddb..11e59e7 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -18,6 +18,13 @@ jobs: - uses: actions/checkout@v2 with: lfs: true + + - name: Pack solution + uses: microsoft/powerplatform-actions/pack-solution@v0 + with: + solution-folder: solutions/Ghosh + solution-file: out/solutions/Ghosh.zip + solution-type: Unmanaged - name: Import solution as unmanaged to build env uses: microsoft/powerplatform-actions/import-solution@v0 From 3c807c6974a1ffd4fe3ebe792e936e2d009bd3ce Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:08:17 +0530 Subject: [PATCH 17/19] Update release-solution-to-prod.yml --- .github/workflows/release-solution-to-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-solution-to-prod.yml b/.github/workflows/release-solution-to-prod.yml index 11e59e7..fb2ffc4 100644 --- a/.github/workflows/release-solution-to-prod.yml +++ b/.github/workflows/release-solution-to-prod.yml @@ -1,4 +1,4 @@ -name: release-solution-to-prod +name: Release-solution-to-prod # prepare for releasing to prod: # convert solution to managed (using a build PowerPlatform environment for the conversion) # upload the solution to the GitHub artifacts and deploy to the PROD environment From 5325cc81cd540fae71b219ae0b1b53dcb2a35e15 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Mon, 12 Jul 2021 21:09:08 +0530 Subject: [PATCH 18/19] Update export-and-branch-solution.yml --- .github/workflows/export-and-branch-solution.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/export-and-branch-solution.yml b/.github/workflows/export-and-branch-solution.yml index 4b3f405..76952d1 100644 --- a/.github/workflows/export-and-branch-solution.yml +++ b/.github/workflows/export-and-branch-solution.yml @@ -1,4 +1,4 @@ -name: export-and-branch-solution +name: Export-and-branch-solution # Export solution from DEV environment # unpack it and prepare, commit and push a git branch with the changes @@ -20,14 +20,14 @@ jobs: with: lfs: true - - name: who-am-i action + - name: Who-am-i action uses: microsoft/powerplatform-actions/who-am-i@v0 with: environment-url: 'https://org8afc7726.crm.dynamics.com/' user-name: 'admin@M365x639218.onmicrosoft.com' password-secret: ${{ secrets.password }} - - name: export-solution action + - name: Export-solution action uses: microsoft/powerplatform-actions/export-solution@v0 with: environment-url: 'https://org8afc7726.crm.dynamics.com/' @@ -36,7 +36,7 @@ jobs: solution-name: Ghosh solution-output-file: out/exported/Ghosh.zip - - name: unpack-solution action + - name: Un-pack-solution action uses: microsoft/powerplatform-actions/unpack-solution@v0 with: solution-file: out/exported/Ghosh.zip @@ -44,7 +44,7 @@ jobs: solution-type: 'Unmanaged' overwrite-files: true - - name: branch-solution, prepare it for a PullRequest + - name: Branch-solution, prepare it for a PullRequest uses: microsoft/powerplatform-actions/branch-solution@v0 with: solution-folder: out/solutions/Ghosh From 6a32b6b8756a636b13b78d0ee708fe1a4467fdd6 Mon Sep 17 00:00:00 2001 From: ajighosh <87318836+ajighosh@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:55:16 +0530 Subject: [PATCH 19/19] Delete solutions directory --- .../Entities/user9_TimeOffRequest/Entity.xml | 832 ------------------ ...{1141388e-3f24-4bc7-9dbf-e1d8fb670dd9}.xml | 112 --- ...{f81e6348-2d65-4c72-88d8-324274d7cccd}.xml | 55 -- ...{2ff605e1-b2ac-4c20-a159-84826fe68162}.xml | 52 -- .../user9_TimeOffRequest/RibbonDiff.xml | 14 - ...{1654db08-488c-e911-a954-000d3a124702}.xml | 30 - ...{18d88904-9469-4f7d-8a73-9232807276a8}.xml | 37 - ...{1ccf5e7d-3f21-4a26-b88e-bed015c25224}.xml | 37 - ...{97f4550f-300a-4cda-9682-5e9265a63b85}.xml | 36 - ...{d633ce13-995a-43df-bf2f-d30c009d3174}.xml | 37 - ...{ed5c7005-99b9-405c-8be2-b567f5d53817}.xml | 34 - ...{ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b}.xml | 40 - solutions/ALMLab/Other/Customizations.xml | 17 - solutions/ALMLab/Other/Relationships.xml | 9 - .../Other/Relationships/BusinessUnit.xml | 22 - .../ALMLab/Other/Relationships/Owner.xml | 22 - .../ALMLab/Other/Relationships/SystemUser.xml | 60 -- solutions/ALMLab/Other/Relationships/Team.xml | 22 - solutions/ALMLab/Other/Solution.xml | 85 -- solutions/ALMLab_1_0_0_1.zip | 3 - 20 files changed, 1556 deletions(-) delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/Entity.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/card/{1141388e-3f24-4bc7-9dbf-e1d8fb670dd9}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/main/{f81e6348-2d65-4c72-88d8-324274d7cccd}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/quick/{2ff605e1-b2ac-4c20-a159-84826fe68162}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/RibbonDiff.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1654db08-488c-e911-a954-000d3a124702}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{18d88904-9469-4f7d-8a73-9232807276a8}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1ccf5e7d-3f21-4a26-b88e-bed015c25224}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{97f4550f-300a-4cda-9682-5e9265a63b85}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{d633ce13-995a-43df-bf2f-d30c009d3174}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ed5c7005-99b9-405c-8be2-b567f5d53817}.xml delete mode 100644 solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b}.xml delete mode 100644 solutions/ALMLab/Other/Customizations.xml delete mode 100644 solutions/ALMLab/Other/Relationships.xml delete mode 100644 solutions/ALMLab/Other/Relationships/BusinessUnit.xml delete mode 100644 solutions/ALMLab/Other/Relationships/Owner.xml delete mode 100644 solutions/ALMLab/Other/Relationships/SystemUser.xml delete mode 100644 solutions/ALMLab/Other/Relationships/Team.xml delete mode 100644 solutions/ALMLab/Other/Solution.xml delete mode 100644 solutions/ALMLab_1_0_0_1.zip diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/Entity.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/Entity.xml deleted file mode 100644 index 2863d6d..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/Entity.xml +++ /dev/null @@ -1,832 +0,0 @@ - - - user9_TimeOffRequest - - - - - - - - - - - - - - lookup - createdby - createdby - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - datetime - createdon - createdon - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - inactive - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 1 - 0 - datetime - 0 - 1 - - - - - - - - - lookup - createdonbehalfby - createdonbehalfby - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - int - importsequencenumber - importsequencenumber - none - ValidForAdvancedFind - disabled - 0 - 1 - 1 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - - -2147483648 - 2147483647 - - - - - - - - - lookup - modifiedby - modifiedby - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - datetime - modifiedon - modifiedon - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - inactive - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 1 - 0 - datetime - 0 - 1 - - - - - - - - - lookup - modifiedonbehalfby - modifiedonbehalfby - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - datetime - overriddencreatedon - overriddencreatedon - none - ValidForAdvancedFind|ValidForGrid - inactive - 0 - 1 - 1 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - date - 0 - 1 - - - - - - - - - owner - ownerid - ownerid - systemrequired - ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm - auto - 1 - 1 - 1 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 0 - 0 - single - - 8 - 9 - - - - - - - - - - lookup - owningbusinessunit - owningbusinessunit - none - auto - 0 - 1 - 0 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 0 - 0 - single - - - - - - - - - - lookup - owningteam - owningteam - none - auto - 0 - 1 - 0 - 0 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - lookup - owninguser - owninguser - none - auto - 0 - 1 - 0 - 0 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - single - - - - - - - - - - state - statecode - statecode - systemrequired - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 1 - 1 - 0 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 0 - 0 - - state - 1.0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - status - statuscode - statuscode - none - ValidForAdvancedFind|ValidForForm|ValidForGrid - auto - 1 - 1 - 1 - 0 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - - status - 1.0 - 1 - - - - - - - - - - - - - - - - - - - - - - - - - - int - timezoneruleversionnumber - timezoneruleversionnumber - none - auto - 1 - 1 - 1 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - - -1 - 2147483647 - - - - - - - - - nvarchar - user9_name - user9_name - required - PrimaryName|ValidForAdvancedFind|ValidForForm|ValidForGrid|RequiredForForm - auto - 1 - 1 - 1 - 1 - 1 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 1 - 0 - 1 - 0 - text - 100 - 200 - - - - - - - - - primarykey - user9_timeoffrequestid - user9_timeoffrequestid - systemrequired - ValidForAdvancedFind|RequiredForGrid - auto - 0 - 1 - 1 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 0 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 1 - 1 - 0 - - - - - - - - - int - utcconversiontimezonecode - utcconversiontimezonecode - none - auto - 1 - 1 - 1 - 0 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 0 - 0 - 0 - 1 - 1 - 0 - - 0 - 0 - 0 - 0 - - -1 - 2147483647 - - - - - - - - - user9_timeoffrequests - 1 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - UserOwned - 0 - 0 - 0 - 0 - CommunicationActivity - 0 - 0 - 0 - 1 - 0 - 0 - 0 - 0 - 0 - - 1 - 1 - 0 - 0 - 1.0 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 1 - 0 - 1 - 0 - 0 - 1 - 0 - 0 - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/card/{1141388e-3f24-4bc7-9dbf-e1d8fb670dd9}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/card/{1141388e-3f24-4bc7-9dbf-e1d8fb670dd9}.xml deleted file mode 100644 index b8f2fca..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/card/{1141388e-3f24-4bc7-9dbf-e1d8fb670dd9}.xml +++ /dev/null @@ -1,112 +0,0 @@ - - - - {1141388e-3f24-4bc7-9dbf-e1d8fb670dd9} - 1.0 - 1 - 1 -
- - - - - - - -
- - -
-
-
- - -
- - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
- 1 - 1 - - - - - - -
-
\ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/main/{f81e6348-2d65-4c72-88d8-324274d7cccd}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/main/{f81e6348-2d65-4c72-88d8-324274d7cccd}.xml deleted file mode 100644 index 17f1e7c..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/main/{f81e6348-2d65-4c72-88d8-324274d7cccd}.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - {f81e6348-2d65-4c72-88d8-324274d7cccd} - 1.0 - 1 - 1 -
- - - - - - - -
- - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
- 1 - 1 - - - - - - -
-
\ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/quick/{2ff605e1-b2ac-4c20-a159-84826fe68162}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/quick/{2ff605e1-b2ac-4c20-a159-84826fe68162}.xml deleted file mode 100644 index 151eef7..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/FormXml/quick/{2ff605e1-b2ac-4c20-a159-84826fe68162}.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - {2ff605e1-b2ac-4c20-a159-84826fe68162} - 1.0 - 1 - 1 -
- - - - - - - -
- - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
- 1 - 1 - - - -
-
\ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/RibbonDiff.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/RibbonDiff.xml deleted file mode 100644 index 6b56f48..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/RibbonDiff.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1654db08-488c-e911-a954-000d3a124702}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1654db08-488c-e911-a954-000d3a124702}.xml deleted file mode 100644 index eec7a01..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1654db08-488c-e911-a954-000d3a124702}.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - 1 - 1 - 0 - 0 - 1 - {1654db08-488c-e911-a954-000d3a124702} - 8192 - - - - - - - - - - - - 1.0 - - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{18d88904-9469-4f7d-8a73-9232807276a8}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{18d88904-9469-4f7d-8a73-9232807276a8}.xml deleted file mode 100644 index c94acfe..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{18d88904-9469-4f7d-8a73-9232807276a8}.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - 1 - 0 - 0 - 0 - 0 - {18d88904-9469-4f7d-8a73-9232807276a8} - - - - - - - - - 0 - - - - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1ccf5e7d-3f21-4a26-b88e-bed015c25224}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1ccf5e7d-3f21-4a26-b88e-bed015c25224}.xml deleted file mode 100644 index 616725e..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{1ccf5e7d-3f21-4a26-b88e-bed015c25224}.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - 1 - 0 - 0 - 0 - 1 - {1ccf5e7d-3f21-4a26-b88e-bed015c25224} - - - - - - - - - 0 - - - - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{97f4550f-300a-4cda-9682-5e9265a63b85}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{97f4550f-300a-4cda-9682-5e9265a63b85}.xml deleted file mode 100644 index bde4d28..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{97f4550f-300a-4cda-9682-5e9265a63b85}.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - 1 - 0 - 0 - 0 - 1 - {97f4550f-300a-4cda-9682-5e9265a63b85} - - - - - - - - - 64 - - - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{d633ce13-995a-43df-bf2f-d30c009d3174}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{d633ce13-995a-43df-bf2f-d30c009d3174}.xml deleted file mode 100644 index 315d0c1..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{d633ce13-995a-43df-bf2f-d30c009d3174}.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - 1 - 0 - 0 - 0 - 1 - {d633ce13-995a-43df-bf2f-d30c009d3174} - - - - - - - - - 2 - - - - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ed5c7005-99b9-405c-8be2-b567f5d53817}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ed5c7005-99b9-405c-8be2-b567f5d53817}.xml deleted file mode 100644 index 6b9ad1f..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ed5c7005-99b9-405c-8be2-b567f5d53817}.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - 1 - 0 - 0 - 0 - 1 - {ed5c7005-99b9-405c-8be2-b567f5d53817} - - - - - - - - - 1 - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b}.xml b/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b}.xml deleted file mode 100644 index 37d2379..0000000 --- a/solutions/ALMLab/Entities/user9_TimeOffRequest/SavedQueries/{ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b}.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - 1 - 0 - 1 - 0 - 1 - {ffc686bb-a3fd-48b5-9aa9-ee60dc921d1b} - - - - - - - - - 4 - - - - - - - - - - - - - - - - - 1.0 - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Customizations.xml b/solutions/ALMLab/Other/Customizations.xml deleted file mode 100644 index 78b36ca..0000000 --- a/solutions/ALMLab/Other/Customizations.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - 1033 - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Relationships.xml b/solutions/ALMLab/Other/Relationships.xml deleted file mode 100644 index 736ee01..0000000 --- a/solutions/ALMLab/Other/Relationships.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Relationships/BusinessUnit.xml b/solutions/ALMLab/Other/Relationships/BusinessUnit.xml deleted file mode 100644 index b9c807d..0000000 --- a/solutions/ALMLab/Other/Relationships/BusinessUnit.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - BusinessUnit - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - OwningBusinessUnit - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Relationships/Owner.xml b/solutions/ALMLab/Other/Relationships/Owner.xml deleted file mode 100644 index 3ceb104..0000000 --- a/solutions/ALMLab/Other/Relationships/Owner.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - Owner - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - OwnerId - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Relationships/SystemUser.xml b/solutions/ALMLab/Other/Relationships/SystemUser.xml deleted file mode 100644 index 89ef693..0000000 --- a/solutions/ALMLab/Other/Relationships/SystemUser.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - SystemUser - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - CreatedBy - - - - - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - SystemUser - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - ModifiedBy - - - - - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - SystemUser - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - OwningUser - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Relationships/Team.xml b/solutions/ALMLab/Other/Relationships/Team.xml deleted file mode 100644 index edf952d..0000000 --- a/solutions/ALMLab/Other/Relationships/Team.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - OneToMany - 1 - 1.0 - 0 - user9_TimeOffRequest - Team - NoCascade - NoCascade - NoCascade - NoCascade - NoCascade - OwningTeam - - - - - - - \ No newline at end of file diff --git a/solutions/ALMLab/Other/Solution.xml b/solutions/ALMLab/Other/Solution.xml deleted file mode 100644 index f4e2c53..0000000 --- a/solutions/ALMLab/Other/Solution.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - ALMLab - - - - - 1.0.0.0 - 0 - - user9 - - - - - - - user9 - 84688 - -
- 1 - 1 - - - - - - - - - - - - - - - - 1 - - - - - - - - -
-
- 2 - 1 - - - - - - - - - - - - - - - - 1 - - - - - - - - -
-
-
- - - - -
-
\ No newline at end of file diff --git a/solutions/ALMLab_1_0_0_1.zip b/solutions/ALMLab_1_0_0_1.zip deleted file mode 100644 index d8a0650..0000000 --- a/solutions/ALMLab_1_0_0_1.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42c1889fc8651361a96ad71d99e322e559ef25b9f60020b7cd3507073cd46423 -size 8101