File tree Expand file tree Collapse file tree 26 files changed +468
-6
lines changed
.github/workflows/license-templates
systemvm/agent/noVNC/vendor/pako Expand file tree Collapse file tree 26 files changed +468
-6
lines changed Original file line number Diff line number Diff line change 1+ Licensed to the Apache Software Foundation (ASF) under one
2+ or more contributor license agreements. See the NOTICE file
3+ distributed with this work for additional information
4+ regarding copyright ownership. The ASF licenses this file
5+ to you under the Apache License, Version 2.0 (the
6+ "License"); you may not use this file except in compliance
7+ with the License. You may obtain a copy of the License at
8+
9+ http://www.apache.org/licenses/LICENSE-2.0
10+
11+ Unless required by applicable law or agreed to in writing,
12+ software distributed under the License is distributed on an
13+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+ KIND, either express or implied. See the License for the
15+ specific language governing permissions and limitations
16+ under the License.
Original file line number Diff line number Diff line change @@ -38,6 +38,19 @@ repos:
3838 - id : gitleaks
3939 name : run gitleaks
4040 description : detect hardcoded secrets
41+ - repo : https://github.com/Lucas-C/pre-commit-hooks
42+ rev : v1.5.5
43+ hooks :
44+ - id : insert-license
45+ name : add license for all Markdown files
46+ files : \.md$
47+ args :
48+ - --comment-style
49+ - ' <!--|| -->'
50+ - --license-filepath
51+ - .github/workflows/license-templates/LICENSE.txt
52+ - --fuzzy-match-generates-todo
53+ exclude : ^(CHANGES|ISSUE_TEMPLATE|PULL_REQUEST_TEMPLATE)\.md$|^ui/docs/(full|smoke)-test-plan\.template\.md$
4154 - repo : https://github.com/pre-commit/pre-commit-hooks
4255 rev : v6.0.0
4356 hooks :
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# Contributing to Apache CloudStack (ACS)
221
322## Summary
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# Apache CloudStack Installation basics
221
322This document describes how to develop, build, package and install Apache
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# pre-commit
221
322We run [ pre-commit] ( https://pre-commit.com/ ) with
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# Apache CloudStack
221
322[ ![ Build Status] ( https://github.com/apache/cloudstack/actions/workflows/build.yml/badge.svg?branch=main )] ( https://github.com/apache/cloudstack/actions/workflows/build.yml )
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# CloudStack RPM and DEB packaging
221This directory contains all the required scripts and tools needed to build RPM and DEB packages for Apache CloudStack.
322
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# Cloudian HyperStore Object Storage Plugin
221
322## Plugin Purpose
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# CloudStack Volume Provider Adaptive Plugin Base
221
322The Adaptive Plugin Base is an abstract volume storage provider that
Original file line number Diff line number Diff line change 1+ <!--
2+ Licensed to the Apache Software Foundation (ASF) under one
3+ or more contributor license agreements. See the NOTICE file
4+ distributed with this work for additional information
5+ regarding copyright ownership. The ASF licenses this file
6+ to you under the Apache License, Version 2.0 (the
7+ "License"); you may not use this file except in compliance
8+ with the License. You may obtain a copy of the License at
9+
10+ http://www.apache.org/licenses/LICENSE-2.0
11+
12+ Unless required by applicable law or agreed to in writing,
13+ software distributed under the License is distributed on an
14+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+ KIND, either express or implied. See the License for the
16+ specific language governing permissions and limitations
17+ under the License.
18+ -->
19+
120# Changelog
221
322All notable changes to Linstor CloudStack plugin will be documented in this file.
You can’t perform that action at this time.
0 commit comments