This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git.


    from 3bb6272  Merge pull request #4 from apache/workflow
     new 43dd882  Add license checker
     new af3274f  Update relevant licenses
     new 1411b0b  Add workflow
     new c9a2f5c  typo
     new 5ad0e33  Merge remote-tracking branch 'origin/master' into oap-crds
     new 1a030a3  Fix issues from lint
     new 8e435eb  Merge pull request #3 from hanahmily/oap-crds

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |  32 ++++
 CONTRIBUTING.md                                    |  81 ++++++++++
 Makefile                                           |  22 ++-
 cmd/build/main.go                                  |  66 +++++++++
 .../operator.skywalking.apache.org_oapservers.yaml |  18 +++
 config/crd/kustomization.yaml                      |  17 +++
 config/crd/kustomizeconfig.yaml                    |  17 +++
 config/crd/patches/cainjection_in_oapservers.yaml  |  17 +++
 config/crd/patches/webhook_in_oapservers.yaml      |  17 +++
 config/manager/manager.yaml                        |  17 +++
 config/rbac/auth_proxy_service.yaml                |  17 +++
 config/rbac/role.yaml                              |  18 +++
 config/samples/oap.yaml                            |  17 +++
 config/webhook/manifests.yaml                      |   0
 LICENSE => dist/LICENSE                            |  32 ++++
 NOTICE => dist/NOTICE                              |   0
 dist/licenses/LICENSES-json-path.txt               |  25 ++++
 dist/licenses/LICENSES-logrus.txt                  |  21 +++
 go.mod                                             |   2 +
 go.sum                                             |   4 +
 pkg/build/license.go                               | 165 +++++++++++++++++++++
 21 files changed, 603 insertions(+), 2 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 CONTRIBUTING.md
 create mode 100644 cmd/build/main.go
 delete mode 100644 config/webhook/manifests.yaml
 copy LICENSE => dist/LICENSE (87%)
 copy NOTICE => dist/NOTICE (100%)
 create mode 100644 dist/licenses/LICENSES-json-path.txt
 create mode 100644 dist/licenses/LICENSES-logrus.txt
 create mode 100644 pkg/build/license.go

Reply via email to