Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split "servicecatalog" module in UI API Layer Acceptance tests #2168

Merged
merged 7 commits into from
Jan 8, 2019

Conversation

pkosiec
Copy link
Contributor

@pkosiec pkosiec commented Jan 4, 2019

Description

Changes proposed in this pull request:

  • Split servicecatalog module for UI API Layer Acceptance tests
  • Fix skipping tests when SCI is enabled
  • Check and handle errors in missing places

Related issue(s)
#1883

@pkosiec pkosiec self-assigned this Jan 4, 2019
@pkosiec pkosiec added kind/feature Categorizes issue or PR as related to a new feature. area/busola Related to all activities around the Busola UI and all its views labels Jan 4, 2019
@pkosiec pkosiec force-pushed the ui-api-split-sc-module branch from c3bf3d3 to 862a4aa Compare January 4, 2019 13:56
@pkosiec pkosiec force-pushed the ui-api-split-sc-module branch from 862a4aa to 8e4cbc2 Compare January 4, 2019 15:23
@pkosiec pkosiec changed the title Split servicecatalog module for UI API Layer Acceptance tests Split "servicecatalog" module in UI API Layer Acceptance tests Jan 4, 2019
@pkosiec pkosiec force-pushed the ui-api-split-sc-module branch from 74b4338 to e79392d Compare January 7, 2019 08:57
@pkosiec pkosiec force-pushed the ui-api-split-sc-module branch from e79392d to 82c0e33 Compare January 7, 2019 09:55
@pkosiec pkosiec merged commit 51c82c2 into kyma-project:master Jan 8, 2019
@pkosiec pkosiec deleted the ui-api-split-sc-module branch January 8, 2019 18:03
aszecowka pushed a commit to aszecowka/kyma that referenced this pull request Jan 10, 2019
…project#2168)

* Add shared types, fixtures and wait helpers

* Do not skip tests when SCI is not enabled

* Split servicecatalog domain for UI API acceptance tests

* Move service catalog installation to shared package

* Increase timeout for BackendModule test

* Make separate namespaces for SC and SCA tests

* Rename SkipMainIfShould and SkipTestIfShould methods
aszecowka pushed a commit that referenced this pull request Jan 11, 2019
* Make is-installed script not exit on error (#2087)

* add timeout option to is-installed script
* add info about the script
* do not immediately exit with code 1 on Error status
* add information about is-installed script to docs
* add default timeout to is-installed script on CI
* do not use echo and subshell to print output from kubectl
* move information about timeout below the logs from installer
* update codeowners

* Use bundles 0.2.0 - added testing bundles. (#2178)

* Bump Instances Image

* Allow to pass ingressgateway service name (#2186)

* Luigified Console  (#1991)

Luigified Console

* Split "servicecatalog" module in UI API Layer Acceptance tests (#2168)

* Add shared types, fixtures and wait helpers

* Do not skip tests when SCI is not enabled

* Split servicecatalog domain for UI API acceptance tests

* Move service catalog installation to shared package

* Increase timeout for BackendModule test

* Make separate namespaces for SC and SCA tests

* Rename SkipMainIfShould and SkipTestIfShould methods

* Split "servicecatalog" domain in UI API Layer (#2174)

* Move files to servicecatalogaddons domain

* Adjust changes to servicecatalogaddons

* Finish splitting SC domain to SC and SCA

* Format code

* Make cross-domain dependencies nullable

* Create separate resolver for application field in environments

* Improve the overall SC documentation (#2177)

* Fix the links in the SC documentation (#2198)

* Stabilize ui tests for variable network conditions (#2201)

* stabilize ui tests for variable network conditions

* stabilize ui tests for variable network conditions

* Fix GKE installation with dynamic IPs (#2187)

* Fix dynamic IPs

* Set knative domain

* Set ingress service name in xip-patch

* Fix passing external ip to istio

* Fix again

* Revert "Fix again"

This reverts commit e41f7f1.

* And one more fix

* Add badges to readme to point to slack and twitter (#2224)

* incorporate default clusterrolebinding into minikube.sh (#2204)

* Support for minikube restart (#2156)

* Support minikube restart

* TW updates

* TW review 2

* Bump lambda UI Image to latest (#2219)

* Remove function for calling Bash scripts from the Installer component (#2226)

* Skip Application charts installation in acceptance tests if not needed (#2154)

* Rename dummyRe to dummyApp

* Skip app chart installation in connector-service and application-registry

* Add random postfix for connector test pods names

* Dep ensure connector-tests

* Dep ensure with dep 0-4-1

* Add random postfix to app registry test apps

* Go fmt changed files

* Add skip chart installation for apps in acceptance tests

* Add skip all charts installation for apps in acceptance tests

* Rename RE to Application

* Add docs how to install Knative from release (#2218)

* Add docs how to install Knative from release

* Apply suggestions from code review

Co-Authored-By: sjanota <[email protected]>

* Update 038-inst-knative.md

* link fix

* Update version of components to 0.6.0-rc2

* Add finalizers to Applications (#2199)

* Update xip installation documentation (#2205)

* Disable cache in ui tests (#2228)

disable cache in ui tests and extend default navigation timeout

* Introduce UI API Layer documentation (#2229)

* Add BackendModule CR description

* Describe UI API Layer

* Improve language in UI API Layer docs

* Adjust labels in console UI (#2207)

* Adjust labels in console UI

* Bump content-ui image (#2234)

* Bump image of Application Operator (#2232)

* Fix console-basic-test (#2239)

* Fix console-basic-test

* Fix image name of Application Operator tests (#2241)

* Bump console core image (#2242)

* Add cluster name info to the stability checker summary (#2235)

* Add cluster name info to the stability checker summary

* Update tools/stability-checker/README.md

* Bump Instances image

* Update grafana and lambda ui documentation (#2200)

* Update grafana and lambda ui documentation

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/core/charts/kubeless/charts/lambdas-ui/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Update README.md

* Update resources/monitoring/charts/grafana/README.md

Co-Authored-By: venturasr <[email protected]>

* Updated base images (#2247)

* Bump stability-checker version (#2249)

* Fix EventActivation ark backups (#2254)

* Update image version for all console components (#2252)
grischperl pushed a commit to grischperl/kyma that referenced this pull request Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/busola Related to all activities around the Busola UI and all its views kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants