-
Kevin Holmes authored
* ci: add skywalking eyes license header check (#1) GitHub Actions workflow to check for Apache 2.0 License in all applicable file headers. First run to fix headers automatically with some manual fixes for headers with incorrect dates or missing lines. Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * resolve verify-boilerplate.sh, add more paths to ignore Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * ignore more auto-gen files, resolve merge conflict Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * revert generated files, remove extra spaces in url Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * update ignored files Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * ignore Dockerfiles Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * resolve revive linter error with // directly above a package statement Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * build(install.sh): Bump kind version to 0.11.1 (#2357) Signed-off-by:
Stanley Nguyen <hung.ngn.the@gmail.com> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * Better way to gen command. (#2336) * better way to gen cmd Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * Add some comment &a minor fix Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * minor fix Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * minor fix Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * minor fix Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * fix comment & move pkg Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * add error return &unmars.. ->mars.. Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * fix error Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> * make option more reasonable Signed-off-by:
andrewmatilde <davis6813585853062@outlook.com> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * Controllers gateway flag (#2214) * use bootstrap to start controller Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * add enabled_webhooks and enabled_controllers Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * fix fx Options Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * fix check Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * add quote to environment vairables Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * return the error value Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * replace controller name with const variable Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> Co-authored-by:
Ti Chi Robot <ti-community-prow-bot@tidb.io> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * chore(deps): Bump url-parse from 1.5.1 to 1.5.3 in /ui (#2361) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 ) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * add github action to build on multiple arch (#2352) * add github action to build on multiple arch Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * add release trigger Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * add gqlgen dependencies and add space between else and ifeq Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * copy the whole gqlgen directory Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * replace apt-get clean with rm -rf /var/lib/apt/lists/ Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> * fix github action set variable Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> Co-authored-by:
Ti Chi Robot <ti-community-prow-bot@tidb.io> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * Add new chaos-builder marker 'chaos-mash:experiment' (#2353) * chore: add new chaos-builder marker 'chaos-mash:experiment' Signed-off-by:
SiyuChen <ryougi201@gmail.com> * fix: make check Signed-off-by:
SiyuChen <ryougi201@gmail.com> * feat: add chaos-mesh:webhook:enableUpdate marker Signed-off-by:
SiyuChen <ryougi201@gmail.com> Co-authored-by:
Ti Chi Robot <ti-community-prow-bot@tidb.io> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * fix: replace core.SelectorInfo with v1alpha1.PodSelectorSpec (#2364) * replace core.SelectorInfo with v1alpha1.PodSelectorSpec Signed-off-by:
FingerLeader <wanxfinger@gmail.com> * replace core.SelectorInfo with v1alpha1.PodSelectorSpec Signed-off-by:
FingerLeader <wanxfinger@gmail.com> * remove useless annotation Signed-off-by:
FingerLeader <wanxfinger@gmail.com> * update swagger comments Signed-off-by:
FingerLeader <wanxfinger@gmail.com> * remove SeletorInfo Signed-off-by:
FingerLeader <wanxfinger@gmail.com> Co-authored-by:
Ti Chi Robot <ti-community-prow-bot@tidb.io> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * ci: fix image tag output in github action (#2370) Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * add some boilerplate and ignores Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> Signed-off-by:
Kevin Holmes <kholmes@jahnelgroup.com> * add .lift.toml to the license check ignore Signed-off-by:
YangKeao <yangkeao@chunibyo.icu> Co-authored-by:
Stanley Nguyen <stanleynguyen@users.noreply.github.com> Co-authored-by:
Andrewmatilde <davis6813585853062@outlook.com> Co-authored-by:
YangKeao <keao.yang@yahoo.com> Co-authored-by:
Ti Chi Robot <ti-community-prow-bot@tidb.io> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Siyu Chen <ryougi201@gmail.com> Co-authored-by:
FingerLeader <43462394+FingerLeader@users.noreply.github.com> Co-authored-by:
YangKeao <yangkeao@chunibyo.icu>
98af3a0e