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

Add user settings key/value DB table #16834

Merged
merged 72 commits into from
Nov 22, 2021

Commits on Aug 27, 2021

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

Commits on Aug 29, 2021

  1. resolve lint issues

    techknowlogick committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    40c45f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a35bc3 View commit details
    Browse the repository at this point in the history
  3. add migration & tests

    techknowlogick committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    a0a1dac View commit details
    Browse the repository at this point in the history
  4. fix lint

    techknowlogick committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    d6c169c View commit details
    Browse the repository at this point in the history
  5. fix sql query

    techknowlogick committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    9614a3f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    147a52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f8bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2bd2b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

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

Commits on Sep 30, 2021

  1. Update models/user_setting.go

    Co-authored-by: zeripath <art27@cantab.net>
    techknowlogick and zeripath authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ebae68e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Configuration menu
    Copy the full SHA
    9f72e70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a8271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c4a7c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caaf873 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f04598c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d82b4de View commit details
    Browse the repository at this point in the history
  7. fix tests

    techknowlogick committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    d48c711 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7ea3b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    e67e72f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0314c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2890b7b View commit details
    Browse the repository at this point in the history
  4. Update models/error.go

    Co-authored-by: delvh <dev.lh@web.de>
    techknowlogick and delvh authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e7bce0c View commit details
    Browse the repository at this point in the history
  5. Update models/user_setting.go

    Co-authored-by: delvh <dev.lh@web.de>
    techknowlogick and delvh authored Oct 7, 2021
    Configuration menu
    Copy the full SHA
    851eb3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c56f95 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. rename to 198

    techknowlogick committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    ee8104c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844fb46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5fe983 View commit details
    Browse the repository at this point in the history
  4. rm dead code

    techknowlogick committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    70df32f View commit details
    Browse the repository at this point in the history
  5. mk fmt

    techknowlogick committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d18b2f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

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

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    595abd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553b583 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. update per feedback

    techknowlogick committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    261fcbb View commit details
    Browse the repository at this point in the history
  2. swap to map

    techknowlogick committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1c1d85a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. return error when key not lower case

    fix lint issue
    techknowlogick committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    5d98572 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7401b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbb145c View commit details
    Browse the repository at this point in the history
  4. mv files

    techknowlogick committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d8aeec7 View commit details
    Browse the repository at this point in the history
  5. fix lint

    techknowlogick committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    d8e1c18 View commit details
    Browse the repository at this point in the history
  6. change struct name

    techknowlogick committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    4489d39 View commit details
    Browse the repository at this point in the history
  7. fix caps

    techknowlogick committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cb50d48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f719fc View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    e8b2f2c View commit details
    Browse the repository at this point in the history
  2. pass tests

    techknowlogick committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    ba39900 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

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

Commits on Nov 13, 2021

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

Commits on Nov 18, 2021

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

Commits on Nov 19, 2021

  1. Configuration menu
    Copy the full SHA
    ee6ad18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09841e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23b43b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c363283 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    a28c975 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da22337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d39f3c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    c18f5c0 View commit details
    Browse the repository at this point in the history
  2. swap upsert logic

    techknowlogick committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    43b32d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00950c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cef5e77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    374edb2 View commit details
    Browse the repository at this point in the history
  6. Update setting.go

    wxiaoguang authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    63f71fe View commit details
    Browse the repository at this point in the history
  7. Update setting_test.go

    wxiaoguang authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    83fa71e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c81f0b8 View commit details
    Browse the repository at this point in the history
  9. Update setting.go

    wxiaoguang authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    84aac13 View commit details
    Browse the repository at this point in the history
  10. proper casing

    techknowlogick authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    ee57a24 View commit details
    Browse the repository at this point in the history
  11. more casing changes

    techknowlogick authored Nov 21, 2021
    Configuration menu
    Copy the full SHA
    25fbcae View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. Configuration menu
    Copy the full SHA
    73a869e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d28949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    162bcbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f004d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d37c7c8 View commit details
    Browse the repository at this point in the history