id stringlengths 4 10 | text stringlengths 4 2.14M | source stringclasses 2
values | created timestamp[s]date 2001-05-16 21:05:09 2025-01-01 03:38:30 | added stringdate 2025-04-01 04:05:38 2025-04-01 07:14:06 | metadata dict |
|---|---|---|---|---|---|
779226573 | Adding dependent test images
Signed-off-by: Matthias Wessendorf mwessend@redhat.com
the real change against HEAD.... (see: https://github.com/openshift-knative/eventing-kafka/pull/27)
/lgtm
/lgtm
| gharchive/pull-request | 2021-01-05T16:05:49 | 2025-04-01T04:35:24.007791 | {
"authors": [
"lberk",
"matzew"
],
"repo": "openshift-knative/eventing-kafka",
"url": "https://github.com/openshift-knative/eventing-kafka/pull/28",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1121772969 | [release-v1.2] [WIP] [Test] Add an optional forward-compatability test
Testing so compatibility, do not merge
/hold
/retest
/retest
| gharchive/pull-request | 2022-02-02T10:51:59 | 2025-04-01T04:35:24.008907 | {
"authors": [
"devguyio"
],
"repo": "openshift-knative/eventing-kafka",
"url": "https://github.com/openshift-knative/eventing-kafka/pull/542",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2683257988 | CNF-14955: Adding postgres resources to controller
This adds the ability to manage the Kubernetes resources related to the Postgres database. This is a first iteration which does not include the management of the PV/PVC for the persistent data. It handles only the establishment of the deployment and the user creden... | gharchive/pull-request | 2024-11-22T13:42:00 | 2025-04-01T04:35:24.026854 | {
"authors": [
"alegacy",
"mlguerrero12",
"pixelsoccupied"
],
"repo": "openshift-kni/oran-o2ims",
"url": "https://github.com/openshift-kni/oran-o2ims/pull/336",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1703805689 | OCPBUGS-10979: Display stderr when operator version check fails
To validate the ACM and MCE versions specified, an oc-mirror command is executed to ensure the version specified is listed in the catalog. In the case where the catalog is unreachable, such as an authentication failure due to missing certificates, the st... | gharchive/pull-request | 2023-05-10T12:20:45 | 2025-04-01T04:35:24.028632 | {
"authors": [
"donpenney"
],
"repo": "openshift-kni/telco-ran-tools",
"url": "https://github.com/openshift-kni/telco-ran-tools/pull/80",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
431613287 | Installation fails with a machine-config timeout
Using:
commit 489d790e1819e2e1ce489bbac87a4d5bbd5ac47e
Merge: c9bbf54 98ba9fb
Author: Steven Hardy <shardy@redhat.com>
Date: Wed Apr 10 15:22:10 2019 +0100
Merge pull request #312 from zaneb/fix_certs
Run fix_certs script automatically
Virtual environm... | gharchive/issue | 2019-04-10T17:02:43 | 2025-04-01T04:35:24.043875 | {
"authors": [
"e-minguez",
"hardys",
"stbenjam"
],
"repo": "openshift-metalkube/dev-scripts",
"url": "https://github.com/openshift-metalkube/dev-scripts/issues/328",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1786188047 | switch to JSONencoder for logging
This PR is for aligning Exporter logs with ADR-6.
Here's a sample output after switch to JSON endoer
➜ pipeline-service-exporter (main) go run main.go ✭ ✱
{"level":"info","ts":1688390488.3012707,"logger":"... | gharchive/pull-request | 2023-07-03T13:28:03 | 2025-04-01T04:35:24.047700 | {
"authors": [
"enarha",
"ramessesii2"
],
"repo": "openshift-pipelines/pipeline-service-exporter",
"url": "https://github.com/openshift-pipelines/pipeline-service-exporter/pull/29",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1319701962 | bugfix: access_setup
Check that ArgoCD has been installed on the compute cluster
Do not change workspace if we're already in the right one
Signed-off-by: Romain Arnaud rarnaud@redhat.com
As discussed in the chat channel. I think that the PR brings these two things that are useful:
check that Argo CD has been ins... | gharchive/pull-request | 2022-07-27T15:05:09 | 2025-04-01T04:35:24.049965 | {
"authors": [
"Roming22",
"fgiloux"
],
"repo": "openshift-pipelines/pipeline-service",
"url": "https://github.com/openshift-pipelines/pipeline-service/pull/171",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
253202950 | ignore the broker only at the root
The ag search tool respects the .gitignore file but having broker alone
was too aggressive for the tool. So by adding the / it tells git to
ignore broker only at the project root.
Before:
$ /usr/bin/ag --ignore-dir vendor "^\/\/[A-Za-z]"
pkg/handler/handler.go
419://printRequest -... | gharchive/pull-request | 2017-08-28T00:57:44 | 2025-04-01T04:35:24.053565 | {
"authors": [
"jmrodri"
],
"repo": "openshift/ansible-service-broker",
"url": "https://github.com/openshift/ansible-service-broker/pull/404",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1900776563 | TestJob to use base64 for library import
What type of PR is this?
bug
What this PR does / Why we need it?
For testjob having library import, the current workflow will wrap the library file into a string, use a cat command to put the library content to lib.sh inline, then replace the source /path/to/lib.sh to source .... | gharchive/pull-request | 2023-09-18T11:57:12 | 2025-04-01T04:35:24.082533 | {
"authors": [
"codecov-commenter",
"feichashao",
"hectorakemp"
],
"repo": "openshift/backplane-cli",
"url": "https://github.com/openshift/backplane-cli/pull/200",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1643016043 | Improve test coverage for cloud credentials command
What type of PR is this?
(cleanup)
What this PR does / Why we need it?
An example implementation of improving a file to the recommended coverage level across the codebase of 80%.
Which Jira/Github issue(s) does this PR fix?
Resolves
https://issues.redhat.com/browse/... | gharchive/pull-request | 2023-03-28T00:26:39 | 2025-04-01T04:35:24.090480 | {
"authors": [
"codecov-commenter",
"hectorakemp",
"samanthajayasinghe"
],
"repo": "openshift/backplane-cli",
"url": "https://github.com/openshift/backplane-cli/pull/56",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
834594343 | Entitled builds broken
Commit 7901cb3961215fcdc5a1bb8572de7aa5f02f56cb breaks entitled builds, because entitlement certificates are no longer passed through to the buildah process.
Host entitlements are linked in /usr/share/rhel/secrets on the build-host, which is mounted as /run/secrets (defined /usr/share/container... | gharchive/issue | 2021-03-18T09:52:54 | 2025-04-01T04:35:24.093638 | {
"authors": [
"adambkaplan",
"nimasamii"
],
"repo": "openshift/builder",
"url": "https://github.com/openshift/builder/issues/227",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
497153955 | OpenStack: quote passwords
OpenStack passwords can contain special characters and therefore must be quoted to prevent yaml parsing errors.
Fixes: https://github.com/openshift/installer/issues/2392
/hold
The registry parses environment variables as YAML. Most of the time YAML treats a random sequence of symbols as... | gharchive/pull-request | 2019-09-23T15:01:37 | 2025-04-01T04:35:24.109149 | {
"authors": [
"Fedosin",
"adambkaplan",
"dmage"
],
"repo": "openshift/cluster-image-registry-operator",
"url": "https://github.com/openshift/cluster-image-registry-operator/pull/391",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2549339563 | honor "operatorLogLevel" from the operator spec
Right now the spec.operatorLogLevel and spec.logLevel values in the operator spec are ignored.
This PR adds a logging controller that ensures that at least the operator log level is dynamically updated based on the value of spec.operatorLogLevel
NOTE: handling spec.logL... | gharchive/pull-request | 2024-09-26T02:28:01 | 2025-04-01T04:35:24.131946 | {
"authors": [
"joelanford"
],
"repo": "openshift/cluster-olm-operator",
"url": "https://github.com/openshift/cluster-olm-operator/pull/70",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2723183650 | feat(OSD-27020): Tekton eventlistener to terminate TLS
We need this to move CAD to a private cluster:
LB service directly pointing at tekton event listener
event listener is responsible for TLS termination
added certificate needed by evente listener (ClusterIssuer should already be there)
Codecov Report
All modif... | gharchive/pull-request | 2024-12-06T14:24:01 | 2025-04-01T04:35:24.138289 | {
"authors": [
"RaphaelBut",
"codecov-commenter",
"typeid"
],
"repo": "openshift/configuration-anomaly-detection",
"url": "https://github.com/openshift/configuration-anomaly-detection/pull/322",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1668278555 | Revert "Migrate Azure to out of tree cloud provider"
This reverts commit 3706d32a00d0cb0ed02d92f1789960440903dd4a.
Revert of https://github.com/openshift/library-go/pull/1484 to compare impact related to OCPBUGS-11308
/hold
/approve
/lgtm
We are reverting the Azure CCM until we can promote the entire feature in a... | gharchive/pull-request | 2023-04-14T13:45:57 | 2025-04-01T04:35:24.255579 | {
"authors": [
"JoelSpeed",
"neisw"
],
"repo": "openshift/library-go",
"url": "https://github.com/openshift/library-go/pull/1499",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2352290539 | Add support for fake llm provider in operator as well
Description
Adding fake_provider as one of supported provider, which will be helpful for load testing.
Type of change
[x] Refactor
[x] New feature
[ ] Bug fix
[ ] CVE fix
[ ] Optimization
[ ] Documentation Update
[ ] Configuration Update
[ ] Bump-up dependent lib... | gharchive/pull-request | 2024-06-14T01:08:56 | 2025-04-01T04:35:24.261099 | {
"authors": [
"bparees",
"raptorsun",
"vbelouso",
"vishnuchalla",
"xrajesh"
],
"repo": "openshift/lightspeed-operator",
"url": "https://github.com/openshift/lightspeed-operator/pull/161",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2150245061 | OLS-369: Reduce the size of the lightspeed-service-api container image
Description
This PR reduces the size of the lightspeed-service-api container image by:
installing the CPU flavor of torch, without the NVIDIA dependency
not installing dev dependencies
not creating a venv
not chowning
resulting in removal of abo... | gharchive/pull-request | 2024-02-23T02:03:27 | 2025-04-01T04:35:24.271853 | {
"authors": [
"bparees",
"codecov-commenter",
"syedriko"
],
"repo": "openshift/lightspeed-service",
"url": "https://github.com/openshift/lightspeed-service/pull/485",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2210069903 | (Trivial) Correct provider names
Description
(Trivial) Correct provider names
Type of change
[x] Refactor
[ ] New feature
[ ] Bug fix
[ ] CVE fix
[ ] Optimization
[ ] Documentation Update
[ ] Configuration Update
[ ] Bump-up dependent library
Codecov Report
All modified and coverable lines are covered by tests :w... | gharchive/pull-request | 2024-03-27T07:28:53 | 2025-04-01T04:35:24.278009 | {
"authors": [
"codecov-commenter",
"onmete",
"tisnik"
],
"repo": "openshift/lightspeed-service",
"url": "https://github.com/openshift/lightspeed-service/pull/660",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1335389976 | [RFE] Replacing obfuscating FileContents type with 2 new content types to allow specific rules depending of config and logs content
Bug Report
Recently worked on a case where the customer was a bank and should follow on PCI-DSS compliance.
One of the main focuses of the PCI-DSS is to ensure that there is no credit ca... | gharchive/issue | 2022-08-11T02:17:04 | 2025-04-01T04:35:24.302681 | {
"authors": [
"vlours"
],
"repo": "openshift/must-gather-clean",
"url": "https://github.com/openshift/must-gather-clean/issues/84",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
535502678 | Should "odo list" not fail when not logged into the OpenShift cluster?
User Story
As a user or (ide plugin) I would like to list all components in a given path and I should not be required to be connected to the cluster.
Current behaviour
# not logged into OpenShift (CRC) yet
$ odo list --path ~/src
APP NAME ... | gharchive/issue | 2019-12-10T05:27:29 | 2025-04-01T04:35:24.312922 | {
"authors": [
"adisky",
"dharmit",
"girishramnani",
"kadel"
],
"repo": "openshift/odo",
"url": "https://github.com/openshift/odo/issues/2444",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
847250771 | OSD-6853: Use REPO_DIGEST for CatalogSource
Use REPO_DIGEST (e.g. quay.io/app-sre/osd-metrics-exporter-registry@sha256:abc1234...) instead of the tag-based URI (e.g. quay.io/app-sre/osd-metrics-exporter-registry:production-0f3da87) to reference the CatalogSource image.
OSD-6853
/hold cancel
| gharchive/pull-request | 2021-03-31T20:08:03 | 2025-04-01T04:35:24.419850 | {
"authors": [
"2uasimojo",
"jharrington22"
],
"repo": "openshift/osd-metrics-exporter",
"url": "https://github.com/openshift/osd-metrics-exporter/pull/37",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1487342778 | Adding the ability to re-import tags when they are wedged
To force the re-import of tags of the ocp/4.13-art-latest imagestream, you can run:
$ ./release-tool.py import 4.13-art-latest
To force the re-import of tags of the ocp-s390x/4.13-art-latest-s390x imagestream, you can run:
$ ./release-tool.py -a s390x import ... | gharchive/pull-request | 2022-12-09T19:35:15 | 2025-04-01T04:35:24.427838 | {
"authors": [
"bradmwilliams",
"jupierce"
],
"repo": "openshift/release-controller",
"url": "https://github.com/openshift/release-controller/pull/476",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
190877543 | panic: runtime error: invalid memory address or nil pointer dereference on Linux x86_64
using release v1.1.3...
s2i build https://github.com/pmorie/simple-ruby.git openshift/ruby-20-centos7 test-ruby-app
I get...
error: Unable to load docker config
panic: runtime error: invalid memory address or nil pointer dereferen... | gharchive/issue | 2016-11-22T00:43:43 | 2025-04-01T04:35:24.493062 | {
"authors": [
"bparees",
"rafaeltuelho"
],
"repo": "openshift/source-to-image",
"url": "https://github.com/openshift/source-to-image/issues/640",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
261527405 | http://77.93.198.186/v1.2/4/shops returns 500 server error
Since 9/27, http://77.93.198.186/v1.2/4/shops started to return 500 server error. Can someone please help, thanks.
http://77.93.198.186/v1.2/4/shops returns HTTP status code: 500 Internal Server Error !!
Please can u share the API source-code ? screenshot
... | gharchive/issue | 2017-09-29T04:14:19 | 2025-04-01T04:35:24.514843 | {
"authors": [
"KaneNguyen",
"Skornos",
"fengshao-auryc",
"kassemitani"
],
"repo": "openshopio/openshop.io-ios",
"url": "https://github.com/openshopio/openshop.io-ios/issues/23",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
345002679 | Enable undo
Fixes issue #512
Brief summary of changes
Enablement of the undo button is handled by the NetBeans platform based on what windows (TopComponents) are "active" and if hey provide an undo support class. This PR unifies all editing to make one window Active and provide a singleton Undo support class across a... | gharchive/pull-request | 2018-07-26T20:57:08 | 2025-04-01T04:35:24.539600 | {
"authors": [
"aymanhab",
"carmichaelong",
"chrisdembia"
],
"repo": "opensim-org/opensim-gui",
"url": "https://github.com/opensim-org/opensim-gui/pull/909",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1702253067 | Rename master branch to main
Rename master branch to main and make sure that the CI and other dependent stuff still work.
Completed. Hence, closing this ticket.
| gharchive/issue | 2023-05-09T15:16:10 | 2025-04-01T04:35:24.541150 | {
"authors": [
"aj3sh",
"sugat009"
],
"repo": "opensource-nepal/py-nepali",
"url": "https://github.com/opensource-nepal/py-nepali/issues/51",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1328244943 | Written guidance on how to make a job on OSD successful
We don't have guidance docs about how a job poster can make their job successful.
Let's start a thread here on how to write an article - which could then be used in comms related to posting a job about how to make the post successful.
Ideas:
Add a hello and con... | gharchive/issue | 2022-08-04T08:16:44 | 2025-04-01T04:35:24.556946 | {
"authors": [
"Dibyajyoti2002",
"Erioldoesdesign",
"jdittrich",
"subz3r0o0"
],
"repo": "opensourcedesign/opensourcedesign.github.io",
"url": "https://github.com/opensourcedesign/opensourcedesign.github.io/issues/393",
"license": "apache-2.0",
"license_type": "permissive",
"license_source"... |
2757385524 | Ssh dockerfile
增加bigfiles的ssh身份校验功能
开始门禁检查,等门禁检查通过后可以合入
检查项
状态
日志
DT覆盖率
58.7%
查看日志
敏感信息扫描
✅
查看日志
开源代码漏洞扫描
✅
查看日志
Check代码检查
✅
查看日志
安全编码扫描
✅
查看日志
流水线链接
点击跳转
开始门禁检查,等门禁检查通过后可以合入
开始门禁检查,等门禁检查通过后可以合入
检查项
状态
日志
DT覆盖率
62.4%
查看日志
敏感信息扫描
❌
查看日志
开源代码漏洞扫描
✅
查看日志
Check代码检查
✅
查看日志
安全编码扫描
✅
查看日... | gharchive/pull-request | 2024-12-24T08:10:42 | 2025-04-01T04:35:24.572886 | {
"authors": [
"Zherphy",
"shishupei"
],
"repo": "opensourceways/BigFiles",
"url": "https://github.com/opensourceways/BigFiles/pull/48",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2566489584 | Implement collapsible columns for XLSX
Overview
This PR introduces the ability to collapse selected columns in XLSX documents.
Usage
$columns = [2, 3];
$sheet->setColumnAttributes(1, false, true, ...$columns);
It will group the 2nd and 3rd columns under the 1st outline level.
Challenges
I'm still unsure about the b... | gharchive/pull-request | 2024-10-04T14:13:37 | 2025-04-01T04:35:24.652316 | {
"authors": [
"Slamdunk",
"jhogervorst",
"kamilrzany"
],
"repo": "openspout/openspout",
"url": "https://github.com/openspout/openspout/pull/275",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2021066526 | Fetch PractitionerId, PractitionerLocation, PractitionerCareTeam, PractitionerOrganization from Shared Preferences
Extract PractitionerId, PractitionerLocation, PractitionerCareTeam, PractitionerOrganization
* Create new enum class called PractitionerKey
* Create a function called extractSharedPrefValues in RulesFact... | gharchive/pull-request | 2023-12-01T15:06:30 | 2025-04-01T04:35:24.661733 | {
"authors": [
"Raynafs",
"Rkareko",
"SebaMutuku"
],
"repo": "opensrp/fhircore",
"url": "https://github.com/opensrp/fhircore/pull/2903",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1013346660 | 568 | Quest Patient List View with configurable views
Fixes #568 - Depends on #586
Type
Choose one: Feature
Checklist
[x] I have written Unit tests for any new feature(s) and edge cases for bug fixes
[x] I have added any strings visible on UI components to the strings.xml file
[x] I have updated the CHANGELOG.md fi... | gharchive/pull-request | 2021-10-01T13:25:27 | 2025-04-01T04:35:24.665946 | {
"authors": [
"ellykits",
"maimoonak"
],
"repo": "opensrp/fhircore",
"url": "https://github.com/opensrp/fhircore/pull/595",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
175586963 | SSL_CTX_use_PrivateKey() fails to report mismatch with certificate
Quoth the man page:
SSL_CTX_use_PrivateKey() adds pkey as private key to ctx.
SSL_CTX_use_RSAPrivateKey() adds the private key rsa of type RSA to
ctx. SSL_use_PrivateKey() adds pkey as private key to ssl;
SSL_use_RSAPrivate... | gharchive/issue | 2016-09-07T19:36:58 | 2025-04-01T04:35:24.669772 | {
"authors": [
"dwmw2",
"erbsland-dev",
"richsalz",
"t8m"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/1549",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
946844923 | makefile:56: *** missing separator. Stop.
i try to build openssl-1.1.1k .
everything is ok before i type nmake ,the error happened that "makefile:56: *** missing separator. Stop."
i am a newer,i try to slove it ,but i lack of the make rule knowledge. anyone help?
(my system is window, i use the strawberry perl to ... | gharchive/issue | 2021-07-17T15:27:44 | 2025-04-01T04:35:24.679672 | {
"authors": [
"PenNameLuXun",
"levitte",
"mattcaswell"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/16104",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1330979456 | Plesk panel is down after uninstalling OpenSSL version 3
Related on this post to solve the problem I tried to downgrade openssl 3 to openssl 2. Then in ssh run 'sudo apt remove openssl' command. Result is plesk panel down. After connecting ssh and reinstalling openssl3 again did not solve the problem. The server has ... | gharchive/issue | 2022-08-07T10:46:57 | 2025-04-01T04:35:24.682088 | {
"authors": [
"mattcaswell",
"mustafa-can"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/18961",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1621063177 | EVP_PKEY_(get_)id not returning an OID (for provider PKEYs)
The masterdocumentation for EVP_PKEY_get_id (and thus for the old API EVP_PKEY_id) is documented to return an OID:
EVP_PKEY_get_id() returns the actual OID associated with pkey.
Is this really correct? It rather seems to return a NID (or doesn't "OID" in t... | gharchive/issue | 2023-03-13T09:21:30 | 2025-04-01T04:35:24.690849 | {
"authors": [
"baentsch",
"mattcaswell"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/20497",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1648220983 | How to fix OSSL_DECODER_from_bio returning 0 as failure on OpenSSL 3 FIPS mode?
I read carefully to decide which is better in the openssl-users@openssl.org mailing list or opening this issue ticket on GitHub. As my question is about the OpenSSL API used in the OpenSSL Ruby bindings. I am trying to fix a bug in the Op... | gharchive/issue | 2023-03-30T19:52:38 | 2025-04-01T04:35:24.784233 | {
"authors": [
"beldmit",
"junaruga",
"levitte",
"t8m"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/20657",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
204991190 | [rt.openssl.org #4359] Duplicate n2l, etc., macros
Migrated from rt.openssl.org#4359 (status was 'new')
Requestors:
rsalz@akamai.com
From rsalz@akamai.com on 2016-02-29 21:34:37:
From discussion in GH 664 with Rob Percival. The issue of repeatd macros came up.
Thanks. I've just looked at merging all of the vario... | gharchive/issue | 2017-02-02T20:44:38 | 2025-04-01T04:35:24.792255 | {
"authors": [
"nhorman",
"richsalz"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/2480",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
308965462 | Please adjust the security levels to be more practical
This issue is meant to start a discussion how to improve the usefulness of @SECLEVEL setting. The proposal below can be adjusted according to it.
The current meaning of security levels is not that practical for real world use. Given the current use of the paramet... | gharchive/issue | 2018-03-27T13:19:26 | 2025-04-01T04:35:24.795355 | {
"authors": [
"mattcaswell",
"t8m"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/5760",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
867956288 | Rename some globals, add ossl prefix.
Fixes: #13526
24 hours has passed since 'approval: done' was set, but this PR has failing CI tests. Once the tests pass it will get moved to 'approval: ready to merge' automatically, alternatively please review and set the label manually.
Merged to master, thanks for the nam... | gharchive/pull-request | 2021-04-26T17:37:00 | 2025-04-01T04:35:24.796827 | {
"authors": [
"openssl-machine",
"paulidale",
"richsalz"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/15035",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
899810900 | Deprecate old style BIO callback calls
New style BIO_debug_callback_ex() function added to provide
replacement for BIO_debug_callback().
Checklist
[x] documentation is added or updated
[x] tests are added or updated
It would be really nice to deprecate this as the old style callbacks are fairly broken in regards... | gharchive/pull-request | 2021-05-24T16:18:40 | 2025-04-01T04:35:24.799129 | {
"authors": [
"t8m"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/15440",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
192052910 | Add the STORE module take 2, for loaded certs, keys and more given a URI
Checklist
[x] documentation is added or updated
[x] tests are added or updated
[x] CLA is signed
Description of change
This is a redesign of #1962
This STORE module adds the following functionality:
A function STORE_open(), STORE_load() and... | gharchive/pull-request | 2016-11-28T16:34:56 | 2025-04-01T04:35:24.894111 | {
"authors": [
"dwmw2",
"kaduk",
"levitte",
"mattcaswell",
"petrovr",
"richsalz"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/2011",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2379067466 | Check EC_GROUP_get0_order result before dereference
Fix NULL dereference
Found by Linux Verification Center (linuxtesting.org) with SVACE.
CLA: trivial
Checklist
[x] documentation is added or updated
[x] tests are added or updated
@paulidale - please can you confirm you are ok with CLA: trivial?
This pull req... | gharchive/pull-request | 2024-06-27T20:47:36 | 2025-04-01T04:35:24.900161 | {
"authors": [
"JohnnySavages",
"mattcaswell",
"openssl-machine",
"t8m"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/24755",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2556691998 | Use the correct length value for input salt in HKDF
In this function the salt can be either a zero buffer of exactly mdlen length, or an arbitrary salt of prevsecretlen length. Although in practice OpenSSL will always pass in a salt of mdlen size bytes in the current TLS 1.3 code, the openssl kdf command can pass in ... | gharchive/pull-request | 2024-09-30T13:29:52 | 2025-04-01T04:35:24.907170 | {
"authors": [
"mattcaswell",
"openssl-machine",
"simo5",
"t8m",
"xnox"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/25579",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
262395964 | stack/stack.c: various cleanups.
This is kind of follow-up to recent stack changes.
There are a few places that test st->num < 0. Those tests can be removed, and of course, for those that look like this, it be removed entirely:
if (sk->num < 0)
return NULL;
Take a look...
| gharchive/pull-request | 2017-10-03T11:41:28 | 2025-04-01T04:35:24.908875 | {
"authors": [
"dot-asm",
"levitte"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/pull/4455",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2373293192 | Put ssh_jumper to use in libvirt_manager role
This patch changes some behavior in ssh_jumper to make its integration
smoother.
It also integrate the role in libvirt_manager in order to manage the
various ssh configuration we usually inject on the hypervisor and
ansible controller (laptop, etc).
As a pull request owne... | gharchive/pull-request | 2024-06-25T17:52:02 | 2025-04-01T04:35:24.922236 | {
"authors": [
"cjeanner",
"raukadah"
],
"repo": "openstack-k8s-operators/ci-framework",
"url": "https://github.com/openstack-k8s-operators/ci-framework/pull/1952",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2439173705 | Remove old unused CRC nodesets
The 3 matches from tripleo-ci-internal-jobs are beta jobs that will soon be removed with tripleo-ci-internal-jobs closing down.
For the match in weirdo-jobs.yaml, I reached out to Joel and awaiting a response on if this is needed or they will bump to CRC 2.39:
❯ tree -L 2
.
├── downstre... | gharchive/pull-request | 2024-07-31T05:39:28 | 2025-04-01T04:35:24.927069 | {
"authors": [
"lewisdenny",
"raukadah",
"rlandy"
],
"repo": "openstack-k8s-operators/ci-framework",
"url": "https://github.com/openstack-k8s-operators/ci-framework/pull/2181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1798530919 | Use set_openstack_containers role to patch baremetal operator
set_openstack_containers role takes care of updating the env vars for any operator.
This pr uses the set_openstack_containers role to update the baremetal operator csv with the correct image.
Note: It also bumps crc ram to 24 GB as the edpm jobs are failin... | gharchive/pull-request | 2023-07-11T09:37:13 | 2025-04-01T04:35:24.931394 | {
"authors": [
"Sandeepyadav93",
"cjeanner",
"raukadah"
],
"repo": "openstack-k8s-operators/ci-framework",
"url": "https://github.com/openstack-k8s-operators/ci-framework/pull/372",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
189483139 | Patches and patches_base should be before BuildArch
It would be nice if rdopkg helped enforce making sure patches_base and patches are after SourceX and before BuildArch.
openstack-tripleo newton-rdo branch had an instance of this
https://review.rdoproject.org/r/#/c/3757/
Expected behavior
rdopkg update-patches/pat... | gharchive/issue | 2016-11-15T19:26:59 | 2025-04-01T04:35:24.946261 | {
"authors": [
"mburns72h",
"yac",
"yazug"
],
"repo": "openstack-packages/rdopkg",
"url": "https://github.com/openstack-packages/rdopkg/issues/88",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
580835750 | Hover state persistst when tapping buttons on touch devices
Mobile Safari gives tapped buttons the :hover CSS styling, which shows them as pressed. However, this doesn't always properly disappear after the tap is complete. It's not a big deal but it looks sloppy and can be confusing.
Turns out the hover media featu... | gharchive/issue | 2020-03-13T20:44:43 | 2025-04-01T04:35:25.022273 | {
"authors": [
"quincylvania"
],
"repo": "openstreetmap/iD",
"url": "https://github.com/openstreetmap/iD/issues/7432",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1782915663 | Error adding bus stopping location to vertex
URL
No response
How to reproduce the issue?
Select a node along a line or area (regardless of the way’s tags).
Choose the Bus Stopping Location preset.
Nothing happens.
Screenshot(s) or anything else?
The following error appears in the console:
Uncaught TypeError: S is u... | gharchive/issue | 2023-06-30T17:44:51 | 2025-04-01T04:35:25.027462 | {
"authors": [
"1ec5",
"Deeptanshu-sankhwar"
],
"repo": "openstreetmap/iD",
"url": "https://github.com/openstreetmap/iD/issues/9719",
"license": "ISC",
"license_type": "permissive",
"license_source": "github-api"
} |
1037854215 | [4.8.0] Support types of function parameters and return variable
This is an example of a stub file to define arg info: https://github.com/openswoole/swoole-src/blob/master/ext-src/swoole_table.stub.php
Then the file https://github.com/openswoole/swoole-src/blob/master/ext-src/swoole_table_arginfo.h is generated by ru... | gharchive/issue | 2021-10-27T20:55:24 | 2025-04-01T04:35:25.076892 | {
"authors": [
"doubaokun"
],
"repo": "openswoole/swoole-src",
"url": "https://github.com/openswoole/swoole-src/issues/25",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1986442175 | feat: hydra full error on dataproc
Use HYDRA_FULL_ERROR=1 in dataproc by default to have more verbose errors. Otherwise, errors are occasionally so succinct that it's hard to know what's happening.
After failing with a few setups, this produces the intended results.
Codecov Report
Merging #241 (75af590) into main ... | gharchive/pull-request | 2023-11-09T21:38:27 | 2025-04-01T04:35:25.080893 | {
"authors": [
"codecov-commenter",
"d0choa"
],
"repo": "opentargets/genetics_etl_python",
"url": "https://github.com/opentargets/genetics_etl_python/pull/241",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1337362909 | Add pics_95perc_credset to V2D
As a member of the data team I want to have the flag pics_95perc_credset included in the V2D dataset produced in the ETL because this field is relevant in the L2G pipeline.
Background
I am currently working on #2608. In the process of updating the L2G dependencies, the features that we ... | gharchive/issue | 2022-08-12T15:41:58 | 2025-04-01T04:35:25.085457 | {
"authors": [
"JarrodBaker",
"ireneisdoomed"
],
"repo": "opentargets/issues",
"url": "https://github.com/opentargets/issues/issues/2695",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2170924189 | Service categories are shown if no services are listed
If you on docsportal page (swiss) you can see categories which have no service listed. This shouldn't be the case.
Gets fixed by https://github.com/opentelekomcloud/otc-sphinx-directives/pull/35
| gharchive/issue | 2024-03-06T08:31:13 | 2025-04-01T04:35:25.086698 | {
"authors": [
"SebastianGode",
"tischrei"
],
"repo": "opentelekomcloud/otcdocstheme",
"url": "https://github.com/opentelekomcloud/otcdocstheme/issues/229",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1174861477 | docker compose fails to start otel-sdk-bundle-example-sf5-php on mac monterey
Docker Desktop 4.6.0 (75818)
Mac OS 12.2.1
setfacl: var/log: Not supported
setfacl: var/log/dev.log: Not supported
commenting out
setfacl -R -m u:www-data:rwX -m u:"$(whoami)":rwX var
setfacl -dR -m u:www-data:rwX -m u:"$(whoami)":rwX var
... | gharchive/issue | 2022-03-21T04:05:40 | 2025-04-01T04:35:25.094098 | {
"authors": [
"grahamgreen",
"tidal"
],
"repo": "opentelemetry-php/otel-sdk-bundle-example-sf5",
"url": "https://github.com/opentelemetry-php/otel-sdk-bundle-example-sf5/issues/3",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
820123389 | add jupyter notebook
--- adds a jupyter notebook
-- removed notebook
--- adds has_coldkey and other key file functions to the wallet
--- adds checks to the metagraph to ensure it does not fail without a wallet
--- kills the process in the executor gracefully using self.wallet.assert_coldkey ...
| gharchive/pull-request | 2021-03-02T15:26:06 | 2025-04-01T04:35:25.095659 | {
"authors": [
"unconst"
],
"repo": "opentensor/bittensor",
"url": "https://github.com/opentensor/bittensor/pull/228",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
222579435 | Support #1619 - MTD vrs FTD builds, and Makefile.am If/Else/Endif issues
As discussed in #1467 (Changes to Support IDEs)
These problems are intertwined and share a number of common traits and are being addressed together in a single commit, sadly I don't see a way to break this up.
PROBLEM 1
In src/core/Makefile.am -... | gharchive/pull-request | 2017-04-19T00:04:05 | 2025-04-01T04:35:25.127863 | {
"authors": [
"DuaneEllis-TI",
"codecov-io",
"darconeous",
"jwhui",
"nibanks"
],
"repo": "openthread/openthread",
"url": "https://github.com/openthread/openthread/pull/1620",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2013432867 | Handle git ls-remote asking for authentication
If a repository is removed or made private, git ls-remote will hang asking for user authentication and break the bumper.
One question, AFAICS, git ls-remote is called directly using os/exec. Did you folks consider using go-git package for calling git commands in the re... | gharchive/issue | 2023-11-28T01:37:36 | 2025-04-01T04:35:25.140829 | {
"authors": [
"cam72cam",
"serdardalgic"
],
"repo": "opentofu/registry",
"url": "https://github.com/opentofu/registry/issues/48",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
225194378 | Provide mechanism for unwrapping spans
In https://github.com/openzipkin/brave-opentracing/issues/39, I oversimplified my solution. My span was actually an AutoReleasingManagedSpan. I had to write additional code to unwrap it, as follows:
public static Span unwrapSpan(Span span) {
while (true) {
... | gharchive/issue | 2017-04-28T21:12:18 | 2025-04-01T04:35:25.155202 | {
"authors": [
"bhs",
"jakerobb",
"tedsuo"
],
"repo": "opentracing/opentracing-java",
"url": "https://github.com/opentracing/opentracing-java/issues/126",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1879046533 | 🛑 [CN] OpenUPM Website Docs is down
In 3b6970f, [CN] OpenUPM Website Docs (https://openupm.cn/docs/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: [CN] OpenUPM Website Docs is back up in a23ee95 after 21 minutes.
| gharchive/issue | 2023-09-03T10:46:12 | 2025-04-01T04:35:25.497424 | {
"authors": [
"favoyang"
],
"repo": "openupm/upptime-openupmcn",
"url": "https://github.com/openupm/upptime-openupmcn/issues/1625",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1967574933 | 🛑 [CN] OpenUPM Registry /-/all is down
In d3c020f, [CN] OpenUPM Registry /-/all (https://package.openupm.cn/-/all) was down:
HTTP code: 0
Response time: 0 ms
Resolved: [CN] OpenUPM Registry /-/all is back up in 75d1316 after 12 minutes.
| gharchive/issue | 2023-10-30T06:03:01 | 2025-04-01T04:35:25.499926 | {
"authors": [
"favoyang"
],
"repo": "openupm/upptime-openupmcn",
"url": "https://github.com/openupm/upptime-openupmcn/issues/3204",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1977685408 | 🛑 [CN] OpenUPM Website Docs is down
In dc90c87, [CN] OpenUPM Website Docs (https://openupm.cn/docs/) was down:
HTTP code: 0
Response time: 0 ms
Resolved: [CN] OpenUPM Website Docs is back up in e48bc17 after .
| gharchive/issue | 2023-11-05T09:18:35 | 2025-04-01T04:35:25.502281 | {
"authors": [
"favoyang"
],
"repo": "openupm/upptime-openupmcn",
"url": "https://github.com/openupm/upptime-openupmcn/issues/3304",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1232549608 | add input_info to nncf config when not defined by user
Description
Adds input_info to the NNCF config when this has not been defined by the user in the config.yaml.
This allows users to enable NNCF by adding the following to config.yaml:
optimization:
nncf:
apply: true
Where previously, the following w... | gharchive/pull-request | 2022-05-11T12:21:09 | 2025-04-01T04:35:25.510823 | {
"authors": [
"djdameln",
"samet-akcay"
],
"repo": "openvinotoolkit/anomalib",
"url": "https://github.com/openvinotoolkit/anomalib/pull/307",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
868388926 | Can these images be used with the gstreamer vaapi plugin in a non-interactive shell?
Maybe I'm missing something obvious, but if I try to use this image without first initializing an interactive bash session, I cannot use the vaapi plugins. Compare the output of the following, executed on an Ubuntu 18 host:
Creating ... | gharchive/issue | 2021-04-27T02:49:46 | 2025-04-01T04:35:25.517101 | {
"authors": [
"saites"
],
"repo": "openvinotoolkit/docker_ci",
"url": "https://github.com/openvinotoolkit/docker_ci/issues/99",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450617628 | Commit 5316dfd Appears to Have Broken Invocation of the Python Weave Device Manager
It appears that commit 5316dfdacdcd2f5892d0e596a67144d9f0df7c61 somehow broke invocation of the Python weave-device-mgr, both in-situ and from an installation:
% src/device-manager/python/weave-device-mgr
/usr/local/lib/python2.7/site... | gharchive/issue | 2019-05-31T05:09:18 | 2025-04-01T04:35:25.602828 | {
"authors": [
"gerickson",
"jaylogue"
],
"repo": "openweave/openweave-core",
"url": "https://github.com/openweave/openweave-core/issues/250",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
493423540 | Better support for multiple Weave client processes on single host
Modify the Weave Message Layer and associated code to better support multiple Weave-enabled processes operating as independent clients on a single host. This should include:
The ability to initiate outbound TCP and UDP communications from an ephemer... | gharchive/issue | 2019-09-13T16:50:44 | 2025-04-01T04:35:25.606125 | {
"authors": [
"gerickson",
"jaylogue"
],
"repo": "openweave/openweave-core",
"url": "https://github.com/openweave/openweave-core/issues/367",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
161577044 | WIP: restore isAlive behavior for consul liveness check (issue #713).
FYI @psuter
Will pile this on as part of #722.
Replaced with newer PR.
| gharchive/pull-request | 2016-06-22T01:48:46 | 2025-04-01T04:35:25.627072 | {
"authors": [
"rabbah"
],
"repo": "openwhisk/openwhisk",
"url": "https://github.com/openwhisk/openwhisk/pull/727",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
747026994 | [deps] Update celery to version 5
Better to address https://github.com/openwisp/openwisp-controller/issues/325 first.
Celery 5 should brings some breaking changes.
We should ensure the command to launch celery that is indicated in the README works and if not we need to update it.
Other than ensuring all tests pass, i... | gharchive/issue | 2020-11-19T23:56:33 | 2025-04-01T04:35:25.634288 | {
"authors": [
"nemesisdesign"
],
"repo": "openwisp/openwisp-network-topology",
"url": "https://github.com/openwisp/openwisp-network-topology/issues/97",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
538974853 | luci-app-bmx7: fix typos
Signed-off-by: Balázs Úr
@hnyman I think that can be merged, If I understood that correctly?
In summary, if someone changes the msgid, he must also have to update the po file to make weblat work?
@feckert @hnyman as I know, this is the correct workflow if translations are outsourced to W... | gharchive/pull-request | 2019-12-17T10:27:22 | 2025-04-01T04:35:25.640697 | {
"authors": [
"feckert",
"urbalazs"
],
"repo": "openwrt/luci",
"url": "https://github.com/openwrt/luci/pull/3416",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2382310761 | Cert auth and runtime base href
resolves #388
Please provide precise steps one can use to use to test this
Please provide precise steps one can use to use to test this
Test procedure:
Build branch and bind to a controller mgmt API web listener
Get an admin identity token
ziti edge create identity kpop4 -A -o /t... | gharchive/pull-request | 2024-06-30T15:42:40 | 2025-04-01T04:35:25.804005 | {
"authors": [
"dovholuknf",
"qrkourier"
],
"repo": "openziti/ziti-console",
"url": "https://github.com/openziti/ziti-console/pull/389",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1652957290 | initial implementation of access_tokens table and logout
This addresses https://github.com/opeolluwa/raccoon/issues/163
Not yet ready for merge, remaining work:
[ ] manual end to end testing
[ ] address questions & todos
The questions I have are
should the token column in acesss_tokens have an index? i think it sh... | gharchive/pull-request | 2023-04-04T00:16:50 | 2025-04-01T04:35:25.810648 | {
"authors": [
"derekleverenz",
"opeolluwa"
],
"repo": "opeolluwa/raccoon",
"url": "https://github.com/opeolluwa/raccoon/pull/168",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2149231 | 'opera failed to access or upgrade your profile'
I installed Opera 11.52 and am trying to use the Selenium webdriver bindings for Python to launch Opera with the Remote interface (Python bindings don't support Opera directly). Opera starts to launch, but gives the above 'Startup error'. It launches normally otherwise... | gharchive/issue | 2011-11-04T22:32:47 | 2025-04-01T04:35:25.813305 | {
"authors": [
"andreastt",
"tomsem"
],
"repo": "operasoftware/operadriver",
"url": "https://github.com/operasoftware/operadriver/issues/34",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450181558 | Adding Knative Eventing Operator to community operators
Version 0.6.0 of knative-eventing.
These manifests have been tested against an OKD/OpenShift cluster via a subscription through OLM!
Bonus: Also tested against minikube!
| gharchive/pull-request | 2019-05-30T08:01:01 | 2025-04-01T04:35:25.817481 | {
"authors": [
"matzew"
],
"repo": "operator-framework/community-operators",
"url": "https://github.com/operator-framework/community-operators/pull/407",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
644426184 | add log info for manager options config
This information is very helpful for when we are working locally running the main.go as to help users when they open their issues since we can check the values informed by seen the info in the logs.
Closes: https://github.com/joelanford/helm-operator/issues/24
Closing this on... | gharchive/pull-request | 2020-06-24T08:32:57 | 2025-04-01T04:35:25.819235 | {
"authors": [
"camilamacedo86",
"varshaprasad96"
],
"repo": "operator-framework/helm-operator-plugins",
"url": "https://github.com/operator-framework/helm-operator-plugins/pull/41",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1320819483 | Operatorhub Catalog ARM64 Support
Bug Report
What did you do?
1. Installed OLM on my raspberry pi k3s cluster (ARM64).
I did have to change the catalog image quay.io/operatorhubio/catalog:latest to quay.io/operatorhubio/catalog:lts. There were no logs output by the pod as you would expect it just wasn't running but s... | gharchive/issue | 2022-07-28T11:53:53 | 2025-04-01T04:35:25.828909 | {
"authors": [
"StopMotionCuber",
"agelwarg",
"awgreene",
"darktempla"
],
"repo": "operator-framework/operator-lifecycle-manager",
"url": "https://github.com/operator-framework/operator-lifecycle-manager/issues/2823",
"license": "apache-2.0",
"license_type": "permissive",
"license_source":... |
662637631 | Fix validate CRD compatibility check and deprecated CRD test case
Fix validate CRD compatibility
Should only run against served versions instead the non-served
versions (! operator error)
Clean up the deprecated CRD versions test:
Using standup catsrc upgrade and get rid of unnecessary subscription
deletion.
Signed... | gharchive/pull-request | 2020-07-21T06:15:54 | 2025-04-01T04:35:25.847376 | {
"authors": [
"Bowenislandsong",
"dinhxuanvu",
"exdx",
"kevinrizza",
"njhale"
],
"repo": "operator-framework/operator-lifecycle-manager",
"url": "https://github.com/operator-framework/operator-lifecycle-manager/pull/1659",
"license": "apache-2.0",
"license_type": "permissive",
"licens... |
475613548 | Bug 1732914: Operator upgrades fail when versions field is not set
Fix the ensureCRDVersions to account for version field
Add test cases for version scenarios
Signed-off-by: Vu Dinh vdinh@redhat.com
will this change be back ported to 4.2?
@rthallisey This should be 4.2 bug fix so it should be in 4.2.
/approve... | gharchive/pull-request | 2019-08-01T10:51:20 | 2025-04-01T04:35:25.852408 | {
"authors": [
"dinhxuanvu",
"ecordell",
"rthallisey"
],
"repo": "operator-framework/operator-lifecycle-manager",
"url": "https://github.com/operator-framework/operator-lifecycle-manager/pull/973",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1605614879 | CI Broken?
Hey,
So Operator SDK has been doing some minor work in this repo recently, and it seems the CI is now broken, and the CI seems dependent on some containerbuildsystem stuff we don't have access to.
I think @zach-source has access to these resources. Are you still available to help maintain this repo? We at ... | gharchive/issue | 2023-03-01T20:23:43 | 2025-04-01T04:35:25.855403 | {
"authors": [
"jberkhahn",
"zach-source"
],
"repo": "operator-framework/operator-manifest-tools",
"url": "https://github.com/operator-framework/operator-manifest-tools/issues/33",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
552531175 | bundle command user documenation
Now that bundle create has been added, users can create operator manifest images from their projects to use in deployment scenarios, ex. OLM. These scenarios, and more basically the reason bundle build was added in the first place, need documentation so users can deploy their operator... | gharchive/issue | 2020-01-20T22:16:19 | 2025-04-01T04:35:25.874338 | {
"authors": [
"estroz",
"jdockter"
],
"repo": "operator-framework/operator-sdk",
"url": "https://github.com/operator-framework/operator-sdk/issues/2442",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
474210819 | cmd/.../genutil: fix typo in comment
Description of the change:
Fix typo in the generateWithHeaderFile comment.
Motivation for the change:
"arguemnt" isn't a valid English word.
/ok-to-test
Not sure why the Travis job failed. Maybe it's unstable?
@johananl Yeah, it's flaky. We can babysit it until it passes.
... | gharchive/pull-request | 2019-07-29T19:12:24 | 2025-04-01T04:35:25.877453 | {
"authors": [
"estroz",
"joelanford",
"johananl"
],
"repo": "operator-framework/operator-sdk",
"url": "https://github.com/operator-framework/operator-sdk/pull/1746",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
450150585 | compiler: change load/save/make/get_jit_dir/get_codepy_dir into methods
This allows Compiler subclasses to customise the locations of the build directories etc, for cases where tempfile.gettempdir() returns something that we don't want to use.
Codecov Report
Merging #838 into master will decrease coverage by <.01%... | gharchive/pull-request | 2019-05-30T06:22:25 | 2025-04-01T04:35:25.886517 | {
"authors": [
"FabioLuporini",
"codecov-io",
"tjb900"
],
"repo": "opesci/devito",
"url": "https://github.com/opesci/devito/pull/838",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
280626837 | SMTP Notification over SSL/TLS not working
Hi,
The SMTP notification is not working with some providers or in generally when "Enable SMTP over SSL/TLS" is checked.
Dec 8 22:03:11 | opnsense: /system_advanced_notifications.php: Could not send the message to me@home.de -- Error: could not connect to the host "smtp.st... | gharchive/issue | 2017-12-08T21:47:31 | 2025-04-01T04:35:25.914102 | {
"authors": [
"AdSchellevis",
"JasMan78",
"NOYB",
"fichtner"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/issues/1983",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1346077751 | PHP 8.1 support
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
[x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
[x] I am convinced that my issue is new after having checked both open and closed issues at https... | gharchive/issue | 2022-08-22T09:12:22 | 2025-04-01T04:35:25.917660 | {
"authors": [
"fichtner"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/issues/5979",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1848598945 | Virtual IP status filtering issue LAN IPv6 CARP VIP is missing
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
[x] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
[x] I am convinced that my issue is new after havi... | gharchive/issue | 2023-08-13T13:36:59 | 2025-04-01T04:35:25.923702 | {
"authors": [
"AdSchellevis",
"Lennie"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/issues/6742",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
131843203 | show configd in service list so it can be restarted manually from there if needed
@AdSchellevis is that ok with you? feel free to grab this if you want :)
via: b3171b45-7ada-4850-9fe9-ca5313bb7054
Good idea :)
@fichtner yes, good idea, let's add that for the next release.
| gharchive/issue | 2016-02-06T10:44:12 | 2025-04-01T04:35:25.925091 | {
"authors": [
"AdSchellevis",
"fichtner",
"oparoz"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/issues/754",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2432193619 | Cores and threads appear to be swapped in the CPU and thermal sensors widgets
Reporting 4 cores and 2 threads for 11th Gen Intel Core i3-1115G4.
Should be 2 cores and 4 threads.
Similar in thermal sensors widget reporting 4 cores and 2 zones.
24.7
Reference source:
https://ark.intel.com/content/www/us/en/ark/products... | gharchive/issue | 2024-07-26T13:00:39 | 2025-04-01T04:35:25.936331 | {
"authors": [
"NOYB",
"fichtner"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/issues/7657",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
382184981 | sidebar - optimize
@fichtner sidebar - optimize -> not shure if this works now!
@ Fichtner sorry, I should have adjusted in notepad ++ through the 4 space conversion a lot.
@opnsenseuser I'm happy to fix this manually for now. Not worth spending too much time on on your end. :)
| gharchive/pull-request | 2018-11-19T12:05:11 | 2025-04-01T04:35:25.937997 | {
"authors": [
"fichtner",
"opnsenseuser"
],
"repo": "opnsense/core",
"url": "https://github.com/opnsense/core/pull/2934",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
302383704 | Monit does not update
Since update today to Monit 1.5 new or changed settings do not work as expected.
Also email notifications are not consistent. The 'Test Configuration' button does not work consistently.
Clicking the 'Reload Configuration' button does not reinitialize the status.
Monit also shows control issues o... | gharchive/issue | 2018-03-05T17:07:58 | 2025-04-01T04:35:25.977223 | {
"authors": [
"fbrendel",
"fichtner",
"tpcr"
],
"repo": "opnsense/plugins",
"url": "https://github.com/opnsense/plugins/issues/583",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
254809596 | MDNS: add status indicator
closes #242
We should add this to the validation:
mdns-repeater: error: at least 2 interfaces must be specified
FYI https://github.com/opnsense/plugins/commit/49f860905b398775753ad5c3644af333634b370a
@fichtner what should we do because of the model?
afaik it is not possible to run mig... | gharchive/pull-request | 2017-09-02T12:45:11 | 2025-04-01T04:35:25.985025 | {
"authors": [
"fabianfrz",
"fichtner"
],
"repo": "opnsense/plugins",
"url": "https://github.com/opnsense/plugins/pull/244",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
532553495 | いいところ診断の結果に優しさを追加したい
以下の結果を追加したい
'{userName}のいいところは優しさです。あなたの優しい雰囲気や立ち振る舞いに多くの人が癒やされています。'
自作自演で対応します
dfe5636 で対応しました。
| gharchive/issue | 2019-12-04T09:25:36 | 2025-04-01T04:35:25.989026 | {
"authors": [
"opossum-san"
],
"repo": "opossum-san/assessment",
"url": "https://github.com/opossum-san/assessment/issues/1",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
52486718 | redhat iptables not saving?
This might not be an issue, but my customer told me that on reboot of the system we stood up for them via chef, their ip tables rules are not persistent.
excuse my ignorance, but can someone explain to me what this is doing and why redhat/centos are not in the list of platforms?
case node[... | gharchive/issue | 2014-12-19T14:13:21 | 2025-04-01T04:35:26.042552 | {
"authors": [
"DennyZhang",
"stevejmason",
"tas50",
"yairgo"
],
"repo": "opscode-cookbooks/iptables",
"url": "https://github.com/opscode-cookbooks/iptables/issues/22",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
1583209773 | Add starting GraphQL method
See #5 SDK should support GraphQL
I wanted to change as little as possible, so this uses existing REST methods to perform GraphQL lookups.
@kmacdonaO What further changes would you like to see before I submit this pull request?
Also, I've previously contributed to this repository and sig... | gharchive/pull-request | 2023-02-13T23:06:34 | 2025-04-01T04:35:26.103781 | {
"authors": [
"tcaruth"
],
"repo": "oracle/content-management-sdk",
"url": "https://github.com/oracle/content-management-sdk/pull/6",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
473519091 | Plugin not intercepting eventSource or calls from html
It seems that although I set the InterceptRemoteRequests to all
calls not created directly by an ajax call is not intercepted.
As a result eventSource or an img will fail if authentication (cookies) is required.
Is this intentional, or I am missing something.
Cu... | gharchive/issue | 2019-07-26T20:16:10 | 2025-04-01T04:35:26.108514 | {
"authors": [
"cszasz",
"gvanmat"
],
"repo": "oracle/cordova-plugin-wkwebview-file-xhr",
"url": "https://github.com/oracle/cordova-plugin-wkwebview-file-xhr/issues/40",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
381345058 | Make FilesystemWatchPollingStrategy.initWatchServiceModifiers public
Creating this bug as the result of investigating issue #181
The class io.helidon.config.internal.FilesystemWatchPollingStrategy implements polling strategy using java.nio.file.WatchService.
WatchService implementation in the JDK is either platform s... | gharchive/issue | 2018-11-15T21:23:30 | 2025-04-01T04:35:26.125633 | {
"authors": [
"romain-grecourt"
],
"repo": "oracle/helidon",
"url": "https://github.com/oracle/helidon/issues/188",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1980298151 | Running git fetch only does not guarantee that we have fetched all changes related to tags
Summary
git fetch will not fetch the changes of existing tags in the local repository if that tag has been modified in the remote repository. To be able to fetch that modification, we must run git fetch --force --tags.
Note, be... | gharchive/issue | 2023-11-07T00:12:22 | 2025-04-01T04:35:26.133035 | {
"authors": [
"behnazh-w",
"tromai"
],
"repo": "oracle/macaron",
"url": "https://github.com/oracle/macaron/issues/547",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2355169580 | Remove namespace setting from helm chart
When deploying the helm chart, the namespace is hardcoded in the values.yaml:
deploymentNamespace : native-ingress-controller-system
Looking into usage, I can see the deployment.yaml template is creating the namespace itself and deploying the resources into the namespace.
Thi... | gharchive/issue | 2024-06-15T19:33:35 | 2025-04-01T04:35:26.164139 | {
"authors": [
"galovics",
"piyush-tiwari"
],
"repo": "oracle/oci-native-ingress-controller",
"url": "https://github.com/oracle/oci-native-ingress-controller/issues/75",
"license": "UPL-1.0",
"license_type": "permissive",
"license_source": "github-api"
} |
348221019 | Adding support for disabling volume roundup
Add support for disabling volume roundup in the case a PVC is less than 50GB, via a parameters of a storage class. If a PVC is less than 50GB, it will fail.
@bdourallawzi Needs rebase but otherwise LGTM 👍
@prydie Done :+1:
@bdourallawzi changes look good but looks li... | gharchive/pull-request | 2018-08-07T08:35:12 | 2025-04-01T04:35:26.166574 | {
"authors": [
"bdourallawzi",
"owainlewis",
"prydie"
],
"repo": "oracle/oci-volume-provisioner",
"url": "https://github.com/oracle/oci-volume-provisioner/pull/156",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
305765229 | whois auth information returns incorrect results
The way I expect this to work is as it does on Freenode. On Freenode the account I'm registered with is eck, but I also use the handle eklitzke in some development channels, and I've linked my eklitzke account to the eck account.
I just logged in using the Freenode web... | gharchive/issue | 2018-03-16T00:35:40 | 2025-04-01T04:35:26.180003 | {
"authors": [
"DanielOaks",
"eklitzke",
"slingamn"
],
"repo": "oragono/oragono",
"url": "https://github.com/oragono/oragono/issues/217",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
618828701 | Bumps
Perhaps is a stupid question, but is it possible generate an hills (or depression) on the grid defined by another surface?
@scarpae I am assuming you are referring to the surface generator?
Closing due to no activity.
| gharchive/issue | 2020-05-15T09:26:08 | 2025-04-01T04:35:26.199373 | {
"authors": [
"orbingol",
"scarpae"
],
"repo": "orbingol/geomdl-examples",
"url": "https://github.com/orbingol/geomdl-examples/issues/5",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
344509709 | docs(README.md): Add Haja and Maintainer sponsors
This adds sponsors to the sponsor list.
LGTM 👍
| gharchive/pull-request | 2018-07-25T16:06:54 | 2025-04-01T04:35:26.200425 | {
"authors": [
"RichardLitt",
"haadcode"
],
"repo": "orbitdb/orbit-db",
"url": "https://github.com/orbitdb/orbit-db/pull/421",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.