Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cloudgraphdev/cloudgraph-provider-kubernetes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cloudgraphdev/cloudgraph-provider-kubernetes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: beta
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    9e37db6 View commit details
    Browse the repository at this point in the history
  2. chore: add pipeline

    ckoning committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    9936588 View commit details
    Browse the repository at this point in the history
  3. chore: add github actions pipeline

    Add Github Actions Pipeline
    ckoning authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    5846d69 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    4deac11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from cloudgraphdev/chore/disable-lint-step

    chore: disable lint step in pipeline
    ckoning authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5235391 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.0.0-alpha.1

    # 1.0.0-alpha.1 (2022-04-05)
    
    ### Bug Fixes
    
    * **config:** update config log out to use context.name ([d12bcd5](d12bcd5))
    * **service:** fix node schema ([1e2db65](1e2db65))
    * **services:** fix services schema ([53f1fca](53f1fca))
    * **services:** small fixes for cronJob and pod schemas ([932fad2](932fad2))
    * **services:** update deployment format for safe accessors ([dc3e6a4](dc3e6a4))
    * **services:** update pod schema to fix id issue ([af5a62d](af5a62d))
    * **services:** update service connection names to plural ([5a4030d](5a4030d))
    * **services:** update service format func for safe access ([309a89b](309a89b))
    * **services:** update Service schema, move format func ([46ae6c6](46ae6c6))
    * **service:** update deployment class name ([e0f8e83](e0f8e83))
    * **service:** update deployment mutation name ([9d734b2](9d734b2))
    * **service:** update service schemas with directives. remove context hardocde ([c6fabbb](c6fabbb))
    
    ### Features
    
    * **config:** beginning of k8s provider with auth, config, node serivce, and namespace service ([9201ec5](9201ec5))
    * **services:** add cronJob service ([39cc35a](39cc35a))
    * **services:** add job service ([5e77852](5e77852))
    * **services:** add networkPolicy service ([8c6c9d5](8c6c9d5))
    * **services:** add pod service and refactor obj -> array with util ([6e06b48](6e06b48))
    * **services:** add role service ([f802762](f802762))
    * **services:** add secret service ([944b43c](944b43c))
    * **services:** add serviceAccount service and connections to namesapce ([e005f69](e005f69))
    * **services:** Add services persistentVolume, persistentVolumeClaim, and storageClass ([fcd93e9](fcd93e9))
    * **services:** create Ingress service, update getData to allow passing context as file or config ([d7b7e07](d7b7e07))
    * **services:** create Service service ([8bd29c2](8bd29c2))
    * **services:** finish format for deployment, rework pod utils for reuse ([d241381](d241381))
    autocloud-deploy-bot committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    88e4ec2 View commit details
    Browse the repository at this point in the history
  4. chore: release pipelines to beta

    Release Github Actions pipelines to Beta channel
    ckoning authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b00ef24 View commit details
    Browse the repository at this point in the history
  5. chore(release): 0.1.0-beta.1

    # [0.1.0-beta.1](0.0.1...0.1.0-beta.1) (2022-04-05)
    
    ### Bug Fixes
    
    * **config:** update config log out to use context.name ([d12bcd5](d12bcd5))
    * **services:** small fixes for cronJob and pod schemas ([932fad2](932fad2))
    * **services:** update service connection names to plural ([5a4030d](5a4030d))
    
    ### Features
    
    * **services:** add networkPolicy service ([8c6c9d5](8c6c9d5))
    autocloud-deploy-bot committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ec5aa4b View commit details
    Browse the repository at this point in the history
Loading