-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from lkubb/copier-migration
- Loading branch information
Showing
83 changed files
with
1,076 additions
and
1,025 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Autogenerated. Do not edit this by hand, use `copier update`. | ||
--- | ||
_commit: 0.3.7 | ||
_src_path: https://github.com/salt-extensions/salt-extension-copier | ||
author: Salt Core Team | ||
author_email: [email protected] | ||
coc_contact: '' | ||
copyright_begin: 2023 | ||
deploy_docs: rolling | ||
docs_url: https://salt-extensions.github.io/saltext-apache/ | ||
integration_name: Apache | ||
license: apache | ||
loaders: | ||
- module | ||
- state | ||
max_salt_version: 3007 | ||
no_saltext_namespace: false | ||
package_name: apache | ||
project_name: apache | ||
python_requires: '3.8' | ||
salt_version: '3006' | ||
source_url: https://github.com/salt-extensions/saltext-apache | ||
ssh_fixtures: false | ||
summary: Salt Extension for interacting with Apache | ||
test_containers: false | ||
tracker_url: https://github.com/salt-extensions/saltext-apache/issues | ||
url: https://github.com/salt-extensions/saltext-apache | ||
workflows: org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### Description of Issue | ||
<!-- Note: Please direct questions to the salt-users google group, Slack, IRC, etc. Only post issues and feature requests here --> | ||
|
||
### Setup | ||
(Please provide relevant configs and/or SLS files (Be sure to remove sensitive info).) | ||
|
||
### Steps to Reproduce Issue | ||
(Include debug logs if possible and relevant.) | ||
|
||
### Versions Report | ||
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[BUG]" | ||
labels: bug, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Setup** | ||
(Please provide relevant configs and/or SLS files (be sure to remove sensitive info. There is no general set-up of Salt.) | ||
|
||
Please be as specific as possible and give set-up details. | ||
|
||
- [ ] on-prem machine | ||
- [ ] VM (Virtualbox, KVM, etc. please specify) | ||
- [ ] VM running on a cloud service, please be explicit and add details | ||
- [ ] container (Kubernetes, Docker, containerd, etc. please specify) | ||
- [ ] or a combination, please be explicit | ||
- [ ] jails if it is FreeBSD | ||
- [ ] classic packaging | ||
- [ ] onedir packaging | ||
- [ ] used bootstrap to install | ||
|
||
|
||
**Steps to Reproduce the behavior** | ||
(Include debug logs if possible and relevant) | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Versions Report** | ||
<details><summary>salt --versions-report</summary> | ||
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.) | ||
|
||
```yaml | ||
PASTE HERE | ||
``` | ||
</details> | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Salt Community Slack | ||
url: https://saltstackcommunity.slack.com/ | ||
about: Please ask and answer questions here. | ||
- name: Salt-Users Forum | ||
url: https://groups.google.com/forum/#!forum/salt-users | ||
about: Please ask and answer questions here. | ||
- name: Salt on LiberaChat | ||
url: https://web.libera.chat/#salt | ||
about: Please ask and answer questions here. | ||
- name: Security vulnerabilities | ||
email: [email protected] | ||
about: Please report security vulnerabilities here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
name: Docs | ||
about: Issue related to Salt Documentation | ||
title: "[DOCS]" | ||
labels: documentation, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Description** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Suggested Fix** | ||
What did you expect to see in the documentation that is missing or needs updating? | ||
|
||
**Type of documentation** | ||
This could be module documentation or a guide. | ||
|
||
**Location or format of documentation** | ||
Insert page URL if applicable. | ||
|
||
**Additional context** | ||
Add any other context or screenshots here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[FEATURE REQUEST]" | ||
labels: feature, needs-triage | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: Tech Debt | ||
about: Issue is related to tech debt. This includes compatibility changes for newer versions of software and OSes that salt interacts with. | ||
title: "[TECH DEBT]" | ||
labels: tech-debt | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Description of the tech debt to be addressed, include links and screenshots | ||
|
||
### Versions Report | ||
(Provided by running `salt --versions-report`. Please also mention any differences in master/minion versions.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### What does this PR do? | ||
|
||
### What issues does this PR fix or reference? | ||
Fixes: | ||
|
||
### Previous Behavior | ||
Remove this section if not relevant | ||
|
||
### New Behavior | ||
Remove this section if not relevant | ||
|
||
### Merge requirements satisfied? | ||
**[NOTICE] Bug fixes or features added to Salt require tests.** | ||
<!-- Please review the [test documentation](https://docs.saltproject.io/en/master/topics/tutorials/writing_tests.html) for details on how to implement tests into Salt's test suite. --> | ||
- [ ] Docs | ||
- [ ] Changelog - https://docs.saltproject.io/en/master/topics/development/changelog.html | ||
- [ ] Tests written/updated | ||
|
||
### Commits signed with GPG? | ||
Yes/No | ||
|
||
Please review [Salt's Contributing Guide](https://docs.saltproject.io/en/master/topics/development/contributing.html) for best practices. | ||
|
||
See GitHub's [page on GPG signing](https://help.github.com/articles/signing-commits-using-gpg/) for more information about signing commits with GPG. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Pull Request or Push | ||
|
||
on: | ||
push: | ||
branches: | ||
- 'main' # Run on pushes to main | ||
tags-ignore: | ||
- '*' # Ignore pushes to tags | ||
pull_request: | ||
|
||
jobs: | ||
call_central_workflow: | ||
name: CI | ||
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | ||
with: | ||
deploy-docs: true | ||
permissions: | ||
contents: write | ||
id-token: write | ||
pages: write | ||
pull-requests: read |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Tagged Releases | ||
|
||
on: | ||
push: | ||
tags: | ||
- "v*" # Only tags starting with "v" for "v1.0.0", etc. | ||
|
||
jobs: | ||
get_tag_version: | ||
runs-on: ubuntu-latest | ||
outputs: | ||
version: ${{ steps.get_version.outputs.version }} | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Extract tag name | ||
id: get_version | ||
run: echo "version=$(echo ${GITHUB_REF#refs/tags/v})" >> $GITHUB_OUTPUT | ||
|
||
call_central_workflow: | ||
needs: get_tag_version | ||
uses: salt-extensions/central-artifacts/.github/workflows/ci.yml@main | ||
with: | ||
deploy-docs: true | ||
release: true | ||
version: ${{ needs.get_tag_version.outputs.version }} | ||
permissions: | ||
contents: write | ||
id-token: write | ||
pages: write | ||
pull-requests: read | ||
secrets: inherit |
Oops, something went wrong.