Skip to content

Commit 53d6516

Browse files
pdion891swillandrijapanicsbyadvrnvazquez
authored
merge acs-api-commands project into tools (#11098)
* Initial commit * initial commit * minor changes * more versions * add diff files * update README * 4.4.2 to 4.5.0 * update 4.6.0 * updated 4.6.0 from rc2 * add 4.7.0 * 4.8.0 * added 4.9 and fixed readme * updated typo in readme * updated the readme to be more complete * updated readme with more detailed instructions * fixed a typo in the commands * updated readme to fix another typo * updated the readme * added the 4.10 release * add everything after 4.10 * reorganised older files, renamed new ones to new naming scheme * readme * readme * readme * delete 4.13 for test run via automation * Add files via upload * adding 4.13 commands * Delete 4.13_commands.xml * Adding 4.14 files * Update README.md * Update README.md * Update README.md * 4.15 changes Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> * 4.16.0 changes * 4.17.0 Release * 4.18 api docs * final version of 4.18 API * Add 4.19 and 4.20 api commands * remove unnecessary license file, update README for updated path. * fix lint * remove trailing whitespace * - pom.xml fixes the Apache RAT license gate (rat.yml). - .codespellrc stops the spelling check from failing on the generated files' typos. * fix pre-commit end-of-file * added missing release from initial merge of the projet --------- Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> Co-authored-by: Will Stevens <williamstevens@gmail.com> Co-authored-by: andrijapanicsb <andrija.panic@shapeblue.com> Co-authored-by: Andrija Panic <45762285+andrijapanicsb@users.noreply.github.com> Co-authored-by: Rohit Yadav <rohit.yadav@shapeblue.com> Co-authored-by: nicolas <nicovazquez90@gmail.com> Co-authored-by: Daan Hoogland <daan@onecht.net> Co-authored-by: João Jandre <joao@scclouds.com.br>
1 parent e9dbb5e commit 53d6516

57 files changed

Lines changed: 2066961 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.codespellrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
[codespell]
1919
ignore-words = .github/linters/codespell.txt
20-
skip = systemvm/agent/noVNC/*,ui/package.json,ui/package-lock.json,ui/public/js/less.min.js,ui/public/locales/*.json,server/src/test/java/org/apache/cloudstack/network/ssl/CertServiceTest.java,test/integration/smoke/test_ssl_offloading.py
20+
skip = systemvm/agent/noVNC/*,ui/package.json,ui/package-lock.json,ui/public/js/less.min.js,ui/public/locales/*.json,server/src/test/java/org/apache/cloudstack/network/ssl/CertServiceTest.java,test/integration/smoke/test_ssl_offloading.py,tools/apidoc-versions-diff/*

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,7 @@
10981098
<exclude>test/integration/component/test_host_ha.sh</exclude>
10991099
<exclude>tools/appliance/*/template.json</exclude>
11001100
<exclude>tools/cli/cloudmonkey.egg-info/*</exclude>
1101+
<exclude>tools/apidoc-versions-diff/**</exclude>
11011102
<exclude>tools/devcloud/basebuild/puppet-devcloudinitial/files/network.conf</exclude>
11021103
<exclude>tools/docker/Dockerfile</exclude>
11031104
<exclude>tools/docker/supervisord.conf</exclude>

0 commit comments

Comments
 (0)