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 |
|---|---|---|---|---|---|
241419959 | MovieClip implements Dynamic
since DisplayObjectContainer extends DisplayObject, i don't see how this could break anything.
but it does seem more useful in practice. any objection?
I like how this would allow for myClip.childClip.childClip.addChild, but am concerned this would lead to wrongfully treating a child Di... | gharchive/pull-request | 2017-07-08T02:55:53 | 2025-04-01T06:03:34.216912 | {
"authors": [
"jgranick",
"sbimikesmullin"
],
"repo": "openfl/openfl",
"url": "https://github.com/openfl/openfl/pull/1634",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
503128423 | Closes #2398 Re-enable notifications for pending offline products saved
Description
Use WorkManager instead of service to send notifications periodically.
Use PeriodicWorkRequest with a retryInterval of 60 minutes and flexInterval of 10 mins, this means that the user will receive at max one notification in 50 mins i... | gharchive/pull-request | 2019-10-06T16:56:06 | 2025-04-01T06:03:34.222993 | {
"authors": [
"deniger",
"huzaifaiftikhar"
],
"repo": "openfoodfacts/openfoodfacts-androidapp",
"url": "https://github.com/openfoodfacts/openfoodfacts-androidapp/pull/2899",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1586816813 | Unit-related AttributeError on code which previously worked
I was previously using some code to build boxes with evaluator (overkill, I know) and it's currently failing with a unit-related AttributeError. Here's the code:
from openff.evaluator.protocols.coordinates import BuildCoordinatesPackmol
from openff.evaluator... | gharchive/issue | 2023-02-16T00:52:51 | 2025-04-01T06:03:34.322222 | {
"authors": [
"davidlmobley",
"mattwthompson"
],
"repo": "openforcefield/openff-evaluator",
"url": "https://github.com/openforcefield/openff-evaluator/issues/500",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2263751542 | Ensure molecule names are unique at GROMACS export time
Description
Resolves #974
Checklist
[x] Add tests
[x] Test that molecule name clashes are resolved at GROMACS export time
[x] Lint
[x] Update docstrings
[x] Document that GROMACS molecule names might be modified if non-unique before export
@pbuslaev co... | gharchive/pull-request | 2024-04-25T14:33:05 | 2025-04-01T06:03:34.325735 | {
"authors": [
"mattwthompson",
"pbuslaev"
],
"repo": "openforcefield/openff-interchange",
"url": "https://github.com/openforcefield/openff-interchange/pull/975",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
728510211 | Fix missing sigma/rmin_half attrs
#537
TODO:
[ ] Fix failing virtual site tests
[ ] More dict tests
[ ] Possibly switch default rep to display sigma, despite our force fields being shipped with rmin_half
Boilerplate:
[x] Tag issue being addressed
[ ] Add tests
[ ] Update docstrings/documentation, if applicable
[x]... | gharchive/pull-request | 2020-10-23T20:38:51 | 2025-04-01T06:03:34.332875 | {
"authors": [
"j-wags",
"mattwthompson"
],
"repo": "openforcefield/openforcefield",
"url": "https://github.com/openforcefield/openforcefield/pull/750",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1236757160 | the build ID is not displayed anymore
Describe the bug
The build was previously displayed in the bottom-left corner and is now only displaying "?" as shown on the screenshot.
To Reproduce
hover "SEPAL" in the bottom-left corner
Expected behavior
the build and commit name used for the currently running server.
Screens... | gharchive/issue | 2022-05-16T07:45:39 | 2025-04-01T06:03:34.335864 | {
"authors": [
"12rambau",
"cdanielw"
],
"repo": "openforis/sepal",
"url": "https://github.com/openforis/sepal/issues/185",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
1811840990 | Add remaining_trial_organizations to Person
TODO test
Setting a counter Person.remaining_trial_organizations (default = 0) that is set to Plan.max_trial_organizations when checking out a new subscription, and decremented when starting a trial. It can be set also in the admin.
NOTE until now the check whether a trial ... | gharchive/pull-request | 2023-07-19T12:27:25 | 2025-04-01T06:03:34.416506 | {
"authors": [
"duke-nyuki",
"faebebin"
],
"repo": "opengisch/qfieldcloud",
"url": "https://github.com/opengisch/qfieldcloud/pull/743",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2700273331 | Improve logic for determining api compatible releases
For v5.x.y.z releases, i guess changes to y already mark an incompatible version (e.g. 5.0.1 is API level 13, while 5.0.0 is API level 12).
Will need to check this in more detail.
See also https://github.com/servo/servo/issues/34411
Logic removed completely in v... | gharchive/issue | 2024-11-28T00:06:35 | 2025-04-01T06:03:34.496331 | {
"authors": [
"jschwe"
],
"repo": "openharmony-rs/setup-ohos-sdk",
"url": "https://github.com/openharmony-rs/setup-ohos-sdk/issues/20",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
250574526 | Auth_OpenID_ServerErrorContainer::$error_code is inaccessible
When using https://github.com/openid/php-openid/commit/263a6c7f299a71f5dd59a7feb2d62b93bb6a577c is later version, the following error occurs.
PHP Fatal error: Cannot access private property Auth_OpenID_ServerErrorContainer::$error_code in /****/vendor/ope... | gharchive/issue | 2017-08-16T10:04:45 | 2025-04-01T06:03:34.505034 | {
"authors": [
"a-junpei",
"timcappalli"
],
"repo": "openid/php-openid",
"url": "https://github.com/openid/php-openid/issues/142",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
2725794566 | Update contentDescription.mdx
Fix the wrong format
I have read the CLA Document and I hereby sign the CLA
| gharchive/pull-request | 2024-12-09T02:32:23 | 2025-04-01T06:03:34.505819 | {
"authors": [
"iFurySt"
],
"repo": "openimsdk/docs",
"url": "https://github.com/openimsdk/docs/pull/222",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
865377124 | A note to hardware abstraction
Users of this library and also higher software layers of it do not (want to) care about details or differences in hardware.
The HardwareX classes abstract the hardware.
related: #27
| gharchive/issue | 2021-04-22T19:16:42 | 2025-04-01T06:03:34.509972 | {
"authors": [
"gammeter"
],
"repo": "openiolink/io-link-master-shield-hat-sw",
"url": "https://github.com/openiolink/io-link-master-shield-hat-sw/issues/36",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2160279362 | Update default template for pandoc>=3.1.7
Fix: https://github.com/openjournals/inara/issues/44
Builds on: https://github.com/openjournals/inara/pull/45
Takes the $if(csl-refs)$ block from current version of pandoc, replaces old version. not sure if backwards compatible.
also added svgnames to xcolor import because ot... | gharchive/pull-request | 2024-02-29T03:27:33 | 2025-04-01T06:03:34.645070 | {
"authors": [
"sneakers-the-rat",
"tarleb"
],
"repo": "openjournals/inara",
"url": "https://github.com/openjournals/inara/pull/46",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
11720030 | Synced maps jump to the end of the animation when dragging and letting go
When you drag the map quickly and let go so it animates off in the direction you move, it runs the animation fine for the current one but seems to just set the center for the synced maps.
Want to back this issue? Place a bounty on it! We acce... | gharchive/issue | 2013-03-06T16:28:43 | 2025-04-01T06:03:34.769471 | {
"authors": [
"fredj",
"scratscratte"
],
"repo": "openlayers/ol3",
"url": "https://github.com/openlayers/ol3/issues/298",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
154242377 | Warn when viewing an outdated example, and offer a redirect to latest
This fixes #5235 for future releases.
Still work in progress. Should be a div at the top of the page rather than a confim/alert box.
This is now ready for review.
The link to latest will be the same example for the latest version if it exists, ... | gharchive/pull-request | 2016-05-11T13:22:45 | 2025-04-01T06:03:34.772975 | {
"authors": [
"ahocevar",
"marcjansen"
],
"repo": "openlayers/ol3",
"url": "https://github.com/openlayers/ol3/pull/5332",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
22040294 | Touch outside map messes up zooming/panning on WP8
Device: Windows Phone 8
Openlayers version : 2.13.1
Issue also exists on:
http://openlayers.org/dev/examples/mobile.html
http://openlayers.org/dev/examples/mobile-jq.html#mappage
Panning/Zooming works fine until I go outside the map (move off the screen with my finge... | gharchive/issue | 2013-11-04T09:14:37 | 2025-04-01T06:03:34.778765 | {
"authors": [
"Bonnoj",
"metteo",
"tkdejong"
],
"repo": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/issues/1162",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
2491195782 | 如何将GeoTiff() 数据源加载完成进行监听 source.once('sourceready', () => { }) sourceready监听不起作用? 需求通过事件轴联动加载tiff 但是加载下一个tiff 会出现闪烁
const source = new GeoTIFF({
sources: [
{
url: 'https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/36/Q/WD/2020/7/S2A_36QWD_20200701_0_L2A/TCI.tif',
},
],
});
source.once('sou... | gharchive/issue | 2024-08-28T06:37:59 | 2025-04-01T06:03:34.783553 | {
"authors": [
"Evul88",
"li371359001",
"xiaxichen"
],
"repo": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/issues/16135",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
206794276 | Bug with dragging map with string line that has regular shape as a style
Hi
take a look at the picture below:
the bug started appear since version 3.19.0, on 3.18.2 it works fine.
the bug exists only when map is rendered in javafx webview component, but not in a browser.
i assume the OL team doesn't support java com... | gharchive/issue | 2017-02-10T13:20:12 | 2025-04-01T06:03:34.788425 | {
"authors": [
"rsobies"
],
"repo": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/issues/6479",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
243182167 | Render all feature geometries and style them separately
A feature may have several geometries. The most common case is a combination of a shape geometry with a label point. It would be nice to have a possibility to render all of them at a time and style each one separately.
You can. Let's say your feature has a de... | gharchive/issue | 2017-07-15T15:33:15 | 2025-04-01T06:03:34.795477 | {
"authors": [
"MV88",
"ahocevar",
"yaugenka"
],
"repo": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/issues/7024",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
280897561 | Whether the basemap's projection of MVT vector tile is no longer expected to be EPSG:4326?
Excuse me, whether the basemap's projection of MVT vector tile is no longer expected to be EPSG:4326?
I found the value of defaultDataProjection was changed on August 29, and did not find where I can set or modify it.
MVT ... | gharchive/issue | 2017-12-11T05:22:11 | 2025-04-01T06:03:34.799218 | {
"authors": [
"ahocevar",
"tangqinGiser"
],
"repo": "openlayers/openlayers",
"url": "https://github.com/openlayers/openlayers/issues/7560",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
768879517 | Neuer Endpunkt resourceSync
Für eine deutlich performantere Synchronisation nehmender Systeme wäre ein Endpunkt wünschenswert, der folgendermaßen aussieht (Methode bulkRecords): https://github.com/hbz/lobid-resources/blob/f93201bec043cc732b27814a6ab4aea390d1aa9e/web/app/controllers/resources/Application.java
Der neue... | gharchive/issue | 2020-12-16T13:39:28 | 2025-04-01T06:03:34.814537 | {
"authors": [
"croqueGrec09",
"philboeselager"
],
"repo": "openlibraryenvironment/gokb",
"url": "https://github.com/openlibraryenvironment/gokb/issues/380",
"license": "ECL-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
185382966 | Improve explanation of advanced scripts workflow (rebased onto dev_5_2)
This is the same as gh-1550 but rebased onto dev_5_2.
This is the same as gh-1549 but rebased onto develop.
Add example of output after starting processor for advanced (non-admin) scripting workflow.
See https://www.openmicroscopy.org/site/supp... | gharchive/pull-request | 2016-10-26T12:45:10 | 2025-04-01T06:03:34.831195 | {
"authors": [
"hflynn"
],
"repo": "openmicroscopy/ome-documentation",
"url": "https://github.com/openmicroscopy/ome-documentation/pull/1564",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
272906609 | Docs training
Transfers content from https://docs.google.com/document/d/1IE2x2-3-EHELb8YY1Rwgjb3geID2D7qkKQYJPZ_4AJE/edit#heading=h.lf6jehcj87xw to the contributing documentation.
https://ci.openmicroscopy.org/view/Docs/job/CONTRIBUTING-merge-docs/1215/ updated with this content
For those searching, https://ci.op... | gharchive/pull-request | 2017-11-10T11:44:31 | 2025-04-01T06:03:34.834983 | {
"authors": [
"hflynn",
"jburel",
"joshmoore"
],
"repo": "openmicroscopy/ome-documentation",
"url": "https://github.com/openmicroscopy/ome-documentation/pull/1805",
"license": "BSD-2-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1593263969 | interop: Process Welcome test vectors.
The first commits are work towards processing the test vectors as they are. For this, I needed to factor out a few methods in order to not "reimplement" the logic from new_from_welcome.
Ah, sorry for the force push. It seems I screwed up something during merge conflict resolut... | gharchive/pull-request | 2023-02-21T10:57:29 | 2025-04-01T06:03:34.848825 | {
"authors": [
"duesee"
],
"repo": "openmls/openmls",
"url": "https://github.com/openmls/openmls/pull/1288",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
963026394 | other package seems to be installed if it is in the staged dependency
You can recreate the issue with osprey when adding random.cdisc.data into the upstream dependencies and then running
install_deps()
please fix that as soon as possible.
So this behaviour has changed since https://github.com/openpharma/staged.dep... | gharchive/issue | 2021-08-06T20:27:23 | 2025-04-01T06:03:34.936888 | {
"authors": [
"maximilianmordig",
"nikolas-burkoff",
"waddella"
],
"repo": "openpharma/staged.dependencies",
"url": "https://github.com/openpharma/staged.dependencies/issues/59",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1740634754 | Add spatial decomposition
Describe your changes
Add "spatial decomposition" task from v1. This is a draft PR because I want to check I've done this part right before I move on to the next part. @rcannood can you please take a look?
Checklist before requesting a review
[X] I have performed a self-review of my code
... | gharchive/pull-request | 2023-06-04T22:17:25 | 2025-04-01T06:03:34.948735 | {
"authors": [
"rcannood",
"scottgigante-immunai"
],
"repo": "openproblems-bio/openproblems-v2",
"url": "https://github.com/openproblems-bio/openproblems-v2/pull/175",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2624053212 | Implement rStar MCTS inference PR #30
PR #30
More testing is needed at the current stage, but feel free to have a try locally. :)
这里的rStar是不是没有实现论文中的discriminate功能?
| gharchive/pull-request | 2024-10-30T13:09:49 | 2025-04-01T06:03:34.979536 | {
"authors": [
"YanSong97",
"windks"
],
"repo": "openreasoner/openr",
"url": "https://github.com/openreasoner/openr/pull/33",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
2056619234 | Document default configLocation in multi module Maven projects
Changed docs as @timtebeek discovered
Thanks a lot!
| gharchive/pull-request | 2023-12-26T18:30:28 | 2025-04-01T06:03:35.004218 | {
"authors": [
"lrkwz",
"timtebeek"
],
"repo": "openrewrite/rewrite-docs",
"url": "https://github.com/openrewrite/rewrite-docs/pull/254",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1455589843 | NeedBraces should preserve trailing comments.
Trailing comments exist in the prefix of the next AST element and need to be moved to the new block's end brace.
I suspect this would be one such example (found using https://public.moderne.io):
| gharchive/issue | 2022-11-18T18:17:02 | 2025-04-01T06:03:35.005647 | {
"authors": [
"knutwannheden",
"traceyyoshima"
],
"repo": "openrewrite/rewrite",
"url": "https://github.com/openrewrite/rewrite/issues/2441",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
654075739 | Purge most uses of "simple" and "basic"
I'm in a "better safe than slightly sorry" mood...
Resolved some comments, but not others. I think the operative question should be "does using simple/basic communicate something necessary to understanding?", and I don't think it does in the remaining cases (or there is some ... | gharchive/pull-request | 2020-07-09T13:48:34 | 2025-04-01T06:03:35.036380 | {
"authors": [
"JoshKarpel"
],
"repo": "opensciencegrid/virtual-school-pilot-2020",
"url": "https://github.com/opensciencegrid/virtual-school-pilot-2020/pull/13",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
72466868 | Inferring likely mappings between APIs
http://dl.acm.org/citation.cfm?id=2486800
Authors used projects that similar but are developed using different APIs.They want to automatically suggest a method mapping between the methods from one API to another (if the project was to be ported from one API to another, this wi... | gharchive/issue | 2015-05-01T16:23:08 | 2025-04-01T06:03:35.037913 | {
"authors": [
"CarterPape",
"sandyboon"
],
"repo": "opensciences/opensciences.github.io",
"url": "https://github.com/opensciences/opensciences.github.io/issues/321",
"license": "mit",
"license_type": "permissive",
"license_source": "bigquery"
} |
699505641 | Take into account vertical justification of text
We are trying to include Eagle imports over on Kitspace in https://github.com/kitspace/kitspace/pull/300 and noticed a slight issue with some of the silkscreen text placement in IBOM.
Here I have replicated it in IBOM on the master branch:
The culprit seems to vertica... | gharchive/issue | 2020-09-11T16:23:47 | 2025-04-01T06:03:35.041412 | {
"authors": [
"kasbah",
"qu1ck"
],
"repo": "openscopeproject/InteractiveHtmlBom",
"url": "https://github.com/openscopeproject/InteractiveHtmlBom/issues/183",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
410158425 | optimize configuration feature and remove some un-used code
What this PR does / why we need it:
optimize configuration feature and remove some un-used code
Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #
Special n... | gharchive/pull-request | 2019-02-14T07:05:54 | 2025-04-01T06:03:35.045817 | {
"authors": [
"coveralls",
"xxwjj"
],
"repo": "opensds/opensds",
"url": "https://github.com/opensds/opensds/pull/613",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
408823379 | Managing of overlays
I had a look at the source of http://openseadragon.github.io/svg-overlay/demo.html:
var overlay = this.viewer.svgOverlay();
var d3Rect = d3.select(overlay.node()).append("rect")
.style('fill', '#f00')
.attr("x", 0.5)
... | gharchive/issue | 2019-02-11T15:03:08 | 2025-04-01T06:03:35.049814 | {
"authors": [
"iangilman",
"tobiasschweizer"
],
"repo": "openseadragon/svg-overlay",
"url": "https://github.com/openseadragon/svg-overlay/issues/32",
"license": "bsd-3-clause",
"license_type": "permissive",
"license_source": "bigquery"
} |
2298946681 | [Remote Cluster State] Add toXContent and fromXContent for ClusterBlocks
Is your feature request related to a problem? Please describe
Parent project: Cluster State Publication using Remote State
Meta issue: #13683
Describe the solution you'd like
To upload and recreate the cluster state after downloading the state f... | gharchive/issue | 2024-05-15T22:21:23 | 2025-04-01T06:03:35.099115 | {
"authors": [
"shiv0408",
"soosinha"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/issues/13692",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1461729459 | Please add discussions to this github repository!
Please add discussions to this github repository!
@martinenkoEduard Did any of the existing channels not work for you? What are you thinking about posting?
We have several places where we're doing discussions, starting with forums). We are
also working on a public S... | gharchive/issue | 2022-11-23T13:05:49 | 2025-04-01T06:03:35.100863 | {
"authors": [
"dblock",
"martinenkoEduard"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/issues/5353",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1577110942 | Improving the IT test for the GeoTile and Geohash aggregations on GeoShape for Bounded use case.
Description
This task aims to improve the Integration tests for the GeoTile and Geohash aggregations on GeoShape for Bounded use case. With this change: https://github.com/opensearch-project/OpenSearch/pull/6242 we are on... | gharchive/issue | 2023-02-09T02:12:04 | 2025-04-01T06:03:35.104731 | {
"authors": [
"navneet1v"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/issues/6251",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1306336710 | Remove old license header from new files created during master terminology replacement
Description
Remove the old license header from newly created class files. The files are created during master terminology replacement to maintain the backwards compatibility of the public classes.
Class file list:
MasterNodeOpera... | gharchive/pull-request | 2022-07-15T18:01:11 | 2025-04-01T06:03:35.111138 | {
"authors": [
"dreamer-89",
"tlfeng"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/pull/3924",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
850393129 | Add timeout on stats/cat APIs
Signed-off-by: Dhwanil Patel dhwanip@amazon.com
Description
Add timeouts in few of APIs which requires information gathering from data nodes on master node. Timeout has been introduced on this master-data transport calls. Master wont be waiting indefinite for data node response. Default ... | gharchive/pull-request | 2021-04-05T14:09:02 | 2025-04-01T06:03:35.117076 | {
"authors": [
"dhwanilpatel"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/pull/495",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1592076934 | [Backport] [2.x] Bump io.projectreactor.netty:reactor-netty from 1.1.2 to 1.1.3 in /plugins/repository-azure (#6382)
Backport https://github.com/opensearch-project/OpenSearch/pull/6382 to 2.x
Codecov Report
Merging #6386 (9801c22) into 2.x (2270559) will decrease coverage by 0.03%.
The diff coverage is 0.00%.
:me... | gharchive/pull-request | 2023-02-20T15:35:10 | 2025-04-01T06:03:35.133109 | {
"authors": [
"codecov-commenter",
"reta"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/pull/6386",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1883976252 | Fixing various javadocs
Greetings !
I'm in the process of completing javadoc of OpenSearch.
I have other javadoc fix in progress but not yet ready.
I tried my best following the contributing rule. i hope it's ok.
I didn't create a new issue as there is this one already https://github.com/opensearch-project/OpenSearch... | gharchive/pull-request | 2023-09-06T13:04:10 | 2025-04-01T06:03:35.142091 | {
"authors": [
"ker2x",
"kotwanikunal",
"msfroh"
],
"repo": "opensearch-project/OpenSearch",
"url": "https://github.com/opensearch-project/OpenSearch/pull/9817",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1801596281 | Updated cypress test based on text changes.
Description
Updated cypress test based on text changes.
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
[x]... | gharchive/pull-request | 2023-07-12T19:09:37 | 2025-04-01T06:03:35.146134 | {
"authors": [
"AWSHurneyt"
],
"repo": "opensearch-project/alerting-dashboards-plugin",
"url": "https://github.com/opensearch-project/alerting-dashboards-plugin/pull/630",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1277529370 | Release version 2.1.0
This is a component issue for 2.1.0.
Coming from opensearch-build#1818. Please follow the following checklist.
Please refer to the DATES in that post.
How to use this issue
This Component Release Issue
This issue captures the state of the OpenSearch release, on component/plugin level; its assig... | gharchive/issue | 2022-06-21T00:26:35 | 2025-04-01T06:03:35.159232 | {
"authors": [
"gaiksaya",
"ohltyler"
],
"repo": "opensearch-project/anomaly-detection-dashboards-plugin",
"url": "https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/issues/281",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2112898543 | [BUG] MAINTAINERS and CODEOWNERS are out of sync
What is the bug?
https://github.com/opensearch-project/asynchronous-search: 5
missing_in_codeowners: ["RS146BIJAY"]
missing_in_maintainers: ["dhruv16dhr"]
What is the expected behavior?
MAINTAINERS and CODEOWNERS should be in sync.
Thanks for pointing this out @db... | gharchive/issue | 2024-02-01T16:18:12 | 2025-04-01T06:03:35.161744 | {
"authors": [
"RS146BIJAY",
"anasalkouz",
"dblock"
],
"repo": "opensearch-project/asynchronous-search",
"url": "https://github.com/opensearch-project/asynchronous-search/issues/531",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1006460559 | Release version 1.2
Coming from opensearch-build#567, release version 1.2. Please follow the following checklist.
Preparation
[x] Assign this issue to a release owner.
[x] Finalize scope and feature set and update the Public Roadmap.
[x] Create, update, triage and label all features and issues targeted for this rele... | gharchive/issue | 2021-09-24T13:20:33 | 2025-04-01T06:03:35.170513 | {
"authors": [
"dblock",
"joshuali925",
"kavilla",
"peternied",
"zhongnansu"
],
"repo": "opensearch-project/dashboards-reports",
"url": "https://github.com/opensearch-project/dashboards-reports/issues/167",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "githu... |
1181397803 | Bump version to 1.3.1
Signed-off-by: Sayali Gaikawad gaiksaya@amazon.com
Description
Bump version to 1.3.1
Issues Resolved
Part of https://github.com/opensearch-project/opensearch-build/issues/1805
Check List
[ ] New functionality includes testing.
[ ] All tests pass, including unit test, integration test and docte... | gharchive/pull-request | 2022-03-26T00:41:34 | 2025-04-01T06:03:35.183626 | {
"authors": [
"codecov-commenter",
"gaiksaya"
],
"repo": "opensearch-project/dashboards-reports",
"url": "https://github.com/opensearch-project/dashboards-reports/pull/323",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2442767336 | Add sinks under extensions
Is your feature request related to a problem? Please describe.
Add sinks under extensions so that it can be used as a sink for pipeline DLQ, or as a sink for Live Debug Event capture or to reduce duplicate information if the same sink is used multiple times (Customers finding it unnecessary... | gharchive/issue | 2024-08-01T15:29:53 | 2025-04-01T06:03:35.189915 | {
"authors": [
"dlvenable",
"kkondaka"
],
"repo": "opensearch-project/data-prepper",
"url": "https://github.com/opensearch-project/data-prepper/issues/4799",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1570454141 | Backport 2573 and fix dead links
Signed-off-by: ariamarble armarble@amazon.com
Description
Backport 2573 and fix dead links
Issues Resolved
#2092
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 o... | gharchive/pull-request | 2023-02-03T21:08:53 | 2025-04-01T06:03:35.193045 | {
"authors": [
"ariamarble"
],
"repo": "opensearch-project/documentation-website",
"url": "https://github.com/opensearch-project/documentation-website/pull/2640",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
909976406 | separate permissions from all_access
Issue by mbchris
Tuesday Nov 24, 2020 at 09:46 GMT
Originally opened as https://github.com/opendistro-for-elasticsearch/index-management/issues/351
Is your feature request related to a problem? Please describe.
As documented, using index management features is only supported whe... | gharchive/issue | 2021-06-03T00:11:31 | 2025-04-01T06:03:35.198178 | {
"authors": [
"aditjind"
],
"repo": "opensearch-project/index-management",
"url": "https://github.com/opensearch-project/index-management/issues/50",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
913242397 | Fixed index resolution in transform jobs to correctly resolve the backing indices of a data stream
Description
Fixed the index expression resolution to correctly resolve the backing indices of a data stream during the validation of transform jobs.
To create the transformed results, the underlying search request uses ... | gharchive/pull-request | 2021-06-07T07:54:57 | 2025-04-01T06:03:35.217988 | {
"authors": [
"codecov-commenter",
"ketanv3"
],
"repo": "opensearch-project/index-management",
"url": "https://github.com/opensearch-project/index-management/pull/72",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
911794078 | OpenSearch Notifications plugin
Effective notifications are critical parts of OpenSearch so that our customers can rapidly identify the issues and mitigate them. Notification’s applicability spans beyond the alerting plugins. Notifications must be accessible from any relevant plugin. For example, customers prefer to... | gharchive/issue | 2021-06-04T19:53:33 | 2025-04-01T06:03:35.223323 | {
"authors": [
"anirudha",
"dblock"
],
"repo": "opensearch-project/notifications",
"url": "https://github.com/opensearch-project/notifications/issues/181",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1263811103 | Update tests
Signed-off-by: Eugene Lee eugenesk@amazon.com
Description
Update App Analytics tests for 1.3.3
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 ... | gharchive/pull-request | 2022-06-07T20:11:00 | 2025-04-01T06:03:35.226363 | {
"authors": [
"eugenesk24",
"peterzhuamazon"
],
"repo": "opensearch-project/opensearch-dashboards-functional-test",
"url": "https://github.com/opensearch-project/opensearch-dashboards-functional-test/pull/250",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
... |
1374882655 | Update to shorter license header
Signed-off-by: Harsha Vamsi Kalluri harshavamsi096@gmail.com
Description
Updates to a shorter and recommended license header.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer ... | gharchive/pull-request | 2022-09-15T17:53:40 | 2025-04-01T06:03:35.228792 | {
"authors": [
"dblock",
"harshavamsi"
],
"repo": "opensearch-project/opensearch-plugins",
"url": "https://github.com/opensearch-project/opensearch-plugins/pull/166",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1624463644 | Blog post for Trace analytics and Jaeger
Description
Blog post for Trace analytics and Jaeger
Issues Resolved
#1325
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 BSD-3-Clause License.
@natebower Made sug... | gharchive/pull-request | 2023-03-14T23:37:24 | 2025-04-01T06:03:35.231861 | {
"authors": [
"ariamarble",
"derek-ho",
"pajuric"
],
"repo": "opensearch-project/project-website",
"url": "https://github.com/opensearch-project/project-website/pull/1441",
"license": "BSD-3-Clause",
"license_type": "permissive",
"license_source": "github-api"
} |
1053608166 | OSM destroys cluster if enabled for a pod with hostNetwork
Bug description:
Affected area (please mark with X where applicable):
Install [ ]
SMI Traffic Access Policy [ ]
SMI Traffic Specs Policy [ ]
SMI Traffic Split Policy [ ]
Permissive Traffic Policy [ ]
Ingress [ ]
Eg... | gharchive/issue | 2021-11-15T12:25:45 | 2025-04-01T06:03:35.242907 | {
"authors": [
"plwhite",
"shashankram"
],
"repo": "openservicemesh/osm",
"url": "https://github.com/openservicemesh/osm/issues/4359",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
686930080 | Rev go to 1.15 & alpine to 3.12
This PR updates go to 1.15 and alpine to 3.12.
It also removes the patch version from these dependencies to allow for implicit patch upgrades which are considered non-breaking but often include important security fixes.
Please mark with X for applicable areas.
New Functionality [... | gharchive/pull-request | 2020-08-27T04:31:06 | 2025-04-01T06:03:35.250383 | {
"authors": [
"elsesiy",
"nojnhuh",
"shashankram"
],
"repo": "openservicemesh/osm",
"url": "https://github.com/openservicemesh/osm/pull/1633",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
721731380 | Updating release-0.4 to current ToT
Update release-0.4 branch
@eduser25 could you kindly update the PR/commit title and description. Also follow https://github.com/openservicemesh/osm/blob/main/docs/release_guide.md#merge-release-branch-into-main while merging.
@eduser25 could you kindly update the PR/commit tit... | gharchive/pull-request | 2020-10-14T19:44:18 | 2025-04-01T06:03:35.252738 | {
"authors": [
"eduser25",
"shashankram"
],
"repo": "openservicemesh/osm",
"url": "https://github.com/openservicemesh/osm/pull/1833",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2562912132 | Use istio inject label (#4115)
Ref: https://github.com/knative/eventing/issues/8204
Signed-off-by: Pierangelo Di Pilato pierdipi@redhat.com
OCF Webhook is merging this PR
| gharchive/pull-request | 2024-10-03T01:01:11 | 2025-04-01T06:03:35.261671 | {
"authors": [
"serverless-qe"
],
"repo": "openshift-knative/eventing-kafka-broker",
"url": "https://github.com/openshift-knative/eventing-kafka-broker/pull/1301",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1236648379 | [release v1.2] Handle committing offsets on revoked partitions
We need to handle the case when the offset tracker was removed from
our Map since when partitions are revoked we remove the associated
offset tracker, however, we may get a response from the sink for a
previously owned partition after a partition has been... | gharchive/pull-request | 2022-05-16T05:44:48 | 2025-04-01T06:03:35.264572 | {
"authors": [
"matzew"
],
"repo": "openshift-knative/eventing-kafka-broker",
"url": "https://github.com/openshift-knative/eventing-kafka-broker/pull/268",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1779944712 | Update community files (#3179)
Signed-off-by: Knative Automation automation@knative.team
/retest
OCF Webhook is merging this PR
| gharchive/pull-request | 2023-06-29T00:43:16 | 2025-04-01T06:03:35.265761 | {
"authors": [
"creydr",
"serverless-qe"
],
"repo": "openshift-knative/eventing-kafka-broker",
"url": "https://github.com/openshift-knative/eventing-kafka-broker/pull/724",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
968429558 | :robot: CI was here...:fire:
this is only a job to trigger a build...
/lgtm
| gharchive/pull-request | 2021-08-12T09:21:08 | 2025-04-01T06:03:35.267040 | {
"authors": [
"devguyio",
"matzew"
],
"repo": "openshift-knative/eventing-kafka",
"url": "https://github.com/openshift-knative/eventing-kafka/pull/302",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1187923918 | Remove devguyio OWNERS_ALIASES
As per title
/cherrypick release-v1.3
/cherrypick release-v1.2
/cherrypick release-v1.1
/cherrypick release-v1.0
/cherrypick release-v0.26
| gharchive/pull-request | 2022-03-31T11:17:58 | 2025-04-01T06:03:35.268571 | {
"authors": [
"devguyio"
],
"repo": "openshift-knative/eventing-kafka",
"url": "https://github.com/openshift-knative/eventing-kafka/pull/629",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1477909648 | [WIP] [RELEASE-1.6][SRVKS-985] Add revision security defaults
Adapted from https://github.com/knative/serving/pull/13398
The idea is to enable the feature by default at the S-O side on OCP 4.11+ as we did with deprecated apis.
This sets everything as a default except for seccompProfile. Here is why.
SeccompProfile o... | gharchive/pull-request | 2022-12-06T01:25:58 | 2025-04-01T06:03:35.277250 | {
"authors": [
"skonto"
],
"repo": "openshift-knative/serving",
"url": "https://github.com/openshift-knative/serving/pull/68",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1970643148 | [release-4.14][manual] schedconf: consume deployer updates
consume deployer update to mutate scheduler config using unstructured, which significantly lowers the dependencies footprint. This also enables us to pull the latest kubernetes dependencies.
Although there is no expected change of behavior, this change is sig... | gharchive/pull-request | 2023-10-31T14:49:01 | 2025-04-01T06:03:35.283580 | {
"authors": [
"ffromani"
],
"repo": "openshift-kni/numaresources-operator",
"url": "https://github.com/openshift-kni/numaresources-operator/pull/760",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1963001419 | Update readme
Update the following items:
support use docker command to run
do not limit to go1.21.0
login to the service before call it.
/assign @markturansky
LGTM
| gharchive/pull-request | 2023-10-26T08:37:30 | 2025-04-01T06:03:35.296056 | {
"authors": [
"clyang82",
"markturansky"
],
"repo": "openshift-online/rh-trex",
"url": "https://github.com/openshift-online/rh-trex/pull/2",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2208135075 | Reapply "add config for enabling tekton results dbssl"
Reapplies openshift-pipelines/pipeline-service#906
I will try to perform the test myself. And put my results here.
Closing in favor of #984
| gharchive/pull-request | 2024-03-26T12:38:53 | 2025-04-01T06:03:35.297114 | {
"authors": [
"avinal"
],
"repo": "openshift-pipelines/pipeline-service",
"url": "https://github.com/openshift-pipelines/pipeline-service/pull/982",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1183585704 | Try to detect if pac is installed via operator
When installing via openshift-pipelines "downstream" operator. PAC would
get installed in openshift-pipelines.
Strategy to detection is then :
if user has a -n ns flag, try to see if pac is installed in ns
try to detect pac in openshift-pipelines ns (downstream)
try to d... | gharchive/pull-request | 2022-03-28T15:09:54 | 2025-04-01T06:03:35.309411 | {
"authors": [
"chmouel",
"codecov-commenter"
],
"repo": "openshift-pipelines/pipelines-as-code",
"url": "https://github.com/openshift-pipelines/pipelines-as-code/pull/482",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2031009498 | OCPBUGS-24573: Generate Tech Preview version of ControllerConfig CRD
ControllerConfig CRD consumes fields that are part of the Infrastructure CRD, e.g. in the part of the Platform Spec. As those contain different fields depending whether Default, TechPreviewNoUpgrade or CustomNoUpgrade is used, we also need to have C... | gharchive/pull-request | 2023-12-07T15:32:24 | 2025-04-01T06:03:35.323917 | {
"authors": [
"JoelSpeed",
"mkowalski"
],
"repo": "openshift/api",
"url": "https://github.com/openshift/api/pull/1698",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
540136716 | BYOC account claim is not deleted
Deleting the namespace doesn't delete the account claim, causing the namespace to be stuck in terminating mode forever.
$ oc get namespace uhc-igoihman-1a45c1mq4tjh13c1enj3lu690lmm2atp
NAME STATUS AGE
uhc-igoihman-1a45c1mq4tjh13c1enj3... | gharchive/issue | 2019-12-19T07:40:43 | 2025-04-01T06:03:35.362575 | {
"authors": [
"igoihman"
],
"repo": "openshift/aws-account-operator",
"url": "https://github.com/openshift/aws-account-operator/issues/234",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1147882124 | Remove redundant Optional markers
The optional markers are only required if the parent is marked as required.
I saw that the default mode was changing in the past from required to optional. I think that it is a common convention to be precise about each field, Kube API conventions around optional vs required state ... | gharchive/pull-request | 2022-02-23T10:00:15 | 2025-04-01T06:03:35.364406 | {
"authors": [
"alebedev87",
"arjunrn"
],
"repo": "openshift/aws-load-balancer-operator",
"url": "https://github.com/openshift/aws-load-balancer-operator/pull/9",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1061488974 | update go.mod for go 1.16
update go.mod for 1.16 and run 'go mod vendor ; go mod tidy'.
/assign @akhil-rane
why not go1.17?
Just following along with the current golang build container that is used https://github.com/openshift/aws-pod-identity-webhook/blob/master/Dockerfile.rhel7#L1
Eventually, I expect some bot... | gharchive/pull-request | 2021-11-23T16:32:11 | 2025-04-01T06:03:35.368147 | {
"authors": [
"akhil-rane",
"joelddiaz"
],
"repo": "openshift/aws-pod-identity-webhook",
"url": "https://github.com/openshift/aws-pod-identity-webhook/pull/144",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2364676937 | bump: backplane-api client
What type of PR is this?
feature: Bump to latest version of https://github.com/openshift/backplane-api
Which Jira/Github issue(s) does this PR fix?
https://issues.redhat.com/browse/OSD-22636
Pre-checks (if applicable)
[X] Ran unit tests locally
[X] Validated the changes in a cluster
[-] In... | gharchive/pull-request | 2024-06-20T15:03:42 | 2025-04-01T06:03:35.371013 | {
"authors": [
"RaphaelBut",
"wanghaoran1988"
],
"repo": "openshift/backplane-cli",
"url": "https://github.com/openshift/backplane-cli/pull/458",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
621136645 | Update codecov script
/assign @yithian
I found a flag I shouldn't be setting. I fixed already in MVO.
/retest
| gharchive/pull-request | 2020-05-19T16:53:21 | 2025-04-01T06:03:35.374939 | {
"authors": [
"cblecker"
],
"repo": "openshift/certman-operator",
"url": "https://github.com/openshift/certman-operator/pull/144",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
475251076 | Implementing Proxy CA Bundle validation.
This patch adds a sidecar command line parameter to the registry operator. This sidecar will be deployed with the operator and will constantly monitor for changes on the mounted config map, restarting the operator every time the certificate content changes.
It is a big PR as i... | gharchive/pull-request | 2019-07-31T16:47:46 | 2025-04-01T06:03:35.388151 | {
"authors": [
"adambkaplan",
"bparees",
"danehans",
"ricardomaraschini",
"wking"
],
"repo": "openshift/cluster-image-registry-operator",
"url": "https://github.com/openshift/cluster-image-registry-operator/pull/342",
"license": "Apache-2.0",
"license_type": "permissive",
"license_sour... |
1799746058 | Fixes bad docker image and crd
removes bad CRD that is breaking the registry pod and deploys the wrong CRD
fixes entrypoint script as we don't have the variable defined correctly, so setting it to the actual binary name to run instead
$ oc create -f deploy/
clusterrole.rbac.authorization.k8s.io/configure-goalert-op... | gharchive/pull-request | 2023-07-11T20:59:54 | 2025-04-01T06:03:35.409248 | {
"authors": [
"codecov-commenter",
"robotmaxtron",
"tonytheleg"
],
"repo": "openshift/configure-goalert-operator",
"url": "https://github.com/openshift/configure-goalert-operator/pull/22",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1096683069 | Attempt to verify PowerState before checking legacy conditions
We can now rely on the ClusterDeployment Status field PowerState to determine if a cluster is running or not, this field was introduced in https://github.com/openshift/hive/pull/1604
We only check legacy conditions if that field doesn't exist which may be... | gharchive/pull-request | 2022-01-07T21:28:51 | 2025-04-01T06:03:35.466491 | {
"authors": [
"2uasimojo",
"codecov-commenter",
"jharrington22"
],
"repo": "openshift/deadmanssnitch-operator",
"url": "https://github.com/openshift/deadmanssnitch-operator/pull/129",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
686999032 | fix bugs by rename registry_config_file to registry_config_dir
[dev@62111d54b562 doozer]$ doozer --group openshift-4.6-rhel-8 images:mirror-streams
2020-08-27 07:00:55,602 INFO Initial execution (cwd) directory: /workspaces/doozer
2020-08-27 07:00:55,605 INFO Cloning config data from https://github.com/openshift/ocp-... | gharchive/pull-request | 2020-08-27T07:04:42 | 2025-04-01T06:03:35.557403 | {
"authors": [
"codecov-commenter",
"shiywang"
],
"repo": "openshift/doozer",
"url": "https://github.com/openshift/doozer/pull/269",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2660148041 | NO-JIRA: Fix typo in error messages about OpenShiftAPIServer
OpenShiftAPIServer in extractOperatorSpec and extractOperatorStatus looks as a copy/pasta typo.
/assign @RomanBednar
/retest-required
/retest-required
/label docs-approved
/label px-approved
/label qe-approved
| gharchive/pull-request | 2024-11-14T21:41:42 | 2025-04-01T06:03:35.562673 | {
"authors": [
"duanwei33",
"mpatlasov"
],
"repo": "openshift/gcp-filestore-csi-driver-operator",
"url": "https://github.com/openshift/gcp-filestore-csi-driver-operator/pull/105",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1114885319 | Bug 2043130: gcp-pd: Add external-snapshotter permissions to patch snapshots
The new external-snapshotter needs permissions to Patch VolumeSnapshots and
VolumeSnapshotContents.
https://github.com/kubernetes-csi/external-snapshotter/releases/tag/v5.0.1
/lgtm
/approve
| gharchive/pull-request | 2022-01-26T10:55:52 | 2025-04-01T06:03:35.563994 | {
"authors": [
"RomanBednar",
"jsafrane"
],
"repo": "openshift/gcp-pd-csi-driver-operator",
"url": "https://github.com/openshift/gcp-pd-csi-driver-operator/pull/44",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1078484621 | added codecov configuration
Description
added some configuration that might be required to fix the codecov uploading
Type of change
[X] Bugfix
/test
nice :)
/lgtm
/lgtm
closing this PR as all my squashing attempts failed please look at the fresh PR https://github.com/openshift/hac-dev/pull/20
| gharchive/pull-request | 2021-12-13T12:40:56 | 2025-04-01T06:03:35.566089 | {
"authors": [
"jrichter1",
"sawood14012"
],
"repo": "openshift/hac-dev",
"url": "https://github.com/openshift/hac-dev/pull/19",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
587265768 | admission: use kube decoder instead of go json unmarshal
The basic GO JSON unmarshal is case-insensitive for field names. Kube is case-sensitive for field names. Since the admission webhooks were using JSON unmarshal, resources that used the incorrect case for fields were being incorrectly accepted. For example, if a... | gharchive/pull-request | 2020-03-24T20:41:04 | 2025-04-01T06:03:35.567906 | {
"authors": [
"dgoodwin",
"staebler"
],
"repo": "openshift/hive",
"url": "https://github.com/openshift/hive/pull/901",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1060392596 | Bump capa and golang
Bring CAPA v1beta1, kube 1.23 deps and golang 1.17.
Drops https://github.com/bombsimon/logrusr/ which does not support golang 1.17 in favour of zapr.
Adds .ci-operator.yaml so upcoming golang bumps can be done in this repo atomically.
Note the TODO in HostedCluster
This kubernetes-sigs/cluster-ap... | gharchive/pull-request | 2021-11-22T17:03:11 | 2025-04-01T06:03:35.570423 | {
"authors": [
"alvaroaleman",
"enxebre"
],
"repo": "openshift/hypershift",
"url": "https://github.com/openshift/hypershift/pull/703",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
104878030 | Make plugins download parallel
@bparees PTAL
This will make docker build with plugin installation turbo speed.
@gabemontero PTAL
@mfojtik good thinking !!!
lgtm
[test]
| gharchive/pull-request | 2015-09-04T12:06:14 | 2025-04-01T06:03:35.590246 | {
"authors": [
"bparees",
"gabemontero",
"mfojtik"
],
"repo": "openshift/jenkins",
"url": "https://github.com/openshift/jenkins/pull/27",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2165986136 | OLS-140: Added authorized endpoint to check if the user has permissions to acc…
…ess ols
Description
Type of change
[ ] Refactor
[ ] New feature
[ ] Bug fix
[ ] CVE fix
[ ] Optimization
[ ] Documentation Update
[ ] Configuration Update
[ ] Bump-up dependent library
Related Tickets & Documents
Related Issue #
Clos... | gharchive/pull-request | 2024-03-04T05:46:37 | 2025-04-01T06:03:35.604287 | {
"authors": [
"bparees",
"codecov-commenter",
"sauagarwa",
"vishnuchalla"
],
"repo": "openshift/lightspeed-service",
"url": "https://github.com/openshift/lightspeed-service/pull/519",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
509816365 | fix(must-gather): Gather non-ceph resources
This commit modifies the gather scripts to collect logs irrespective of ceph cluster. Since OCP must-gather is unable to fecth logs from namespaces like openshift-storage, local-storage
Signed-off-by: Rajat Singh rajasing@redhat.com
cc @ashishranjan738 can you please add... | gharchive/pull-request | 2019-10-21T08:40:01 | 2025-04-01T06:03:35.629304 | {
"authors": [
"rajatsingh25aug"
],
"repo": "openshift/ocs-operator",
"url": "https://github.com/openshift/ocs-operator/pull/218",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
428620493 | Converted GSG to adoc file
What is the purpose of this change? What does it change?
This PR converts the GS from .md to .adoc. It also changes Odo/odo to odo
@cdrage can you take a quick look and see if this can be merged.
This does not have any content changes, only format and name of the product has been changed.... | gharchive/pull-request | 2019-04-03T08:04:09 | 2025-04-01T06:03:35.637541 | {
"authors": [
"Preeticp",
"cdrage",
"kadel"
],
"repo": "openshift/odo",
"url": "https://github.com/openshift/odo/pull/1553",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
836758943 | [release-4.6] overlay: add NetworkManager config to prevent requesting additional MAC
Fixes openshift/okd#540
It should be:
# sudo vi /etc/systemd/network/98-ovs-mac.link
[Match]
Driver=openvswitch
[Link]
MACAddressPolicy=none
| gharchive/pull-request | 2021-03-20T08:56:13 | 2025-04-01T06:03:35.638802 | {
"authors": [
"jomeier",
"vrutkovs"
],
"repo": "openshift/okd-machine-os",
"url": "https://github.com/openshift/okd-machine-os/pull/110",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
924716959 | [release-4.7] Update fedora-config-devel to latest stable
Bump manifest.lock to latest packages from FCOS stable
/test e2e-aws-upgrade
/test e2e-aws-upgrade
| gharchive/pull-request | 2021-06-18T09:22:59 | 2025-04-01T06:03:35.639811 | {
"authors": [
"vrutkovs"
],
"repo": "openshift/okd-machine-os",
"url": "https://github.com/openshift/okd-machine-os/pull/147",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
105604115 | Fix race condition in pkg/netutils/server/server_test.go
TestIPServe() was running ListenAndServeNetutilServer() in a goroutine but not necessarily waiting for it to actually start listening. Fix that by having ListenAndServeNetutilServer() first listen and then
spawn a goroutine to serve, and then return, and having... | gharchive/pull-request | 2015-09-09T14:08:38 | 2025-04-01T06:03:35.696210 | {
"authors": [
"danwinship",
"rajatchopra"
],
"repo": "openshift/openshift-sdn",
"url": "https://github.com/openshift/openshift-sdn/pull/150",
"license": "apache-2.0",
"license_type": "permissive",
"license_source": "bigquery"
} |
305569559 | Pod start time undefined
I was debugging an aws_cluster_verify.sh failure by running cron-send-metrics-checks manually and getting this back:
Running command: ['oc', '--config', '/tmp/Q3D2T2Y', '-n', 'openshift-infra', 'get', 'pods', '-o', 'yaml']
Traceback (most recent call last):
File "/usr/bin/cron-send-metrics-... | gharchive/pull-request | 2018-03-15T14:14:05 | 2025-04-01T06:03:35.698076 | {
"authors": [
"mbarnes",
"wshearn"
],
"repo": "openshift/openshift-tools",
"url": "https://github.com/openshift/openshift-tools/pull/3384",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1624276395 | Add initial OWNERS and README.md
More basic project structure.
yay, first PR!
/lgtm
Merging it manually until we have tide set-up
| gharchive/pull-request | 2023-03-14T20:47:43 | 2025-04-01T06:03:35.774420 | {
"authors": [
"cgwalters",
"sinnykumari"
],
"repo": "openshift/rhcos-image-layering-examples",
"url": "https://github.com/openshift/rhcos-image-layering-examples/pull/1",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
247144687 | S2I Build error due to read: connection reset by peer
I am running s2i build on Jenkins slave that has s2i mixin and it used to work fine for most of the builds but all of a sudden, I am seeing a new error.
I0801 17:18:20.244127 9638 docker.go:948] Removing container "12f9115bbf9dff39984dee60326c9f05bf6a146d64bb6a46f... | gharchive/issue | 2017-08-01T17:32:54 | 2025-04-01T06:03:35.782863 | {
"authors": [
"bparees",
"reddyrocks"
],
"repo": "openshift/source-to-image",
"url": "https://github.com/openshift/source-to-image/issues/782",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1790557631 | S2I command always uses 'latest' tag
Fixes #1122
/assign @divyansh42 @mbharatk @apoorvajagtap
for lgtm
/lgtm
| gharchive/pull-request | 2023-07-06T00:21:30 | 2025-04-01T06:03:35.784178 | {
"authors": [
"coreydaley",
"divyansh42"
],
"repo": "openshift/source-to-image",
"url": "https://github.com/openshift/source-to-image/pull/1123",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
101732299 | Removed debug leftover
@bparees I guess that's your leftover :wink:
yes :(
[merge]
| gharchive/pull-request | 2015-08-18T19:34:02 | 2025-04-01T06:03:35.785034 | {
"authors": [
"bparees",
"soltysh"
],
"repo": "openshift/source-to-image",
"url": "https://github.com/openshift/source-to-image/pull/266",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
711724815 | adds community tasks
this adds community tasks to operator as listed below
Helm install chart from source
Helm install chart from repo--
Skopeo--
Trigger Jenkins Job--
Git-cli
https://github.com/tektoncd/catalog/tree/master/task/pull-request
https://github.com/tektoncd/catalog/tree/master/task/kubeconfig-creator
No... | gharchive/pull-request | 2020-09-30T07:58:34 | 2025-04-01T06:03:35.788271 | {
"authors": [
"pradeepitm12"
],
"repo": "openshift/tektoncd-pipeline-operator",
"url": "https://github.com/openshift/tektoncd-pipeline-operator/pull/466",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2337278979 | Add 'make deploy' target to simplify testing with local cluster.
make deploy: build and push an image, then deploy with helm.
Make variables REGISTRY_ORG and TAG control the image used.
/retest
/lgtm
| gharchive/pull-request | 2024-06-06T04:24:12 | 2025-04-01T06:03:35.790597 | {
"authors": [
"alanconway",
"jgbernalp"
],
"repo": "openshift/troubleshooting-panel-console-plugin",
"url": "https://github.com/openshift/troubleshooting-panel-console-plugin/pull/15",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
222932579 | Added a couple of missing words
The Launchpad provides painless way -> The Launchpad provides a painless way
and can updated -> and can be updated
LGTM, merging.
https://github.com/openshiftio/appdev-documentation/commit/c5a27b73d2893734dd3068cf8e43d099c3d69fc8
| gharchive/pull-request | 2017-04-20T02:43:29 | 2025-04-01T06:03:35.800171 | {
"authors": [
"rdruss",
"rhoads-zach"
],
"repo": "openshiftio/appdev-documentation",
"url": "https://github.com/openshiftio/appdev-documentation/pull/130",
"license": "CC-BY-4.0",
"license_type": "permissive",
"license_source": "github-api"
} |
2600536363 | 🛑 Weblate is down
In d84f7ab, Weblate (https://translate.opensourcepos.org) was down:
HTTP code: 500
Response time: 4959 ms
Resolved: Weblate is back up in fee7c77 after 1 hour, 36 minutes.
| gharchive/issue | 2024-10-20T14:44:17 | 2025-04-01T06:03:35.838454 | {
"authors": [
"jekkos"
],
"repo": "opensourcepos/upptime",
"url": "https://github.com/opensourcepos/upptime/issues/1286",
"license": "MIT",
"license_type": "permissive",
"license_source": "github-api"
} |
1172296893 | [Malawi Core] Failing to sign in on the application ID page
Describe the bug
When the app is configured to point to our server, trying to sign in on the application ID page fails. The configuration is done in the local.properties file on the FHIR_BASE_URL attribute. Using the ID 'quest', the app takes a couple of sec... | gharchive/issue | 2022-03-17T12:08:36 | 2025-04-01T06:03:35.877113 | {
"authors": [
"FikriMilano",
"KhumboLihonga",
"dubdabasoduba",
"f-odhiambo",
"gosso22"
],
"repo": "opensrp/fhircore",
"url": "https://github.com/opensrp/fhircore/issues/1146",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
1288735221 | Refactor application and navigation configurations
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #1370
Checklist
[ ] I have written Unit tests for any new feature(s) and edge cases for bug fixes
[ ] I have added any strings visible on UI components to the strings.xml file
[ ] I have update... | gharchive/pull-request | 2022-06-29T13:33:39 | 2025-04-01T06:03:35.881468 | {
"authors": [
"ellykits"
],
"repo": "opensrp/fhircore",
"url": "https://github.com/opensrp/fhircore/pull/1393",
"license": "Apache-2.0",
"license_type": "permissive",
"license_source": "github-api"
} |
722447678 | parameter q is not saved in dh param file
When we generate dh paramters, or try to use them, we always look for the presence of q. When the parameters where generated, we did have the value. But we never saved it to a file.
NIST SP.800-56Ar3 seems to indicate that we always need it. I'm not sure why we need to genera... | gharchive/issue | 2020-10-15T15:37:07 | 2025-04-01T06:03:35.889502 | {
"authors": [
"kroeckx",
"levitte",
"mattcaswell"
],
"repo": "openssl/openssl",
"url": "https://github.com/openssl/openssl/issues/13150",
"license": "Apache-2.0",
"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.