Skip to content

Commit 50f40cc

Browse files
committed
IBM Wazi Developer for Workspaces v2.0.0
1 parent 928ced8 commit 50f40cc

File tree

4,399 files changed

+1258742
-2
lines changed

Some content is hidden

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

4,399 files changed

+1258742
-2
lines changed

.gitignore

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
# Red Hat #
2+
###################
3+
local*Dockerfile
4+
# asset*tgz
5+
# asset*tar.gz
6+
7+
.Dockerfile
8+
# Eclipse #
9+
###################
10+
11+
*.launch
12+
.classpath
13+
.project
14+
.settings/
15+
target/
16+
bin/
17+
test-output/
18+
maven-eclipse.xml
19+
20+
# Idea #
21+
##################
22+
*.iml
23+
*.ipr
24+
*.iws
25+
.idea/
26+
*.swp
27+
*.swo
28+
*~
29+
.vscode/
30+
31+
# Compiled source #
32+
###################
33+
!*.com/
34+
*.class
35+
*.dll
36+
*.exe
37+
*.o
38+
*.so
39+
*.dylib
40+
*.out
41+
*.test
42+
43+
# Packages #
44+
############
45+
# it's better to unpack these files and commit the raw source
46+
# git has its own built in compression methods
47+
*.7z
48+
*.dmg
49+
*.gz
50+
*.iso
51+
*.jar
52+
*.rar
53+
*.tar
54+
*.war
55+
*.ear
56+
57+
58+
# Logs and databases #
59+
######################
60+
*.log
61+
*.sqlite
62+
npm-debug.log.*
63+
64+
# OS generated files #
65+
######################
66+
.DS_Store
67+
ehthumbs.db
68+
Icon?
69+
Thumbs.db
70+
*/overlays
71+
*~
72+
73+
# Che files #
74+
#############
75+
.che
76+
dockerfiles/che/eclipse-che.tar.gz
77+
dockerfiles/che/eclipse-che/
78+
.unison*
79+
docs/_site
80+
docs/.sass-cache
81+
docs/.jekyll-metadata
82+
docs/assets/imgs
83+
!assembly/assembly-main/src/assembly/bin/
84+
85+
# NodeJs modules #
86+
##################
87+
plugins/plugin-terminal-ui/node_modules/
88+
plugins/plugin-terminal-ui/build/

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
language: generic
2+
sudo: required
3+
dist: trusty
4+
group: bluezone
5+
services:
6+
- docker
7+
env:
8+
global:
9+
- IMAGE_DEVFILE="icr.io/wazi-code/ibm-wazi-developer-for-workspaces-dev-file"
10+
- IMAGE_PLUGIN="icr.io/wazi-code/ibm-wazi-developer-for-workspaces-plugin"
11+
- IMAGE_OPERATOR="icr.io/cpopen/ibm-wazi-developer-for-workspaces-operator"
12+
- IMAGE_CATALOG="icr.io/cpopen/ibm-wazi-developer-for-workspaces-catalog"
13+
- DOCKERFILE_DEVFILE="./codeready-workspaces-devfileregistry/build/dockerfiles/Dockerfile"
14+
- DOCKERFILE_PLUGIN="./codeready-workspaces-pluginregistry/build/dockerfiles/Dockerfile"
15+
- DOCKERFILE_OPERATOR="./codeready-workspaces-operator/Dockerfile"
16+
- DOCKERFILE_CATALOG="./codeready-workspaces-operator/bundle/Dockerfile"
17+
before_install:
18+
- touch ./codeready-workspaces-operator/bundle/bundles.db
19+
- curl -L https://api.github.com/repos/che-incubator/header-rewrite-traefik-plugin/zipball --output ./codeready-workspaces-operator/asset-header-rewrite-traefik-plugin.zip
20+
- echo $DOCKER_KEY | docker login -u $DOCKER_USER --password-stdin registry.redhat.io
21+
install:
22+
- docker build -t ${IMAGE_DEVFILE}:travis -f ${DOCKERFILE_DEVFILE} --target "registry" ./codeready-workspaces-devfileregistry
23+
- docker build -t ${IMAGE_PLUGIN}:travis -f ${DOCKERFILE_PLUGIN} --target "registry" ./codeready-workspaces-pluginregistry
24+
- docker build -t ${IMAGE_OPERATOR}:travis -f ${DOCKERFILE_OPERATOR} ./codeready-workspaces-operator
25+
- docker build -t ${IMAGE_CATALOG}:travis -f ${DOCKERFILE_CATALOG} ./codeready-workspaces-operator
26+
script: echo "Success!"
27+
notifications:
28+
slack: ibm-systems-z:kiD2FZtJUJtUSp57dwHWwNX1

.whitesource

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1-
{
2-
"settingsInheritedFrom": "whitesource-config/whitesource-config@master"
1+
{
2+
"scanSettings": {
3+
"configMode": "LOCAL",
4+
"configExternalURL": "",
5+
"projectToken": "",
6+
"baseBranches": []
7+
},
8+
"checkRunSettings": {
9+
"vulnerableCheckRunConclusionLevel": "failure",
10+
"displayMode": "diff"
11+
},
12+
"issueSettings": {
13+
"minSeverityLevel": "LOW"
14+
},
15+
"remediateSettings": {
16+
"enableRenovate": true,
17+
"transitiveRemediation": true
18+
}
319
}

ISSUE_TEMPLATE/bug.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Report a Bug against IBM Wazi Developer for Workspaces
3+
about: Create a bug report that describes a problem, regression, or faulty behavior
4+
---
5+
6+
<!-- Search for existing issues and avoid duplication.
7+
8+
Before filing a bug check here if this is already a documented or known issue:
9+
10+
- Check the documentation's Known Issues and Troubleshooting pages: <https://ibm.biz/wazi-crw-doc>
11+
- Check the Open and Closed issues list in this GitHub repository: <https://github.com/ibm/wazi-codeready-workspaces-images/issues>
12+
- If this is a problem with Red Hat&reg; CodeReady Workspaces then check and file a bug here, please: <https://issues.redhat.com/browse/CRW>
13+
14+
-->
15+
16+
<!-- Describe your envionment and the observed bug. -->
17+
18+
## Development environment used
19+
20+
- CodeReady Workspaces Platform
21+
- [ ] OpenShift Container Platform
22+
- [ ] Other, please specify:
23+
- Platform Version:
24+
- CodeReady Workspaces Version:
25+
- Wazi Developer Version:
26+
- Logs attached (see [here](https://ibm.github.io/zopeneditor-about/Docs/knownissues.html) how to get them): yes/no
27+
28+
## Problem Description
29+
30+
Detailed steps for reproducing the problem:
31+
32+
1. First step
33+
34+
### Observed behavior
35+
36+
-
37+
38+
### Expected behavior
39+
40+
-

ISSUE_TEMPLATE/feature_request.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request for IBM Wazi Developer for Workspaces
3+
about: Add a feature request to help IBM Wazi Developer for Workspaces improve
4+
---
5+
6+
<!-- Search for existing enhancement requests to avoid duplication
7+
8+
Before filing an enhancement check here if this is already a documented issue or filed by someone else:
9+
10+
- Check the documentation's Known Issues and Troubleshooting pages: <https://ibm.biz/wazi-crw-doc>
11+
- Check the Open and Closed issues list in this GitHub repository: <https://github.com/ibm/wazi-codeready-workspaces-images/issues>
12+
- If this is a problem with Red Hat&reg; CodeReady Workspaces then check and file a bug here, please: <https://issues.redhat.com/browse/CRW>
13+
14+
-->
15+
16+
<!-- Describe the feature you'd like. -->
17+
18+
## Description of the enhancement requested
19+
20+
- I would like to see..

0 commit comments

Comments
 (0)