Thanks to visit codestin.com
Credit goes to github.com

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: adobe/rules_gitops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Skydio/rules_gitops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 5 files changed
  • 8 contributors

Commits on Aug 12, 2021

  1. Add a not_gitops_image_repository_prefix

    This allows the image repository prefix to be configured when running in gitops==False. Defaults to current behavior
    gerald-skydio committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e1b76dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from Skydio/g3/apply-build-user

    Add a not_gitops_image_repository_prefix
    gerald-skydio authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a93e0fd View commit details
    Browse the repository at this point in the history
  3. Allow the kubectl context user and cluster to be configurable

    Currently the kubectl cluster and user are the same as passed into
    k8s_deploy. It would be great to allow this to be explicitly
    configurable and different than the cluster and user arguments. In
    particular, this is handy for EKS with the awscli command
    
    ```shell
    $ awseks update-kubeconfig --name foo
    ```
    
    Where the context's cluster and user names == the arn of the EKS
    cluster.
    gerald-skydio committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    a30c5c9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from Skydio/g3/kubectl-context-info

    Currently the kubectl cluster and user are the same as passed into
    k8s_deploy. It would be great to allow this to be explicitly
    configurable and different than the cluster and user arguments. In
    particular, this is handy for EKS with the awscli command
    
    $ awseks update-kubeconfig --name foo
    
    Where the context's cluster and user names == the arn of the EKS
    cluster.
    gerald-skydio authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e9fbfc2 View commit details
    Browse the repository at this point in the history
  5. Allow the gitops directory structure to be configurable

    Default to the current `{namespace}/{cluster}`, but allows users to
    change this as they see fit.
    gerald-skydio committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b4b6494 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from Skydio/g3/gitops-directory-structure

    Allow the gitops directory structure to be configurable
    gerald-skydio authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    62d5a54 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    1036297 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from Skydio/g3/merge-upstream

    Merge upstream into rules_gitops
    gerald-skydio authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    578cc61 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    6e2dcf4 View commit details
    Browse the repository at this point in the history
  2. Fix buildifier problems

    danny-skydio committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8a75e5c View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Merge pull request #6 from Skydio/danny/forward-tags

    Forward tags to every rule
    danny-skydio authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    21cd8ab View commit details
    Browse the repository at this point in the history
  2. Fix runfiles paths

    danny-skydio committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    38c04ef View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Merge pull request #7 from Skydio/danny/forward-tags

    Fix runfiles paths
    danny-skydio authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    1ae7367 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Omit image tags in gitops targets in k8s_deploy bazel rule

    - This is so we can still use tags in `.show` and `.apply` to deploy from bazel commands but be able to rely consistently on bazel gitops targets remaining the same and then we can be sure to test gitops files in CI.
    - The design of `rules_gitops` was that the gitops file commited would be the source of truth with what is deployed, but at Skydio we deploy with argocd and spinnaker outside of the git loop
    
    Tests:
    Tested with `skyops` and works as it should
    
    Topic: omit-image-in-gitops
    Reviewers: daniel-benton
    arturo-skydio committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    c8fd6b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2022

  1. Merge pull request #8 from Skydio/arturo/revup/master/omit-image-in-g…

    …itops
    
    Omit image tags in gitops targets in k8s_deploy bazel rule
    arturo-skydio authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    c5a77cc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Introduce a new dictionary that will be used to replace image in kust…

    …omize without having to add image_push targets
    
    - Tested this in `aircam` and `skyops`
    - With this change, all bazel gitops targets in `aircam` build without having to pull in python deps because the image target is no longer there
    
    Topic: avoid-image-targets
    Reviewers: daniel-benton
    arturo-skydio committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    e8af582 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge pull request #9 from Skydio/arturo/revup/master/avoid-image-tar…

    …gets
    
    Introduce a new dictionary that will be used to replace image in kustomize without having to add image_push targets
    arturo-skydio authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9f60d3d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. Configuration menu
    Copy the full SHA
    97e5a71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    780d20f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from Skydio/cherry-pick-bazel-5-fixes

    cherry pick bazel 5 fixes
    arturo-skydio authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    fda1e8a View commit details
    Browse the repository at this point in the history
Loading