added
stringdate
2025-04-01 04:05:38
2025-04-01 07:14:06
created
timestamp[us]date
2001-10-09 16:19:16
2025-01-01 03:51:31
id
stringlengths
4
10
metadata
dict
source
stringclasses
2 values
text
stringlengths
0
1.61M
2025-04-01T06:39:53.780957
2024-10-29T15:05:02
2621537555
{ "authors": [ "Missxiaoguo", "alegacy", "sudomakeinstall2" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9295", "repo": "openshift-kni/oran-o2ims", "url": "https://github.com/openshift-kni/oran-o2ims/pul...
gharchive/pull-request
Fix RBAC role for ImageBasedUpgrade This adds the missing RBAC role for provisioning request controller to access and modify IBGUs. /lgtm retested on my system. it works now. /approve
2025-04-01T06:39:53.782034
2024-12-10T01:57:19
2728739173
{ "authors": [ "clwheel", "donpenney", "mlguerrero12" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9296", "repo": "openshift-kni/oran-o2ims", "url": "https://github.com/openshift-kni/oran-o2ims/pull/391"...
gharchive/pull-request
Update manager config to use postgresql-16-c9s image Replaced the postgresql image with one that is publicly available in order to avoid requiring a pull secret in deployment automation being contributed to the ORAN-SC community. /lgtm /approve
2025-04-01T06:39:53.789933
2023-02-14T08:50:17
1583746027
{ "authors": [ "bnallapeta", "xinredhat" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9297", "repo": "openshift-pipelines/pipeline-service", "url": "https://github.com/openshift-pipelines/pipeline-service/pu...
gharchive/pull-request
Use custom service account for metrics deployment Local run: [bnr@bnr pipeline-service]$ k -n openshift-pipelines get pods NAME READY STATUS RESTARTS AGE pipeline-metrics-exporter-7c87c975bc-t2r5r 1/1 Running 0 33s # HELP pipeli...
2025-04-01T06:39:53.796817
2023-12-13T10:41:57
2039429842
{ "authors": [ "chmouel", "roman-kiselenko" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9298", "repo": "openshift-pipelines/pipelines-as-code", "url": "https://github.com/openshift-pipelines/pipelines-as-co...
gharchive/pull-request
Refine Dependency Checking and Improve Error Messaging in Development Environment Script Changes The pull request introduces enhancements to the development environment script, focusing on improving the accuracy of dependency checks and providing informative error messages for a smoother onboarding experience. Subm...
2025-04-01T06:39:53.808174
2018-05-19T04:01:44
324598651
{ "authors": [ "jmrodri", "mhrivnak" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9299", "repo": "openshift/ansible-service-broker", "url": "https://github.com/openshift/ansible-service-broker/pull/961" }
gharchive/pull-request
Switch from go-logging to logrus Switching from go-logging to use logrus which will match bundle-lib and make our logs a bit more consistent. The one things that doesn't quite work is color log output. OLD log file, shows the broker logs using go-logging and the logs from bundle-lib which use logrus Using config fi...
2025-04-01T06:39:53.814668
2021-07-08T10:27:23
939711976
{ "authors": [ "Jamstah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9300", "repo": "openshift/api", "url": "https://github.com/openshift/api/pull/963" }
gharchive/pull-request
Add a default flag for ConsoleYamlSample Suggested API change here. The operator framework is planning a move to using embedded YAML CRs instead of a CSV and this would remove the need for the alm-examples annotation on CSVs. Once this is in the API, I would plan to make a PR to the console that would use this flag t...
2025-04-01T06:39:53.816006
2023-09-03T09:34:35
1879016708
{ "authors": [ "danielerez" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9301", "repo": "openshift/appliance", "url": "https://github.com/openshift/appliance/pull/139" }
gharchive/pull-request
MGMT-15673: set core pass on installation step Added a service for setting the user core password (when specified). This is required to ensure the pass is set after reboot (i.e. as opposed to setting using the ignition). /retest
2025-04-01T06:39:53.856148
2023-04-12T15:38:01
1664801815
{ "authors": [ "AlexVulaj", "fahlmant", "iamkirkbater" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9302", "repo": "openshift/aws-account-operator", "url": "https://github.com/openshift/aws-account-opera...
gharchive/pull-request
Make sure to add federated role label to existing accounts if not present Small miss from https://github.com/openshift/aws-account-operator/pull/751. Catches an edge case where the awsFederatedRole label would not be applied to existing awsfederatedaccountaccess CRs. /hold I need to investigate the impact of my cha...
2025-04-01T06:39:53.883968
2021-12-09T16:17:30
1075754668
{ "authors": [ "dmage", "eggfoobar", "ggiguash" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9303", "repo": "openshift/cluster-image-registry-operator", "url": "https://github.com/openshift/cluster-image...
gharchive/pull-request
Library go bump Bumping the library-go dependency to latest, this should take advantage of leader election changes for SNO clusters proposed in this library-go PR and performance improvements in this PR. Changes: updated library-go to use latest master branch updated handler structs to use the new explicit handler s...
2025-04-01T06:39:53.888951
2020-07-13T18:57:40
656068192
{ "authors": [ "adambkaplan", "gabemontero" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9304", "repo": "openshift/cluster-openshift-controller-manager-operator", "url": "https://github.com/openshift/cluster...
gharchive/pull-request
Bug 1852964: account for nil DaemonSet returned from library-go See https://github.com/openshift/library-go/blob/master/pkg/operator/resource/resourceapply/apps.go#L125 Just going to account for nil rets from library-go in ocm-o /assign @adambkaplan update to no longer use goto pushed @sttts - thanks /approve @ga...
2025-04-01T06:39:53.915499
2024-11-15T16:27:04
2662484918
{ "authors": [ "adambkaplan" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9305", "repo": "openshift/csi-driver-shared-resource", "url": "https://github.com/openshift/csi-driver-shared-resource/pull/247" }
gharchive/pull-request
BUILD-1168: Remove Operator-owned RBAC With the fixes in BUILD-1171 [1], cluster admins no longer need to create ClusterRole/ClusterRoleBindings for the Shared Resource CSI Driver. The updated instructions mostly require the creation of Role and RoleBinding objects, with the exception of creating the ClusterRole for ...
2025-04-01T06:39:53.921225
2023-01-26T21:18:09
1558791393
{ "authors": [ "codecov-commenter", "florkbr", "vojtechszocs" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9306", "repo": "openshift/dynamic-plugin-sdk", "url": "https://github.com/openshift/dynamic-plug...
gharchive/pull-request
Publish lib utils 1.0.3 for API discovery redux action helpers Publishes https://github.com/openshift/dynamic-plugin-sdk/pull/191 Codecov Report Base: 38.41% // Head: 38.41% // No change to project coverage :thumbsup: Coverage data is based on head (bb03044) compared to base (364a2d7). Patch has no changes to cove...
2025-04-01T06:39:53.923986
2022-10-25T16:05:34
1422722989
{ "authors": [ "jparrill", "sjenning" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9307", "repo": "openshift/hypershift", "url": "https://github.com/openshift/hypershift/pull/1828" }
gharchive/pull-request
reduce konnectivity-agent log verbosity konnectivity-agent is overly verbose as currently configured. Dropped loglevel from 4 to 3, removes lines received DATA write to remote close connection received DIAL_REQ /lgtm /retest-required
2025-04-01T06:39:53.927829
2023-04-26T16:00:03
1685304995
{ "authors": [ "bryan-cox", "csrwng", "o-farag" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9308", "repo": "openshift/hypershift", "url": "https://github.com/openshift/hypershift/pull/2486" }
gharchive/pull-request
ACM-5173 [backport 4.12] get pull secret instead of dockerconfigjson from mce credentials Backport of https://github.com/openshift/hypershift/commit/142d91e6b81858adbfd50907674c59d9f016c447 Issue: https://issues.redhat.com/browse/ACM-5173 /area hypershift-operator /ok-to-test /retest-required @bryan-cox is this...
2025-04-01T06:39:53.932750
2023-07-06T14:45:44
1791710456
{ "authors": [ "dharaneeshvrd", "enxebre", "muraee", "sjenning" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9309", "repo": "openshift/hypershift", "url": "https://github.com/openshift/hypershift/pul...
gharchive/pull-request
Revert "Merge pull request #2770 from dharaneeshvrd/upgrade-capi-ibmcloud https://github.com/openshift/hypershift/pull/2770 took out CI with installer failing in the root CI cluster https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/logs/periodic-ci-openshift-hypershift-release-4.14-periodics-e2e-...
2025-04-01T06:39:53.934917
2021-06-15T18:37:24
921688147
{ "authors": [ "ironcladlou", "sjenning" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9310", "repo": "openshift/hypershift", "url": "https://github.com/openshift/hypershift/pull/296" }
gharchive/pull-request
skip e2e binary during image builds make was changed to build the e2e test binary after we broke it once and realized that e2e binary build was not covered by CI. However, we do not need the e2e binary in the image builds for hypershift This PR switches to a make target that doesn't build e2e. @ironcladlou @enxebre ...
2025-04-01T06:39:53.937444
2024-07-30T02:04:51
2436722126
{ "authors": [ "sjenning" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9311", "repo": "openshift/hypershift", "url": "https://github.com/openshift/hypershift/pull/4440" }
gharchive/pull-request
HOSTEDCP-1569: test: e2e: skip unknown conditions instead of erroring Rehearsal failure trying to use main HO with 4.16 release https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_release/52306/rehearse-52306-periodic-ci-openshift-hypershift-release-4.16-periodics-e2e-aws-ovn/1818008709...
2025-04-01T06:39:53.939524
2016-12-24T23:46:50
197481413
{ "authors": [ "smarterclayton" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9312", "repo": "openshift/imagebuilder", "url": "https://github.com/openshift/imagebuilder/pull/28" }
gharchive/pull-request
Handle volume layering Any Dockerfile with a VOLUME must be two layers - one for the base contents and one for the volume definitions. Add support for this and a test. First part of fixing #17 Important note - if Docker sees: ADD file /var VOLUME /var ADD file2 /var the final output will be: /var/file /var/file2 ...
2025-04-01T06:39:54.002219
2024-06-06T16:58:59
2338749234
{ "authors": [ "bertinatto", "deads2k", "dusk125", "stephenfin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9313", "repo": "openshift/library-go", "url": "https://github.com/openshift/library-go/pul...
gharchive/pull-request
csi: Add Deployment, DaemonSet hooks for config map hash annotations We already have these for secrets. Add them for config maps. This is needed for the OpenStack Cinder CSI Driver Operator. See https://github.com/openshift/openstack-cinder-csi-driver-operator/pull/168/ for more information. /retest-required CI fai...
2025-04-01T06:39:54.007712
2024-09-19T01:18:19
2535049972
{ "authors": [ "raptorsun", "xrajesh" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9314", "repo": "openshift/lightspeed-operator", "url": "https://github.com/openshift/lightspeed-operator/pull/417" }
gharchive/pull-request
update release version to 0.1.6 Description update release version to 0.1.6 Type of change [ ] Refactor [ ] New feature [ ] Bug fix [ ] CVE fix [ ] Optimization [ ] Documentation Update [ ] Configuration Update [ ] Bump-up dependent library Related Tickets & Documents Related Issue # Closes # Checklist before req...
2025-04-01T06:39:54.010289
2024-02-01T15:03:03
2112741853
{ "authors": [ "bparees", "onmete", "tisnik" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9315", "repo": "openshift/lightspeed-service", "url": "https://github.com/openshift/lightspeed-service/pull/326" ...
gharchive/pull-request
OLS-233: Use Optional type instead of | operator Description Seems we are using Optional instead of something | None. Type of change [X] Refactor /lgtm /approve i had been pushing for the use of | syntax in PRs i reviewed because my understanding is that it is the newer/more modern syntax. https://peps.python...
2025-04-01T06:39:54.021200
2023-07-26T10:34:33
1822106627
{ "authors": [ "codecov-commenter", "jakobmoellerdev", "jeff-roche" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9316", "repo": "openshift/lvm-operator", "url": "https://github.com/openshift/lvm-operator...
gharchive/pull-request
OCPBUGS-15576: fix: ensure panic safety in PVC controller for non set storageClassName Otherwise if a PVC is created without storageClassName, LVM Operator will crash and cause a panic. Also removes unnecessary API Reader in PVC controller and cleans up logging, introduces test cases for ignore cases /jira refresh ...
2025-04-01T06:39:54.040872
2023-01-18T16:19:45
1538295411
{ "authors": [ "emmajiafan", "everettraven", "jmrodri", "joelanford", "oceanc80", "rashmigottipati" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9317", "repo": "openshift/ocp-release-operator-s...
gharchive/pull-request
OCPBUGS-5613: Bump goutils dependency from v1.1.0 to v1.1.1 for CVE-2021-4238 Description of the change: Bump goutils dependency from v1.1.0 to v1.1.1 Motivation for the change: https://nvd.nist.gov/vuln/detail/CVE-2021-4238 Checklist If the pull request includes user-facing changes, extra documentation is required: ...
2025-04-01T06:39:54.136888
2020-11-28T15:00:58
752693130
{ "authors": [ "JaimeMagiera", "LorbusChris", "alexanderniebuhr", "dustymabe", "fortinj66", "klzsysy", "pflaeging", "rajinator", "vrutkovs" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.g...
gharchive/issue
4.6.0-0.okd-2020-11-27-200126: NetworkManager is not checking reverse lookups when setting a hostname Describe the bug On installation, the bootstrap process begins, but fails after the masters have restarted. I'm noticing that despite the "core" user being created on initial boot of each master, after the reboots, t...
2025-04-01T06:39:54.142818
2017-09-23T21:52:53
260041122
{ "authors": [ "etsauer", "oybed", "tomassedovic" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9319", "repo": "openshift/openshift-ansible-contrib", "url": "https://github.com/openshift/openshift-ansible...
gharchive/pull-request
Adding the option to use 'stack_state' to allow for easy de-provisioning What does this PR do? Submitting a role to allow for easy openstack/heat stack deletion How should this be manually tested? Read README + use the test.yml playbook in the tests directory Is there a relevant Issue open for this? N/A Who would you...
2025-04-01T06:39:54.280891
2022-03-09T22:50:07
1164525142
{ "authors": [ "georgettica" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9320", "repo": "openshift/osdctl", "url": "https://github.com/openshift/osdctl/pull/195" }
gharchive/pull-request
chore(gomod): bump deps related to CVE-2021-42576 CVE-2015-3627 these packages were inner deps of some libraries we use. github suggested updating them. this will resolve CVE's we don't currently have but it's better than waiting on a PR for a third party IMO (it can happen in parralel but still) ran go mod tid...
2025-04-01T06:39:54.370672
2022-02-04T08:56:26
1123960717
{ "authors": [ "pacevedom", "qbarrand", "ybettan", "yevgeny-shnaidman" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9321", "repo": "openshift/special-resource-operator", "url": "https://github.com/op...
gharchive/pull-request
Remove NFD runtime dependency Remove runtime dependency from SRO to NFD labels in nodes. Now information is taken from the nodes nodeInfo struct in status. Now NFD dependency comes from the recipes, not SRO. cc @qbarrand @yevgeny-shnaidman /cc @qbarrand @yevgeny-shnaidman Hold until the downstream CI is merged....
2025-04-01T06:39:54.384577
2017-07-12T08:00:36
242292287
{ "authors": [ "rhoads-zach", "tradej" ], "license": "CC-BY-4.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9322", "repo": "openshiftio/appdev-documentation", "url": "https://github.com/openshiftio/appdev-documentation/pull/341" }
gharchive/pull-request
Fixed indentation in HttpApplication Used the automatic indentaion functionality in JBDS. merged: https://github.com/openshiftio/appdev-documentation/commit/0e1ad7e875042484f41b7baa0c309679c11cc6fe
2025-04-01T06:39:54.416533
2017-01-20T17:16:39
202194883
{ "authors": [ "AshokKnv", "tugrulkarakaya" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9323", "repo": "openshopio/openshop.io-android", "url": "https://github.com/openshopio/openshop.io-android/issues/31" }
gharchive/issue
Retrieving Data How to change the names of the categories and their childs Example i want to change Accessories to Electronics how can i change it?? CAtegories are retrieved from a service. Your should have your service on your server and change the url in the applicaiton to use your services. After that you can h...
2025-04-01T06:39:54.425494
2020-03-27T03:47:13
588866731
{ "authors": [ "carmichaelong", "chrisdembia" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9324", "repo": "opensim-org/opensim-moco", "url": "https://github.com/opensim-org/opensim-moco/pull/608" }
gharchive/pull-request
Remove SmoothSphereHalfSpaceForce from Moco. Brief summary of changes SmoothSphereHalfSpaceForce is now in opensim-core; this PR removes this class from Moco. CHANGELOG.md (choose one) [x] updated This change is  It's cool that the contact is now directly in opensim-core! I left one comment, and have just one ...
2025-04-01T06:39:54.446827
2024-07-30T21:03:42
2438676173
{ "authors": [ "ryscheng" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9325", "repo": "opensource-observer/oso", "url": "https://github.com/opensource-observer/oso/issues/1886" }
gharchive/issue
Devcon 2024 talk proposal What is it? Due today https://devcon.org/en/speaker-applications/ Submitted https://docs.google.com/document/d/1DVuh4BenGd_88FCiB6NnApk_I42in0WAOMKLis3KGEY/edit
2025-04-01T06:39:54.449862
2024-09-30T11:55:35
2556427898
{ "authors": [ "ccerv1", "ryscheng" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9326", "repo": "opensource-observer/oso", "url": "https://github.com/opensource-observer/oso/issues/2274" }
gharchive/issue
Debug developer activity metrics Which area(s) are affected? (leave empty if unsure) Indexer To Reproduce Here is a query in Clickhouse: select m.metric_id, m.metric_name, t.sample_date, t.amount from metrics.timeseries_metrics_by_project_v0 as t join metrics.metrics_v0 as m on t.metric_id = m.met...
2025-04-01T06:39:54.476959
2021-06-20T13:27:55
925599799
{ "authors": [ "hemasunder", "risenW" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9327", "repo": "opensource9ja/danfojs", "url": "https://github.com/opensource9ja/danfojs/issues/229" }
gharchive/issue
index based access of elements using .loc on Series we have this for DataFrame here, but missing for Series. I just can't find a way to access an element at an index @hemasunder Great request, I'm surprised we didn't add this. I'll fix this. Fixed in #235
2025-04-01T06:39:54.503898
2023-05-11T12:10:12
1705701149
{ "authors": [ "dubdabasoduba", "rehammuzzamil" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9329", "repo": "opensrp/fhircore", "url": "https://github.com/opensrp/fhircore/issues/2340" }
gharchive/issue
[ServerSide] Sync the OpenSRP FHIR Gateway repo with the upstream Google FHIR Gateway repo Reason Latest updates on the upstream added the support for gzip https://github.com/google/fhir-gateway/pull/147 Need for Gzip for the security audit that has been requested for the codebase that we’ll be deploying. Implement...
2025-04-01T06:39:54.506319
2024-10-09T06:52:50
2574959794
{ "authors": [ "FikriMilano" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9330", "repo": "opensrp/fhircore", "url": "https://github.com/opensrp/fhircore/issues/3549" }
gharchive/issue
Configure submit anyway button SDK API Describe the feature request. Configure the Submit anyway button visibility by leveraging the SDK's Questionnaire builder API. Visual SDK's Questionnaire builder API to show/hide the Submit anyway button https://github.com/google/android-fhir/blob/92da65c313ed992e8ed3de24675ff9...
2025-04-01T06:39:54.512677
2023-06-23T12:38:33
1771390036
{ "authors": [ "Rkareko", "ndegwamartin" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9331", "repo": "opensrp/fhircore", "url": "https://github.com/opensrp/fhircore/pull/2485" }
gharchive/pull-request
PNC Condition closure IMPORTANT: Where possible all PRs must be linked to a Github issue Partial fix for [Quest/eCHIS] - Event Management/PNC Engineer Checklist [ ] I have written Unit tests for any new feature(s) and edge cases for bug fixes [ ] I have added any strings visible on UI components to the strings.xml f...
2025-04-01T06:39:54.519715
2022-05-02T23:23:57
1223459464
{ "authors": [ "hlandau", "mattcaswell", "mmiyashi", "paulidale" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9332", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/18226...
gharchive/issue
OSSL_LIB_CTX_load_config is not thread safe When OSSL_LIB_CTX_load_config is called simultaneously from multiple threads, the program abort with the following trace: (gdb) where #0 0x00007ffff7623387 in raise () from /lib64/libc.so.6 #1 0x00007ffff7624a78 in abort () from /lib64/libc.so.6 #2 0x00007ffff7665ed7 in ...
2025-04-01T06:39:54.528941
2022-05-10T12:58:14
1231116701
{ "authors": [ "Rupeshkryz", "mattcaswell" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9333", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/18281" }
gharchive/issue
FIPS Mode is not getting enabled in Tomcat9 using Openssl 3.0.2 post successful FIPS module installation in windows Good Evening, I have a issue while enabling the FIPS mode in Tomcat9 for windows where it throws me an error "Failed to enter fips mode". Below are the detail explanation and content. Sorry for the leng...
2025-04-01T06:39:54.534659
2016-12-01T21:03:11
192961562
{ "authors": [ "richsalz", "tiran" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9334", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/2019" }
gharchive/issue
Double lock deadlock in fips_drbg_rand [1.0.2j] When a thread locking is installed, OpenSSL 1.0.2j dead locks at fips_drbg_rand.c:124 when the RNG is reseeded. I found the bug with Python's test suite. The dead lock only occurs in FIPS mode. I used OPENSSL_FORCE_FIPS_MODE=1 and /etc/system-fips to enable FIPS mode. M...
2025-04-01T06:39:54.537491
2018-04-05T16:32:59
311683501
{ "authors": [ "levitte", "richsalz" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9335", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/5885" }
gharchive/issue
Import wycheproof tests Google's project wycheproof has a large collection of test vectors, in json. We should look at building a tool to import and convert them. https://github.com/google/wycheproof So all we need is a conf Parser that groks json, the rest seems to be a job for evptest. ... I meant stanza reade...
2025-04-01T06:39:54.538998
2019-05-03T09:15:40
439957509
{ "authors": [ "deekshith-elear", "levitte" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9336", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/issues/8870" }
gharchive/issue
generating .so for OpenSSL_1_0_2-stable branch Hi, I want .so files generated for OpenSSL_1_0_2-stable branch code. kindly any one help me to solve this issue When configuring, add the argument shared
2025-04-01T06:39:54.541758
2020-08-18T19:27:09
681278025
{ "authors": [ "levitte", "openssl-machine" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9337", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/12672" }
gharchive/pull-request
TEST: separate out NIST ECC tests from non-NIST ECC keys with non-NIST group names aren't supported when running with the FIPS provider. Keys with such groups that are included in evp_test stanza files aren't even possible to decode if provider side decoders are used, since those depend on available EVP_KEYMGMT imple...
2025-04-01T06:39:54.544840
2021-03-11T12:37:55
829112884
{ "authors": [ "t8m" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9338", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/14511" }
gharchive/pull-request
Make EVP_PKEY_missing_parameters work properly on provided RSA keys This requires changing semantics of the keymgmt_has() function a little in the sense that it now returns 1 if the selection has no meaning for the key type. It was already doing so for ECX keys for example. The keymgmt_validate function semantics is ...
2025-04-01T06:39:54.548292
2021-03-26T02:57:44
841543956
{ "authors": [ "levitte", "slontis" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9339", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/14690" }
gharchive/pull-request
Remove redundant header crypto/types.h Oracle linux build was not compiling due to duplicate typedefs for ECX_KEY. crypto/types.h was just a subset of openssl/types.h ECX_KEY is typedefed in include/crypto/ecx.h The error was: In file included from ../include/crypto/evp.h:17, from ../crypto/asn1/a_sign.c:23: ../inclu...
2025-04-01T06:39:54.553944
2021-05-13T00:52:20
890600804
{ "authors": [ "DDvO", "beldmit", "levitte", "openssl-machine", "paulidale" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9340", "repo": "openssl/openssl", "url": "https://github.com/openssl/opens...
gharchive/pull-request
ci: include cmd-nits in the documentation checks Fixes #15250 [ ] documentation is added or updated [ ] tests are added or updated There is a known cmd-nit, so the test will fail for the moment. CI failure is the known cmd-nits problem. CI failure is the known cmd-nits problem. Yes - this is going to be sol...
2025-04-01T06:39:54.559816
2016-09-22T20:50:50
178717064
{ "authors": [ "guidovranken", "levitte", "richsalz", "yangyangtiantianlonglong" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9341", "repo": "openssl/openssl", "url": "https://github.com/openssl/open...
gharchive/pull-request
Prevents that OPENSSL_gmtime incorrectly signals success if gmtime_r … …fails, and that struct* tm result's possibly uninitialized content is used Example of gmtime_r failing: #include "crypto/o_time.h" int main(void) { struct tm _tm; time_t t = 0xFF0F3D5300F0C2AC; OPENSSL_gmtime(&t, &_tm); return ...
2025-04-01T06:39:54.564290
2022-05-05T08:00:18
1226321102
{ "authors": [ "bernd-edlinger", "levitte", "maxbachmann", "paulidale" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9342", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/1...
gharchive/pull-request
Exclude IPv6 code using OPENSSL_USE_IPV6 instead of AF_INET6 This replaces the usage of #ifdef AF_INET6 in bio/* with #if OPENSSL_USE_IPV6. By default this still uses AF_INET6, but it allows the exclusion of all IPv6 related code by setting OPENSSL_USE_IPV6=0. Checklist For this to be merged into our source, you e...
2025-04-01T06:39:54.575990
2022-11-18T03:57:22
1454396093
{ "authors": [ "beldmit", "hlandau", "jamuir", "openssl-machine", "slontis" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9343", "repo": "openssl/openssl", "url": "https://github.com/openssl/opens...
gharchive/pull-request
Support all five EdDSA instances from RFC 8032 Fixes #6277 Adds support for all five EdDSA instances from RFC 8032: Ed25519, Ed25519ctx, Ed25519ph, Ed448, Ed448ph. Only Ed25519 was already fully supported (via the EVP APIs) All instances, except for Ed25519, allow context strings as input. Context strings can now be...
2025-04-01T06:39:54.579705
2023-09-23T14:40:56
1909894472
{ "authors": [ "mattcaswell", "rsbeckerca" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9344", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/22179" }
gharchive/pull-request
Add include of e_os2.h in quictestlib.c to allow symbol definition consistency. Fixes: #22178 Signed-of-by: Randall S. Becker<EMAIL_ADDRESS> This should be applicable to other branches. I have made this change NonStop-specific but I think it might apply to any c99 builds because the unspecified type, timeval, is r...
2025-04-01T06:39:54.587209
2023-11-10T00:10:36
1986608169
{ "authors": [ "openssl-machine", "slontis", "t8m" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9345", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/22684" }
gharchive/pull-request
Add fixed output length SHAKE algorithms. By adding fixed output algorithms such as SHAKE256-192 (which is 24 bytes), the SHAKE algorithm can then be used just like any other fixed sized digest, without needing to specify additional parameters. Some algorithms such as HSS/XMSS use fixed sized outputs, and this avoids...
2025-04-01T06:39:54.588836
2017-02-28T13:33:08
210787793
{ "authors": [ "dot-asm", "mattcaswell" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9346", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/2778" }
gharchive/pull-request
Remove bf_cbc.c It is never built and the code is duplicated in bf_enc.c. +1 for dropping the #ifndef BF_DEFAULT_OPTIONS Pushed. Thanks. I also took Andy's +1 and added a commit to remove the pointless "#ifndef"
2025-04-01T06:39:54.591300
2018-05-13T18:26:33
322616269
{ "authors": [ "FdaSilvaYY", "dot-asm" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9347", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/6245" }
gharchive/pull-request
apps/speed: fix possible OOB access in some EC arrays (1.1.0) Cherry-picked from commit 5c6a69f539. Partial Back-port of #6133 to 1.1.0 Checklist [X] documentation is added or updated [X] tests are added or updated As #6133 don't cherry-pick cleanly, I have to do some adjustments ;) ping @dot-asm , @richsalz :...
2025-04-01T06:39:54.592578
2019-09-16T01:16:37
493811278
{ "authors": [ "paulidale" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9348", "repo": "openssl/openssl", "url": "https://github.com/openssl/openssl/pull/9906" }
gharchive/pull-request
Use "PARAMETERS" in the documentation headings. For consistency. [x] documentation is added or updated [ ] tests are added or updated Merged, thanks.
2025-04-01T06:39:54.610866
2024-07-10T11:32:23
2400517441
{ "authors": [ "Akrog", "pablintino", "tosky" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9349", "repo": "openstack-k8s-operators/ci-framework", "url": "https://github.com/openstack-k8s-operators/ci-fra...
gharchive/pull-request
Change iscsid login timeout in computes In a previous patch we changed the iSCSI login timeout for the control plane (OpenShift nodes). In this patch we add a new hook to do the same thing for the edpm nodes, because the default timeout of 2 minutes is too high for some test scenarios. It is necessary to do it this w...
2025-04-01T06:39:54.614861
2023-10-03T08:25:22
1923591719
{ "authors": [ "cjeanner", "pablintino", "raukadah" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9350", "repo": "openstack-k8s-operators/ci-framework", "url": "https://github.com/openstack-k8s-operators/...
gharchive/pull-request
Modify libvirt_manager role for proper reproducer capabilities This patch extend the libvirt_manager role in order to create the full reproducer job layout. In such a case, there are some extended needs compared to the "deploy a layout" easy use-case: we need to inject some keys, create network layout files/configura...
2025-04-01T06:39:54.690133
2019-04-13T06:46:33
432815164
{ "authors": [ "1ec5", "bhousel", "tordans" ], "license": "ISC", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9351", "repo": "openstreetmap/iD", "url": "https://github.com/openstreetmap/iD/issues/6178" }
gharchive/issue
Parking alongside streets (parking:lane) This ticket is about the parking:lane tag on highway. ATM its more of a collection of references and thoughts to start a discussion. I see a push in the community to add those details more to maps. I wanted to start the talk about how to add this to iD. Articles about curb dat...
2025-04-01T06:39:54.692635
2019-07-08T20:35:18
465447902
{ "authors": [ "quincylvania", "rivermont" ], "license": "ISC", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9352", "repo": "openstreetmap/iD", "url": "https://github.com/openstreetmap/iD/issues/6635" }
gharchive/issue
Wants to add extra tag when upgrading to bike+foot path When editing a Cycleway with foot=designated, iD thinks it's an 'incomplete' Cycle & Foot Path and wants to upgrade by adding bicycle=designated. However bicycle=designated is already assumed on Cycleways so this tag is extraneous. @rivermont This is intenti...
2025-04-01T06:39:54.695283
2018-03-14T17:21:50
305254582
{ "authors": [ "bhousel", "kepta" ], "license": "ISC", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9353", "repo": "openstreetmap/iD", "url": "https://github.com/openstreetmap/iD/pull/4885" }
gharchive/pull-request
Use remove-flow-types directly Referencing this external issue https://github.com/leebyron/rollup-plugin-flow/issues/5 I have stolen the workaround from mapbox-gl-js, thanks to @anandthakker. (closes https://github.com/openstreetmap/iD/issues/4874) Thanks @kepta! I'm out today but feel free to merge if it fixes th...
2025-04-01T06:39:54.731876
2022-01-05T05:01:59
1093983603
{ "authors": [ "Aaaaash", "CLAassistant", "codecov-commenter" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9354", "repo": "opensumi/core", "url": "https://github.com/opensumi/core/pull/283" }
gharchive/pull-request
fix: optimize extension treeview init logic Types [x] 🐛 Bug Fixes Background or solution 之前对于折叠或者隐藏状态下的 view 也会加载数据,例如这个场景下第一次激活插件所有的 treeview 加起来会创建 760 个 treeNode 实例 优化后,当视图展开且显示状态下,才会在第一次激活时获取数据,对于这个场景,第一次只创建 49 个 treeNode,后续视图折叠/展开时都会刷新并重新获取数据(与 VS Code 表现一致) Changelog 优化插件 treeview 初始化逻辑,减少冗余的加载逻辑 Codec...
2025-04-01T06:39:54.736868
2022-04-08T08:27:24
1197006896
{ "authors": [ "CLAassistant", "vagusX" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9355", "repo": "opensumi/core", "url": "https://github.com/opensumi/core/pull/798" }
gharchive/pull-request
chore: remove useless code Types [ ] 🎉 New Features [ ] 🐛 Bug Fixes [ ] 📚 Documentation Changes [ ] 💄 Code Style Changes [ ] 💄 Style Changes [ ] 🪚 Refactors [ ] 🚀 Performance Improvements [ ] 🏗️ Build System [ ] ⏱ Tests [x] 🧹 Chores [ ] Other Changes Background or solution Changelog Thank you for your ...
2025-04-01T06:39:54.738463
2022-12-27T05:40:53
1511455201
{ "authors": [ "doubaokun", "siamakdals" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9356", "repo": "openswoole/openswoole", "url": "https://github.com/openswoole/openswoole/issues/14" }
gharchive/issue
PHP Fatal error: Uncaught Error: Class "Swoole\Database\PDOPool" not found After updating to latest version i get this error : PHP Fatal error: Uncaught Error: Class "Swoole\Database\PDOPool" not found in Example of using PDOPool in v22 is added: https://github.com/openswoole/openswoole/blob/master/example/src/Co...
2025-04-01T06:39:54.741108
2017-07-21T09:15:56
244610863
{ "authors": [ "jodizzle", "wearpants" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9357", "repo": "opensyllabus/osp-scraper", "url": "https://github.com/opensyllabus/osp-scraper/pull/136" }
gharchive/pull-request
Integrate check for http(s) scheme into filters Since 9b2fa8bc985d5b68f66eb8325b2fab370c4d145d, only http(s) links are permitted during general crawls. This is good, but the scheme check is done inside FilterSpider, whereas it could be naturally handled by the filtering system alongside other checks against requests...
2025-04-01T06:39:54.754616
2021-01-22T10:36:59
791894189
{ "authors": [ "andrewhercules", "d0choa", "mirandaio" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9358", "repo": "opentargets/platform", "url": "https://github.com/opentargets/platform/issues/1356" }
gharchive/issue
Add cross-references to drug profile page The GraphQL drug endpoint will soon expose cross-references with IDs that we can use to construct links to other websites. Query for CHEMBL122 Based on a review of the data provided by ChEMBL, we will use the following cross-references to build external links: DrugBank ChEB...
2025-04-01T06:39:54.757201
2018-10-17T09:31:56
370981625
{ "authors": [ "MichaelaEBI", "afaulconbridge" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9359", "repo": "opentargets/platform", "url": "https://github.com/opentargets/platform/issues/194" }
gharchive/issue
Pipeline QC: Automated QC distribution of scores As part of the automated QC we should report some very roughly bucketed distribution of scores, for val, evidence, and association steps. For example 5 buckets of width 0.2 This ticket needs more detail about how this will be implemented and how it will be reported, ...
2025-04-01T06:39:54.758569
2021-06-28T22:33:07
932046016
{ "authors": [ "mbdebian" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9360", "repo": "opentargets/terraform-google-opentargets-platform", "url": "https://github.com/opentargets/terraform-google-opentargets-plat...
gharchive/issue
Use predefined machine types We need to add the possibility of specifying a predefined machine type to use for VM instances. Machine type specification has precedence over custom geometry, being the latter a fall back mechanism for those situations where no machine type has been specified. No longer needed
2025-04-01T06:39:54.778621
2022-12-30T21:36:25
1514857698
{ "authors": [ "jahess", "jwhui" ], "license": "BSD-3-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9361", "repo": "openthread/openthread", "url": "https://github.com/openthread/openthread/issues/8597" }
gharchive/issue
reduce reliance on containers for increased code portability I suggest developer reliance on containers results in software portability issues. This is ironic because containers are designed to help with dependency issues. But, in a developer context, containers mask portability issues. It is too easy to avoid actu...
2025-04-01T06:39:54.785529
2022-07-06T20:15:59
1296361473
{ "authors": [ "OlivierGre", "jwhui" ], "license": "bsd-3-clause", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9362", "repo": "openthread/ot-br-posix", "url": "https://github.com/openthread/ot-br-posix/issues/1449" }
gharchive/issue
Build OTBR agent for Thread 1.2 I was so far working with a RCP using Thread 1.1.1 and I was building the OTBR agent with: INFRA_IF_NAME=wlan0 BACKBONE_ROUTER=0 BORDER_ROUTING=1 OTBR_OPTIONS="-DOT_THREAD_VERSION=1.1" ./script/setup I'm now moving to a RCP using Thread 1.2. I'm wondering if I should simply use : INFR...
2025-04-01T06:39:54.794663
2020-05-18T15:48:46
620316163
{ "authors": [ "albertoacn", "v-kpheng" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9363", "repo": "opentok/opentok-meet", "url": "https://github.com/opentok/opentok-meet/pull/87" }
gharchive/pull-request
Add streamId to widget stats What is this PR doing? Add streamId to widget stats How should this be manually tested? When publishing, StreamId field should be present on the bottom of the publisher stats widget. When subscribing, StreamId field should be present above the origin server field in the subscriber stats w...
2025-04-01T06:39:55.145379
2023-11-24T07:37:30
2009248912
{ "authors": [ "blaz-r", "papago2355", "samet-akcay" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9367", "repo": "openvinotoolkit/anomalib", "url": "https://github.com/openvinotoolkit/anomalib/issues/149...
gharchive/issue
[Bug]: Efficient_AD with Openvino takes too much times to predict Describe the bug I am using Openvino inference to predict anomalies in custom datasets. However, it takes too much times compared to other models like Padim or FastFlow. In same width/height, Padim takes 0.33 s and Fastflow takes 0.8. However, Efficien...
2025-04-01T06:39:55.153100
2021-10-06T05:13:34
1017481507
{ "authors": [ "kirill-sizov", "nmanovic" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9368", "repo": "openvinotoolkit/cvat", "url": "https://github.com/openvinotoolkit/cvat/pull/3770" }
gharchive/pull-request
Add LFW format Motivation and context Added LFW format. How has this been tested? Checklist [ ] I submit my changes into the develop branch [x] I have added description of my changes into CHANGELOG file [x] I have updated the documentation accordingly [x] I have added tests to cover my changes [ ] I have linke...
2025-04-01T06:39:55.163611
2023-05-17T06:47:08
1713237085
{ "authors": [ "codecov-commenter", "vinnamkim" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9369", "repo": "openvinotoolkit/datumaro", "url": "https://github.com/openvinotoolkit/datumaro/pull/1000" }
gharchive/pull-request
Add COCO Roboflow section Summary Add documentation part of #976 How to test Checklist [ ] I have added unit tests to cover my changes.​ [ ] I have added integration tests to cover my changes.​ [x] I have added the description of my changes into CHANGELOG.​ [x] I have updated the documentation accordingly Lice...
2025-04-01T06:39:55.188505
2021-06-25T20:42:01
930489956
{ "authors": [ "adranit", "antoniomtz", "mliu2020" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9370", "repo": "openvinotoolkit/dlstreamer_gst", "url": "https://github.com/openvinotoolkit/dlstreamer_gst/issues/...
gharchive/issue
Error audio sample app - Got EOS from element "pipeline0" Hello, I was able to build and run the DL streamer audio sample app and I'm getting this message and no output is generated. I tried this on locahost with openVINO 2021.3, and also on openvino/ubuntu18_data_runtime:latest and openvino/ubuntu20_data_runtime:la...
2025-04-01T06:39:55.190454
2023-09-04T08:51:54
1879813845
{ "authors": [ "luweizhou2016" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9371", "repo": "openvinotoolkit/oneDNN", "url": "https://github.com/openvinotoolkit/oneDNN/pull/210" }
gharchive/pull-request
Add heuristic logic to unify the oc block to optimize the peak memory consumption for LLM. Description Add heuristic logic to unify the oc block to optimize the peak memory consumption for LLM. OV PR:https://github.com/openvinotoolkit/openvino/pull/19575
2025-04-01T06:39:55.191950
2024-07-19T05:43:16
2417982802
{ "authors": [ "Wovchena" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9372", "repo": "openvinotoolkit/openvino.genai", "url": "https://github.com/openvinotoolkit/openvino.genai/pull/646" }
gharchive/pull-request
rm .github/ISSUE_TEMPLATE GenAI issues found by the commpunity tend to be crated using that template which isn't correct because they usually expect us to address them. Not the end. I was going to use one of the issues as a template for new GFI. I was trying to remember how issue assignment is implemented and just ...
2025-04-01T06:39:55.232986
2016-11-16T19:29:37
189817057
{ "authors": [ "alexsong93" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9373", "repo": "openwhisk/apigateway", "url": "https://github.com/openwhisk/apigateway/issues/15" }
gharchive/issue
Set up continuous integration Need to set up a continuous integration pipeline for running unit tests, integration tests, builds, etc. Currently experimenting with concourse in this branch. Alternatives are travis CI, jenkins, etc. Concourse server is set up at http://<IP_ADDRESS>:8080/ Concourse pipeline with un...
2025-04-01T06:39:55.242325
2020-02-21T05:59:44
568753537
{ "authors": [ "jow-", "wfleurant" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9374", "repo": "openwrt/luci", "url": "https://github.com/openwrt/luci/pull/3659" }
gharchive/pull-request
luci-app-yggdrasil: fix listen uri type and remove tap for v3.13 Tested against yggdrasil v3.12-develop (v3.13) / APU2 x86_64 (next release expected tomorrow) uri is required, using address was omitting listen address for: ygguci get tap interface support is removed in v3.13 do we need to update translation maps file...
2025-04-01T06:39:55.244692
2021-02-18T03:19:46
810721002
{ "authors": [ "hnyman", "lipnitsk" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9375", "repo": "openwrt/luci", "url": "https://github.com/openwrt/luci/pull/4819" }
gharchive/pull-request
luci-{app,proto}-wireguard: remove kmod-wireguard Prepares for 5.10 migration. wireguard-tools will bring in the correct wireguard kernel module dependency - either kmod-wireguard or kmod-wireguard-oot. Depends on openwrt/openwrt#3885 I'm going to close this for now, there has been quite a bit of discussion on how ...
2025-04-01T06:39:55.246555
2023-10-08T15:02:38
1931840757
{ "authors": [ "feckert", "oskarirauta" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9376", "repo": "openwrt/luci", "url": "https://github.com/openwrt/luci/pull/6626" }
gharchive/pull-request
luci-proto-cni: protocol update Updated luci support for updated netifd cni support openwrt/packages#22341 maintainer: me build/test platform: x86_64, latest git Hold until openwrt/packages#22341 is merged. PR openwrt/packages#22341 is merged. This is good to go. Thanks!
2025-04-01T06:39:55.393895
2023-04-28T04:29:47
1687879195
{ "authors": [ "jpienaar" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9377", "repo": "openxla/iree", "url": "https://github.com/openxla/iree/pull/13329" }
gharchive/pull-request
Enable roundeven expansion pattern Re-enables more tests from #12778. Could we keep the approximate math patterns still guarded by a flag. Even if the flag is on by default. Good idea, done.
2025-04-01T06:39:55.395370
2024-01-18T03:27:19
2087408578
{ "authors": [ "dcaballe" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9378", "repo": "openxla/iree", "url": "https://github.com/openxla/iree/pull/16143" }
gharchive/pull-request
[CPU] Improve vector tile sizes for sub-byte matmuls on Aarch64 This PR introduces a simple heuristic to make sure that we at least fill one vector register for the smallest data type used in the matmul. For example, given a 128-bit vector and a i32 <- i4, i4 matmul, we used 16 tile size for the main vector dimension...
2025-04-01T06:39:55.398803
2023-11-24T09:10:57
2009365282
{ "authors": [ "River-sh", "rambohe-ch" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9379", "repo": "openyurtio/openyurt", "url": "https://github.com/openyurtio/openyurt/pull/1827" }
gharchive/pull-request
fix dns host using configmap name What type of PR is this? Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line: /kind bug /kind documentation /kind enhancement /kind good-first-issue /kind feature /kind question /kind design /sig ai /sig iot /sig netwo...
2025-04-01T06:39:55.411408
2022-10-05T17:36:11
1398137281
{ "authors": [ "JeremyTellier", "qrkourier" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9380", "repo": "openziti/desktop-edge-ui", "url": "https://github.com/openziti/desktop-edge-ui/issues/8" }
gharchive/issue
support / give feedback / generate button asks for root without explanation The app asks for root escalation to generate the feedback package, but doesn't say precisely what it's going to collect or change and doesn't offer any alternatives. It would go far to inspire confidence if the text near the button made it pe...
2025-04-01T06:39:55.422122
2020-12-23T11:38:36
773691699
{ "authors": [ "camilamacedo86", "timflannagan" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9381", "repo": "operator-framework/operator-lifecycle-manager", "url": "https://github.com/operator-framework/operat...
gharchive/issue
Oudated info in Packaging an operator for OLM Bug Report What did you do? I was checking the doc https://olm.operatorframework.io/docs/tasks/packaging-an-operator/ What did you expect to see? It links as an example of the Memcached sample with the layout 1.0+ of SDK in : https://github.com/operator-framework/operato...
2025-04-01T06:39:55.423892
2019-06-18T17:16:24
457601509
{ "authors": [ "ecordell", "jpeeler", "rcernich" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9382", "repo": "operator-framework/operator-lifecycle-manager", "url": "https://github.com/operator-framework/o...
gharchive/pull-request
Add webhook proposal This is my current view of how webhooks should be added into OLM. Feedback/discussion encouraged. /retest /test e2e-aws-console-olm /retest /test e2e-aws Regarding certificate management, have you thought about relying on cert-manager or OpenShift's service-ca?
2025-04-01T06:39:55.431018
2019-08-25T07:49:34
484902087
{ "authors": [ "joelanford", "maorfr" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9383", "repo": "operator-framework/operator-sdk", "url": "https://github.com/operator-framework/operator-sdk/issues/1862" }
gharchive/issue
[Helm] Random password regenerated indefinitely Bug Report What did you do? As a part of a hack day, we created a Jenkins operator from the stable/jenkins chart, with a couple of modifications. After installing the operator, we noticed that the jenkins admin password, which is defined to be generated randomly, is reg...
2025-04-01T06:39:55.443336
2022-09-16T15:04:06
1376078603
{ "authors": [ "alanwhite", "glimchb" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9384", "repo": "opiproject/opi-api", "url": "https://github.com/opiproject/opi-api/issues/120" }
gharchive/issue
storage: structure protobuf definition in folders proto/frontend proto/middlend proto/backend we think same #119 with #144 we now have storage/v1/backend_nvme_tcp.proto can/should we do more like for example: storage/v1/frontend/nvme.proto and storage/v1/frontend/virtio-blk.proto and storage/v1/backend/nvme_tcp.p...
2025-04-01T06:39:55.449372
2020-10-24T21:59:09
728885885
{ "authors": [ "fichtner", "marjohn56" ], "license": "BSD-2-Clause", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9385", "repo": "opnsense/core", "url": "https://github.com/opnsense/core/pull/4431" }
gharchive/pull-request
Added rtadvd configuration and service calls Added routines to create rtadvd config file; there seem to be some options that do not exist in rtadvd, so we'll need to see if that makes it unopperable. Using the background launch option fixed the issue with no response to RS when launched using mwexecf. This is a first...
2025-04-01T06:39:55.580462
2021-05-18T05:58:34
893990634
{ "authors": [ "Tarpsvo", "ttungbmt" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9387", "repo": "optimistdigital/nova-menu-builder", "url": "https://github.com/optimistdigital/nova-menu-builder/issues/114" }
gharchive/issue
Multiselect don't find value (MenuItemSelectType) => return ['id' => (string)$key, 'label' => $value]. Heya! I merged the PR by @mariuskli and released version 5.3.3. It should be fixed now. :) Good luck!
2025-04-01T06:39:55.583317
2019-09-17T00:41:00
494343095
{ "authors": [ "Tarpsvo", "zippoxer" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9388", "repo": "optimistdigital/nova-menu-builder", "url": "https://github.com/optimistdigital/nova-menu-builder/issues/23" }
gharchive/issue
Error when creating menu I get this error when creating a menu on a fresh installation of Nova v2.3.0 and nova-menu-builder v1.4.0 SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "{{resourceId}}" (SQL: select count(*) as aggregate from "menus" where "slug" = yooo and "id" <> {...
2025-04-01T06:39:55.585713
2018-06-19T19:28:09
333807177
{ "authors": [ "ceimaj", "mikeng13" ], "license": "apache-2.0", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9389", "repo": "optimizely/android-sdk", "url": "https://github.com/optimizely/android-sdk/pull/204" }
gharchive/pull-request
fixing changelog to reflect 2.0.0 rollback and 2.0.0-beta2 release Simple changes to the changelog, which wasn't updated when we did the 2.0.0 rollback and 2.0.0-beta2 release build
2025-04-01T06:39:55.594301
2021-06-22T20:26:56
927606681
{ "authors": [ "angelocatalani", "chazkiker2", "nikomatsakis" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9390", "repo": "optopodi/optopodi", "url": "https://github.com/optopodi/optopodi/pull/37" }
gharchive/pull-request
feat(Consumer): escape commas + use Writer + test Print Address the remaining tasks of: https://github.com/optopodi/optopodi/issues/30 [x] escape , in entry content [x] make a test producer that supplies dummy data to test it [ ] Use anyhow::Error instead of String for the Consumer return type. This can be addresse...
2025-04-01T06:39:55.640651
2021-11-05T20:33:32
1046225084
{ "authors": [ "dralquinta", "kakopedreros" ], "license": "UPL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9391", "repo": "oracle-devrel/terraform-oci-cloudbricks-linux-iscsi-disks", "url": "https://github.com/oracle-devrel/terr...
gharchive/issue
Unable to use an iSCSI disk greater than 2 TB When i try to create a volume more than 2 TB, always get formated to 2 TB, tops. fdisk only support up to 2 TB. Investigating Problem was related to the usage of fdisks that won't comply beyond 2TB. Fix is to use gpart Fixed block looks like this: resource "null_resou...
2025-04-01T06:39:55.645221
2022-11-18T17:07:29
1455484394
{ "authors": [ "anooshapilli", "arabellayao" ], "license": "UPL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9392", "repo": "oracle-livelabs/common", "url": "https://github.com/oracle-livelabs/common/pull/137" }
gharchive/pull-request
Fix css to make video responsive - LLAPEX - 646 Add here your WMS ID General requirements Information in the workshop is adequate and updated Code is correct and working Links are correct Make sure you enter the help email link in your manifest.json Please make sure WMS URLs are updated as needed after your PR is ap...
2025-04-01T06:39:55.736008
2024-03-21T07:16:40
2199370402
{ "authors": [ "behnazh-w", "jenstroeger" ], "license": "UPL-1.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9393", "repo": "oracle/macaron", "url": "https://github.com/oracle/macaron/pull/675" }
gharchive/pull-request
chore: use dunder function str when requiring a string serialization of a PackageURL object The PackageURL class implements the __str__() function here: def __str__(self, *args: Any, **kwargs: Any) -> str: return self.to_string() That __str__() function is invoked automatically when using %s in a format ...
2025-04-01T06:39:55.741861
2018-11-08T16:30:23
378814466
{ "authors": [ "owainlewis" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9394", "repo": "oracle/oci-cloud-controller-manager", "url": "https://github.com/oracle/oci-cloud-controller-manager/pull/279" }
gharchive/pull-request
Use options.PVName when creating FSS PV objects An OCID cannot be reliability used as a PV name since OCIDs may contain invalid chars. This change fixes a previous bug where FSS PV's would fail to create in certain regions leaving orphaned OCI resources. This behaviour mimics the AWS EFS provisioner. For reference ...
2025-04-01T06:39:55.788812
2015-11-15T19:49:09
117013321
{ "authors": [ "blundin", "friedenberg", "orangejulius" ], "license": "mit", "license_source": "bigquery", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9395", "repo": "orangejulius/jekyll-footnotes", "url": "https://github.com/orangejulius/jekyll-footnotes/pull/4...
gharchive/pull-request
change site method to use new name see: https://github.com/jekyll/jekyll/pull/3240 Is this going to be accepted? Oops, I totally forgot about this. Is it possible to make the code work with Jekyll 2 and 3? If not, maybe I'll keep a 2.0 and 3.0 branch with corresponding versions. Also, version 1.0.0 is now out w...
2025-04-01T06:39:55.797799
2022-09-06T07:38:48
1362841801
{ "authors": [ "Wwwsylvia", "codecov-commenter" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9396", "repo": "oras-project/oras-go", "url": "https://github.com/oras-project/oras-go/pull/300" }
gharchive/pull-request
feat: Repository.Manifest() now returns a ManifestStore Resolves #284 Signed-off-by: Sylvia Lei<EMAIL_ADDRESS> Codecov Report Merging #300 (a9cee9c) into main (e413b92) will increase coverage by 0.03%. The diff coverage is 100.00%. @@ Coverage Diff @@ ## main #300 +/- ...
2025-04-01T06:39:55.833296
2024-11-08T07:49:22
2643178415
{ "authors": [ "kdrag0n", "sandergol" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9397", "repo": "orbstack/orbstack", "url": "https://github.com/orbstack/orbstack/issues/1558" }
gharchive/issue
The application crashes when the cross is pressed Describe the bug I usually close the application window so that it stays running but not displayed on the screen. At some point after clicking on the cross - the app started to unload from memory. I am using OrbStack on multiple macs with the same settings for both th...
2025-04-01T06:39:55.920622
2023-03-28T05:02:24
1643203672
{ "authors": [ "MrBIMC", "Smi1eSEC", "jjeejj", "kdrag0n", "xiantang", "youmeng1024" ], "license": "MIT", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9398", "repo": "orbstack/orbstack", "url": "https://github.com/orbsta...
gharchive/issue
Linux virtual machine creation stuck Describe the bug Linux virtual machine creation stuck To Reproduce Steps to reproduce the behavior: Download and install orbstack click create virtual machine Expected behavior A clear and concise description of what you expected to happen. Screenshots If applicable, add scree...
2025-04-01T06:39:55.930974
2021-06-22T07:17:35
926912739
{ "authors": [ "joe-bell", "ricklamers" ], "license": "Apache-2.0", "license_source": "github-api", "license_type": "permissive", "provenance": "gharchive-dolma-0000.json.gz:9399", "repo": "orchest/orchest", "url": "https://github.com/orchest/orchest/pull/337" }
gharchive/pull-request
Prevent loadDefaultView firing twice Description Prevents the default view from being loaded twice on mount (loadDefaultView is handled by initializeFirstView) Closes #333 Checklist [x] The documentation reflects the changes. [x] I have manually tested the application to make sure the changes don’t cause any downs...