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

Implement support of encrypted elements in configuration file #50986

Merged
merged 40 commits into from Jul 26, 2023

Commits on May 23, 2023

  1. Add encryptConfig()

    rvasin committed May 23, 2023
    Configuration menu
    Copy the full SHA
    616904c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    dd78008 View commit details
    Browse the repository at this point in the history
  2. Make working note descryption

    rvasin committed May 25, 2023
    Configuration menu
    Copy the full SHA
    5f73681 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    cd8eb44 View commit details
    Browse the repository at this point in the history
  2. Add encrypt_decrypt example

    rvasin committed May 31, 2023
    Configuration menu
    Copy the full SHA
    fd8c599 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Fix style

    rvasin committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0708cae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ccec01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5add61 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e269235 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 9, 2023

  1. Add tests for wrong settings

    rvasin committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1bce32c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Update documentation

    rvasin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a4e9824 View commit details
    Browse the repository at this point in the history
  2. Small code style improvements

    rvasin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b5d4ad5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f55623a View commit details
    Browse the repository at this point in the history
  4. Fix links in MD

    rvasin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    14dfebb View commit details
    Browse the repository at this point in the history
  5. Add dbms in cmake

    rvasin committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3d64cf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Revert "Add dbms in cmake"

    This reverts commit 3d64cf4.
    rvasin committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f830f24 View commit details
    Browse the repository at this point in the history
  2. Add USE_SSL

    rvasin committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    98597a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Fix code align in cmake

    rvasin committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5501334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f026cf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d55878d View commit details
    Browse the repository at this point in the history
  4. Fix build of keeper-bench

    rvasin committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5bba0ff View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix integration tests

    rvasin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ce13131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6023d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a73dca1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b8ecb1 View commit details
    Browse the repository at this point in the history
  5. Update MD docs

    rvasin committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b9adb20 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    ea3d9e9 View commit details
    Browse the repository at this point in the history
  2. Fix MD docs style

    rvasin committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    12df1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59570b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8c6c31 View commit details
    Browse the repository at this point in the history
  5. Fix test style with black

    rvasin committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5073401 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Remove conditional linking

    rvasin committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8649c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8adf57a View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    3798bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aed62e View commit details
    Browse the repository at this point in the history
  3. Improve exception message text

    rvasin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    10ec069 View commit details
    Browse the repository at this point in the history
  4. Fix black formatting

    rvasin committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1daa26c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fb5ba7 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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