Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Use the generic Serializer in libgitops, and fix some API machinery nits #273

Merged
merged 25 commits into from
Aug 3, 2020

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    a18b48d View commit details
    Browse the repository at this point in the history
  2. Add a common scheme package

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1bc8e77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63eaee3 View commit details
    Browse the repository at this point in the history
  4. Remove unused file

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9150f36 View commit details
    Browse the repository at this point in the history
  5. Use our new scheme package in the controller

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    41856d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f39136 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d18f23 View commit details
    Browse the repository at this point in the history
  8. Use the libgitops serializer

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    40fd12b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bfc899f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c14009 View commit details
    Browse the repository at this point in the history
  11. update references to WithManifest

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    b247dc7 View commit details
    Browse the repository at this point in the history
  12. Use WriteFrameList instead of yaml.Concat

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9b6cd27 View commit details
    Browse the repository at this point in the history
  13. Minor review comments. Use the serializer-embedded codecs and documen…

    …t other types of secrets
    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    325ec9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64e9673 View commit details
    Browse the repository at this point in the history
  15. Special handling for namespaces

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    060bf57 View commit details
    Browse the repository at this point in the history
  16. Add quotes to the JSON matching test code

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    c6ab293 View commit details
    Browse the repository at this point in the history
  17. Make .spec.sshKeyPath optional

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    866cfcd View commit details
    Browse the repository at this point in the history
  18. remove unnecessary quotes

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    62b0846 View commit details
    Browse the repository at this point in the history
  19. Fix YAML indentation

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0557f31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2a4613e View commit details
    Browse the repository at this point in the history
  21. YAML indentation, part 1000

    luxas authored and twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    c40e686 View commit details
    Browse the repository at this point in the history
  22. Move scheme to pkg, fix imports, remove unnecessary AddToScheme calls

    Signed-off-by: Dennis Marttinen <dennis@weave.works>
    twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    bcd0c42 View commit details
    Browse the repository at this point in the history
  23. Remove deprecated register option for deepcopy-gen in v1alpha3

    Signed-off-by: Dennis Marttinen <dennis@weave.works>
    twelho committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9947512 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Generalize error message when decoding sealed secrets

    Signed-off-by: Dennis Marttinen <dennis@weave.works>
    twelho committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9ba0b10 View commit details
    Browse the repository at this point in the history
  2. Avoid redundant conversions by passing an io.ReadCloser to manifest.W…

    …ithNamespace
    
    Signed-off-by: Dennis Marttinen <dennis@weave.works>
    twelho committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    faf7480 View commit details
    Browse the repository at this point in the history