Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement of Misc/Set-BcContainerFeatureKeys.ps1 to be able to Enable Feature key for particular company. #3696

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Commits on Sep 12, 2024

  1. Fix of Set-BcContainerFeatureKeys.ps1

    Mea Culpa - Despite the fact I confirmed it works correctly, I provided wrong code from incorrect branch in my repository, sorry for that. Never will happen again.
    KM-JAD authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    825b4a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    77420ee View commit details
    Browse the repository at this point in the history
  2. Update Set-BcContainerFeatureKeys.ps1

    Added update of table [dbo].[Feature Data Update Status$63ca2fa4-4f03-4f2b-a480-172fef340d3f] as this table has to be updated as well to "mark" feature as activated/deactivated.
    KM-JAD authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2c69d6f View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e99723c View commit details
    Browse the repository at this point in the history
  2. Update Set-BcContainerFeatureKeys.ps1

    Optionally is possible to activate Feature for particular company. 
    No data update is initiated there (main reason is to enable Feature for automated tests)
    KM-JAD authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ed52425 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    7e69e57 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update Set-BcContainerFeatureKeys.ps1

    Rebuilt code to be easy to understand it
    KM-JAD authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    27dea2f View commit details
    Browse the repository at this point in the history
  2. Suggestion

    freddydk committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3a4cc6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d9863 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update Set-BcContainerFeatureKeys.ps1

    removed database name [CRONUS] from invoked SQL command on line 100.
    KM-JAD authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6ff38c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Create Restart-BcEnvironment.ps1

    New function for SaaS BC environment restart.
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3ee18d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4e1b61 View commit details
    Browse the repository at this point in the history
  3. Update BcContainerHelper.psd1

    New function Restart-BcEnvironment added for SaaS BC environment restart.
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4d449a0 View commit details
    Browse the repository at this point in the history
  4. Update BC.SaasHelper.ps1

    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6ea5b2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d317d6 View commit details
    Browse the repository at this point in the history
  6. Create Get-BcEnvironmentSessions.ps1

    New function to obtain SaaS BC sessions.
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    04d1607 View commit details
    Browse the repository at this point in the history
  7. Create Remove-BcEnvironmentSession.ps1

    New function to stop and delete SaaS BC session.
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e84a568 View commit details
    Browse the repository at this point in the history
  8. Update BC.SaasHelper.ps1

    Two new functions to obtain sessions and to delete session in SaaS BC .
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    6f74cb1 View commit details
    Browse the repository at this point in the history
  9. Update BcContainerHelper.psd1

    Two new functions to obtain sessions and to delete session in SaaS BC.
    KM-JAD authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ca68be1 View commit details
    Browse the repository at this point in the history