Auction sample web application
very simple golang checkip service with geoip
Stanford CoreNLP: A Java suite of core NLP tools.
lake-of-dreams/database-step 0
DB step for Wercker
lake-of-dreams/datasci_course_materials 0
Public repository for course materials for the Data Science at Scale Specialization at Coursera
lake-of-dreams/deeplearning4j 0
Deep Learning for Java, Scala & Clojure on Hadoop, Spark
push eventoracle/weblogic-kubernetes-operator
commit sha 240130d5f636a0037ada65dbe3fdfb1063bef0a8
Fix checkstyle error.
push time in 9 hours
push eventoracle/weblogic-kubernetes-operator
commit sha 4dbbe1c4cead6a4ac9d7fad4144c70a92d9836ef
Changes to check if the cached pod is not found on read then execute make-right domain.
push time in 10 hours
pull request commentoracle/weblogic-kubernetes-operator
Fix for port in use intermittent nightly failures.
Can you start a sequential run, since all the classes are not covered in parallel run.
Sequential runs results are updated.
comment created time in 13 hours
push eventoracle/weblogic-kubernetes-operator
commit sha a006297582250e0a984a547b0bc7167ece8aa667
added debug
push time in 13 hours
Pull request review commentoracle/weblogic-kubernetes-operator
Potential fix for pod startup issue in GBU CNE environment after node drain/repave operation
public String getName() { return new DefaultResponseStep<>(null) { @Override public NextAction onSuccess(Packet packet, CallResponse<T> callResponse) {+ DomainPresenceInfo info = packet.getSpi(DomainPresenceInfo.class); if ((callResponse != null) && (callResponse.getResult() instanceof V1Pod)) { V1Pod pod = (V1Pod) callResponse.getResult();- Optional.ofNullable(packet.getSpi(DomainPresenceInfo.class))+ Optional.ofNullable(info) .ifPresent(i -> i.setServerPodFromEvent(getPodLabel(pod, LabelConstants.SERVERNAME_LABEL), pod)); }- if (isReady(callResponse.getResult())) {+ if (isReady(callResponse.getResult()) || callback.didResume.get()) {
The check callback.didResume is to avoid the race condition. We do the periodic listing of the introspector job to check if it's ready and also dispatch the callback when the watch event is received. In this scenario, the watch event notifications are flowing. After the intro job completed watch notification is received, the callback is removed and the fiber is resumed. After this, the intro job gets deleted but the child fiber that's listing the job periodically to check for readiness doesn't see the job as ready since it got deleted. Hence the child fiber never finishes and times out. The above check will terminate the child fiber after intro job has been deleted.
comment created time in 13 hours
push eventverrazzano/verrazzano
commit sha efb420f774f620d80189aa94a3b4b8f280cab5f9
Fixed minor bug in Image Patch Operator Dockerfile skip-at
push time in 14 hours
push eventoracle/weblogic-kubernetes-operator
commit sha 2a102b90acc847bc800987485708c2228875ef06
fixed var name style
push time in 14 hours
push eventoracle/weblogic-kubernetes-operator
commit sha cbee6a0404f3848c2233b2b77a6fdc0fa4887824
add resources to Server Pods (#2399) Co-authored-by: [email protected] <[email protected]>
commit sha 3b0b0e5aba349becbc7fc6555d18a403e9940d92
Fix for the common mount sample domain resource generator test. (#2400)
commit sha 10d06f48286b761ba85454e19bdc94551aefe3c1
adding test that verfies wdt discoverdomain tool (#2397) * adding test that verfies files generated by wdt discoverdomain tool on onprem domain can be used to start a wko domain * fixing the domain yaml filename since wdt discover domain changed it Co-authored-by: [email protected] <[email protected]>
commit sha 254c578dfa10d0b9606085f24ad6eb4c800ae4b7
Resolution to intermittent issue on IstioCrossDomain MDB usecase (#2403) * Modified the display message, parameter posistion Co-authored-by: [email protected] <[email protected]>
Sankar Periyathambi Neelakandan
commit sha 81d38512ae7ccc2d5e68ee9ee6a22f85c9d9a238
Use originalImage as miiImage (#2404)
commit sha fff8eca0ff5c388d7e9e532e6e64564a66fddbc8
homogenize heading sizes (#2402)
commit sha f2abed88b441ad141d1948a65ac0ad195fc4cd13
Ensure that API failures are logged when the retry strategy elects to not retry (#2406)
commit sha 05006000c1ac20bfed3610b334ae52fd4fbb3c5a
Merge branch 'main' of https://github.com/oracle/weblogic-kubernetes-operator into expver
commit sha 0c8303c383953f4cfca9d7012374ef9df428ab35
fixed var name
push time in 14 hours
push eventverrazzano/verrazzano
commit sha 9e7147710712034e340505c24940d55acefd6d19
Initializing Image Patch Operator
commit sha 3cd013ddbf9bda1bbb1924a2191a803d93eda3c7
Adding Copyright Tags
commit sha a9aa3d35d01993cd611617589eb870bef0fcd75b
Added Image Patch Operator to Jenkinsfile skip-at
commit sha d0f1e921940762f5c54fc270b474099619c33dc7
Updated Dockerfile for Image Patch Operator skip-at
push time in 14 hours
push eventverrazzano/verrazzano
commit sha 8b46ab643f38364bc12492c7657b9c286bd6465b
Updated Dockerfile for Image Patch Operator skip-at
push time in 14 hours
push eventoracle/weblogic-kubernetes-operator
commit sha 10d06f48286b761ba85454e19bdc94551aefe3c1
adding test that verfies wdt discoverdomain tool (#2397) * adding test that verfies files generated by wdt discoverdomain tool on onprem domain can be used to start a wko domain * fixing the domain yaml filename since wdt discover domain changed it Co-authored-by: [email protected] <[email protected]>
commit sha 254c578dfa10d0b9606085f24ad6eb4c800ae4b7
Resolution to intermittent issue on IstioCrossDomain MDB usecase (#2403) * Modified the display message, parameter posistion Co-authored-by: [email protected] <[email protected]>
Sankar Periyathambi Neelakandan
commit sha 81d38512ae7ccc2d5e68ee9ee6a22f85c9d9a238
Use originalImage as miiImage (#2404)
commit sha fff8eca0ff5c388d7e9e532e6e64564a66fddbc8
homogenize heading sizes (#2402)
commit sha f2abed88b441ad141d1948a65ac0ad195fc4cd13
Ensure that API failures are logged when the retry strategy elects to not retry (#2406)
commit sha 6eb568d326ff79b625e8f55b6641fb0b1f110203
Merge branch 'main' of https://github.com/oracle/weblogic-kubernetes-operator into twodomscale
commit sha d3df70f30471f50a0b9c1c045fc781602deb475c
fixed scale
push time in 15 hours
push eventverrazzano/verrazzano
commit sha 754b2e27116bbfd18c584cd6de09f7b25d88405f
Tvlatas/stop on fail (#1243) * Skip triggered tests if the build failed before it got there * use explicit variable to control whether to execute triggered tests, add parameter to force a failure to test * typo * fix parameter text
commit sha fe140428a0d10122fe85f8efa11eb8205994c38e
OKE specific dataVolume
push time in 15 hours
push eventverrazzano/verrazzano
commit sha 4773177e8c3ef0738b29f3f96df675c7fd08f3b7
add deadcode linter and fix all issues identified by it Signed-off-by: Mark Nelson <[email protected]>
commit sha f6f66886227828310f2b7273c49c1f1bf8a89b6e
VZ-2722. Use webhook and cainjector images built from source (#1207) * Add new CM webhook and cainjector images to the BOM * Update CM image tags to latest scanned versions * Conditionally add the ACME staging certs in the test client
commit sha 5a1ad7014fc88509318b431b4656932a7dd2af5a
Add some logging to help diagnose Kind create cluster failure (#1208) * add debug info * add echo message * fix typo
commit sha edf225ba3de1cd3493f6820d70e006c2d3b460af
Fix test client to accommodate ACME staging and self-signed scenarios (#1210)
commit sha 0ac991e5ffad2bcda19908a939196ccd1ed16fc0
Add cluster dump when verify uninstall stage fails (#1209) * add dump on failure in verify install stage * fix syntax error
commit sha 4b34db857db2c3acfcaefdbfe27958b0e8c1a7b2
Fail explicitly if we fail waiting for the platform operator to deplo… (#1215) * Fail explicitly if we fail waiting for the platform operator to deploy, have master runs only use PHX, other branches can use PHX or LHR * BRANCH_NAME doesn't seem to be there yet, use JOB_NAME
commit sha 690b8f0514e5eda7ca9571c796be22d2aa522231
Resiliency Improvement, check for caller controller which has info msgs (#1217)
commit sha 40fc06dfbd1569ef6fded18c9d29afa1b47d7e58
Merge pull request #1204 from verrazzano/mark/deadcode Add deadcode linter and fix all issues identified by it
commit sha 3e707106b96f91c61dfaf774b730322c3c51087c
Remove ginko.Fail() so we get retries and also avoid a panic (#1213)
commit sha dcc6265ebc8c248e8f81863922ccf87aa878f778
pass kubeconfig to underlying function (#1218)
commit sha fd8069ae00be90a211ba6aa4caed57da66bbb01b
Proxy calls to managed cluster api server from admin cluster api server (#1189)
commit sha a0e490077c45160418984ce9c717f03faca3624b
update console image version (#1222)
commit sha f8ea801c726b1ebcd8f773656f15a8d06fa5de57
Pmackin/vz 2732 install loop test (#1225)
commit sha fa083a3280cd8db1cb49d48912670adc66a7ac69
Build fixes for operator.yaml generation (#1219) * Fix 'make create-test-deploy', local app operator was not being set in generated operator.yaml * Fix 'make create-test-deploy', local app operator was not being set in generated operator.yaml * Default APP_OPERATOR_IMAGE to fix unbound variable error
commit sha df3edaba5eafd4dd66b627eb9b58be663f7695f0
Capture install logs, before uninstall (#1226)
commit sha da3da68347dce3ce5f156e64abd2a207115c65e6
Changes for code coverage (#1230) * don't get coverage for generated clientsets * bump lineCoverageTargets to 75
commit sha 4d3250a157d413fb0b5ae8a904d0d6055fc0a308
VZ-2743: Updates for OCI DNS zone creation in automation pipeline (#1228) * Add fetch of DNS zone when create fails * Change random zone string length from 3 to 6 chars
commit sha 26d399d47b4f5f1434c79e6466286979bd8d404b
Disable network logs on Kubernetes when running kubectl exec while configuring keycloak_realms (#1223)
commit sha a9890677999ade6cc84b38b9ce5d82e6eead7ab0
Regen Helidon CRD for new PodSpec fields (#1220)
commit sha d6397949e9f9fa2d5e983997db23e82baefc8890
JIRA:VZ-2742 supported wrapped resource metadata in MC resources (#1227) * support embedded metadata * controller-gen v0.4.1 * test fixes * test fixes
push time in 15 hours
PR opened oracle/weblogic-kubernetes-operator
After diagnosing with the V8o team, we've discovered that using the "tcp-" prefix works better because this works when the metrics exporter is addressed with either the DNS address or using the pod's ClusterIP value.
pr created time in 15 hours
push eventverrazzano/examples
commit sha 669ef431b1cead71c04ba4ec97b1ae1fd562f0bd
todolist readme edit arrows
push time in 15 hours
push eventverrazzano/verrazzano
commit sha aa7515db4071b9a00b942247e652c0619c93002d
fix checkout of console branch
push time in 16 hours
Pull request review commentverrazzano/verrazzano
WIP:Image Patch Operator framework
+# Copyright (C) 2021, Oracle and/or its affiliates.+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.++# Build the manager binary+FROM golang:1.13 as builder
Yes, that is one of the next steps, just our first push to get the new sub-folder wired up
comment created time in 16 hours
Pull request review commentverrazzano/verrazzano
WIP:Image Patch Operator framework
+# Copyright (C) 2021, Oracle and/or its affiliates.+# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.++# Build the manager binary+FROM golang:1.13 as builder
you'll want to change this to use Oracle Linux, like the other operators
comment created time in 16 hours
PR opened verrazzano/verrazzano
Description
Please include a summary of the change and which issue is fixed. If there are any dependencies, for example on a PR in another repository, please list those.
Fixes VZ-9999
Checklist
As the author of this PR, I have:
- [ ] Checked that I included or updated copyright and license notices in all files that I altered
- [ ] Added or updated unit tests for any new functions I added
- [ ] Added or updated integration tests if appropriate
- [ ] Added or updated acceptance tests if appropriate
Code reviewer, please confirm this PR:
- [ ] Addressed the requirement and meets the acceptance criteria
- [ ] Does not introduce unrelated or spurious changes
- [ ] Does not introduce any unapproved dependency
- [ ] Makes sense and it easy to understand, and/or difficult areas of code are clearly documented so that they can be understood
pr created time in 16 hours
push eventverrazzano/examples
commit sha ad21a2e7543c45f2129457eb113a30f397275edf
todo-list readme vz-application.yaml code font
push time in 16 hours
push eventoracle/weblogic-kubernetes-operator
commit sha f2abed88b441ad141d1948a65ac0ad195fc4cd13
Ensure that API failures are logged when the retry strategy elects to not retry (#2406)
push time in 16 hours
PR merged oracle/weblogic-kubernetes-operator
I found this while working with the V8o team. Previously, the ResponseStep was not logging the async failure if there was a retry strategy, but it elected to not retry (e.g. any kind of permanent failure).
pr closed time in 16 hours
Pull request review commentverrazzano/examples
todo-list README update for WDT 1.9.13 + some missing steps
CLI. If everything worked correctly, now you push that image to the repository the image from Kubernetes. You can use the Oracle Cloud Infrastructure Registry (OCIR) as your repository for this example, but most Docker compliant registries should work. -**NOTE:** The image name must be the same as what is in the Verrazzano `model.yaml` file under-`spec -> weblogicDomains -> domainCRValues -> image`.+**NOTE:** The image name in the Component resource must be the same as what is in the Verrazzano vz-application.yaml file under spec -> workload -> spec -> template -> spec -> image.
Ok, changing that now.
comment created time in 17 hours
push eventoracle/weblogic-kubernetes-operator
commit sha 29d38e71192aa2fa494ec24ea02b5163fc19d584
Fix NPE in WLSClusterConfig for upgrade from 2.5.0 to 2.6.0 (#2407)
push time in 17 hours
PR merged oracle/weblogic-kubernetes-operator
See OWLS-83813.
Change comes from https://github.com/oracle/weblogic-kubernetes-operator/pull/1933.
pr closed time in 17 hours
push eventoracle/weblogic-kubernetes-operator
commit sha 7361fe23e43ed7871118f15d3ebbb9ba2f38cf3c
Documentation update from publish GitHub Action
push time in 17 hours
push eventoracle/weblogic-kubernetes-operator
commit sha fff8eca0ff5c388d7e9e532e6e64564a66fddbc8
homogenize heading sizes (#2402)
push time in 17 hours