forked from open-policy-agent/opa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'open-policy-agent:main' into main-chime
- Loading branch information
Showing
2,757 changed files
with
98,262 additions
and
16,983 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,65 @@ | ||
name: Adopt OPA | ||
description: Let the community know you have adopted OPA. | ||
title: organization_name has adopted OPA | ||
labels: "adopt-opa" | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for supporting the OPA project. Adding your organization to the list of adopters raises awareness for the project and is more help than you think! | ||
Check the current list of adopters: | ||
https://github.com/open-policy-agent/opa/blob/main/ADOPTERS.md | ||
- type: input | ||
id: org-name | ||
attributes: | ||
label: Organization Name | ||
description: Name of the organization. | ||
placeholder: ex. OPA, Inc. | ||
validations: | ||
required: false | ||
- type: input | ||
id: org-url | ||
attributes: | ||
label: Organization Website | ||
description: Provide a link to the organization website. | ||
placeholder: ex. openpolicyagent.org | ||
validations: | ||
required: false | ||
- type: input | ||
id: org-logo | ||
attributes: | ||
label: Organization Logo (optional) | ||
description: Provide a link to the organization logo. | ||
placeholder: ex. https://d33wubrfki0l68.cloudfront.net/a5bf5cefceefdba8ab3a9297fddab246355169a2/4a6f4/img/logo-white.png | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: opa-use-case | ||
attributes: | ||
label: How is your organization using OPA? | ||
description: 2 or 3 sentences about how your organization has incorporated OPA. | ||
placeholder: We secure all the things! | ||
validations: | ||
required: false | ||
- type: input | ||
id: source-code | ||
attributes: | ||
label: Source Code Link (optional) | ||
description: Is your use case open source? Provide a link. | ||
placeholder: ex. https://github.com/open-policy-agent/opa | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: content-links | ||
attributes: | ||
label: Want to link blogs or videos? Share them here. | ||
description: Please copy and paste links to content that shows how you're using OPA. | ||
- type: checkboxes | ||
id: existing-entry | ||
attributes: | ||
label: Update entry | ||
options: | ||
- label: Check this box if you want to update an existing entry. | ||
required: false |
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,33 @@ | ||
--- | ||
name: Feature request | ||
about: Let us know how we could improve OPA | ||
title: '' | ||
labels: feature-request | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Thanks for opening an issue to request a feature or file a bug! | ||
If you provide some basic information, it helps us address problems faster. --> | ||
|
||
## What part of OPA would you like to see improved? | ||
<!-- | ||
Is there something challenging or frustrating about OPA that you are trying to improve? | ||
Do you want OPA to integrate with another project or tool? | ||
Why would this improvement make your experience with OPA better? | ||
--> | ||
|
||
## Describe the ideal solution | ||
<!-- | ||
In the ideal scenario, there are more than enough resources to solve any problem. Describe what this solution would look like if the resources were available. | ||
--> | ||
|
||
## Describe a "Good Enough" solution | ||
<!-- | ||
In a more realistic world, we have limited time and resources to solve a problem. Describe what a minimum viable solution would look like that still satisfies the requirements. Think about what is a must-have and what is a nice-to-have; now list out the must-haves. Is there an alternate solution that would work just as well? | ||
--> | ||
|
||
## Additional Context | ||
<!-- | ||
Add in additional information that would help. Do you have links to similar solutions, screenshots of a problem, or mockups of a solution? | ||
--> |
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,60 @@ | ||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
daysUntilStale: 30 | ||
|
||
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed. | ||
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. | ||
# daysUntilClose: 7 | ||
daysUntilClose: false | ||
|
||
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) | ||
onlyLabels: [] | ||
|
||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable | ||
# exemptLabels: | ||
# - security | ||
# - "[Status] Maybe Later" | ||
exemptLabels: [] | ||
|
||
# Set to true to ignore issues in a project (defaults to false) | ||
exemptProjects: true | ||
|
||
# Set to true to ignore issues in a milestone (defaults to false) | ||
exemptMilestones: false | ||
|
||
# Set to true to ignore issues with an assignee (defaults to false) | ||
exemptAssignees: false | ||
|
||
# Label to use when marking as stale | ||
staleLabel: inactive | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as inactive because it has not had | ||
any activity in the last 30 days. | ||
# Comment to post when removing the stale label. | ||
# unmarkComment: > | ||
# Your comment here. | ||
|
||
# Comment to post when closing a stale Issue or Pull Request. | ||
# closeComment: > | ||
# Your comment here. | ||
|
||
# Limit the number of actions per hour, from 1-30. Default is 30 | ||
limitPerRun: 30 | ||
|
||
# Limit to only `issues` or `pulls` | ||
# only: issues | ||
|
||
# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': | ||
pulls: | ||
#daysUntilStale: 30 | ||
markComment: > | ||
This pull request has been automatically marked as stale because it has not had | ||
any activity in the last 30 days. | ||
# issues: | ||
# exemptLabels: | ||
# - confirmed |
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
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,17 @@ | ||
name: Post Release | ||
|
||
on: | ||
release: | ||
types: [published] | ||
|
||
jobs: | ||
kick-netlify: | ||
name: Kick Netlify | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- name: Trigger Netlify Deploy | ||
env: | ||
NETLIFY_BUILD_HOOK_URL: ${{ secrets.NETLIFY_BUILD_HOOK_URL }} | ||
if: ${{ env.NETLIFY_BUILD_HOOK_URL }} | ||
run: | | ||
curl --fail --request POST -d {} ${{ env.NETLIFY_BUILD_HOOK_URL }} |
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
Oops, something went wrong.