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

[full-ci] Store settings via metadata #3232

Merged
merged 51 commits into from
Mar 15, 2022

Commits on Feb 24, 2022

  1. Settings: add metadata store

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    59527e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    534e561 View commit details
    Browse the repository at this point in the history
  3. Settings: activate metadata store to see tests failing

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0d4f8df View commit details
    Browse the repository at this point in the history
  4. add changelog

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    297a006 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    25191fe View commit details
    Browse the repository at this point in the history
  6. make assignment unittests green

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    a762e3c View commit details
    Browse the repository at this point in the history
  7. make bundle unit tests green

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    45c85f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. make values unit tests green

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    7210266 View commit details
    Browse the repository at this point in the history
  2. use cs3storage in metadatastorage

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    11a8b75 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. lazy initialize metadataclient

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    2452d01 View commit details
    Browse the repository at this point in the history
  2. delay creation of default roles

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    588a731 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. return listaccounts permission when mdc is not yet set

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e23448f View commit details
    Browse the repository at this point in the history
  2. add test for appendSetting

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    4c22c07 View commit details
    Browse the repository at this point in the history
  3. rework initialization logic

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    492419e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. return default values when mdc is not initialized

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a873fdc View commit details
    Browse the repository at this point in the history
  2. implement permission unit tests

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    7fcf6f5 View commit details
    Browse the repository at this point in the history
  3. refine initialization logic again

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f642801 View commit details
    Browse the repository at this point in the history
  4. unitests for list values

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a647f56 View commit details
    Browse the repository at this point in the history
  5. ReadSetting unit test & implementation

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    c80022b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. create id for values if not given

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7731de9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd78a66 View commit details
    Browse the repository at this point in the history
  3. add new defaults

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    62ec3cf View commit details
    Browse the repository at this point in the history
  4. downgrade reva temporarilly

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    0d49316 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. use feature reva

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    1cde2fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085dcd9 View commit details
    Browse the repository at this point in the history
  3. make it configurable

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    15ac5d8 View commit details
    Browse the repository at this point in the history
  4. next reva version

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ba698aa View commit details
    Browse the repository at this point in the history
  5. next reva bump

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    8f10226 View commit details
    Browse the repository at this point in the history
  6. don't log fatal on startup

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    da3fc4c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Merge branch 'master' into StoreSettingsViaMetadata

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    d7e48b8 View commit details
    Browse the repository at this point in the history
  2. bump web master

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    634c69e View commit details
    Browse the repository at this point in the history
  3. tmp: use custom web branch to uncover the error

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b8aaed6 View commit details
    Browse the repository at this point in the history
  4. sonarcloud suggestions

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2ae4959 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ff9df9 View commit details
    Browse the repository at this point in the history
  6. sonarcloud part II

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    fc5a67c View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. add caching

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1d98e48 View commit details
    Browse the repository at this point in the history
  2. illustrate the problem

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    1205d34 View commit details
    Browse the repository at this point in the history
  3. use different user

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    429ed2e View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    d824223 View commit details
    Browse the repository at this point in the history
  5. Revert "tmp: use custom web branch to uncover the error"

    This reverts commit b8aaed6.
    kobergj committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    0af1c98 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. use settings user

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    7bfeb16 View commit details
    Browse the repository at this point in the history
  2. make service user configurable

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f4619db View commit details
    Browse the repository at this point in the history
  3. TMP: use adminuser/disable service user

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    9f8e7e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f55feb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. rebase to edge reva

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    40cfa90 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. resolve conflicts

    wkloucek committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    1a9d446 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Merge branch 'master' into StoreSettingsViaMetadata

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2d4d90a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b3c97 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Only add the service user to the index once (lazily)

    Adding and removing it again with each ListAccounts() call was a huge
    overhead. This is a temporary workaround, the whole service is gonna be
    replaced by the idm service soon anyway.
    aduffeck authored and kobergj committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    edf8452 View commit details
    Browse the repository at this point in the history
  2. use service user / hardcode idp

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    b7c934b View commit details
    Browse the repository at this point in the history
  3. don't store service user data in metadataservice

    Signed-off-by: jkoberg <jkoberg@owncloud.com>
    kobergj committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d54f75d View commit details
    Browse the repository at this point in the history