Skip to content

Commit 5eb9fbe

Browse files
Merge pull request #7 from projectoperations/main
pull
2 parents 44978ec + 18231d5 commit 5eb9fbe

88 files changed

Lines changed: 12652 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vscode/code-sync/extensions.json

Lines changed: 860 additions & 0 deletions
Large diffs are not rendered by default.

.vscode/code-sync/settings.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"tabnine.experimentalAutoImports": true,
3+
"editor.matchBrackets": false,
4+
"files.associations": {
5+
"MLTable": "yaml",
6+
".env*": "dotenv"
7+
},
8+
"editor.tokenColorCustomizations": {
9+
"[*Light*]": {
10+
"textMateRules": [
11+
{
12+
"scope": "ref.matchtext",
13+
"settings": {
14+
"foreground": "#000"
15+
}
16+
}
17+
]
18+
},
19+
"[*Dark*]": {
20+
"textMateRules": [
21+
{
22+
"scope": "ref.matchtext",
23+
"settings": {
24+
"foreground": "#fff"
25+
}
26+
}
27+
]
28+
},
29+
"textMateRules": [
30+
{
31+
"scope": "keyword.other.dotenv",
32+
"settings": {
33+
"foreground": "#FF000000"
34+
}
35+
}
36+
]
37+
},
38+
"chromiumide.metrics.showMessage": false,
39+
"symbols.hidesExplorerArrows": false,
40+
"chromiumide.metrics.collectMetrics": true,
41+
"remote.SSH.defaultExtensions": [
42+
"hocus.hocus-remote"
43+
],
44+
"oracledevtools.bookmarkFileFolder": "/home/igewebs/Oracle/oracle.oracledevtools",
45+
"oracledevtools.download.otherFolder": "/home/igewebs/downloads",
46+
"oracledevtools.connectionConfiguration.configFilesFolder": "/home/igewebs/Oracle/network/admin",
47+
"[oraclesql]": {
48+
"editor.suggest.showSnippets": true,
49+
"editor.quickSuggestions": {
50+
"comments": "on",
51+
"strings": "on",
52+
"other": "on"
53+
}
54+
},
55+
"oracledevtools.connectionConfiguration.walletFileFolder": "/home/igewebs/Oracle/network/admin",
56+
"Codegeex.Privacy": true,
57+
"DockerRun.DisableAutoGenerateConfig": true
58+
}

.vscode/settings.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
{
2-
"npm.enableRunFromFolder": true,
3-
"markdown.occurrencesHighlight.enabled": true,
4-
"merge-conflict.autoNavigateNextConflict.enabled": true
1+
"DockerRun.DisableAutoGenerateConfig": true
2+
=======
3+
{
4+
"npm.enableRunFromFolder": true,
5+
"markdown.occurrencesHighlight.enabled": true,
6+
"merge-conflict.autoNavigateNextConflict.enabled": true>>>>>> main
57
}

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
workspace.igecloud.dev
1+
officialmofabs.ecampuslearning.com

Remote-containers-main.zip

-2.24 MB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
code/*/.git
2+
code/*/node_modules
3+
.git

dev-projects/my-documaker/.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
LOCAL_USER_ID=1000
2+
POSTGRES_PASSWORD=password
3+
APP_PORT=8000
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)