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

fix(dao) apply cache_key for target uniqueness detection #8179

Commits on Apr 3, 2022

  1. fix(dao) apply cache_key for target uniqueness detection

    Add new cache_key(upstream, target) in targets table for uniqueness detection.
    Delete useless targets uniqueness detection functions.
    Targets API returns 409 when creating/updating delicate targets.
    Add migration functions to add cache_key column, delete duplicate targets, add cache_key for existing targets.
    yankun-li-kong committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    7eaaf4c View commit details
    Browse the repository at this point in the history
  2. fix(dao) apply cache_key for target uniqueness detection

    Fix spec test, delete unused variable id.
    yankun-li-kong committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    378ae1f View commit details
    Browse the repository at this point in the history
  3. fix(dao) apply cache_key for target uniqueness detection

    Fix spec test, do not redefine res variable.
    yankun-li-kong committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    da86ed5 View commit details
    Browse the repository at this point in the history
  4. fix(dao) apply cache_key for target uniqueness detection

    Refactor c_remove_unused_targets method to delete duplicate targets in a single loop.
    Modify spec test title.
    yankun-li-kong committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    cb91315 View commit details
    Browse the repository at this point in the history
  5. fix(dao) apply cache_key for target uniqueness detection

    Fix migration file name
    yankun-li-kong committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    d3e375b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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