-
Notifications
You must be signed in to change notification settings - Fork 244
Comparing changes
Open a pull request
base repository: redhat-developer/odo
base: v2.3.0
head repository: redhat-developer/odo
compare: v2.3.1
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fba60b8 - Browse repository at this point
Copy the full SHA fba60b8View commit details
Commits on Aug 20, 2021
-
Removed QE members from top-level reviewers (#5009)
* Update OWNERS Removed QE members from top-level reviewers * Update OWNERS Updates tests OWNERS
Configuration menu - View commit details
-
Copy full SHA for 3642d17 - Browse repository at this point
Copy the full SHA 3642d17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d4102 - Browse repository at this point
Copy the full SHA 08d4102View commit details
Commits on Aug 23, 2021
-
Add Cluster Setup documentation (#4973)
* Add documentation for operator and operator installation * Modify operator * Add TODO * Add cluster setup guide * Add information about ingress controller * Requested changes, and remove agenda * Add requested changes and refactor * Rebase and reorg * Changes requested by Philippe * operator->Operator and changes suggested by feloy * Add changes requested by feloy * Add resources
Configuration menu - View commit details
-
Copy full SHA for cc7e9bc - Browse repository at this point
Copy the full SHA cc7e9bcView commit details -
Add Tutorials section to doc website (#4934)
* Add tutorials page and add tutorial on Deplying Java app with PostgreSQL * Add tutorial on Deploying a devfile using odo on IBM Z and Power * Simplify and restructure the doc * Add copy-able commands * Fix command output * Fix hyperlink text for guides * Remove redundant information about operators and add relevant installation information * Add notes, sample output, remove redundant content * Add requested changes * Work on requested changes * Add changes requested by Scott * Add troubleshooting guide * Add secure registry doc * O * Fix broken links * Remove empty file
Configuration menu - View commit details
-
Copy full SHA for fbb6d97 - Browse repository at this point
Copy the full SHA fbb6d97View commit details
Commits on Aug 24, 2021
-
Send telemetry data on user interrupt (#4963)
* Send odo push telemetry data on user interrupt * Add signal to contextual properties * Add defer signal.Stop * Changes requested by Philippe * Move the signal watcher caller * Replace an unused arg with _ * Fix arg name
Configuration menu - View commit details
-
Copy full SHA for 0312f1b - Browse repository at this point
Copy the full SHA 0312f1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9625f - Browse repository at this point
Copy the full SHA 4b9625fView commit details
Commits on Aug 25, 2021
-
Fix typo when there are no services (#5018)
* Fix typo when there are no services * Update pkg/odo/cli/service/list.go Co-authored-by: Parthvi Vala <pvala@redhat.com> Co-authored-by: Parthvi Vala <pvala@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 851090f - Browse repository at this point
Copy the full SHA 851090fView commit details -
Fixes ephemeral storage mount issue (#4979)
* Fixes ephemeral storage mount issue * Fixed extra volumes in the deployment * Updates the changelog.md * Fixes unit tests in the devfile package
Configuration menu - View commit details
-
Copy full SHA for 9faab82 - Browse repository at this point
Copy the full SHA 9faab82View commit details
Commits on Aug 26, 2021
-
devfile push test refactor (#4924)
* refactor odo devfile push test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * first context Signed-off-by: anandrkskd <anandrkskd@gmail.com> * improved test discription Signed-off-by: anandrkskd <anandrkskd@gmail.com> * updated tests Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fixed failing tests Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove FIt Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * add better discription Signed-off-by: anandrkskd <anandrkskd@gmail.com> * typo resolved Signed-off-by: anandrkskd <anandrkskd@gmail.com> * breaking down tests into smaller chunk Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update test Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3bdb34 - Browse repository at this point
Copy the full SHA b3bdb34View commit details -
Adding filtering for service binding services (#5015)
* Adding filtering for service binding services Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Updating check and adding test Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing test Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing tests Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 117e6b4 - Browse repository at this point
Copy the full SHA 117e6b4View commit details -
Fix project list flake (#4969)
* Verrifying whether project listing flake was introduced by increaseing node * Adding more debugging steps if any scenario fails in project test * Fix project list flakiness * Fixing race condition and timeout issue * increasing the timeout to 10 sec * increasing timeout for 1 min * Only validating the namespace * Fixing Json attribute format * increase timeout * Increasing timeout to 5 min * iterating the list command for 5 sec
Configuration menu - View commit details
-
Copy full SHA for 2163471 - Browse repository at this point
Copy the full SHA 2163471View commit details
Commits on Aug 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c184a1 - Browse repository at this point
Copy the full SHA 8c184a1View commit details
Commits on Sep 2, 2021
-
Replace "nightly" tag with "next" in some integration tests devfiles (#…
…5028) * Replace che-java11-maven "nightly" tag with "next" * Replace quay.io/eclipse/che-nodejs10-ubi "nightly" tag with "next" * Set Registry *just* before the test (after GLOBALODOCONFIG is set) * Use staging devfile registry for e2escenarios
Configuration menu - View commit details
-
Copy full SHA for 50d88f3 - Browse repository at this point
Copy the full SHA 50d88f3View commit details -
Updating config cmds and tests for logged out senario (#4975)
* Updating config cmds and tests for logged out senario Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Updating error and fixing missing error Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Changing to error Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing error check Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Trying to not have duplicates Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Prevent panic on invalid kubeconfig (not path but config itself) Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Removing duplicates Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Updating tests Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Disabling path check for invalid kubeconfig path Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing condition check for kubeconfig path Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Loggin back in with token Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Removing kubecinfg path check Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixiing uneedd kubeconfig set Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Using err and ignoring duplication warnings Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Adding changelog Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing some stuff Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Fixing as per comments Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Renaming function Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Update pkg/util/util.go Co-authored-by: Dharmit Shah <shahdharmit@gmail.com> * Addressing comments by dharmit Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com> * Update pkg/util/util.go Co-authored-by: Philippe Martin <contact@elol.fr> Co-authored-by: Dharmit Shah <shahdharmit@gmail.com> Co-authored-by: Philippe Martin <contact@elol.fr>
Configuration menu - View commit details
-
Copy full SHA for 455815b - Browse repository at this point
Copy the full SHA 455815bView commit details -
Refactor machine output code (#4948)
* Refactor human readable output * Add doc on JSON output * Update website/docs/using-odo/json-output.md Co-authored-by: Dharmit Shah <shahdharmit@gmail.com> * Review * review Co-authored-by: Dharmit Shah <shahdharmit@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e68584 - Browse repository at this point
Copy the full SHA 0e68584View commit details -
Display default project value while creating a component interactively (
#5026) * Display default project value while creating a component interactively * Remove extra variable
Configuration menu - View commit details
-
Copy full SHA for 12825e3 - Browse repository at this point
Copy the full SHA 12825e3View commit details
Commits on Sep 3, 2021
-
List all services in JSON output (#5025)
* List all services in JSON output * review
Configuration menu - View commit details
-
Copy full SHA for 354a9d0 - Browse repository at this point
Copy the full SHA 354a9d0View commit details -
* Script for cleaning projects Signed-off-by: anandrkskd <anandrkskd@gmail.com> * adding script,function for cleaning projects Signed-off-by: anandrkskd <anandrkskd@gmail.com> * generify function Signed-off-by: anandrkskd <anandrkskd@gmail.com> * updated with comment Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update script and use ioutil.writefile Signed-off-by: anandrkskd <anandrkskd@gmail.com> * file permission change to 0600 Signed-off-by: anandrkskd <anandrkskd@gmail.com> * add labels and label checks Signed-off-by: anandrkskd <anandrkskd@gmail.com> * rebase typo fix Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove labels, add configmaps with data, team and type Signed-off-by: anandrkskd <anandrkskd@gmail.com> * use odo to create project Signed-off-by: anandrkskd <anandrkskd@gmail.com> * add team check for cleanup Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove namespace labeling Signed-off-by: anandrkskd <anandrkskd@gmail.com> * rebase Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix lint error Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74f63b9 - Browse repository at this point
Copy the full SHA 74f63b9View commit details -
Removes code related to s2i storage (#5021)
* Removes code related to s2i storage * Removes unused variables and added some comments * Updates the kind in some of the unit tests
Configuration menu - View commit details
-
Copy full SHA for 9e05d1b - Browse repository at this point
Copy the full SHA 9e05d1bView commit details -
Increasing timeout from 1min to 5min for PodsShuouldBeRunning (#5035)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0cb7006 - Browse repository at this point
Copy the full SHA 0cb7006View commit details -
Get parameters information of operator backed services from Kubernete…
…s OpenAPI spec (#5020) * vendor * go mod * remove old service structures * Get parameters information of operator backed services from Kubernetes OpenAPI spec * Add DisplayName * Displays required + type * Add some integration tests * Unit tests * Display a warning when no CRD or CSV info is found * Add unit tests * Update pkg/odo/cli/catalog/describe/operator_backend.go Co-authored-by: Dharmit Shah <shahdharmit@gmail.com> Co-authored-by: Dharmit Shah <shahdharmit@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fd6ebb2 - Browse repository at this point
Copy the full SHA fd6ebb2View commit details
Commits on Sep 6, 2021
-
Set correct component name in the devfile metadata (#4927)
* Set correct component name in the devfile metadata * Use t.Run, NOTAVAILABLE -> NotAvailable, grammar * JustBeforeEach -> BeforeEach, helper.CopyAndCreate * Remove s2i tests, remove issue reference * Update springboot images to use the 'next' tag
Configuration menu - View commit details
-
Copy full SHA for cae66cd - Browse repository at this point
Copy the full SHA cae66cdView commit details -
add PSI and IBM cloud to the script for test (#4946)
* add PSI and IBM cloud to the script for test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix syntax error Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix syntax error Signed-off-by: anandrkskd <anandrkskd@gmail.com> * disable operator hub test Signed-off-by: anandrkskd <anandrkskd@gmail.com> * cleaning NS before exiting build Signed-off-by: anandrkskd <anandrkskd@gmail.com> * uncomment ibmlogin Signed-off-by: anandrkskd <anandrkskd@gmail.com> * remove debug code Signed-off-by: anandrkskd <anandrkskd@gmail.com> * typo resolved Signed-off-by: anandrkskd <anandrkskd@gmail.com> * update cluster login for IbmCloud openshift cluster Signed-off-by: anandrkskd <anandrkskd@gmail.com> * login for IBM cloud Signed-off-by: anandrkskd <anandrkskd@gmail.com> * copy test artifacts Signed-off-by: anandrkskd <anandrkskd@gmail.com> * copy test artifacts for operator-hub, devfile Signed-off-by: anandrkskd <anandrkskd@gmail.com> * fix typo Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ad4b09 - Browse repository at this point
Copy the full SHA 8ad4b09View commit details -
Send Identify event with every Track event (#5040)
* Send Identify event with every Track event This will make sure that we identify every user, not just those for which we created anonymousId. User can already have anonymousId assigned by other tools like crc or vscode plugins. Before this odo did not send identify event for those users. This created a situation where we were missing some information about those users. * small cleanups
Configuration menu - View commit details
-
Copy full SHA for 008e6d2 - Browse repository at this point
Copy the full SHA 008e6d2View commit details -
Fix clusterwide permission issues with odo link and run K8s tests wit…
…h a developer user (#5032) * Fix clusterwide permission issue related to CRD while linking without the SBO * Initial test work * Create developer user for minikube * Add script to create developer user for minikube * Attempt at fixing failures with minikube setup * Add debugger statement * Fix failures * Fix CI failures * Add apiGroup for ingress * Temporary attempt at fixing CI failures * Remove test * Add comments, and other requested changes by feloy * Fix misplaced else logic * Update comment as suggested by feloy Co-authored-by: Philippe Martin <contact@elol.fr> * Add warning Co-authored-by: Philippe Martin <contact@elol.fr>
Configuration menu - View commit details
-
Copy full SHA for b35d538 - Browse repository at this point
Copy the full SHA b35d538View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2ae31fb - Browse repository at this point
Copy the full SHA 2ae31fbView commit details
There are no files selected for viewing