-
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.
- Loading branch information
0 parents
commit dd469fa
Showing
1,952 changed files
with
164,342 additions
and
0 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,13 @@ | ||
{ | ||
"plugins": ["lodash", "angularjs-annotate"], | ||
"presets": [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
"modules": false, | ||
"useBuiltIns": "entry", | ||
"corejs": "2" | ||
} | ||
] | ||
] | ||
} |
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,44 @@ | ||
version: "2" | ||
checks: | ||
argument-count: | ||
enabled: false | ||
complex-logic: | ||
enabled: false | ||
file-lines: | ||
enabled: false | ||
method-complexity: | ||
enabled: false | ||
method-count: | ||
enabled: false | ||
method-lines: | ||
enabled: false | ||
nested-control-flow: | ||
enabled: false | ||
return-statements: | ||
enabled: false | ||
similar-code: | ||
enabled: false | ||
identical-code: | ||
enabled: false | ||
plugins: | ||
gofmt: | ||
enabled: true | ||
eslint: | ||
enabled: true | ||
channel: "eslint-5" | ||
config: | ||
config: .eslintrc.yml | ||
exclude_patterns: | ||
- assets/ | ||
- build/ | ||
- dist/ | ||
- distribution/ | ||
- node_modules | ||
- test/ | ||
- webpack/ | ||
- gruntfile.js | ||
- webpack.config.js | ||
- api/ | ||
- "!app/kubernetes/**" | ||
- .github/ | ||
- .tmp/ |
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,3 @@ | ||
* | ||
!dist | ||
!build |
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,3 @@ | ||
node_modules/ | ||
dist/ | ||
test/ |
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 @@ | ||
env: | ||
browser: true | ||
jquery: true | ||
node: true | ||
es6: true | ||
|
||
globals: | ||
angular: true | ||
|
||
extends: | ||
- 'eslint:recommended' | ||
- prettier | ||
|
||
plugins: | ||
- import | ||
|
||
parserOptions: | ||
ecmaVersion: 2018 | ||
sourceType: module | ||
ecmaFeatures: | ||
modules: true | ||
|
||
rules: | ||
no-control-regex: off | ||
no-empty: warn | ||
no-empty-function: warn | ||
no-useless-escape: off | ||
import/order: error |
42 changes: 42 additions & 0 deletions
42
portainer-develop/portainer-develop/.github/ISSUE_TEMPLATE.md
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,42 @@ | ||
<!-- | ||
Thanks for opening an issue on Portainer ! | ||
Do you need help or have a question? Come chat with us on Slack http://portainer.io/slack/ or gitter https://gitter.im/portainer/Lobby. | ||
If you are reporting a new issue, make sure that we do not have any duplicates | ||
already open. You can ensure this by searching the issue list for this | ||
repository. If there is a duplicate, please close your issue and add a comment | ||
to the existing issue instead. | ||
Also, be sure to check our FAQ and documentation first: https://portainer.readthedocs.io | ||
If you suspect your issue is a bug, please edit your issue description to | ||
include the BUG REPORT INFORMATION shown below. | ||
--------------------------------------------------- | ||
BUG REPORT INFORMATION | ||
--------------------------------------------------- | ||
You do NOT have to include this information if this is a FEATURE REQUEST | ||
--> | ||
|
||
**Description** | ||
|
||
<!-- | ||
Briefly describe the problem you are having in a few paragraphs. | ||
--> | ||
|
||
**Steps to reproduce the issue:** | ||
|
||
1. 2. 3. | ||
|
||
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead? | ||
|
||
**Technical details:** | ||
|
||
- Portainer version: | ||
- Target Docker version (the host/cluster you manage): | ||
- Platform (windows/linux): | ||
- Command used to start Portainer (`docker run -p 9443:9443 portainer/portainer`): | ||
- Target Swarm version (if applicable): | ||
- Browser: |
54 changes: 54 additions & 0 deletions
54
portainer-develop/portainer-develop/.github/ISSUE_TEMPLATE/Bug_report.md
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,54 @@ | ||
--- | ||
name: Bug report | ||
about: Create a bug report | ||
title: '' | ||
labels: bug/need-confirmation, kind/bug | ||
assignees: '' | ||
--- | ||
|
||
<!-- | ||
Thanks for reporting a bug for Portainer ! | ||
You can find more information about Portainer support framework policy here: https://www.portainer.io/2019/04/portainer-support-policy/ | ||
Do you need help or have a question? Come chat with us on Slack http://portainer.slack.com/ | ||
Before opening a new issue, make sure that we do not have any duplicates | ||
already open. You can ensure this by searching the issue list for this | ||
repository. If there is a duplicate, please close your issue and add a comment | ||
to the existing issue instead. | ||
Also, be sure to check our FAQ and documentation first: https://documentation.portainer.io/ | ||
--> | ||
|
||
**Bug description** | ||
A clear and concise description of what the bug is. | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Portainer Logs** | ||
Provide the logs of your Portainer container or Service. | ||
You can see how [here](https://documentation.portainer.io/r/portainer-logs) | ||
|
||
**Steps to reproduce the issue:** | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Technical details:** | ||
|
||
- Portainer version: | ||
- Docker version (managed by Portainer): | ||
- Kubernetes version (managed by Portainer): | ||
- Platform (windows/linux): | ||
- Command used to start Portainer (`docker run -p 9443:9443 portainer/portainer`): | ||
- Browser: | ||
- Use Case (delete as appropriate): Using Portainer at Home, Using Portainer in a Commerical setup. | ||
- Have you reviewed our technical documentation and knowledge base? Yes/No | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
25 changes: 25 additions & 0 deletions
25
portainer-develop/portainer-develop/.github/ISSUE_TEMPLATE/Custom.md
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,25 @@ | ||
--- | ||
name: Question | ||
about: Ask us a question about Portainer usage or deployment | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
Before you start, we need a little bit more information from you: | ||
|
||
Use Case (delete as appropriate): Using Portainer at Home, Using Portainer in a Commerical setup. | ||
|
||
Have you reviewed our technical documentation and knowledge base? Yes/No | ||
|
||
<!-- | ||
You can find more information about Portainer support framework policy here: https://old.portainer.io/2019/04/portainer-support-policy/ | ||
Do you need help or have a question? Come chat with us on Slack http://portainer.slack.com/ | ||
Also, be sure to check our FAQ and documentation first: https://documentation.portainer.io/ | ||
--> | ||
|
||
**Question**: | ||
How can I deploy Portainer on... ? |
34 changes: 34 additions & 0 deletions
34
portainer-develop/portainer-develop/.github/ISSUE_TEMPLATE/Feature_request.md
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,34 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a feature/enhancement that should be added in Portainer | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
Thanks for opening a feature request for Portainer ! | ||
Do you need help or have a question? Come chat with us on Slack http://portainer.slack.com/ | ||
Before opening a new issue, make sure that we do not have any duplicates | ||
already open. You can ensure this by searching the issue list for this | ||
repository. If there is a duplicate, please close your issue and add a comment | ||
to the existing issue instead. | ||
Also, be sure to check our FAQ and documentation first: https://documentation.portainer.io/ | ||
--> | ||
|
||
**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. |
5 changes: 5 additions & 0 deletions
5
portainer-develop/portainer-develop/.github/ISSUE_TEMPLATE/config.yml
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Portainer Business | ||
url: https://www.portainer.io/portainerbusiness | ||
about: Would you and your co-workers benefit from our enterprise edition which provides functionality to deploy Portainer at scale? |
15 changes: 15 additions & 0 deletions
15
portainer-develop/portainer-develop/.github/workflows/label-conflcts.yaml
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,15 @@ | ||
on: | ||
push: | ||
branches: | ||
- develop | ||
- 'release/**' | ||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: mschilde/auto-label-merge-conflicts@master | ||
with: | ||
CONFLICT_LABEL_NAME: 'has conflicts' | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
MAX_RETRIES: 5 | ||
WAIT_MS: 5000 |
19 changes: 19 additions & 0 deletions
19
portainer-develop/portainer-develop/.github/workflows/rebase.yml
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,19 @@ | ||
name: Automatic Rebase | ||
on: | ||
issue_comment: | ||
types: [created] | ||
jobs: | ||
rebase: | ||
name: Rebase | ||
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout the latest code | ||
uses: actions/checkout@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo | ||
- name: Automatic Rebase | ||
uses: cirrus-actions/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
27 changes: 27 additions & 0 deletions
27
portainer-develop/portainer-develop/.github/workflows/stale.yml
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,27 @@ | ||
name: Close Stale Issues | ||
on: | ||
schedule: | ||
- cron: '0 12 * * *' | ||
jobs: | ||
stale: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
|
||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
# Issue Config | ||
days-before-issue-stale: 60 | ||
days-before-issue-close: 7 | ||
stale-issue-label: 'status/stale' | ||
exempt-all-issue-milestones: true # Do not stale issues in a milestone | ||
exempt-issue-labels: kind/enhancement, kind/style, kind/workaround, kind/refactor, bug/need-confirmation, bug/confirmed, status/discuss | ||
stale-issue-message: 'This issue has been marked as stale as it has not had recent activity, it will be closed if no further activity occurs in the next 7 days. If you believe that it has been incorrectly labelled as stale, leave a comment and the label will be removed.' | ||
close-issue-message: 'Since no further activity has appeared on this issue it will be closed. If you believe that it has been incorrectly closed, leave a comment mentioning `portainer/support` and one of our staff will then review the issue. Note - If it is an old bug report, make sure that it is reproduceable in the latest version of Portainer as it may have already been fixed.' | ||
|
||
# Pull Request Config | ||
days-before-pr-stale: -1 # Do not stale pull request | ||
days-before-pr-close: -1 # Do not close pull request |
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,15 @@ | ||
node_modules | ||
bower_components | ||
dist | ||
portainer-checksum.txt | ||
api/cmd/portainer/portainer* | ||
.tmp | ||
**/.vscode/settings.json | ||
**/.vscode/tasks.json | ||
|
||
.eslintcache | ||
__debug_bin | ||
|
||
api/docs | ||
.idea | ||
.env |
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 @@ | ||
portainer |
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 @@ | ||
{ | ||
"printWidth": 180, | ||
"singleQuote": true, | ||
"htmlWhitespaceSensitivity": "strict", | ||
"overrides": [ | ||
{ | ||
"files": ["*.html"], | ||
"options": { | ||
"parser": "angular" | ||
} | ||
} | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
portainer-develop/portainer-develop/.vscode.example/launch.json
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,19 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Launch", | ||
"type": "go", | ||
"request": "launch", | ||
"mode": "debug", | ||
"program": "${workspaceRoot}/api/cmd/portainer/main.go", | ||
"cwd": "${workspaceRoot}", | ||
"env": {}, | ||
"showLog": true, | ||
"args": ["--data", "${env:HOME}/portainer-data", "--assets", "${workspaceRoot}/dist"] | ||
} | ||
] | ||
} |
Oops, something went wrong.