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

Meshsync config on Meshery Operator CRD #533

Merged

Commits on Oct 10, 2023

  1. update to go version 1.21 and reaction to go

    mod tidy
    
    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    546a468 View commit details
    Browse the repository at this point in the history
  2. update env test version from kubernetes 1.24.2 to 1.26.0

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0de50cf View commit details
    Browse the repository at this point in the history
  3. update golang image version to 1.21

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    80601d3 View commit details
    Browse the repository at this point in the history
  4. update golang version to 1.21

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5fb4c0c View commit details
    Browse the repository at this point in the history
  5. add meshsync config files for listeners and pipeline

    configs
    
    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    89d4336 View commit details
    Browse the repository at this point in the history
  6. add unit tests to cover meshsync config files

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0d044ed View commit details
    Browse the repository at this point in the history
  7. updates due to additional configs to meshsync CRD

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    23c8bb8 View commit details
    Browse the repository at this point in the history
  8. update CRD definition due to updated meshync configs

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    74223bf View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. make subscribe to and publish to optional fields

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    06b04a4 View commit details
    Browse the repository at this point in the history
  2. update manifest to allow optional fields

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0ee99ea View commit details
    Browse the repository at this point in the history
  3. add sample config for listeners

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    82b973f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feat/kiptoonkipkurui/crd_config

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6c8f7bd View commit details
    Browse the repository at this point in the history
  5. use env test version 1.24.2

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3127a88 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Merge branch 'master' into feat/kiptoonkipkurui/crd_config

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4b42d37 View commit details
    Browse the repository at this point in the history
  2. tidy dependencies

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c22a176 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. update variable names to more readable versions

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    daf62b0 View commit details
    Browse the repository at this point in the history
  2. refactor unit tests to include local pipeline configs

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ae16176 View commit details
    Browse the repository at this point in the history
  3. update kubernetes deepcopy object

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    62887e6 View commit details
    Browse the repository at this point in the history
  4. correct description spelling

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    755f03b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. use config map for watchlist feature

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    b6ca361 View commit details
    Browse the repository at this point in the history
  2. update unit tests to test presence of configmap

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    9da02fb View commit details
    Browse the repository at this point in the history
  3. update CRD to use configmap

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    71bea27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51d419a View commit details
    Browse the repository at this point in the history
  5. generate required kubernetes code

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    48e251b View commit details
    Browse the repository at this point in the history
  6. update sample CR configuration

    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    388ae67 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. added the fulll list of resources for default configuration.

    Add and reduce from the list accordingly
    
    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ea4c118 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. fix failing unit test, also making the unit

    test more representative of the final config
    object
    
    Signed-off-by: Daniel Kiptoon <[email protected]>
    KiptoonKipkurui committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    3cf9449 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ca7f1 View commit details
    Browse the repository at this point in the history