15 Commits

Author SHA1 Message Date
Anand Kumar Singh
ce42ce435e InterOP: enable test report generation for tests (#6307)
* enable test report generation for tests

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* add test-reports to gitignore

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2022-11-16 20:22:49 +00:00
Mrinal Das
b1245a5337 Adds app commands for devfile components (#4007)
* Adds app commands for devfile components

* Fixes log messages and comments

* Fixes s2i app test script

* Fixes s2i local config components

* Removes devfile test for help

* Adds unit test cases for List()

* Updates integration tests

* Fixed alias in import
2020-10-12 08:36:00 -04:00
Charlie Drage
1297144a4e Add .gitignore files for jekyll / site (#3171)
**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind code-refactoring

**What does does this PR do / why we need it**:

Updates the `.gitignore` for html and jekyll information. As I kept
having to `git clean` the dir.

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2020-05-15 13:25:59 -04:00
Maysun J Faisal
e08fde92a9 Remove devfile integration test dependency on git clone (#3065)
* add in node and spring projects for test

Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>

* fix devfile integration tests for clone

Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>

* remove .classpath .settings .project from test template

Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>

* Update merged tests for devfile clone

Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>

* Update merged url test and remove git clone

Signed-off-by: Maysun J Faisal <maysun.j.faisal@ibm.com>
2020-05-08 20:12:33 +02:00
Amit Rout
cde5120e72 Update test reports path in gitignore file (#2252) 2019-10-09 07:17:12 -07:00
Charlie Drage
9d9b2c33d8 Add tests/reports to .gitignore (#2141)
Ignore these files when committing. These are test reports which are
generated when running tests locally or on CI.
2019-09-19 09:49:26 +02:00
Charlie Drage
6f78f7ef87 Adds the odo website to the master branch (#1644)
This adds the odo website to the master branch of odo.

From here on out, we'll modify any site changes (layout and such) in the
root directory, while the `gh-pages` branch will contain the built / raw
html.
2019-04-25 02:55:37 -07:00
Tomas Kral
7c81a212d8 Clean e2e test example (#1535)
* a template for a clean tests

* vendor: update ginkgo,gomega,testify

* e2e template: Remove Before/AfterSuite and rename file

* gofmt

* don't ignore .odo
2019-04-01 06:09:14 -07:00
girish ramnani
2bc274e3bc Support for global and local odo-config files (#1168)
* renamed the config file

* broke the config into global and local config structs

* lookup added

* use the global config everywhere

* resolved tests

* resolved logs and application_test

* added support for global flag in utils config cli

* resolved failed tests

* resolved code climate issues

* updated help and added e2e test

* updated the cli reference

* added configuration check, common config and success message

* added check for user confirmation

* Resolved the failing config test

* add force flag

* not show default values when doing config view

* resolved failing tests

* created proxy New method and refactored to CVR pattern for global stuff

* resolved tests

* used the check in set local config

* local odo config created only when we set config

* added delete command and tests

* removed focus

* resolved code climate error

* resolved go ci issue

* resolved config tests

* CamelCased the config and regen the cli ref

* removed allNil check and added delete invalid error message

* renamed delete to unset and updated tests

* removed fit

* resolved local build issue
2019-02-11 10:04:39 +01:00
Chris Laprun
aa29bbf35e Move getOcClient and checkError to pkg/odo/util. 2018-10-31 11:05:46 +01:00
Suraj Narwade
b855a64872 rename ocdev occurances to odo 2018-09-24 11:00:01 +05:30
Suraj Narwade
73f6148780 Renaming ocdev to odo
Resolves #336.
I didn't change bintray repo name yet. Others, almost all references are changed to odo.
2018-04-12 20:50:08 +02:00
Tomas Kral
acbbe99ef3 use travis jobs to automate releases 2018-02-13 18:24:56 +01:00
Tomas Kral
ae63e1ad11 add codecov.io 2018-01-31 14:45:49 +01:00
Suraj Narwade
8a33b99056 Added basic project and Cobra CLI structure 2018-01-30 16:17:55 +05:30