From 66a6cc75ecb6d16391e27f7c57ec5ce721182b0f Mon Sep 17 00:00:00 2001 From: John Bampton Date: Wed, 10 Jan 2024 21:44:57 +1000 Subject: [PATCH 1/2] Add a Makefile for convenience https://pre-commit.com/#4-optional-run-against-all-the-files https://pre-commit.com/#3-install-the-git-hook-scripts https://pre-commit.com/#pre-commit-autoupdate --- Makefile | 11 +++++++++++ pom.xml | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 000000000000..604618679e0a --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +check : + pre-commit run --all-files +.PHONY : check + +checkinstall : + pre-commit install +.PHONY : checkinstall + +checkupdate : + pre-commit autoupdate +.PHONY : checkupdate diff --git a/pom.xml b/pom.xml index 2f3061d35136..97f5faeb7432 100644 --- a/pom.xml +++ b/pom.xml @@ -1004,8 +1004,9 @@ .gitignore CHANGES.md CONTRIBUTING.md - README.md INSTALL.md + Makefile + README.md build/build.number debian/cloudstack-agent.dirs debian/cloudstack-usage.dirs From 3ff62ec282e9a9335b911c10e7127d6ea7a725f4 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Thu, 13 Nov 2025 20:13:56 +1000 Subject: [PATCH 2/2] Fixup --- Makefile | 17 +++++++++++++++++ pom.xml | 3 ++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 604618679e0a..f8663f1edc25 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,20 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + check : pre-commit run --all-files .PHONY : check diff --git a/pom.xml b/pom.xml index 1f5bb1306cf1..2a36c1cc4efa 100644 --- a/pom.xml +++ b/pom.xml @@ -1054,7 +1054,6 @@ systemvm/agent/packages/** systemvm/debian/** test/integration/component/test_host_ha.sh - test/systemvm/README.md tools/appliance/*/template.json tools/cli/cloudmonkey.egg-info/* tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf @@ -1068,6 +1067,8 @@ tools/transifex/.tx/config ui/.* ui/.*/** + ui/docs/full-test-plan.template.md + ui/docs/smoke-test-plan.template.md ui/src/assets/** ui/public/** ui/legacy/**