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

Alias system #583

Merged
merged 52 commits into from
Dec 3, 2018
Merged

Alias system #583

merged 52 commits into from
Dec 3, 2018

Commits on Nov 22, 2018

  1. first step of alias system

    antho1404 committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    379634e View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    da12662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed402da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0e95a5 View commit details
    Browse the repository at this point in the history
  4. database: add docs

    ilgooz committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    9e40d49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3dc105d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b0417e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17ca72e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8bd44fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4877df0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83cb406 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    4beaec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73847d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

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

Commits on Nov 30, 2018

  1. Improve logic of service db with alias. Always lookup ID before Alias…

    …. Remove error sameAlias (replace old alias). Update test.
    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    b26289a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40ab590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c265b38 View commit details
    Browse the repository at this point in the history
  4. fix test

    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    e1ec75b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aeab12c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45e9c89 View commit details
    Browse the repository at this point in the history
  7. Change behavior when alias is missing: instead of create one based on…

    … service's name, it's based on service hash. So if the service change and no alias is set, the service will use different volumes.
    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    efa359c View commit details
    Browse the repository at this point in the history
  8. Improve comment

    Co-Authored-By: NicolasMahe <nicolas@mahe.me>
    ilgooz and NicolasMahe authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    33311f7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    34760bc View commit details
    Browse the repository at this point in the history
  10. Improve comment

    Co-Authored-By: NicolasMahe <nicolas@mahe.me>
    ilgooz and NicolasMahe authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    76ea144 View commit details
    Browse the repository at this point in the history
  11. Improve comment

    Co-Authored-By: NicolasMahe <nicolas@mahe.me>
    ilgooz and NicolasMahe authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    c553026 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    563b900 View commit details
    Browse the repository at this point in the history
  13. Add error empty alias

    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    d46f5e7 View commit details
    Browse the repository at this point in the history
  14. update test

    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    109d877 View commit details
    Browse the repository at this point in the history
  15. Improve alias check

    NicolasMahe committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    b17f3c6 View commit details
    Browse the repository at this point in the history
  16. Merge id and alias db

    krhubert committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    0e26ae7 View commit details
    Browse the repository at this point in the history
  17. Add prefix to computed alias

    krhubert committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    e286fe4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8cac646 View commit details
    Browse the repository at this point in the history
  19. Fix asset generation

    krhubert committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    4f56277 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Configuration menu
    Copy the full SHA
    6433d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63531d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    44c0cb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be02c1f View commit details
    Browse the repository at this point in the history
  3. service: add more docs

    ilgooz committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6f49df8 View commit details
    Browse the repository at this point in the history
  4. database: cosmetic updates

    ilgooz committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    81ade1d View commit details
    Browse the repository at this point in the history
  5. add alias field to Service type in protobuf pkg and to service list c…

    …ommand in commands pkg
    
    Signed-off-by: İlker Göktuğ Öztürk <ilkergoktugozturk@gmail.com>
    ilgooz committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    05ce2d3 View commit details
    Browse the repository at this point in the history
  6. Remove data race from db

    krhubert committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    fbb72c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7815925 View commit details
    Browse the repository at this point in the history
  8. Fix delete

    krhubert committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    495af91 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/service-alias' of github.com:mesg-foundation/co…

    …re into feature/service-alias
    krhubert committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    6863ffd View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    98a3369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0902e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834693a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64407a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c486810 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e61bcf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fd8e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3892831 View commit details
    Browse the repository at this point in the history