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
2393235436
Unable to access to trace information using opentelemetry-js SDK + aws lambda layer What happened? We are unable to access tracecontext like showed here: https://opentelemetry.io/docs/languages/js/propagation/#generic-example We want tracecontext information to propagate manually to other services like SNS, SQS, KaFk...
gharchive/issue
2024-07-05T23:35:05
2025-04-01T04:35:19.264747
{ "authors": [ "jarpz" ], "repo": "open-telemetry/opentelemetry-js", "url": "https://github.com/open-telemetry/opentelemetry-js/issues/4851", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
469486372
Skeleton: Add automatic-tracer package Updates https://github.com/open-telemetry/opentelemetry-js/issues/91 Codecov Report Merging #107 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #107 +/- ## ==================================...
gharchive/pull-request
2019-07-17T22:52:59
2025-04-01T04:35:19.267917
{ "authors": [ "codecov-io", "mayurkale22" ], "repo": "open-telemetry/opentelemetry-js", "url": "https://github.com/open-telemetry/opentelemetry-js/pull/107", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2565826424
Add documentation for scope manager omission (ot-shim: document the omission of scope manager #2700) Which problem is this PR solving? This PR addresses the missing documentation related to the omission of the "Scope Manager" in the OpenTelemetry shim for OpenTracing. The scope manager was never implemented, and this...
gharchive/pull-request
2024-10-04T08:49:58
2025-04-01T04:35:19.272146
{ "authors": [ "Asheklm6", "pichlermarc" ], "repo": "open-telemetry/opentelemetry-js", "url": "https://github.com/open-telemetry/opentelemetry-js/pull/5039", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1774850563
fixing API refs for beta10 cleaning up the last couple of breaks not included in #171 Monolog tests are failing Monolog tests are failing Fixed by https://github.com/open-telemetry/opentelemetry-php/pull/1057, which I need to tag. Will do that and confirm monolog tests go green before I merge
gharchive/pull-request
2023-06-26T13:56:42
2025-04-01T04:35:19.273982
{ "authors": [ "brettmc", "pdelewski" ], "repo": "open-telemetry/opentelemetry-php-contrib", "url": "https://github.com/open-telemetry/opentelemetry-php-contrib/pull/173", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
806814803
need more control over packet_count of a flow FYI, I have not tested this in snappi, issue found with tgen, assuming implementation is the same. If you have a traffic item with 16 flow groups and configure the tgen.flow to run until 10k packets are sent ( duration=Duration(FixedPackets(packets=packet_count) ) the tra...
gharchive/issue
2021-02-11T23:06:39
2025-04-01T04:35:19.315612
{ "authors": [ "ajbalogh", "dgalan-xxia" ], "repo": "open-traffic-generator/snappi", "url": "https://github.com/open-traffic-generator/snappi/issues/48", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
1027418462
PWG: Voice Privacy Guidelines 1.0 - Iteration 2 (OVON friends and family) PWG: Voice Privacy Guidelines 1.0 - Iteration 2 (OVON friends and family) Closing to add new 2022 deliverables + milestones.
gharchive/issue
2021-10-15T13:00:43
2025-04-01T04:35:19.316601
{ "authors": [ "oitacoleman" ], "repo": "open-voice-network/docs", "url": "https://github.com/open-voice-network/docs/issues/274", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
459529739
[Testing] a11y suite for testing Fixes #512 - accessibility tests for web components. This PR adds axa tests via accessibility-developer-tools. It creates new helper function a11ySuite to be used to perform axa tests. It accepts 3 arguments: test name, template string or element instance to test, and optional list of...
gharchive/pull-request
2019-06-23T02:40:10
2025-04-01T04:35:19.326383
{ "authors": [ "CLAassistant", "Westbrook", "daKmoR", "jarrodek" ], "repo": "open-wc/open-wc", "url": "https://github.com/open-wc/open-wc/pull/513", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1337506387
List for translating fake IP addresses into the TCP/IP addresses of the SDN laboratory The CONFIGfile contains all data that is necessary to establish the connections, which are required for properly operating the application. TCP/IP addresses, operation names and application release number might depend on the enviro...
gharchive/issue
2022-08-12T17:21:48
2025-04-01T04:35:19.340035
{ "authors": [ "Rajithapitta", "openBackhaul" ], "repo": "openBackhaul/ApplicationPattern", "url": "https://github.com/openBackhaul/ApplicationPattern/issues/245", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2376911823
show measurements should return retention policy information Is your feature request related to a problem? Please describe.(如果该特性或者功能和已知某个问题相关,请描述问题是什么) currently, the show measurement statement returns measurements from all retention policies, without the retention policy information, this result in two issues: it ...
gharchive/issue
2024-06-27T03:41:59
2025-04-01T04:35:19.350822
{ "authors": [ "StepY1aoZz", "localvar", "xiangyu5632" ], "repo": "openGemini/openGemini", "url": "https://github.com/openGemini/openGemini/issues/640", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2382907386
API output is inconsistent Describe the bug(Bug 描述) When using HTTP API, the type of replicaN field is string in the show databases detail command, while it is an integer in the show retention policies command. this is not a big issue, but make them consistent is better. output of show databases detail: { "result...
gharchive/issue
2024-07-01T05:58:53
2025-04-01T04:35:19.356659
{ "authors": [ "localvar" ], "repo": "openGemini/openGemini", "url": "https://github.com/openGemini/openGemini/issues/641", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2252667669
The codespell Github action seems to ignore the .codespellrc file so we need to modify the action config file Thanks for making the adjustments! Could you also include the errors from this PR #43? I went through those as well and all of these should be ignored as well (they are the abbreviations of the brain region...
gharchive/pull-request
2024-04-19T10:44:52
2025-04-01T04:35:19.374399
{ "authors": [ "UlrikeS91", "apdavison" ], "repo": "openMetadataInitiative/openMINDS_instances", "url": "https://github.com/openMetadataInitiative/openMINDS_instances/pull/48", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1928825704
Generalize Record Definition There is a desire to generalize the record definition to allow: adding a sub-directory that can contain "heavy" meta-data, such as non-uniform grid-spacing (of regular meshes) add mesh-refinement levels ... I like the non-uniform grid-spacing idea
gharchive/issue
2023-10-05T18:22:25
2025-04-01T04:35:19.379837
{ "authors": [ "ax3l", "pordyna" ], "repo": "openPMD/openPMD-standard", "url": "https://github.com/openPMD/openPMD-standard/issues/283", "license": "CC-BY-4.0", "license_type": "permissive", "license_source": "github-api" }
368747372
Link suggestion for address points of us/ga/clayon (old link failed) In order to replace us/ga/clayon, which has failed several times, I want to contribute a candidate link that might be the right one. Please check out: https://weba.co.clayton.ga.us:5443/server/rest/services/Reference/AddressPoints/MapServer/0 than...
gharchive/issue
2018-10-10T16:23:48
2025-04-01T04:35:19.437917
{ "authors": [ "eugeneYWang", "ingalls" ], "repo": "openaddresses/openaddresses", "url": "https://github.com/openaddresses/openaddresses/issues/4230", "license": "BSD-3-Clause", "license_type": "permissive", "license_source": "github-api" }
1524712783
DMs Can't I manipulate it to support DMs ? You can, in permission check you can remove the guild requirement
gharchive/issue
2023-01-08T22:43:06
2025-04-01T04:35:19.438799
{ "authors": [ "YufeiG", "mohamedmoez123" ], "repo": "openai/gpt-discord-bot", "url": "https://github.com/openai/gpt-discord-bot/issues/12", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2580419602
Adds GPT action cookbook about connecting to Google Ads real-time reporting data Summary This PR aims to expands the cookbook library on GPT actions by adding a new one about Google Ads. This cookbook explains how to connect to Google Ads reporting data to ChatGPT via Adzviser, a 3rd-party middleware that retrieves a...
gharchive/pull-request
2024-10-11T04:43:06
2025-04-01T04:35:19.453856
{ "authors": [ "GoooGu" ], "repo": "openai/openai-cookbook", "url": "https://github.com/openai/openai-cookbook/pull/1462", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2404284500
Update long-running operation APIs to use LRO subclient pattern - streaming LRO subclient inherits from polling LRO subclient Currently prototype work-in-progress. Uses SCM LRO types introduced in https://github.com/Azure/azure-sdk-for-net/pull/44728 Closing in favor of https://github.com/openai/openai-dotnet/pull/...
gharchive/pull-request
2024-07-11T22:40:33
2025-04-01T04:35:19.455808
{ "authors": [ "annelo-msft" ], "repo": "openai/openai-dotnet", "url": "https://github.com/openai/openai-dotnet/pull/118", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1791529723
Model properties that are both string and enum breaks csharp client generation Fx: model: description: ID of the model to use. You can use the `text-davinci-edit-001` or `code-davinci-edit-001` model with this endpoint. type: string example: "text-davinci-edit-001" anyO...
gharchive/issue
2023-07-06T13:07:50
2025-04-01T04:35:19.458039
{ "authors": [ "bobend", "schnerd" ], "repo": "openai/openai-openapi", "url": "https://github.com/openai/openai-openapi/issues/56", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1670317178
Since openai does not provide a Java version of the method for calculating gpt-3.5 tokens, can I use Java to run Python code? can i use java to run "npm install titoken"? OpenAI does not currently provide a Java version of tiktoken or a JavaScript version of tiktoken. So npm install tiktoken will not get you code m...
gharchive/issue
2023-04-17T03:01:22
2025-04-01T04:35:19.459141
{ "authors": [ "TreeFireMen", "hauntsaninja" ], "repo": "openai/tiktoken", "url": "https://github.com/openai/tiktoken/issues/110", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1657407813
Illegal memory access for large enough shapes on 4D tensors GEMM Hi, I doubt this is a duplicate of https://github.com/openai/triton/issues/1058 because I am not overflowing on the program ids (largest PID should be cdiv(8192, 16) * cdiv(8192, 32) = 131072 in my case). I extended https://github.com/openai/triton/blob...
gharchive/issue
2023-04-06T13:14:16
2025-04-01T04:35:19.471641
{ "authors": [ "Profesor09", "fxmarty" ], "repo": "openai/triton", "url": "https://github.com/openai/triton/issues/1483", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1386614955
a bug with a double loop Hi, I found that when there is a double loop in triton code where the first (outer) for-loop takes non-constant in its range setting, it gives incorrect results (i.e. incorrect numerical values than the reference). here is an example of the failing case @triton.jit def qmatmul_kernel( a_p...
gharchive/issue
2022-09-26T19:42:31
2025-04-01T04:35:19.475347
{ "authors": [ "ptillet", "stephen-youn" ], "repo": "openai/triton", "url": "https://github.com/openai/triton/issues/713", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2511065580
Issues upgrading to 3.1.1 from 3.0.2 We are running in Azure using managed K8S. We've been running shinyproxy:3.0.2 + shinyproxy-operator:2.0.0 without issues. i've since tried upgrading by simply deploying into a new namespace using the sp-namespaced-apps setup. One of the issues ran into is that the sp-shinyproxy-r...
gharchive/issue
2024-09-06T19:23:49
2025-04-01T04:35:19.485980
{ "authors": [ "LEDfan", "Lukeesec" ], "repo": "openanalytics/shinyproxy-operator", "url": "https://github.com/openanalytics/shinyproxy-operator/issues/54", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1692142388
description will not be used as javadoc when having custom type mapping having custom annotation will lead to breaking javadoc generation having: openapi-processor-mapping: v3 options: package-name: xxx bean-validation: true javadoc: true map: types: - type: string:date-time => java.time.OffsetDateTime ...
gharchive/issue
2023-05-02T10:08:47
2025-04-01T04:35:19.494185
{ "authors": [ "Snap252", "hauner" ], "repo": "openapi-processor/openapi-processor-spring", "url": "https://github.com/openapi-processor/openapi-processor-spring/issues/160", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
435114854
Design Interface: debug unresponsive host https://github.com/ibm-openbmc/dev/issues/457 provides the background details. Issue scope: Design d-bus interface for SBE sreset chip-op to issue processor reset. Proposal for the redfish based external interface. https://gerrit.openbmc-project.xyz/#/c/openbmc/docs/+/2177...
gharchive/issue
2019-04-19T09:32:31
2025-04-01T04:35:19.536195
{ "authors": [ "lkammath" ], "repo": "openbmc/openbmc-test-automation", "url": "https://github.com/openbmc/openbmc-test-automation/issues/1746", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
439422562
Redfish date time end to end automation [ ] Test plan [ ] Automation Automation completed. Thanks @sivassrr
gharchive/issue
2019-05-02T04:26:20
2025-04-01T04:35:19.537279
{ "authors": [ "gkeishin" ], "repo": "openbmc/openbmc-test-automation", "url": "https://github.com/openbmc/openbmc-test-automation/issues/1760", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1188138461
Termination service persists maintenance Fixes #3602 Termination State Services leaves nodes in maintenance mode Check on start up that host is not in maintenance, due to state from a previous instance I'm out of practice, against wrong branch
gharchive/pull-request
2022-03-31T14:05:31
2025-04-01T04:35:19.561129
{ "authors": [ "JamesUoM" ], "repo": "opencast/opencast", "url": "https://github.com/opencast/opencast/pull/3603", "license": "ECL-2.0", "license_type": "permissive", "license_source": "github-api" }
2589745965
Upgrade CDK editor to remove warning The following alert is begin displayed in the maintenance report editing page: Find the references such as in https://github.com/opencdms/surface/blob/main/api/wx/templates/wx/maintenance_reports/new_report.html#L2C1-L3C1 and change the version number to 4.25.0 as suggested. CK...
gharchive/issue
2024-10-15T19:56:28
2025-04-01T04:35:19.566487
{ "authors": [ "AbnerBissolli", "fabiosato" ], "repo": "opencdms/surface", "url": "https://github.com/opencdms/surface/issues/159", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
275646273
Fix: Add infection as phony target This PR [x] adds infection as a phony target to Makefile Follows #606. Thank you, @chartjes!
gharchive/pull-request
2017-11-21T09:47:51
2025-04-01T04:35:19.567801
{ "authors": [ "localheinz" ], "repo": "opencfp/opencfp", "url": "https://github.com/opencfp/opencfp/pull/625", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
198812468
I cant see UI when tried commands Hi All , I am trying host my own wallet on Centos Linux machine . I have followed following steps . Let know if anything else needed . git clone https://github.com/openchain/wallet cd wallet bower install http-server www -p 8090 -a 10...* -o Ensure you have nodejs and http-server n...
gharchive/issue
2017-01-04T21:14:17
2025-04-01T04:35:19.570098
{ "authors": [ "Flavien", "hackeys", "jayrulez" ], "repo": "openchain/wallet", "url": "https://github.com/openchain/wallet/issues/4", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1742172421
Fix broken init time attempt Instead of crashing when some NWP variables are missing, we reindex the dimension, effectively adding NaN for the missing variables. Opened by mistake!
gharchive/pull-request
2023-06-05T16:57:55
2025-04-01T04:35:19.574343
{ "authors": [ "simlmx" ], "repo": "openclimatefix/nwp", "url": "https://github.com/openclimatefix/nwp/pull/27", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1569868244
Get the center coordinates of GSPs Pull Request Description This PR corresponds to the method that derives geographical center of each GSPs Fixes # How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details f...
gharchive/pull-request
2023-02-03T13:46:16
2025-04-01T04:35:19.580839
{ "authors": [ "codecov-commenter", "vrym2" ], "repo": "openclimatefix/pv-solar-farm-forecasting", "url": "https://github.com/openclimatefix/pv-solar-farm-forecasting/pull/16", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1384368478
Add support for root action flags Related to https://github.com/opencollective/opencollective/issues/5374 Related Front-end PR: https://github.com/opencollective/opencollective-frontend/pull/8222 Should we put deleting out of scope for now? It seems it's making the issue over complex. Should we put deleting/dele...
gharchive/pull-request
2022-09-23T22:24:21
2025-04-01T04:35:19.593487
{ "authors": [ "Betree", "SudharakaP", "znarf" ], "repo": "opencollective/opencollective-api", "url": "https://github.com/opencollective/opencollective-api/pull/7981", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
415611379
Tax: for events, tax should be based on the country See https://ec.europa.eu/taxation_customs/business/vat/eu-vat-rules-topic/where-tax_en#supply_services We need to adapt the way we store taxes to acknowledge this change. https://github.com/opencollective/opencollective/issues/1728 should be done first. Resolved b...
gharchive/issue
2019-02-28T12:58:38
2025-04-01T04:35:19.595577
{ "authors": [ "Betree" ], "repo": "opencollective/opencollective", "url": "https://github.com/opencollective/opencollective/issues/1771", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
995325149
Parent Collective Update should go to Project & Event contributors too Collectives think of Projects as inside their Collective. They don't want to have to send multiple Updates to reach their community of contributors. Project Updates going only to the Project contributors makes sense, but parent Collective Updates ...
gharchive/issue
2021-09-13T20:58:35
2025-04-01T04:35:19.600588
{ "authors": [ "Betree", "Memo-Es", "SudharakaP", "alanna" ], "repo": "opencollective/opencollective", "url": "https://github.com/opencollective/opencollective/issues/4673", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
268601898
Feedback: Send notification to added members of a collective Feedback from Danny from La Conexión Collective: I think it would be great at a minimum for people to get notified they’ve been added as members of a collective- if not also given basic onboarding instructions, too! Duplicate of #566 Please check if the...
gharchive/issue
2017-10-26T01:36:01
2025-04-01T04:35:19.602767
{ "authors": [ "nicobarretoOC", "xdamman" ], "repo": "opencollective/opencollective", "url": "https://github.com/opencollective/opencollective/issues/565", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
2134937997
feat: teach omega that 2^(n.succ) = 2^n + 2^n 2^(n.succ) is a common expression when dealing with bitvectors of width greater than zero. I just noticed the following relevant issue: https://github.com/leanprover/std4/issues/500. Might want to mix in the discussion there, it seems to suggest that dealing with power...
gharchive/pull-request
2024-02-14T18:32:25
2025-04-01T04:35:19.604985
{ "authors": [ "alexkeizer", "bollu" ], "repo": "opencompl/std4", "url": "https://github.com/opencompl/std4/pull/21", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2636506816
Added defer function to cleanup fib table currently after test is complete OTG retains its config and due to which following tests are failing as fib is full and not able to install any more routes. added defer function to stop BGP protocol that will clear all routes injecected . "This code is a Contribution to the ...
gharchive/pull-request
2024-11-05T21:28:09
2025-04-01T04:35:19.643207
{ "authors": [ "OpenConfigBot", "bkreddy143", "coveralls" ], "repo": "openconfig/featureprofiles", "url": "https://github.com/openconfig/featureprofiles/pull/3561", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1466579633
OTG Test - DP-1.4: QoS Interface Output Queue Counters OTG conversion of DP-1.4: QoS Interface Output Queue Counters Fixes #796 Output log here Pull Request Test Coverage Report for Build 3565967363 0 of 0 changed or added relevant lines in 0 files are covered. No unchanged relevant lines lost coverage. Overall ...
gharchive/pull-request
2022-11-28T15:01:10
2025-04-01T04:35:19.649797
{ "authors": [ "ANISH-GOTTAPU", "coveralls", "sezhang2" ], "repo": "openconfig/featureprofiles", "url": "https://github.com/openconfig/featureprofiles/pull/816", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
2582472019
README: update runtime-spec links to use main branch Updated several links in README.md, conversion.md, image-layout.md, and spec.md to point to the 'main' branch of the runtime-spec repository. Replaced outdated 'master' and 'v1.0.0' references with 'main' for consistency with the latest branch structure. In ge...
gharchive/pull-request
2024-10-12T03:57:54
2025-04-01T04:35:19.658788
{ "authors": [ "ChengyuZhu6", "sudo-bmitch", "tianon" ], "repo": "opencontainers/image-spec", "url": "https://github.com/opencontainers/image-spec/pull/1207", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
1910190360
Could not create the task (Open the Browser Console to get details) My actions before raising this issue Installing CVAT with the Installation Guide under Windows 10 (https://opencv.github.io/cvat/docs/administration/basics/installation/) Install the Semi-Automatic and Automatic Annotation (https://opencv.github.io/c...
gharchive/issue
2023-09-24T10:48:41
2025-04-01T04:35:19.679091
{ "authors": [ "Petros626", "azhavoro" ], "repo": "opencv/cvat", "url": "https://github.com/opencv/cvat/issues/6894", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1842007880
Sync release-v0.11 with upstream What this PR does / why we need it: Pull changes from upstream release-0.11 branch into ODH release-v0.11 branch Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Related #58 Release not...
gharchive/pull-request
2023-08-08T20:04:49
2025-04-01T04:35:22.170201
{ "authors": [ "israel-hdez" ], "repo": "opendatahub-io/kserve", "url": "https://github.com/opendatahub-io/kserve/pull/59", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1796498949
[Feature Request]: Add support for DataScienceCluster CR in dashboard. Feature description Related to #1475 Currently dashboard uses KfDef CRs in the code base to enable Application CR. As we are moving away from KfDef CRDs, as part of migration , add support for the new operator CR DataScienceCluster. Describe alter...
gharchive/issue
2023-07-10T10:51:47
2025-04-01T04:35:22.173209
{ "authors": [ "VaishnaviHire", "andrewballantyne" ], "repo": "opendatahub-io/odh-dashboard", "url": "https://github.com/opendatahub-io/odh-dashboard/issues/1491", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1247000392
[DS Project UI] - Add feature flag to set the visibility of data science projects page Like other feature flags in the ODH configs, we should also add a feature flag to decide whether to show the data science projects page or not. Completed with the Data Science Projects feature.
gharchive/issue
2022-05-24T18:54:52
2025-04-01T04:35:22.174309
{ "authors": [ "DaoDaoNoCode", "andrewballantyne" ], "repo": "opendatahub-io/odh-dashboard", "url": "https://github.com/opendatahub-io/odh-dashboard/issues/230", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2694687247
Add NIM flag logic Add NIM flag logic Description This will get the nim flag state of removed or managed from params.env and add to the environment variables for odh-model-controller to be utilize How Has This Been Tested? Unit tests [ ] The commits are squashed in a cohesive manner and have meaningful messages. [ ]...
gharchive/pull-request
2024-11-26T13:30:48
2025-04-01T04:35:22.176596
{ "authors": [ "israel-hdez", "trujillm" ], "repo": "opendatahub-io/odh-model-controller", "url": "https://github.com/opendatahub-io/odh-model-controller/pull/312", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1125618385
feature(xjx): filter topic before parsing the message I added a topic to the beginning of the message, so we don't need to call pickle.loads when the current process is not subscribed to the topic. Move to another branch
gharchive/pull-request
2022-02-07T07:36:08
2025-04-01T04:35:22.202285
{ "authors": [ "sailxjx" ], "repo": "opendilab/DI-engine", "url": "https://github.com/opendilab/DI-engine/pull/203", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
691865126
SSL certificate hot reloading compares two identical certificates Hello! This issue relates #238. Prehistory. I'm running Elasticsearch in Docker (amazon/opendistro-for-elasticsearch:1.8.0 image). Part of my elasticsearch.yml: opendistro_security.ssl.transport.pemcert_filepath: fullchain.pem opendistro_security.ssl.t...
gharchive/issue
2020-09-03T10:54:58
2025-04-01T04:35:22.208898
{ "authors": [ "Tarasovych", "debjanibnrj" ], "repo": "opendistro-for-elasticsearch/security", "url": "https://github.com/opendistro-for-elasticsearch/security/issues/689", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
588539484
Rename pool state enums to avoid conflicts with other state enums This is a preparation commit for converting string states of nexus and nexus child to enum states (in grpc proto file). Other changes: "faulty" was changed to more correct "faulted" improved mapping between enum names and integer values in JS code ...
gharchive/pull-request
2020-03-26T16:09:57
2025-04-01T04:35:22.211351
{ "authors": [ "jkryl" ], "repo": "openebs/Mayastor", "url": "https://github.com/openebs/Mayastor/pull/147", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
984117131
Add StorageCohort structure What does this PR do? This PR adds the initial structure as per the schema for the StorageCohort Enhancements to be taken up Decide the subfields for some structs Add more verbose documentation Refine the constants to our use case This comment is on finalizer for storage cohort CR. o...
gharchive/pull-request
2021-08-31T17:38:08
2025-04-01T04:35:22.222160
{ "authors": [ "Ab-hishek", "shovanmaity" ], "repo": "openebs/device-localpv", "url": "https://github.com/openebs/device-localpv/pull/45", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1467563655
Failed to create 1000 disk for testing in provision Describe the bug Failed to create 1000 disk for testing in provision, it exists blocking bug. E1129 06:29:34.290652 1 controller.go:981] error syncing claim "9d89ff6c-a86d-4dad-9c5f-5a869ede4ed9": failed to provision volume with StorageClass "mayastor-1": rpc ...
gharchive/issue
2022-11-29T07:09:17
2025-04-01T04:35:22.232652
{ "authors": [ "tiagolobocastro", "umagnus" ], "repo": "openebs/mayastor", "url": "https://github.com/openebs/mayastor/issues/1263", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
267429530
Remove too many CONTRIBUTING docs BUG REPORT Too many CONTRIBUTING-*.md docs, with same content. What you expected to happen: One CONTRIBUTING.md https://help.github.com/articles/setting-guidelines-for-repository-contributors/ Environment: kubectl get nodes kubectl get pods --all-namespaces kubectl get services ku...
gharchive/issue
2017-10-22T02:21:30
2025-04-01T04:35:22.242629
{ "authors": [ "Rupeshiya", "ananya7", "kmova", "nvzard", "vipulgupta2048" ], "repo": "openebs/openebs", "url": "https://github.com/openebs/openebs/issues/685", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1957101173
What's new Added what's new screen Video: https://github.com/openedx/openedx-app-android/assets/141041606/37399f05-7e0b-4762-8e44-d3dee4e8fabf Thanks for the pull request, @PavloNetrebchuk! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as...
gharchive/pull-request
2023-10-23T12:54:18
2025-04-01T04:35:22.326831
{ "authors": [ "PavloNetrebchuk", "marcotuts", "openedx-webhooks", "sdaitzman", "volodymyr-chekyrta" ], "repo": "openedx/openedx-app-android", "url": "https://github.com/openedx/openedx-app-android/pull/77", "license": "Apache-2.0", "license_type": "permissive", "license_source": "gith...
1954250783
[sanity check] PropTypes.oneOfType([PropTypes.element, PropTypes.func]) replaced with PropTypes.elementType Example component where issue is seen: DataTable supports a columns prop that allows consumers to customize their table's column configuration. For each column, consumers may override the Cell property within r...
gharchive/issue
2023-10-20T13:02:42
2025-04-01T04:35:22.330124
{ "authors": [ "adamstankiewicz", "monteri", "viktorrusakov" ], "repo": "openedx/paragon", "url": "https://github.com/openedx/paragon/issues/2737", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1068590494
[BD-46] feat: add new subcomponents to Card add Section, Divider, Footer, ImageCap components to Card add horizontal variant according to Figma spec update documentation for Card component Preview: https://deploy-preview-914--paragon-edx.netlify.app/components/card/ JIRA: PAR-308 (Whole Card is clickable) PAR-309 ...
gharchive/pull-request
2021-12-01T16:05:39
2025-04-01T04:35:22.339443
{ "authors": [ "edx-semantic-release", "edx-webhook", "viktorrusakov" ], "repo": "openedx/paragon", "url": "https://github.com/openedx/paragon/pull/914", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
663408301
Refine control: Last modified date selector #1306 Checklist [x] the [contributor license agreement][] is signed [x] commit message follows [commit guidelines][] [x] tests are included [ ] screenshots are included showing significant UI changes [ ] documentation is changed or added Description of change Created anot...
gharchive/pull-request
2020-07-22T01:34:13
2025-04-01T04:35:22.365257
{ "authors": [ "PenghaiZhang" ], "repo": "openequella/openEQUELLA", "url": "https://github.com/openequella/openEQUELLA/pull/2087", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
253008984
[agenda] make speaker links on public talk pages bold, as planned The agenda scss contains a selector a.speaker to make speaker links on public talk pages bold. But there is no <a class="speaker"> on that page. Only a <div class="speaker"><a>. This PR reflects the actual HTML structure in CSS. oh. nvm. m)
gharchive/pull-request
2017-08-25T20:25:01
2025-04-01T04:35:22.366849
{ "authors": [ "luto" ], "repo": "openeventstack/pretalx", "url": "https://github.com/openeventstack/pretalx/pull/75", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2189331491
Update security-self-assessment.md Basic Threat Landscape Secure Development Practices improved with status badges all-around fixes Description References Review Checklist [ ] I have clicked on "allow edits by maintainers". [ ] I have added documentation for new/changed functionality in this PR or in a PR to o...
gharchive/pull-request
2024-03-15T19:28:43
2025-04-01T04:35:22.409116
{ "authors": [ "aaguiarz", "lj365", "miparnisari" ], "repo": "openfga/openfga", "url": "https://github.com/openfga/openfga/pull/1456", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
199100745
Building a project with two or more fonts is causing the Haxe 3.4 compiler to hang From @jgranick on January 5, 2017 21:19 This is very strange, and very recent. Let's figure out what's going on 😦 http://community.openfl.org/t/can-t-compile-more-than-1-font-on-asset-folder/8611/2 Copied from original issue: openfl/o...
gharchive/issue
2017-01-06T01:09:16
2025-04-01T04:35:22.415286
{ "authors": [ "jgranick" ], "repo": "openfl/lime", "url": "https://github.com/openfl/lime/issues/874", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
450766828
[html5] TextField htmlText <font color=... bug TextField.htmlText incorrectly displays text with a font color tag: class App extends Sprite { constructor() { super(); var t = new TextField(); var s = "<p><font color='#ff0000'>foo</font></p>"; s += "<p><font color='#00ff00'>bar</font></p>"; s += ...
gharchive/issue
2019-05-31T12:07:14
2025-04-01T04:35:22.417845
{ "authors": [ "Klug76", "MSGhero" ], "repo": "openfl/openfl", "url": "https://github.com/openfl/openfl/issues/2195", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
52230471
Line stroke improperly drawn on iOS or Mac I think I ran into a bug on Mac and iOS targets. I've tested it on HTML5 and Flash as well but both works as expected. Basically I'm drawing a rectangle with a thick border and the bottom right corner is for some reason not drawn straight. It's easy to replicate with the fol...
gharchive/issue
2014-12-17T11:41:13
2025-04-01T04:35:22.421560
{ "authors": [ "ibilon", "orignaux" ], "repo": "openfl/openfl", "url": "https://github.com/openfl/openfl/issues/428", "license": "mit", "license_type": "permissive", "license_source": "bigquery" }
298374261
Loading toast in login screen is not properly placed. Summary: When a user sign's in the app, the Loading toast appears to be half outside the screen rather it should be below in the bottom middle of the screen. Steps to reproduce: Login in the app Expected behavior: The Loading toast should not be half outside the s...
gharchive/issue
2018-02-19T19:00:27
2025-04-01T04:35:22.424874
{ "authors": [ "Arshilgenius", "Karljoones", "huzaifaiftikhar" ], "repo": "openfoodfacts/openfoodfacts-androidapp", "url": "https://github.com/openfoodfacts/openfoodfacts-androidapp/issues/817", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1786964671
Stuck on splash screen What The app keeps crashing upon trying to open it and I can't uninstall the app. Steps to reproduce the behavior Open the app Try to uninstall the app after it fails to open Cry and smash phone against the wall after the app won't uninstall Delete F-Droid and never use it again Take a shower ...
gharchive/issue
2023-07-04T00:36:34
2025-04-01T04:35:22.445569
{ "authors": [ "J053Fabi0", "StarCtrLH", "UberPolice", "g123k" ], "repo": "openfoodfacts/smooth-app", "url": "https://github.com/openfoodfacts/smooth-app/issues/4276", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1837666972
feat: App review in the "scan card" Hi everyone, We clearly need to improve our ratings in stores. As the release is approaching, this is just a baby step to better ask users to review the app. A few things: We now count the number of scans (will be useful later) The review thing will have a 1/10 chance to appear af...
gharchive/pull-request
2023-08-05T09:30:26
2025-04-01T04:35:22.548027
{ "authors": [ "codecov-commenter", "g123k", "teolemon" ], "repo": "openfoodfacts/smooth-app", "url": "https://github.com/openfoodfacts/smooth-app/pull/4450", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2034389731
feat: 4889 - new simplified nutriscore widget What This PR adds a simplified version of the nutriscore display conform to the big redesign, on top of the KP and only if the "reordering KP" flag is set on DEV mode. While coding, several questions: Should we try to be a11n compliant? At least I tried with colors AND ...
gharchive/pull-request
2023-12-10T14:17:17
2025-04-01T04:35:22.572483
{ "authors": [ "codecov-commenter", "monsieurtanuki", "teolemon" ], "repo": "openfoodfacts/smooth-app", "url": "https://github.com/openfoodfacts/smooth-app/pull/4890", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
712325755
England 1998/1999 games all one day offset Hi all, Looks like in all of the 1998-99 files for England, the games are 1 day too early. For example, see: https://github.com/openfootball/england/blob/master/archive/1990s/1998-99/1-premierleague.txt This file tells us that: Matchday 1 [Fri Aug/14] Wimbledon FC ...
gharchive/issue
2020-09-30T22:35:51
2025-04-01T04:35:22.622430
{ "authors": [ "geraldb", "sjwarner", "vivektamore" ], "repo": "openfootball/england", "url": "https://github.com/openfootball/england/issues/38", "license": "CC0-1.0", "license_type": "permissive", "license_source": "github-api" }
2263917051
Add CHANGELOG to rendered docs I was looking for changes in the docs and they're not included. I (weakly) prefer everything being in one place since that's how our other projects track changes and I've developed a habit of expecting it there. Changes made in this Pull Request: Render CHANGELOG in docs Slightly pre...
gharchive/pull-request
2024-04-25T15:35:39
2025-04-01T04:35:22.627811
{ "authors": [ "codecov-commenter", "mattwthompson" ], "repo": "openforcefield/openff-nagl", "url": "https://github.com/openforcefield/openff-nagl/pull/116", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
429509967
Add tests for constraints and multiple molecule parameterization Fixes #152 and #180. I've ended up testing the parametrization of multiple molecules by mixing the AlkEthOH AMBER files with ParmEd and comparing those parameters with the multi-molecule System generated by ForceField. I found an issue with mixing AMBER...
gharchive/pull-request
2019-04-04T22:29:03
2025-04-01T04:35:22.637310
{ "authors": [ "andrrizzi" ], "repo": "openforcefield/openforcefield", "url": "https://github.com/openforcefield/openforcefield/pull/227", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
544034152
Coverage Offering The API-Coverages draft returns a Coverage Offering from /collections/{coverageid}/coverage. The schema for the resource this URL returns is mostly empty. What should be included in a Coverage Offering? Coverages SWG call: Lastest discussions and draft updates have resolved that issue (e.g. 60949...
gharchive/issue
2019-12-30T22:49:22
2025-04-01T04:35:22.655872
{ "authors": [ "Schpidi", "cmheazel" ], "repo": "opengeospatial/ogc_api_coverages", "url": "https://github.com/opengeospatial/ogc_api_coverages/issues/40", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
579048989
Make multiple terrain providers support Separate each provider visualization by its bounds and zoom level. This is partially maintained with the last terrain provider update. Just only a few terrain data sources handling left.
gharchive/issue
2020-03-11T06:57:57
2025-04-01T04:35:22.700232
{ "authors": [ "Zemledelec" ], "repo": "openglobus/openglobus", "url": "https://github.com/openglobus/openglobus/issues/232", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1091202514
Mordhau class missing useful server info Hi, I am leveraging opengsq to build a public server monitoring frontend for Mordhau. For this purpose I could use as much information as available through a2s. https://github.com/opengsq/opengsq-python/blob/4f2b57a8defa159bf74435ec1f78f70f72b19f36/opengsq/servers/mordhau.py#L...
gharchive/issue
2021-12-30T16:36:49
2025-04-01T04:35:22.727712
{ "authors": [ "BattlefieldDuck", "pblaas" ], "repo": "opengsq/opengsq-python", "url": "https://github.com/opengsq/opengsq-python/issues/2", "license": "MIT", "license_type": "permissive", "license_source": "github-api" }
1170408894
add metric server on lma metric서버 설치 추가 metric-server 는 cluster 설치 생성할 때 csi 설치되는 곳에 넣으면 좋을 듯 합니다. 그리고 kubelet-insecure-tls 옵션 안넣어도 되나요? decapod-site 에 없어서요. 티켓할때 아무옵션없이 helm 띄우면 된다했었는데. 추가해야하는 옵션이 있다면 알려주세요 tks-cluster app쪽으로 옮김 tks-cluster app쪽으로 옮김
gharchive/pull-request
2022-03-16T00:45:43
2025-04-01T04:35:23.041954
{ "authors": [ "intelliguy", "seungkyua" ], "repo": "openinfradev/decapod-base-yaml", "url": "https://github.com/openinfradev/decapod-base-yaml/pull/151", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
143659971
Remove goog.string Added a utils.js file which has one function in it at the moment (padNumber) or would this be better suited in a string.js file? Also not sure how to tackle compareVersions, could we have a very simplify case and only deal with numeric types? i.e. not have to deal with "1.2b" Looks good. +1 on ...
gharchive/pull-request
2016-03-26T03:36:18
2025-04-01T04:35:23.430861
{ "authors": [ "ahocevar", "fredj", "nicholas-l", "tschaub" ], "repo": "openlayers/ol3", "url": "https://github.com/openlayers/ol3/pull/5132", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
792524622
Call Full Screen control of Map Programatically I am using open layer map, I have added full screen control, using which I am displaying open layer map in full screen mode. I want call that control programatically. Describe the solution you'd like I need a way to call full screen control of open layer map, programati...
gharchive/issue
2021-01-23T10:20:38
2025-04-01T04:35:23.432729
{ "authors": [ "MoonE", "spandanparikh" ], "repo": "openlayers/openlayers", "url": "https://github.com/openlayers/openlayers/issues/11940", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2694510
CSS-based tile animation This pull request suggests adding CSS-based animations when displaying tiles. To enable tile animations the tileAnimation property should be set to true in the map instance (default is true). Some CSS rule defining transitions on the opacity property should also be present. This pull request ...
gharchive/issue
2011-12-31T13:26:20
2025-04-01T04:35:23.450215
{ "authors": [ "ahocevar", "elemoine", "lordi", "tschaub", "vrifino" ], "repo": "openlayers/openlayers", "url": "https://github.com/openlayers/openlayers/issues/127", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
2636040644
Use lower tile resolution Currently when I'm at a zoom level, let say :6 i'm using the tiles from resolution 6. It would be great if TileGrid can easily use the tile from the higher level. For example zoom 5 instead of 6, usefull when playing a timeline for example which require to call a lot of tiles. PS : I think t...
gharchive/issue
2024-11-05T17:17:16
2025-04-01T04:35:23.454308
{ "authors": [ "Makio64", "mike-000" ], "repo": "openlayers/openlayers", "url": "https://github.com/openlayers/openlayers/issues/16346", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
171874312
Mouse over with transform scale Hello I need use transform scale for my page. But mouse navigation works not correct on the map. Look screenshot. And http://jsfiddle.net/balkarov/bfpep2uv/ How can I fix it? It would be good to understand why you need the document level transform We use transform scale in our p...
gharchive/issue
2016-08-18T10:58:27
2025-04-01T04:35:23.459295
{ "authors": [ "ahocevar", "balkarov", "bill-chadwick" ], "repo": "openlayers/openlayers", "url": "https://github.com/openlayers/openlayers/issues/5747", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
344085042
Observable.on does not respect external context. Can you please provide the reason why you removed the opt_this argument? https://github.com/openlayers/openlayers/commit/d7c48314b88b3dfd598265c220f0c40781d07bb5#diff-a3c20f84c3e2fa5a948c6c57621b4e49L100 TL;DR: There is no need for opt_this. Instead of myObject.on('c...
gharchive/issue
2018-07-24T15:18:21
2025-04-01T04:35:23.461401
{ "authors": [ "Vasiliy13", "ahocevar" ], "repo": "openlayers/openlayers", "url": "https://github.com/openlayers/openlayers/issues/8431", "license": "BSD-2-Clause", "license_type": "permissive", "license_source": "github-api" }
1407047096
fix(reshape) 修改多calibrate-batch引起的reshape算子的bug 有一个业务模型ci没过
gharchive/pull-request
2022-10-13T02:38:44
2025-04-01T04:35:23.669855
{ "authors": [ "Jzz24", "Lenan22" ], "repo": "openppl-public/ppq", "url": "https://github.com/openppl-public/ppq/pull/267", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
330168704
Fix make_aliases_function Before if a plugin key is None, an application always crashes, but now we just shows a Logger.warning message. This change is  Coverage increased (+0.03%) to 74.12% when pulling 5a5d72a24b49dfe104110fba3434d2cdc1c39770 on MichaelYusko:bugfix/fix_make_aliases_function into 2487c4d7c4abc...
gharchive/pull-request
2018-06-07T08:30:01
2025-04-01T04:35:23.674022
{ "authors": [ "MichaelYusko", "coveralls" ], "repo": "openprocurement/openprocurement.api", "url": "https://github.com/openprocurement/openprocurement.api/pull/345", "license": "apache-2.0", "license_type": "permissive", "license_source": "bigquery" }
641633479
Declarative rules aren't executing their visitors CompositeSourceVisitor delegates for default but not for visit. Wasn't properly fixed in 1.0.1 for visitors that contain pipelines (chained visitors with andThen). Fixed in 1.0.2.
gharchive/issue
2020-06-19T00:59:58
2025-04-01T04:35:23.753557
{ "authors": [ "jkschneider" ], "repo": "openrewrite/rewrite", "url": "https://github.com/openrewrite/rewrite/issues/3", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
324325662
mod the API definition of Extend Volume What this PR does / why we need it: Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes # design spec #11 Special notes for your reviewer: Release note: Coverage increased (+...
gharchive/pull-request
2018-05-18T08:56:57
2025-04-01T04:35:23.789481
{ "authors": [ "BaiHuoYu", "coveralls" ], "repo": "opensds/opensds", "url": "https://github.com/opensds/opensds/pull/390", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
444773079
Update orchestration install document What this PR does / why we need it: This PR update the Orchestration installation document with updated code Codecov Report Merging #27 into master will not change coverage. The diff coverage is n/a. @@ Coverage Diff @@ ## master #27 +/- #...
gharchive/pull-request
2019-05-16T06:18:51
2025-04-01T04:35:23.792004
{ "authors": [ "codecov-io", "joseph-v" ], "repo": "opensds/orchestration", "url": "https://github.com/opensds/orchestration/pull/27", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1537727896
[BUG] [Dev Setup] Assertion failure while deleting index with remote_store.enabled=true Describe the bug While deleting a remote store backed index in developer setup, following exception is thrown. java.lang.AssertionError: shard [my-index-1][0] is not locked at __randomizedtesting.SeedInfo.seed([5CA33FB52BB9420E]:...
gharchive/issue
2023-01-18T10:09:30
2025-04-01T04:35:23.815563
{ "authors": [ "sachinpkale" ], "repo": "opensearch-project/OpenSearch", "url": "https://github.com/opensearch-project/OpenSearch/issues/5919", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1950288319
[Backport 2.x] Upload global cluster state to remote store (#10404) Description Backport of PR: Upload global cluster state to remote store #10404 Changes done on top of Original PR for back porting: Conflicts in CHANGELOG Changed version checks from V_3_0_0 to V_2_12_0. Related Issues Resolves #10526 Check List ...
gharchive/pull-request
2023-10-18T17:29:50
2025-04-01T04:35:23.820802
{ "authors": [ "dhwanilpatel" ], "repo": "opensearch-project/OpenSearch", "url": "https://github.com/opensearch-project/OpenSearch/pull/10711", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2067935503
Update skip version to match branches Description Since we merged #11209 we would need to fix the skip version to match the BWC tests Related Issues Resolves #[Issue number to be closed when this PR is merged] Check List [x] New functionality includes testing. [x] All tests pass [x] New functionality has been d...
gharchive/pull-request
2024-01-05T19:35:21
2025-04-01T04:35:23.826246
{ "authors": [ "harshavamsi", "reta" ], "repo": "opensearch-project/OpenSearch", "url": "https://github.com/opensearch-project/OpenSearch/pull/11776", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
962473793
support historical analysis for multi-category HC Signed-off-by: Yaliang Wu ylwu@amazon.com Description Support historical analysis of multi-category HC Delete anomaly result when delete detector and add to hourly cron job Fix HC detector query in historical analysis Check List [x] Commits are signed per the DCO u...
gharchive/pull-request
2021-08-06T07:23:20
2025-04-01T04:35:23.845969
{ "authors": [ "codecov-commenter", "kaituo", "ylwu-amzn" ], "repo": "opensearch-project/anomaly-detection", "url": "https://github.com/opensearch-project/anomaly-detection/pull/159", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1238213524
fix code coverage badge Signed-off-by: Subhobrata Dey sbcd90@gmail.com Description [Describe what this change achieves] Issues Resolved [List any issues this PR will resolve] Check List [ ] New functionality includes testing. [ ] All tests pass [ ] New functionality has been documented. [ ] New functionality has...
gharchive/pull-request
2022-05-17T07:42:26
2025-04-01T04:35:23.854381
{ "authors": [ "codecov-commenter", "sbcd90" ], "repo": "opensearch-project/common-utils", "url": "https://github.com/opensearch-project/common-utils/pull/176", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1820945707
[FEATURE] Acceleration Wizard UI As part of the UI for flint, we want a way for users to configure acceleration on specific queries/tables/materialized views from the UI. This can be done either via configuration (data sources management), or in the context of a given query/table. This Issue is to create the accelera...
gharchive/issue
2023-07-25T18:51:35
2025-04-01T04:35:23.855839
{ "authors": [ "YANG-DB", "derek-ho" ], "repo": "opensearch-project/dashboards-observability", "url": "https://github.com/opensearch-project/dashboards-observability/issues/748", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2051450287
[Backport main] Bugfix/metric-loading-loop (#1309) Description Badkport #1309 "Metric Loading Loop fix" to main Issues Resolved [List any issues this PR will resolve] Check List [ ] New functionality includes testing. [ ] All tests pass, including unit test, integration test and doctest [ ] New functionality has ...
gharchive/pull-request
2023-12-20T23:32:26
2025-04-01T04:35:23.859857
{ "authors": [ "pjfitzgibbons", "ps48" ], "repo": "opensearch-project/dashboards-observability", "url": "https://github.com/opensearch-project/dashboards-observability/pull/1318", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1656014355
Fix imports for AppendAggregateAction Description Fixes star imports from https://github.com/opensearch-project/data-prepper/pull/2230#pullrequestreview-1373053058 Issues Resolved Check List [x] New functionality includes testing. [x] New functionality has been documented. [x] New functionality has javadoc added ...
gharchive/pull-request
2023-04-05T17:22:04
2025-04-01T04:35:23.866296
{ "authors": [ "codecov-commenter", "dlvenable", "graytaylor0" ], "repo": "opensearch-project/data-prepper", "url": "https://github.com/opensearch-project/data-prepper/pull/2452", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2049670878
Update MAINTAINERS.md Removed Chris, Anan, and Sean. Description Removes Chris and Sean who have recently left Amazon. Issues Resolved n/a Checklist [x] By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and subject to the Developers Certificate of Origi...
gharchive/pull-request
2023-12-20T01:34:56
2025-04-01T04:35:23.869872
{ "authors": [ "hdhalter", "kolchfa-aws" ], "repo": "opensearch-project/documentation-website", "url": "https://github.com/opensearch-project/documentation-website/pull/5917", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1703433803
Add notification settings page & runtime notifications Description [Describe what this change achieves] Issues Resolved [List any issues this PR will resolve] Check List [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the ...
gharchive/pull-request
2023-05-10T08:57:09
2025-04-01T04:35:23.875833
{ "authors": [ "SuZhou-Joe", "codecov-commenter" ], "repo": "opensearch-project/index-management-dashboards-plugin", "url": "https://github.com/opensearch-project/index-management-dashboards-plugin/pull/731", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
2194261458
adding xinyual as maintainer Description adding xinyual as maintainer Issues Resolved [List any issues this PR will resolve] Check List [ ] New functionality includes testing. [ ] All tests pass [ ] New functionality has been documented. [ ] New functionality has javadoc added [ ] Commits are signed per the DC...
gharchive/pull-request
2024-03-19T07:47:09
2025-04-01T04:35:23.879128
{ "authors": [ "model-collapse", "peterzhuamazon" ], "repo": "opensearch-project/ml-commons", "url": "https://github.com/opensearch-project/ml-commons/pull/2222", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1845833655
[Benchmark test] Support enabling telemetry device 'segment-replication-stats' to collect statistic about Segment Replication Is your feature request related to a problem? Please describe It's possible to capture the metrics from CAT Segment Replication Stats API in opensearch-benchmark, after the issue https://githu...
gharchive/issue
2023-08-10T20:15:20
2025-04-01T04:35:23.885003
{ "authors": [ "tlfeng" ], "repo": "opensearch-project/opensearch-build", "url": "https://github.com/opensearch-project/opensearch-build/issues/3865", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1353208701
Added exclude patterns to the version increment workflow. Signed-off-by: prudhvigodithi pgodithi@amazon.com Description Added exclude patterns to the version increment workflow. Issues Resolved List any issues this PR will resolve, e.g. Closes [...]. By submitting this pull request, I confirm that my contribution is ...
gharchive/pull-request
2022-08-28T00:36:29
2025-04-01T04:35:23.902230
{ "authors": [ "codecov-commenter", "dblock", "prudhvigodithi" ], "repo": "opensearch-project/opensearch-build", "url": "https://github.com/opensearch-project/opensearch-build/pull/2520", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1989527412
Fixed typo in CHANGELOG from merged PR #576 Description Fixes typo in CHANGELOG.md that was accidentally introduced in PR #576 Issues Resolved A typo in the CHANGELOG suggests we removed leftover support for Python 3.6, which was not part of the PR. Just a typo, should be removed from CHANGELOG. By submitting this pu...
gharchive/pull-request
2023-11-12T19:01:07
2025-04-01T04:35:23.905650
{ "authors": [ "Djcarrillo6" ], "repo": "opensearch-project/opensearch-py", "url": "https://github.com/opensearch-project/opensearch-py/pull/577", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1469797279
[BUG] OpenApi at version '1.0.0' on 1.x branch vs '1.0.1' for other gems Not really a bug, but a tiny annoyance when you update your gems. Should OpenSearch::API::VERSION not be '1.0.1' or don't you keep the different gems in sync for the published versions? See: .../1.x/opensearch-api/lib/opensearch/api/version.rb v...
gharchive/issue
2022-11-30T15:11:01
2025-04-01T04:35:23.910867
{ "authors": [ "dblock", "nhtruong", "woidda" ], "repo": "opensearch-project/opensearch-ruby", "url": "https://github.com/opensearch-project/opensearch-ruby/issues/122", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1560620981
(OUI Docs Site) Homepage [ ] Remove graphic [ ] Remove entire card for "Charts" [ ] Change logoElastic to logoOpenSearch Abby will do the third one Change logoElastic to logoOpenSearch in #248
gharchive/issue
2023-01-28T01:21:38
2025-04-01T04:35:23.913624
{ "authors": [ "KrooshalUX", "ananzh" ], "repo": "opensearch-project/oui", "url": "https://github.com/opensearch-project/oui/issues/255", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1787705115
[FEATURE] Use actual password validation message as help text Description The help text used for the inputs in the Create internal user is hard-coded, so it doesn't match with the actual requirements if these are changes using the proper options in the backend plugin: plugins.security.restapi.password_validation_rege...
gharchive/issue
2023-07-04T11:01:59
2025-04-01T04:35:23.916452
{ "authors": [ "AlexRuiz7", "davidlago", "scrawfor99" ], "repo": "opensearch-project/security-dashboards-plugin", "url": "https://github.com/opensearch-project/security-dashboards-plugin/issues/1501", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
933157853
Build on OpenSearch 1.0.0 opensearch-security pull request intake form Please provide as much details as possible to get feedback/acceptance on your PR quickly Category: (Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation) Github Issue # or road-map entry, if available: Descrip...
gharchive/pull-request
2021-06-29T22:42:22
2025-04-01T04:35:23.933969
{ "authors": [ "cliu123", "codecov-commenter" ], "repo": "opensearch-project/security", "url": "https://github.com/opensearch-project/security/pull/1304", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1228049250
Add suppression for all removal warnings Description Use of the SecurityManager and AccessController have been deprecated and will be removed in java versions after 17. While this is an issue its also one that will take a concerted effort to resolve. These warning messages making discovering build errors and other ...
gharchive/pull-request
2022-05-06T16:08:07
2025-04-01T04:35:23.956719
{ "authors": [ "cliu123", "codecov-commenter", "peternied" ], "repo": "opensearch-project/security", "url": "https://github.com/opensearch-project/security/pull/1828", "license": "Apache-2.0", "license_type": "permissive", "license_source": "github-api" }
1303210014
2.1 I am setting up v2.1 cluster with saml authentication, all the configuration seems to be correct however when i try to login and found out that saml authrequest still builds ACS URL with _opendistro/_security/saml/acs instead of /_plugin/_security/saml/acs. Below is what we extracted from the saml tracer plugin. ...
gharchive/pull-request
2022-07-13T10:08:06
2025-04-01T04:35:24.001159
{ "authors": [ "DarshitChanpura", "JustinasKO", "aoguan1990", "cliu123", "codecov-commenter", "cwperks", "hpkuppuraj", "nerijus", "peternied" ], "repo": "opensearch-project/security", "url": "https://github.com/opensearch-project/security/pull/1936", "license": "Apache-2.0"...