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

GDS: implement ApplicationSelfAdmin privilege in GlobalDiscoverySampleServer #2338

Merged

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    214ede9 View commit details
    Browse the repository at this point in the history
  2. improve documentation

    romanett committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7e6bcde View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    8d4671d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from OPCFoundation/master

    pull up to master
    romanett authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    75dcf94 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    78d3a42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dcf8ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    516c83b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

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

Commits on Jan 15, 2024

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

Commits on Jan 18, 2024

  1. prepare merge

    romanett committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2ca22ee View commit details
    Browse the repository at this point in the history
  2. merge master

    romanett committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a328c6d View commit details
    Browse the repository at this point in the history
  3. fix issues from merge

    romanett committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f82296a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. fix regression from merging master (unintentionally inverted if in Ap…

    …plicationsNodeManager)
    romanett committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    d8abd53 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    dd2f7f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf3d367 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 24, 2024

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

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    7e74111 View commit details
    Browse the repository at this point in the history
  2. refactor to 3 separate tests

    add negative tests
    romanett committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    9115f57 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    deba6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a4cac View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    0bcf343 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e550bad View commit details
    Browse the repository at this point in the history
  3. cleanup

    romanett committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0787a35 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 12, 2024

  1. fix failing tests

    romanett committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    4d9d1fb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    d8e522f View commit details
    Browse the repository at this point in the history
  2. add well known roles

    romanett committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ff098a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d955bf0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from romanett/wellKnownRoles

    use WellKnownRoles
    romanett authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c9eb214 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. add new Standard Users

    delete obsolete roles
    document WellKnownRoles
    romanett committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    57e561a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecb565e View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    2e68d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e43018 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

  1. push minor code cleanup

    mregen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6ef6414 View commit details
    Browse the repository at this point in the history
  2. check on some warnings

    mregen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5449305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80cc82b View commit details
    Browse the repository at this point in the history
  4. small cleanup

    mregen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c213b0d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ImplementApplicationSelfAdminPrivilege' of https://gith…

    …ub.com/romanett/UA-.NETStandard into ImplementApplicationSelfAdminPrivilege
    mregen committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c9047e7 View commit details
    Browse the repository at this point in the history
  6. fix GDSTestClient

    romanett committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5b00002 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    065b392 View commit details
    Browse the repository at this point in the history