-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
6170e9c
commit 669ab84
Showing
60 changed files
with
458 additions
and
16,485 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 |
---|---|---|
@@ -1,43 +1,44 @@ | ||
{ | ||
"name": "Existing Docker Compose (Extend)", | ||
"name": "Existing Docker Compose (Extend)", | ||
|
||
"dockerComposeFile": ["docker-compose.yml"], | ||
"dockerComposeFile": ["docker-compose.yml"], | ||
|
||
"service": "svc", | ||
"service": "svc", | ||
|
||
"workspaceFolder": "/workspace", | ||
"workspaceFolder": "/workspace", | ||
|
||
// Set *default* container specific settings.json values on container create. | ||
"settings": { | ||
"_workbench.uiExtensions": ["peterjausovec.vscode-docker"], | ||
"python.jediEnabled": false, | ||
"python.testing.pytestEnabled": true, | ||
"pythonTestExplorer.testFramework": "pytest", | ||
"python.testing.autoTestDiscoverOnSaveEnabled": true, | ||
"python.pythonPath": "/usr/local/bin/python3", | ||
"python.testing.pytestPath": "/usr/local/bin/pytest", | ||
"editor.formatOnSave": false, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.fontFamily": "Cascadia Code, Fira Code", | ||
"[markdown]": { | ||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint" | ||
// Set *default* container specific settings.json values on container create. | ||
"settings": { | ||
"python.formatting.provider": "black", | ||
"_workbench.uiExtensions": ["peterjausovec.vscode-docker"], | ||
"python.jediEnabled": false, | ||
"python.testing.pytestEnabled": true, | ||
"pythonTestExplorer.testFramework": "pytest", | ||
"python.testing.autoTestDiscoverOnSaveEnabled": true, | ||
"python.pythonPath": "/usr/local/bin/python3", | ||
"python.testing.pytestPath": "/usr/local/bin/pytest", | ||
"editor.formatOnSave": false, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"editor.fontFamily": "Cascadia Code, Fira Code", | ||
"[markdown]": { | ||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint" | ||
}, | ||
"[python]": { | ||
"editor.defaultFormatter": "ms-python.python" | ||
}, | ||
"grammarly.files.include": ["**/*.md", "**/*.txt"] | ||
}, | ||
"[python]": { | ||
"editor.defaultFormatter": "ms-python.python" | ||
}, | ||
"grammarly.files.include": ["**/*.md", "**/*.txt"] | ||
}, | ||
|
||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"github.copilot", | ||
"eamodio.gitlens", | ||
"shardulm94.trailing-spaces", | ||
"esbenp.prettier-vscode", | ||
"ms-python.python", | ||
"gruntfuggly.todo-tree", | ||
"cweijan.vscode-database-client2", | ||
"littlefoxteam.vscode-python-test-adapter", | ||
"ms-azuretools.vscode-docker" | ||
] | ||
// Add the IDs of extensions you want installed when the container is created. | ||
"extensions": [ | ||
"github.copilot", | ||
"eamodio.gitlens", | ||
"shardulm94.trailing-spaces", | ||
"esbenp.prettier-vscode", | ||
"ms-python.python", | ||
"gruntfuggly.todo-tree", | ||
"cweijan.vscode-database-client2", | ||
"littlefoxteam.vscode-python-test-adapter", | ||
"ms-azuretools.vscode-docker" | ||
] | ||
} |
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 |
---|---|---|
@@ -1,70 +1,70 @@ | ||
repository: | ||
# See https://developer.github.com/v3/repos/#edit for all available settings. | ||
# See https://developer.github.com/v3/repos/#edit for all available settings. | ||
|
||
# The name of the repository. Changing this will rename the repository | ||
name: sap-web | ||
# The name of the repository. Changing this will rename the repository | ||
name: sap-core | ||
|
||
# A short description of the repository that will show up on GitHub | ||
description: description of repo | ||
# A short description of the repository that will show up on GitHub | ||
description: description of repo | ||
|
||
# A URL with more information about the repository | ||
homepage: https://swarmies.github.io/sap-web/ | ||
# A URL with more information about the repository | ||
homepage: https://swarmies.github.io/sap-core/ | ||
|
||
# Either `true` to make the repository private, or `false` to make it public. | ||
private: false | ||
# Either `true` to make the repository private, or `false` to make it public. | ||
private: false | ||
|
||
# Either `true` to enable issues for this repository, `false` to disable them. | ||
has_issues: true | ||
# Either `true` to enable issues for this repository, `false` to disable them. | ||
has_issues: true | ||
|
||
# Either `true` to enable the wiki for this repository, `false` to disable it. | ||
has_wiki: true | ||
# Either `true` to enable the wiki for this repository, `false` to disable it. | ||
has_wiki: true | ||
|
||
# Either `true` to enable downloads for this repository, `false` to disable them. | ||
has_downloads: true | ||
# Either `true` to enable downloads for this repository, `false` to disable them. | ||
has_downloads: true | ||
|
||
# Updates the default branch for this repository. | ||
default_branch: develop | ||
# Updates the default branch for this repository. | ||
default_branch: develop | ||
|
||
# Either `true` to allow squash-merging pull requests, or `false` to prevent | ||
# squash-merging. | ||
allow_squash_merge: true | ||
# Either `true` to allow squash-merging pull requests, or `false` to prevent | ||
# squash-merging. | ||
allow_squash_merge: true | ||
|
||
# Either `true` to allow merging pull requests with a merge commit, or `false` | ||
# to prevent merging pull requests with merge commits. | ||
allow_merge_commit: true | ||
# Either `true` to allow merging pull requests with a merge commit, or `false` | ||
# to prevent merging pull requests with merge commits. | ||
allow_merge_commit: true | ||
|
||
# Either `true` to allow rebase-merging pull requests, or `false` to prevent | ||
# rebase-merging. | ||
allow_rebase_merge: true | ||
# Either `true` to allow rebase-merging pull requests, or `false` to prevent | ||
# rebase-merging. | ||
allow_rebase_merge: true | ||
|
||
# Labels: define labels for Issues and Pull Requests | ||
labels: | ||
- name: bug | ||
color: CC0000 | ||
- name: feature | ||
color: 336699 | ||
- name: first-timers-only | ||
# include the old name to rename and existing label | ||
oldname: Help Wanted | ||
- name: bug | ||
color: CC0000 | ||
- name: feature | ||
color: 336699 | ||
- name: first-timers-only | ||
# include the old name to rename and existing label | ||
oldname: Help Wanted | ||
|
||
# Collaborators: give specific users access to this repository. | ||
collaborators: | ||
- username: kirubeltadesse | ||
# Note: Only valid on organization-owned repositories. | ||
# The permission to grant the collaborator. Can be one of: | ||
# * `pull` - can pull, but not push to or administer this repository. | ||
# * `push` - can pull and push, but not administer this repository. | ||
# * `admin` - can pull, push and administer this repository. | ||
permission: push | ||
- username: Roberamelaek | ||
permission: pull | ||
|
||
- username: dinaolmelak | ||
permission: pull | ||
|
||
- username: Getnet12 | ||
permission: pull | ||
|
||
- username: BAbate | ||
permission: pull | ||
- username: kirubeltadesse | ||
# Note: Only valid on organization-owned repositories. | ||
# The permission to grant the collaborator. Can be one of: | ||
# * `pull` - can pull, but not push to or administer this repository. | ||
# * `push` - can pull and push, but not administer this repository. | ||
# * `admin` - can pull, push and administer this repository. | ||
permission: push | ||
|
||
- username: Roberamelaek | ||
permission: pull | ||
|
||
- username: dinaolmelak | ||
permission: pull | ||
|
||
- username: Getnet12 | ||
permission: pull | ||
|
||
- username: BAbate | ||
permission: pull |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.