Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
2
665
labels
stringlengths
4
554
body
stringlengths
3
235k
index
stringclasses
6 values
text_combine
stringlengths
96
235k
label
stringclasses
2 values
text
stringlengths
96
196k
binary_label
int64
0
1
18,787
13,103,727,978
IssuesEvent
2020-08-04 09:03:27
NUTFes/group-manager-2
https://api.github.com/repos/NUTFes/group-manager-2
closed
管理者アプリの作成
backend frontend infrastructure
- group-manager-2 - api - view - admin_api (new) - admin_view (new) - docs - docker-compose.yml
1.0
管理者アプリの作成 - - group-manager-2 - api - view - admin_api (new) - admin_view (new) - docs - docker-compose.yml
infrastructure
管理者アプリの作成 group manager api view admin api new admin view new docs docker compose yml
1
266
2,602,005,035
IssuesEvent
2015-02-24 03:06:58
jquery/esprima
https://api.github.com/repos/jquery/esprima
closed
Unit Tests: break into much smaller files
easy enhancement infrastructure
We should take a page from espree here and break out the test files into much smaller pieces organized by the main language feature they are testing. Right now it is unwieldily working with the giant file, and intimidating to newer contributors, like myself.
1.0
Unit Tests: break into much smaller files - We should take a page from espree here and break out the test files into much smaller pieces organized by the main language feature they are testing. Right now it is unwieldily working with the giant file, and intimidating to newer contributors, like myself.
infrastructure
unit tests break into much smaller files we should take a page from espree here and break out the test files into much smaller pieces organized by the main language feature they are testing right now it is unwieldily working with the giant file and intimidating to newer contributors like myself
1
27,583
21,941,905,938
IssuesEvent
2022-05-23 19:03:28
cloud-native-toolkit/software-everywhere
https://api.github.com/repos/cloud-native-toolkit/software-everywhere
closed
Request access: {Sarang/Dinesh/Dileep} New ROKS Cluster with Portworx for cp4ba(Business Automation)
category:infrastructure access_request
**Email address** @saratrip @dineshchandrapandey @DileepPaul ,brahm.singh@ibm.com , mverma17@in.ibm.com **Cloud environment** IBM Cloud account, **Purpose** Request to create new ROKS Cluster with Portworx for cp4ba(Business Automation). We are using OCP48 gitops cluster but are unable to do test on the clust...
1.0
Request access: {Sarang/Dinesh/Dileep} New ROKS Cluster with Portworx for cp4ba(Business Automation) - **Email address** @saratrip @dineshchandrapandey @DileepPaul ,brahm.singh@ibm.com , mverma17@in.ibm.com **Cloud environment** IBM Cloud account, **Purpose** Request to create new ROKS Cluster with Portworx f...
infrastructure
request access sarang dinesh dileep new roks cluster with portworx for business automation email address saratrip dineshchandrapandey dileeppaul brahm singh ibm com in ibm com cloud environment ibm cloud account purpose request to create new roks cluster with portworx for busine...
1
30,793
25,083,464,283
IssuesEvent
2022-11-07 21:26:49
ProjectPythiaCookbooks/cookbook-template
https://api.github.com/repos/ProjectPythiaCookbooks/cookbook-template
closed
Build via binderbot
infrastructure
Following successful experiments in https://github.com/ProjectPythiaCookbooks/cmip6-cookbook/pull/27 and https://github.com/ProjectPythia/pythia-foundations/pull/322, it's time to build the binderbot functionality into the template and (once it's working) push those changes out to all cookbook repos. My recent refac...
1.0
Build via binderbot - Following successful experiments in https://github.com/ProjectPythiaCookbooks/cmip6-cookbook/pull/27 and https://github.com/ProjectPythia/pythia-foundations/pull/322, it's time to build the binderbot functionality into the template and (once it's working) push those changes out to all cookbook rep...
infrastructure
build via binderbot following successful experiments in and it s time to build the binderbot functionality into the template and once it s working push those changes out to all cookbook repos my recent refactor of the infrastructure makes this much easier most all the changes will actually occur in the ...
1
7,550
6,989,427,913
IssuesEvent
2017-12-14 16:08:37
seqan/lambda
https://api.github.com/repos/seqan/lambda
closed
refactor codebase
infrastructure
- [ ] make one binary with different "actions" (mkindex, search) - [ ] resort the source code
1.0
refactor codebase - - [ ] make one binary with different "actions" (mkindex, search) - [ ] resort the source code
infrastructure
refactor codebase make one binary with different actions mkindex search resort the source code
1
7,545
6,988,084,042
IssuesEvent
2017-12-14 11:32:51
h-da/geli
https://api.github.com/repos/h-da/geli
opened
Introduce API-Docu, build automatically
api enhancement infrastructure
# User Story ### As a: Developer ### I want: to have an API-Documentation ### so that: I can see all URL-Paths and their functions. ## Acceptance criteria: - [ ] All API-Functions are commented - [ ] Build the Documentation on build time - [ ] The documentation should be generated only on tagged buil...
1.0
Introduce API-Docu, build automatically - # User Story ### As a: Developer ### I want: to have an API-Documentation ### so that: I can see all URL-Paths and their functions. ## Acceptance criteria: - [ ] All API-Functions are commented - [ ] Build the Documentation on build time - [ ] The documentati...
infrastructure
introduce api docu build automatically user story as a developer i want to have an api documentation so that i can see all url paths and their functions acceptance criteria all api functions are commented build the documentation on build time the documentation sho...
1
12,790
9,956,684,231
IssuesEvent
2019-07-05 14:33:48
elastic/beats
https://api.github.com/repos/elastic/beats
closed
generator.py fails silently if you specify an invalid --type
:Generator :infrastructure
For confirmed bugs, please report: - Version: master - Operating System: any - Steps to Reproduce: ``` python ${GOPATH}/src/github.com/elastic/beats/script/generate.py --type=fakebeat --project_name=examplebeat ``` Since `fakebeat` doesn't exist, nothing happens. The script exits zero, no message is printed. ...
1.0
generator.py fails silently if you specify an invalid --type - For confirmed bugs, please report: - Version: master - Operating System: any - Steps to Reproduce: ``` python ${GOPATH}/src/github.com/elastic/beats/script/generate.py --type=fakebeat --project_name=examplebeat ``` Since `fakebeat` doesn't exist, no...
infrastructure
generator py fails silently if you specify an invalid type for confirmed bugs please report version master operating system any steps to reproduce python gopath src github com elastic beats script generate py type fakebeat project name examplebeat since fakebeat doesn t exist no...
1
12,719
9,935,404,424
IssuesEvent
2019-07-02 16:27:55
raiden-network/raiden-services
https://api.github.com/repos/raiden-network/raiden-services
closed
Deployment guide
Infrastructure :office:
We need better docs for *Configuration and instructions for running Raiden Services* A good example is the transport repo: https://github.com/raiden-network/raiden-transport/
1.0
Deployment guide - We need better docs for *Configuration and instructions for running Raiden Services* A good example is the transport repo: https://github.com/raiden-network/raiden-transport/
infrastructure
deployment guide we need better docs for configuration and instructions for running raiden services a good example is the transport repo
1
25,092
18,105,043,650
IssuesEvent
2021-09-22 18:15:07
dotnet/fsharp
https://api.github.com/repos/dotnet/fsharp
closed
Remove IVT in our language service and consume it as other editors do
Area-Infrastructure
This is a tracking issue. We are currently IVT our own language service. This makes things awkward, because we can consume our language service differently from other editors. It's also a real pain to deal with. We need to remove IVTs and consume our language service just like any other editor.
1.0
Remove IVT in our language service and consume it as other editors do - This is a tracking issue. We are currently IVT our own language service. This makes things awkward, because we can consume our language service differently from other editors. It's also a real pain to deal with. We need to remove IVTs and con...
infrastructure
remove ivt in our language service and consume it as other editors do this is a tracking issue we are currently ivt our own language service this makes things awkward because we can consume our language service differently from other editors it s also a real pain to deal with we need to remove ivts and con...
1
9,724
3,314,774,350
IssuesEvent
2015-11-06 08:04:43
gbv/paia
https://api.github.com/repos/gbv/paia
closed
URL
documentation question
After implementing DAIA in Bibdia for SLB Potsdam/KOBV I thought I'd have a look at the next interface PAIA. Why on earth does the specfication insist on explicit URLs? And why is the patron identifier also in the URL? First the explicit URLs mean I'd have to map /core internally into a URL to Bibdia. The site CANNOT u...
1.0
URL - After implementing DAIA in Bibdia for SLB Potsdam/KOBV I thought I'd have a look at the next interface PAIA. Why on earth does the specfication insist on explicit URLs? And why is the patron identifier also in the URL? First the explicit URLs mean I'd have to map /core internally into a URL to Bibdia. The site CA...
non_infrastructure
url after implementing daia in bibdia for slb potsdam kobv i thought i d have a look at the next interface paia why on earth does the specfication insist on explicit urls and why is the patron identifier also in the url first the explicit urls mean i d have to map core internally into a url to bibdia the site ca...
0
273,877
29,831,109,382
IssuesEvent
2023-06-18 09:33:23
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
closed
CVE-2019-19927 (Medium) detected in linuxv5.2 - autoclosed
Mend: dependency security vulnerability
## CVE-2019-19927 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/tor...
True
CVE-2019-19927 (Medium) detected in linuxv5.2 - autoclosed - ## CVE-2019-19927 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source ...
non_infrastructure
cve medium detected in autoclosed cve medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in base branch amp centos kernel vulnerable source files drivers gpu drm ttm ttm page alloc c...
0
23,893
16,677,437,563
IssuesEvent
2021-06-07 18:05:06
onnx/onnx
https://api.github.com/repos/onnx/onnx
closed
Time to upgrade protobuf
infrastructure
I got the error message below about a deprecated Python feature when running ONNX tests locally. It seems that it's time to upgrade ONNX to use newer protobuf version. Otherwise, our code might not work with Python 3.8. ``` c:\programdata\anaconda3\lib\site-packages\google\protobuf\descriptor.py:47 c:\programdata\an...
1.0
Time to upgrade protobuf - I got the error message below about a deprecated Python feature when running ONNX tests locally. It seems that it's time to upgrade ONNX to use newer protobuf version. Otherwise, our code might not work with Python 3.8. ``` c:\programdata\anaconda3\lib\site-packages\google\protobuf\descript...
infrastructure
time to upgrade protobuf i got the error message below about a deprecated python feature when running onnx tests locally it seems that it s time to upgrade onnx to use newer protobuf version otherwise our code might not work with python c programdata lib site packages google protobuf descriptor py ...
1
12,680
9,914,035,429
IssuesEvent
2019-06-28 13:27:39
pulibrary/drds_sprints
https://api.github.com/repos/pulibrary/drds_sprints
closed
Cantaloupe
[zube]: Planned infrastructure planned
Setup Cantaloupe (either on the new image server, or alongside Loris) and configure Figgy to use it.
1.0
Cantaloupe - Setup Cantaloupe (either on the new image server, or alongside Loris) and configure Figgy to use it.
infrastructure
cantaloupe setup cantaloupe either on the new image server or alongside loris and configure figgy to use it
1
144
2,537,005,822
IssuesEvent
2015-01-26 17:40:06
dinyar/uGMTfirmware
https://api.github.com/repos/dinyar/uGMTfirmware
opened
Allow one write op via IPbus to fill more than one value in memories
infrastructure
Most values in the internal memories are significantly smaller than 32 bit while IPbus uses 32 bit words. To speed up the configuration step we can fit several of these smaller values into one IPbus write word.
1.0
Allow one write op via IPbus to fill more than one value in memories - Most values in the internal memories are significantly smaller than 32 bit while IPbus uses 32 bit words. To speed up the configuration step we can fit several of these smaller values into one IPbus write word.
infrastructure
allow one write op via ipbus to fill more than one value in memories most values in the internal memories are significantly smaller than bit while ipbus uses bit words to speed up the configuration step we can fit several of these smaller values into one ipbus write word
1
187,375
6,756,598,817
IssuesEvent
2017-10-24 07:46:34
threefoldfoundation/app_backend
https://api.github.com/repos/threefoldfoundation/app_backend
closed
Wallet on Dashboard
priority_minor state_verification type_feature
- see list of users + search - detail of user for transaction history + balance of tokens payment admins should be able to grant tokens in detail page of a user
1.0
Wallet on Dashboard - - see list of users + search - detail of user for transaction history + balance of tokens payment admins should be able to grant tokens in detail page of a user
non_infrastructure
wallet on dashboard see list of users search detail of user for transaction history balance of tokens payment admins should be able to grant tokens in detail page of a user
0
24,778
17,773,022,285
IssuesEvent
2021-08-30 15:40:53
google/iree
https://api.github.com/repos/google/iree
closed
Providing IREE Snapshot "releases" as a branch
infrastructure 🛠️
Chatting with @hcindyl about integrating IREE into a project that uses [git-repo](https://gerrit.googlesource.com/git-repo). They're interested in having a less frequently updated version of IREE than ToT. Not necessarily stable, but updated less frequently. We discussed using the [snapshot release](https://github.com/...
1.0
Providing IREE Snapshot "releases" as a branch - Chatting with @hcindyl about integrating IREE into a project that uses [git-repo](https://gerrit.googlesource.com/git-repo). They're interested in having a less frequently updated version of IREE than ToT. Not necessarily stable, but updated less frequently. We discussed...
infrastructure
providing iree snapshot releases as a branch chatting with hcindyl about integrating iree into a project that uses they re interested in having a less frequently updated version of iree than tot not necessarily stable but updated less frequently we discussed using the which creates a release twice daily...
1
29,971
24,444,029,474
IssuesEvent
2022-10-06 16:25:59
PostHog/posthog
https://api.github.com/repos/PostHog/posthog
closed
Couldn't find a package.json file in "/code" in web container on hobby 1.40.0
bug infrastructure
## Bug description On 1.40.0 the web package is not initialized so the server never starts. rolling back to 1.39.1 solves this ## How to reproduce 1. upgrade to 1.40.0 and start hobby with docker compose 2. check web container logs 3. ## Environment - [ ] PostHog Cloud - [x] self-hosted PostHog, versi...
1.0
Couldn't find a package.json file in "/code" in web container on hobby 1.40.0 - ## Bug description On 1.40.0 the web package is not initialized so the server never starts. rolling back to 1.39.1 solves this ## How to reproduce 1. upgrade to 1.40.0 and start hobby with docker compose 2. check web container log...
infrastructure
couldn t find a package json file in code in web container on hobby bug description on the web package is not initialized so the server never starts rolling back to solves this how to reproduce upgrade to and start hobby with docker compose check web container logs ...
1
32,807
27,006,283,106
IssuesEvent
2023-02-10 11:57:25
arduino/arduino-create-agent
https://api.github.com/repos/arduino/arduino-create-agent
closed
The CI should upload a json with version and checksum to S3, for the new update logic
type: enhancement os: macos topic: infrastructure
Similar to https://github.com/arduino/arduino-create-agent/issues/736, the json file has to be placed in https://downloads.arduino.cc/CreateAgent/Stable/darwin-arm64.json and should contain: ``` { "Version":"1.2.8", "Sha256": "3ahZ78JAs3cNfK60jofS/PsWRQiJvV1sZUchGvCqyLY=" } ```
1.0
The CI should upload a json with version and checksum to S3, for the new update logic - Similar to https://github.com/arduino/arduino-create-agent/issues/736, the json file has to be placed in https://downloads.arduino.cc/CreateAgent/Stable/darwin-arm64.json and should contain: ``` { "Version":"1.2.8", "Sha256"...
infrastructure
the ci should upload a json with version and checksum to for the new update logic similar to the json file has to be placed in and should contain version
1
28,623
23,395,929,268
IssuesEvent
2022-08-11 23:32:23
grpc/grpc.io
https://api.github.com/repos/grpc/grpc.io
opened
Netlify: select a new build image
p1-high p2-medium infrastructure e0-minutes
As reported via deploy logs: ```nocode --------------------------------------------------------------------- DEPRECATION NOTICE: Builds using the Xenial build image will fail after November 15th, 2022. The build image for this site uses Ubuntu 16.04 Xenial Xerus, which is no longer supported. All Netlify build...
1.0
Netlify: select a new build image - As reported via deploy logs: ```nocode --------------------------------------------------------------------- DEPRECATION NOTICE: Builds using the Xenial build image will fail after November 15th, 2022. The build image for this site uses Ubuntu 16.04 Xenial Xerus, which is no ...
infrastructure
netlify select a new build image as reported via deploy logs nocode deprecation notice builds using the xenial build image will fail after november the build image for this site uses ubuntu xenial xerus which is no longer s...
1
3,749
4,540,579,230
IssuesEvent
2016-09-09 15:03:29
jquery/esprima
https://api.github.com/repos/jquery/esprima
opened
Drop support for io.js, Node.js v0.12 and v5
infrastructure
This is to continue what has been started earlier (#1528). * io.js: merged back to Node.js project long time ago * Node.js v0.12: active LTS ended on 2016-04-01, maintenace will end on 2016-12-31 * Node.js v5: https://nodejs.org/en/blog/community/v5-to-v7/ Reference: https://github.com/nodejs/LTS
1.0
Drop support for io.js, Node.js v0.12 and v5 - This is to continue what has been started earlier (#1528). * io.js: merged back to Node.js project long time ago * Node.js v0.12: active LTS ended on 2016-04-01, maintenace will end on 2016-12-31 * Node.js v5: https://nodejs.org/en/blog/community/v5-to-v7/ Refe...
infrastructure
drop support for io js node js and this is to continue what has been started earlier io js merged back to node js project long time ago node js active lts ended on maintenace will end on node js reference
1
146,655
23,099,754,473
IssuesEvent
2022-07-27 00:33:39
Australian-Imaging-Service/pipelines
https://api.github.com/repos/Australian-Imaging-Service/pipelines
opened
[STORY] Create Pydra Task interface for dwi2response MRtrix3 command
pipelines-stream story analysis-design shallow 3pt ready
### Description As a pipeline developer, I would like to be able to use a ready built Pydra task interface for the `dwi2response` MRtrix3 command, so that I can call that function conveniently from Arcana. ### Acceptance Criteria - [ ] dwi2response can be successfully called from Pydra - [ ] all options can b...
1.0
[STORY] Create Pydra Task interface for dwi2response MRtrix3 command - ### Description As a pipeline developer, I would like to be able to use a ready built Pydra task interface for the `dwi2response` MRtrix3 command, so that I can call that function conveniently from Arcana. ### Acceptance Criteria - [ ] dwi2...
non_infrastructure
create pydra task interface for command description as a pipeline developer i would like to be able to use a ready built pydra task interface for the command so that i can call that function conveniently from arcana acceptance criteria can be successfully called from pydra a...
0
81,113
7,768,116,691
IssuesEvent
2018-06-03 14:38:26
nodejs/node
https://api.github.com/repos/nodejs/node
closed
investigate flaky parallel/test-crypto-dh-leak
CI / flaky test crypto
<!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below as you're able. Version: output of `node -v` P...
1.0
investigate flaky parallel/test-crypto-dh-leak - <!-- Thank you for reporting an issue. This issue tracker is for bugs and issues found within Node.js core. If you require more general support please file an issue on our help repo. https://github.com/nodejs/help Please fill in as much of the template below a...
non_infrastructure
investigate flaky parallel test crypto dh leak thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version ou...
0
36,698
17,867,692,281
IssuesEvent
2021-09-06 11:32:59
getsentry/sentry-java
https://api.github.com/repos/getsentry/sentry-java
closed
Add support for tracing origins
performance
Currently the [SentryOkHttpInterceptor](https://github.com/getsentry/sentry-java/blob/aca78d9ca024c75225e59c36e35622055d2f6cbf/sentry-android-okhttp/src/main/java/io/sentry/android/okhttp/SentryOkHttpInterceptor.kt#L33-L35) adds the [sentry-trace HTTP header](https://develop.sentry.dev/sdk/performance/#header-sentry-tr...
True
Add support for tracing origins - Currently the [SentryOkHttpInterceptor](https://github.com/getsentry/sentry-java/blob/aca78d9ca024c75225e59c36e35622055d2f6cbf/sentry-android-okhttp/src/main/java/io/sentry/android/okhttp/SentryOkHttpInterceptor.kt#L33-L35) adds the [sentry-trace HTTP header](https://develop.sentry.dev...
non_infrastructure
add support for tracing origins currently the adds the to every http request some http requests are targeting backends that don t have support for the sentry trace http header therefore javascript has the concept of which is a list of urls to which the integration should append the sentry trace http hea...
0
38,770
2,850,254,371
IssuesEvent
2015-05-31 12:14:52
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
PIL module please
auto-migrated Priority-Medium Type-Enhancement
``` What should be supported? Python Imaging Library (PIL) I'm looking for a way to convert .jpg into .pcx ``` Original issue reported on code.google.com by `paulherweg` on 17 Jan 2013 at 7:45
1.0
PIL module please - ``` What should be supported? Python Imaging Library (PIL) I'm looking for a way to convert .jpg into .pcx ``` Original issue reported on code.google.com by `paulherweg` on 17 Jan 2013 at 7:45
non_infrastructure
pil module please what should be supported python imaging library pil i m looking for a way to convert jpg into pcx original issue reported on code google com by paulherweg on jan at
0
25,545
18,846,523,583
IssuesEvent
2021-11-11 15:31:07
replab/replab
https://api.github.com/repos/replab/replab
closed
Use MATLAB profiler for code coverage
Infrastructure Priority: Low
We could remove MoCOV from the dependencies (it's quite fragile)
1.0
Use MATLAB profiler for code coverage - We could remove MoCOV from the dependencies (it's quite fragile)
infrastructure
use matlab profiler for code coverage we could remove mocov from the dependencies it s quite fragile
1
27,635
22,053,136,869
IssuesEvent
2022-05-30 10:25:37
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Fix ConnectTest.ConnectAsync_CancellationRequestedAfterConnect_ThrowsOperationCanceledException on NodeJS
arch-wasm area-Infrastructure-mono in-pr
Running test on NodeJS causes uncaught exception ``` info: Error: read ECONNRESET info: at TCP.onStreamRead (node:internal/stream_base_commons:220:20) { info: errno: -4077, info: code: 'ECONNRESET', info: syscall: 'read' info: } ```
1.0
Fix ConnectTest.ConnectAsync_CancellationRequestedAfterConnect_ThrowsOperationCanceledException on NodeJS - Running test on NodeJS causes uncaught exception ``` info: Error: read ECONNRESET info: at TCP.onStreamRead (node:internal/stream_base_commons:220:20) { info: errno: -4077, info: code: 'ECO...
infrastructure
fix connecttest connectasync cancellationrequestedafterconnect throwsoperationcanceledexception on nodejs running test on nodejs causes uncaught exception info error read econnreset info at tcp onstreamread node internal stream base commons info errno info code econnrese...
1
415,110
12,124,932,745
IssuesEvent
2020-04-22 14:51:01
opendifferentialprivacy/whitenoise-core
https://api.github.com/repos/opendifferentialprivacy/whitenoise-core
opened
License, Gitter, communication for Build
Effort 1 - Small :coffee: Priority 1: High
- Placeholder for communication with MS - [ ] Add license - [ ] When complete, add communication channels to README - [ ] link to the minisite
1.0
License, Gitter, communication for Build - - Placeholder for communication with MS - [ ] Add license - [ ] When complete, add communication channels to README - [ ] link to the minisite
non_infrastructure
license gitter communication for build placeholder for communication with ms add license when complete add communication channels to readme link to the minisite
0
10,727
8,697,288,458
IssuesEvent
2018-12-04 19:50:38
elastic/beats
https://api.github.com/repos/elastic/beats
closed
Breaking field changes for 6.0
:infrastructure Metricbeat discuss meta module
Metricbeat uses the a convention for all its fields names: https://www.elastic.co/guide/en/beats/libbeat/master/event-conventions.html This convention evolves over time and gets improvements. Some of the older fields do not follow the full convention anymore and should be updated. The main issue with updating the field...
1.0
Breaking field changes for 6.0 - Metricbeat uses the a convention for all its fields names: https://www.elastic.co/guide/en/beats/libbeat/master/event-conventions.html This convention evolves over time and gets improvements. Some of the older fields do not follow the full convention anymore and should be updated. The m...
infrastructure
breaking field changes for metricbeat uses the a convention for all its fields names this convention evolves over time and gets improvements some of the older fields do not follow the full convention anymore and should be updated the main issue with updating the fields is that it can break backward compatibi...
1
631,978
20,166,907,954
IssuesEvent
2022-02-10 06:04:03
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
opened
Ahelp 'kick' button immediately kicks, no confirmation
Type: Bug Priority: 2-Before Release Difficulty: 1-Easy
## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.--> accidentally kicked a guy this way and it was awkward
1.0
Ahelp 'kick' button immediately kicks, no confirmation - ## Description <!-- Explain your issue in detail, including the steps to reproduce it if applicable. Issues without proper explanation are liable to be closed by maintainers.--> accidentally kicked a guy this way and it was awkward
non_infrastructure
ahelp kick button immediately kicks no confirmation description accidentally kicked a guy this way and it was awkward
0
119,077
25,464,553,049
IssuesEvent
2022-11-25 01:47:47
objectos/objectos
https://api.github.com/repos/objectos/objectos
closed
Field declarations TC06: array initializer
a:objectos-code
Objectos Code: ```java field(t(_int(), dim()), id("a"), a()); field(t(_int(), dim()), id("b"), a(i(0))); field(t(_int(), dim()), id("c"), a(i(0), i(1))); ``` Should generate: ```java int[] a = {}; int[] b = {0}; int[] c = {0, 1}; ```
1.0
Field declarations TC06: array initializer - Objectos Code: ```java field(t(_int(), dim()), id("a"), a()); field(t(_int(), dim()), id("b"), a(i(0))); field(t(_int(), dim()), id("c"), a(i(0), i(1))); ``` Should generate: ```java int[] a = {}; int[] b = {0}; int[] c = {0, 1}; ```
non_infrastructure
field declarations array initializer objectos code java field t int dim id a a field t int dim id b a i field t int dim id c a i i should generate java int a int b int c
0
3,592
4,426,976,176
IssuesEvent
2016-08-16 19:59:44
coherence-community/coherence-incubator
https://api.github.com/repos/coherence-community/coherence-incubator
closed
Create Coherence Incubator 13 (bridging release) based on Coherence 12.2.1+
Module: Command Pattern Module: Common Module: Event Distribution Pattern Module: Functor Pattern Module: JVisualVM Module: Messaging Pattern Module: Processing Pattern Module: Push Replication Pattern Priority: Major Type: Infrastructure
To support live migration and compatibility with the latest Coherence 12.2.1+ releases, we need to create a new release of the Coherence Incubator. This will support using Coherence Incubator 12 features, on Coherence 12.2.1+ releases, while applications migrate to use the latest Coherence 12.2.1 features, namely Fe...
1.0
Create Coherence Incubator 13 (bridging release) based on Coherence 12.2.1+ - To support live migration and compatibility with the latest Coherence 12.2.1+ releases, we need to create a new release of the Coherence Incubator. This will support using Coherence Incubator 12 features, on Coherence 12.2.1+ releases, whi...
infrastructure
create coherence incubator bridging release based on coherence to support live migration and compatibility with the latest coherence releases we need to create a new release of the coherence incubator this will support using coherence incubator features on coherence releases while ap...
1
154,112
19,710,788,344
IssuesEvent
2022-01-13 04:55:46
ChoeMinji/react-17.0.2
https://api.github.com/repos/ChoeMinji/react-17.0.2
opened
CVE-2020-15215 (Medium) detected in electron-9.1.0.tgz
security vulnerability
## CVE-2020-15215 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>electron-9.1.0.tgz</b></p></summary> <p>Build cross platform desktop apps with JavaScript, HTML, and CSS</p> <p>Libr...
True
CVE-2020-15215 (Medium) detected in electron-9.1.0.tgz - ## CVE-2020-15215 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>electron-9.1.0.tgz</b></p></summary> <p>Build cross platfor...
non_infrastructure
cve medium detected in electron tgz cve medium severity vulnerability vulnerable library electron tgz build cross platform desktop apps with javascript html and css library home page a href dependency hierarchy react devtools tgz root library x ...
0
10,949
8,826,818,059
IssuesEvent
2019-01-03 05:15:26
astroML/astroML
https://api.github.com/repos/astroML/astroML
closed
deprecation decorator
infrastructure question
For version 0.4 a few things need to be deprecated. We don't have our own infrastructure to do it nicely, but: * `astropy.utils.deprecated` is a very powerful decorator, but it issues an `AstropyDeprecationWarning`. If there isn't an easy way to swap the warning to either an `AstroMLDeprecationWarning` or just a sim...
1.0
deprecation decorator - For version 0.4 a few things need to be deprecated. We don't have our own infrastructure to do it nicely, but: * `astropy.utils.deprecated` is a very powerful decorator, but it issues an `AstropyDeprecationWarning`. If there isn't an easy way to swap the warning to either an `AstroMLDeprecati...
infrastructure
deprecation decorator for version a few things need to be deprecated we don t have our own infrastructure to do it nicely but astropy utils deprecated is a very powerful decorator but it issues an astropydeprecationwarning if there isn t an easy way to swap the warning to either an astromldeprecati...
1
428,122
12,403,271,123
IssuesEvent
2020-05-21 13:37:48
yalla-coop/tempo
https://api.github.com/repos/yalla-coop/tempo
closed
Apple Phone Design Issues
backlog bug priority-5
Apple Phone devices are throwing up a few design issues for us to look at - [x] Bug 187 - After sending TC's successfully to another member, the graphic above the congratulations message is a bit squashed and stretched - [x] Bug 188 - On the member's homepage the gift graphic in the pink 'Share the love…' box doesn...
1.0
Apple Phone Design Issues - Apple Phone devices are throwing up a few design issues for us to look at - [x] Bug 187 - After sending TC's successfully to another member, the graphic above the congratulations message is a bit squashed and stretched - [x] Bug 188 - On the member's homepage the gift graphic in the pink...
non_infrastructure
apple phone design issues apple phone devices are throwing up a few design issues for us to look at bug after sending tc s successfully to another member the graphic above the congratulations message is a bit squashed and stretched bug on the member s homepage the gift graphic in the pink share ...
0
10,658
8,665,737,595
IssuesEvent
2018-11-29 00:41:01
astroML/astroML
https://api.github.com/repos/astroML/astroML
opened
Fix pytest 4 compatibility
infrastructure
We got quite a few `RemovedInPytest4Warning` that needs some attention first, and there are also issues that looks similar to https://github.com/astropy/astropy/issues/6025
1.0
Fix pytest 4 compatibility - We got quite a few `RemovedInPytest4Warning` that needs some attention first, and there are also issues that looks similar to https://github.com/astropy/astropy/issues/6025
infrastructure
fix pytest compatibility we got quite a few that needs some attention first and there are also issues that looks similar to
1
6,795
6,612,650,606
IssuesEvent
2017-09-20 05:29:57
archco/moss-ui
https://api.github.com/repos/archco/moss-ui
closed
Change scss directory structure.
css infrastructure
`scss/components/` 에 같이 있는 scss-components와 vue-components를 분리한다. scss-components를 scss-parts로 변경한다. ```yml scss: - components # vue components. - helpers # scss helper utilities. - lib # libraries and functions. - mixins # scss mixins. - parts # scss parts. ```
1.0
Change scss directory structure. - `scss/components/` 에 같이 있는 scss-components와 vue-components를 분리한다. scss-components를 scss-parts로 변경한다. ```yml scss: - components # vue components. - helpers # scss helper utilities. - lib # libraries and functions. - mixins # scss mixins. - parts # scss parts. ```
infrastructure
change scss directory structure scss components 에 같이 있는 scss components와 vue components를 분리한다 scss components를 scss parts로 변경한다 yml scss components vue components helpers scss helper utilities lib libraries and functions mixins scss mixins parts scss parts
1
16,824
12,152,117,272
IssuesEvent
2020-04-24 21:26:40
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
opened
Better sync with lab & prod templates eg.; jenkins
Infrastructure action-required
https://trello.com/c/XwDDreQy/31-better-sync-with-lab-prod-templates-eg-jenkins Things like custom jenkins templates in Prod don't live in Lab. There should be some sync between these two.
1.0
Better sync with lab & prod templates eg.; jenkins - https://trello.com/c/XwDDreQy/31-better-sync-with-lab-prod-templates-eg-jenkins Things like custom jenkins templates in Prod don't live in Lab. There should be some sync between these two.
infrastructure
better sync with lab prod templates eg jenkins things like custom jenkins templates in prod don t live in lab there should be some sync between these two
1
20,303
13,797,400,778
IssuesEvent
2020-10-09 22:09:21
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
osx-arm64 enable CoreCLR native component builds in CI.
arch-arm64 area-Infrastructure-coreclr os-mac-os-x-big-sur
Once #40435 merges we need to enable CI builds of CoreCLR osx-arm64 native components. Blocked on #41133
1.0
osx-arm64 enable CoreCLR native component builds in CI. - Once #40435 merges we need to enable CI builds of CoreCLR osx-arm64 native components. Blocked on #41133
infrastructure
osx enable coreclr native component builds in ci once merges we need to enable ci builds of coreclr osx native components blocked on
1
11,939
9,529,591,196
IssuesEvent
2019-04-29 11:46:05
buildit/gravity-ui-web
https://api.github.com/repos/buildit/gravity-ui-web
opened
Add tests!
:bulb: idea good first issue infrastructure ui
**Is your feature request related to a problem? Please describe.** We do some linting on our SASS code, but other than that, there is currently no testing on the `gravity-ui-web` library. We ought to fix that! **Describe the solution you'd like** Off the top of my head, these are all kinds of tests we should consi...
1.0
Add tests! - **Is your feature request related to a problem? Please describe.** We do some linting on our SASS code, but other than that, there is currently no testing on the `gravity-ui-web` library. We ought to fix that! **Describe the solution you'd like** Off the top of my head, these are all kinds of tests we...
infrastructure
add tests is your feature request related to a problem please describe we do some linting on our sass code but other than that there is currently no testing on the gravity ui web library we ought to fix that describe the solution you d like off the top of my head these are all kinds of tests we...
1
515,588
14,965,628,905
IssuesEvent
2021-01-27 13:38:11
FireDynamics/ARTSS
https://api.github.com/repos/FireDynamics/ARTSS
closed
Add input file to logging
effort: low priority: high type: enhancement
In case a user encounters a problem with ARTSS we need the option to extract the input XML file from the log file. - is it efficient to use a new tag for the logger just to mark the input data? - what is the best way to display the input file and which parameter are necessary?
1.0
Add input file to logging - In case a user encounters a problem with ARTSS we need the option to extract the input XML file from the log file. - is it efficient to use a new tag for the logger just to mark the input data? - what is the best way to display the input file and which parameter are necessary?
non_infrastructure
add input file to logging in case a user encounters a problem with artss we need the option to extract the input xml file from the log file is it efficient to use a new tag for the logger just to mark the input data what is the best way to display the input file and which parameter are necessary
0
71,716
3,367,617,904
IssuesEvent
2015-11-22 10:19:04
music-encoding/music-encoding
https://api.github.com/repos/music-encoding/music-encoding
closed
Make verse a member of att.color
Priority: Medium
_From [raffaele...@gmail.com](https://code.google.com/u/117612283088052098592/) on October 16, 2013 09:53:55_ This will allow @-color on \<verse>, but not on \<syl>. Individual syllables can be colored with \<rend>. _Original issue: http://code.google.com/p/music-encoding/issues/detail?id=181_
1.0
Make verse a member of att.color - _From [raffaele...@gmail.com](https://code.google.com/u/117612283088052098592/) on October 16, 2013 09:53:55_ This will allow @-color on \<verse>, but not on \<syl>. Individual syllables can be colored with \<rend>. _Original issue: http://code.google.com/p/music-encoding/issues/det...
non_infrastructure
make verse a member of att color from on october this will allow color on but not on individual syllables can be colored with original issue
0
47,021
6,035,766,587
IssuesEvent
2017-06-09 14:37:56
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
ToolBarSearchBox directive should use replace: true
:Design bug
This is because this component uses flexbox to make the search box wider, but the directive in question inserts itself as a node in the DOM, which interferes with the flexbox layout. If we can set the directive to use `replace: true`, we should be able to fix this problem.
1.0
ToolBarSearchBox directive should use replace: true - This is because this component uses flexbox to make the search box wider, but the directive in question inserts itself as a node in the DOM, which interferes with the flexbox layout. If we can set the directive to use `replace: true`, we should be able to fix this p...
non_infrastructure
toolbarsearchbox directive should use replace true this is because this component uses flexbox to make the search box wider but the directive in question inserts itself as a node in the dom which interferes with the flexbox layout if we can set the directive to use replace true we should be able to fix this p...
0
3,993
4,756,195,475
IssuesEvent
2016-10-24 13:20:41
camptocamp/ngeo
https://api.github.com/repos/camptocamp/ngeo
opened
Add mobile redirection for desktop version
Infrastructure Ready
When loading desktop version on mobile, it should redirect to mobile version.
1.0
Add mobile redirection for desktop version - When loading desktop version on mobile, it should redirect to mobile version.
infrastructure
add mobile redirection for desktop version when loading desktop version on mobile it should redirect to mobile version
1
34,823
30,484,334,919
IssuesEvent
2023-07-17 23:52:10
bootstrapworld/curriculum
https://api.github.com/repos/bootstrapworld/curriculum
closed
In standards alignment page, add a link back to the standards' websites
Infrastructure
We already store these links (see `lib/maker/read-alignments.lua`), but don't push them through to the dependency graph or dictionaries. - [x] Dorai, we need to project these links (and the full standard name) out into the distribution directory - [x] Emmanuel, we need to render that info on the standards alignment...
1.0
In standards alignment page, add a link back to the standards' websites - We already store these links (see `lib/maker/read-alignments.lua`), but don't push them through to the dependency graph or dictionaries. - [x] Dorai, we need to project these links (and the full standard name) out into the distribution directo...
infrastructure
in standards alignment page add a link back to the standards websites we already store these links see lib maker read alignments lua but don t push them through to the dependency graph or dictionaries dorai we need to project these links and the full standard name out into the distribution directory...
1
11,687
9,376,571,960
IssuesEvent
2019-04-04 08:17:47
elastic/beats
https://api.github.com/repos/elastic/beats
closed
Metricbeat parse docker image and node labels error
:infrastructure Metricbeat containers libbeat
- Version: metricbeat 6.4.3 - Operating System: centos 7.5 - Discuss Forum URL: https://discuss.elastic.co/t/metricbeat-parse-docker-image-labels-error/152986 https://discuss.elastic.co/t/metricbeat-kubernetes-module-state-node-metricset-failed-to-parse-node-labels/156269 # metricbeat parse node lable erro...
1.0
Metricbeat parse docker image and node labels error - - Version: metricbeat 6.4.3 - Operating System: centos 7.5 - Discuss Forum URL: https://discuss.elastic.co/t/metricbeat-parse-docker-image-labels-error/152986 https://discuss.elastic.co/t/metricbeat-kubernetes-module-state-node-metricset-failed-to-parse-n...
infrastructure
metricbeat parse docker image and node labels error version metricbeat operating system centos discuss forum url metricbeat parse node lable error: kubectl get node devops show labels devops ready active true beta kubernetes io arch beta kubernete...
1
276,032
8,583,273,817
IssuesEvent
2018-11-13 19:16:26
counterfactual/monorepo
https://api.github.com/repos/counterfactual/monorepo
closed
[monorepo] Cache files based on package.json not on yarn.lock
Priority: Low Status: Accepted Type: Maintenance
The CI breaks when yarn.lock is computed using a different version of `yarn` from `1.10.1`. I think a fix to this should be to change `circle.yaml` to cache based on the various `package.json` files instead of caching based on the `yarn.lock` file.
1.0
[monorepo] Cache files based on package.json not on yarn.lock - The CI breaks when yarn.lock is computed using a different version of `yarn` from `1.10.1`. I think a fix to this should be to change `circle.yaml` to cache based on the various `package.json` files instead of caching based on the `yarn.lock` file.
non_infrastructure
cache files based on package json not on yarn lock the ci breaks when yarn lock is computed using a different version of yarn from i think a fix to this should be to change circle yaml to cache based on the various package json files instead of caching based on the yarn lock file
0
19,908
13,536,599,606
IssuesEvent
2020-09-16 09:16:31
appvia/kore
https://api.github.com/repos/appvia/kore
opened
Create an infrastructure environment custom resource + API endpoints
EPIC: Infrastructure environments
## What As an operator * I want to define a default set of infrastructure environments for teams (e.g. a non-production and a production one) * I want to be able to either set up account automation for these infra envs or I will manually assign existing cloud accounts to each infra env * I want to be able to d...
1.0
Create an infrastructure environment custom resource + API endpoints - ## What As an operator * I want to define a default set of infrastructure environments for teams (e.g. a non-production and a production one) * I want to be able to either set up account automation for these infra envs or I will manually assi...
infrastructure
create an infrastructure environment custom resource api endpoints what as an operator i want to define a default set of infrastructure environments for teams e g a non production and a production one i want to be able to either set up account automation for these infra envs or i will manually assi...
1
27,033
21,045,658,016
IssuesEvent
2022-03-31 15:47:25
google/iree
https://api.github.com/repos/google/iree
opened
Add generic python test rule for non-python-binding tests
infrastructure/cmake
Currently we have `iree_py_test` cmake rule to test python binding tests. It includes some specified python paths for testing python binding code. Since we are going to have other python tests outside python binding (e.g. benchmark tools), it is better to have a generic python test rules for all kinds of tests. For ...
1.0
Add generic python test rule for non-python-binding tests - Currently we have `iree_py_test` cmake rule to test python binding tests. It includes some specified python paths for testing python binding code. Since we are going to have other python tests outside python binding (e.g. benchmark tools), it is better to h...
infrastructure
add generic python test rule for non python binding tests currently we have iree py test cmake rule to test python binding tests it includes some specified python paths for testing python binding code since we are going to have other python tests outside python binding e g benchmark tools it is better to h...
1
13,549
10,321,425,923
IssuesEvent
2019-08-31 01:52:23
servo/servo
https://api.github.com/repos/servo/servo
closed
Some homu queues are busted
A-infrastructure I-bustage
The homu log is full of errors for the gleam and core-foundation-rs repos in particular, and the queue pages give internal server errors: https://build.servo.org/homu/queue/gleam . This means that we can't even press the synchronize button, and homu doesn't respond in PRs for those repos.
1.0
Some homu queues are busted - The homu log is full of errors for the gleam and core-foundation-rs repos in particular, and the queue pages give internal server errors: https://build.servo.org/homu/queue/gleam . This means that we can't even press the synchronize button, and homu doesn't respond in PRs for those repos.
infrastructure
some homu queues are busted the homu log is full of errors for the gleam and core foundation rs repos in particular and the queue pages give internal server errors this means that we can t even press the synchronize button and homu doesn t respond in prs for those repos
1
77
2,514,561,877
IssuesEvent
2015-01-15 12:34:47
Starcounter/Starcounter
https://api.github.com/repos/Starcounter/Starcounter
closed
Access denied on build server during process kill
Infrastructure stability issue
I experienced in [my build](https://scbuildserver/viewLog.html?tab=buildLog&buildTypeId=Starcounter_DevelopDaily&buildId=25250) the following error: >[09:33:39][Step 1/1] Build utility exception: [09:33:39][Step 1/1] 2015-01-15 09:33:39 (C:\TeamCity\TeamCity8\buildAgent\work\sc-2.0.8807.2\Level1\bsbin\Release\PostB...
1.0
Access denied on build server during process kill - I experienced in [my build](https://scbuildserver/viewLog.html?tab=buildLog&buildTypeId=Starcounter_DevelopDaily&buildId=25250) the following error: >[09:33:39][Step 1/1] Build utility exception: [09:33:39][Step 1/1] 2015-01-15 09:33:39 (C:\TeamCity\TeamCity8\buil...
infrastructure
access denied on build server during process kill i experienced in the following error build utility exception c teamcity buildagent work sc bsbin release postbuildtasks exe system componentmodel access is denied at system diagnostics process kill at...
1
341,662
24,707,406,095
IssuesEvent
2022-10-19 20:21:38
Handenurcoskun/SWE577
https://api.github.com/repos/Handenurcoskun/SWE577
opened
Read and Summarise "INVESTIGATING THE PERFORMANCE OF SEGMENTATION METHODS WITH DEEP LEARNING MODELS FOR SENTIMENT ANALYSIS ON TURKISH INFORMAL TEXTS"
documentation paper Summarise
**INVESTIGATING THE PERFORMANCE OF SEGMENTATION METHODS WITH DEEP LEARNING MODELS FOR SENTIMENT ANALYSIS ON TURKISH INFORMAL TEXTS** FATIH KURT
1.0
Read and Summarise "INVESTIGATING THE PERFORMANCE OF SEGMENTATION METHODS WITH DEEP LEARNING MODELS FOR SENTIMENT ANALYSIS ON TURKISH INFORMAL TEXTS" - **INVESTIGATING THE PERFORMANCE OF SEGMENTATION METHODS WITH DEEP LEARNING MODELS FOR SENTIMENT ANALYSIS ON TURKISH INFORMAL TEXTS** FATIH KURT
non_infrastructure
read and summarise investigating the performance of segmentation methods with deep learning models for sentiment analysis on turkish informal texts investigating the performance of segmentation methods with deep learning models for sentiment analysis on turkish informal texts fatih kurt
0
3,860
4,668,210,567
IssuesEvent
2016-10-06 00:56:17
heidelberg-makerspace/do-something
https://api.github.com/repos/heidelberg-makerspace/do-something
closed
figure out recurring events in wiki calendar
IT infrastructure
We can still not display recurring events correctly which makes the calendar look sadly empty. The current "process" (so far, some malfunctioning code from the MediaWiki wiki) is tracked in our wiki on the [events help page](https://wiki.heidelberg-makerspace.de/wiki/Help:Events#Recurring_Events).
1.0
figure out recurring events in wiki calendar - We can still not display recurring events correctly which makes the calendar look sadly empty. The current "process" (so far, some malfunctioning code from the MediaWiki wiki) is tracked in our wiki on the [events help page](https://wiki.heidelberg-makerspace.de/wiki/Help:...
infrastructure
figure out recurring events in wiki calendar we can still not display recurring events correctly which makes the calendar look sadly empty the current process so far some malfunctioning code from the mediawiki wiki is tracked in our wiki on the
1
11,159
8,968,838,482
IssuesEvent
2019-01-29 09:16:09
Snusbolaget/product
https://api.github.com/repos/Snusbolaget/product
opened
Transform: Infra
feature infrastructure
- [ ] Create and config EC2 instance to run app on - [ ] Create role and with policies needed attached - [ ] Deployment
1.0
Transform: Infra - - [ ] Create and config EC2 instance to run app on - [ ] Create role and with policies needed attached - [ ] Deployment
infrastructure
transform infra create and config instance to run app on create role and with policies needed attached deployment
1
580,721
17,265,110,350
IssuesEvent
2021-07-22 12:56:40
mozilla/web-ext
https://api.github.com/repos/mozilla/web-ext
closed
"web-ext run" with custom manifest file
priority: enhancement
### Is this a feature request or a bug? This is a feature request (unless it's currently possible and I haven't figured it out). To help with developing / debugging extensions locally, it would be of great help to allow loading a separate `manifest.json` file. In my case, to add `localhost` to the URL patterns for s...
1.0
"web-ext run" with custom manifest file - ### Is this a feature request or a bug? This is a feature request (unless it's currently possible and I haven't figured it out). To help with developing / debugging extensions locally, it would be of great help to allow loading a separate `manifest.json` file. In my case, to...
non_infrastructure
web ext run with custom manifest file is this a feature request or a bug this is a feature request unless it s currently possible and i haven t figured it out to help with developing debugging extensions locally it would be of great help to allow loading a separate manifest json file in my case to...
0
201,223
7,027,644,540
IssuesEvent
2017-12-25 00:50:03
google/google-auth-library-nodejs
https://api.github.com/repos/google/google-auth-library-nodejs
closed
login.getPayload() not returning given_name and family_name anymore
Priority: P2+
I'm using the lib like this: ``` client.verifyIdToken( id_token, [googleId], (err, login) => { const { aud, hd, sub, email_verified, email, given_name, family_name, picture } = login.getPayload() ... } ) ``` Before I had given_name and family_name. I can't say since when...
1.0
login.getPayload() not returning given_name and family_name anymore - I'm using the lib like this: ``` client.verifyIdToken( id_token, [googleId], (err, login) => { const { aud, hd, sub, email_verified, email, given_name, family_name, picture } = login.getPayload() ... } )...
non_infrastructure
login getpayload not returning given name and family name anymore i m using the lib like this client verifyidtoken id token err login const aud hd sub email verified email given name family name picture login getpayload be...
0
61,304
14,968,661,907
IssuesEvent
2021-01-27 17:07:15
sandboxie-plus/Sandboxie
https://api.github.com/repos/sandboxie-plus/Sandboxie
closed
Problems with modal windows
fixed in next build
1) Some modal windows block main window but not shown itself: <details> <summary>Show spoiler (gif with problem visualization)</summary> ![WJ5aOfwgYH](https://user-images.githubusercontent.com/10379487/105044703-1764f600-5a78-11eb-8b17-91fdad5f55bd.gif) </details> 2) If enabled "Always on Top" all moda...
1.0
Problems with modal windows - 1) Some modal windows block main window but not shown itself: <details> <summary>Show spoiler (gif with problem visualization)</summary> ![WJ5aOfwgYH](https://user-images.githubusercontent.com/10379487/105044703-1764f600-5a78-11eb-8b17-91fdad5f55bd.gif) </details> 2) If en...
non_infrastructure
problems with modal windows some modal windows block main window but not shown itself show spoiler gif with problem visualization if enabled always on top all modal windows showed behind main window show spoiler gif with problem visualization sbie v...
0
8,882
7,718,235,470
IssuesEvent
2018-05-23 15:41:44
GoogleCloudPlatform/forseti-security
https://api.github.com/repos/GoogleCloudPlatform/forseti-security
closed
Ensure Global Uniqueness of Bucket Name Across Many Different Deployments
module: infrastructure priority: p0 release-testing: 2.0 RC2 triaged: yes
Bucket names need to be globally unique, i.e. they have their own namespace outside the organization level. But our current naming is not long enough to ensure that global uniqueness, across many different deployments. https://cloud.google.com/storage/docs/naming ![image](https://user-images.githubusercontent.com/...
1.0
Ensure Global Uniqueness of Bucket Name Across Many Different Deployments - Bucket names need to be globally unique, i.e. they have their own namespace outside the organization level. But our current naming is not long enough to ensure that global uniqueness, across many different deployments. https://cloud.google....
infrastructure
ensure global uniqueness of bucket name across many different deployments bucket names need to be globally unique i e they have their own namespace outside the organization level but our current naming is not long enough to ensure that global uniqueness across many different deployments
1
11,824
9,442,664,817
IssuesEvent
2019-04-15 07:27:41
akvo/akvo-flow
https://api.github.com/repos/akvo/akvo-flow
closed
Add JSX transpiler to dashboard build process (estimated: 1)
Deployment & infrastructure
As part of the introduction of react components in the dashboard, we need to be able to compile [JSX](https://facebook.github.io/jsx/) to JS code that will be embedded in different parts of the ember dashboard code. This requires including JSX transpiler tools in our current build process. Child of #2796
1.0
Add JSX transpiler to dashboard build process (estimated: 1) - As part of the introduction of react components in the dashboard, we need to be able to compile [JSX](https://facebook.github.io/jsx/) to JS code that will be embedded in different parts of the ember dashboard code. This requires including JSX transpiler to...
infrastructure
add jsx transpiler to dashboard build process estimated as part of the introduction of react components in the dashboard we need to be able to compile to js code that will be embedded in different parts of the ember dashboard code this requires including jsx transpiler tools in our current build process ...
1
20,589
14,019,902,547
IssuesEvent
2020-10-29 18:51:31
dotnet/aspnetcore
https://api.github.com/repos/dotnet/aspnetcore
closed
Add test automation for Alpine
area-infrastructure
We should have test automation on Alpine, perhaps as part of migration to Helix.
1.0
Add test automation for Alpine - We should have test automation on Alpine, perhaps as part of migration to Helix.
infrastructure
add test automation for alpine we should have test automation on alpine perhaps as part of migration to helix
1
15,084
3,924,154,888
IssuesEvent
2016-04-22 14:18:15
EngoEngine/engo
https://api.github.com/repos/EngoEngine/engo
closed
Add images/diagrams to the Camera Tutorial
documentation
I think the tutorial about the Camera would benefit from diagrams / images showing objects in some 2d-plot. This is quite some effort, so I'd say this is low-priority (you can label it as such). ( [Camera Wiki](https://github.com/paked/engi/wiki/Camera) )
1.0
Add images/diagrams to the Camera Tutorial - I think the tutorial about the Camera would benefit from diagrams / images showing objects in some 2d-plot. This is quite some effort, so I'd say this is low-priority (you can label it as such). ( [Camera Wiki](https://github.com/paked/engi/wiki/Camera) )
non_infrastructure
add images diagrams to the camera tutorial i think the tutorial about the camera would benefit from diagrams images showing objects in some plot this is quite some effort so i d say this is low priority you can label it as such
0
55,069
6,425,226,878
IssuesEvent
2017-08-09 15:01:32
spirit-code/spirit
https://api.github.com/repos/spirit-code/spirit
closed
Core: VF rotation functions and corresp. unit tests
core core-cuda enhancement unit-test
The rotation function is currently wrong! Unit tests are needed and in this context rotation functions for whole vectorfields could be created and tested: ```C++ void rotate(const scalar & angle, const Vector3 & axis, vectorfield & out); void rotate(const scalar & angle, const vectorfield & axes, vectorfield & out)...
1.0
Core: VF rotation functions and corresp. unit tests - The rotation function is currently wrong! Unit tests are needed and in this context rotation functions for whole vectorfields could be created and tested: ```C++ void rotate(const scalar & angle, const Vector3 & axis, vectorfield & out); void rotate(const scalar...
non_infrastructure
core vf rotation functions and corresp unit tests the rotation function is currently wrong unit tests are needed and in this context rotation functions for whole vectorfields could be created and tested c void rotate const scalar angle const axis vectorfield out void rotate const scalar ang...
0
52,715
10,917,226,002
IssuesEvent
2019-11-21 14:48:13
dcs4cop/xcube
https://api.github.com/repos/dcs4cop/xcube
closed
Address various warnings from 3rd-party packages
code important urgent
Address various warnings originating from 3rd-party packages and occuring during unit-testing. Not addressing them will likely break code and let tests fail when we update 3rd-party packages such as `xarray` etc. Warnings from latest build: =============================== warnings summary =====================...
1.0
Address various warnings from 3rd-party packages - Address various warnings originating from 3rd-party packages and occuring during unit-testing. Not addressing them will likely break code and let tests fail when we update 3rd-party packages such as `xarray` etc. Warnings from latest build: ===================...
non_infrastructure
address various warnings from party packages address various warnings originating from party packages and occuring during unit testing not addressing them will likely break code and let tests fail when we update party packages such as xarray etc warnings from latest build ...
0
31,119
25,341,955,133
IssuesEvent
2022-11-18 22:43:38
directus/docs
https://api.github.com/repos/directus/docs
closed
Dynamically link GitHub discussions
Infrastructure
For each section in the docs, dynamically link the relevant Github discussion. [Giscus](https://giscus.app/) might be a viable solution for this.
1.0
Dynamically link GitHub discussions - For each section in the docs, dynamically link the relevant Github discussion. [Giscus](https://giscus.app/) might be a viable solution for this.
infrastructure
dynamically link github discussions for each section in the docs dynamically link the relevant github discussion might be a viable solution for this
1
426,242
29,513,529,846
IssuesEvent
2023-06-04 08:02:04
aayushchugh/maya
https://api.github.com/repos/aayushchugh/maya
opened
docs: Create docs on how to setup code locally
documentation help wanted
### Project Core ### Description This will include following contents 1. Forking and cloning the repo 2. Downloading and setting up database (don't need to write everything just add reference to official docs) 3. Installing packages 4. Adding `.env` file and everything else needed to get started with the de...
1.0
docs: Create docs on how to setup code locally - ### Project Core ### Description This will include following contents 1. Forking and cloning the repo 2. Downloading and setting up database (don't need to write everything just add reference to official docs) 3. Installing packages 4. Adding `.env` file and ...
non_infrastructure
docs create docs on how to setup code locally project core description this will include following contents forking and cloning the repo downloading and setting up database don t need to write everything just add reference to official docs installing packages adding env file and ...
0
19,808
13,465,108,754
IssuesEvent
2020-09-09 20:18:39
oppia/oppia-android
https://api.github.com/repos/oppia/oppia-android
opened
Add Espresso tests to CI [Blocked: #973]
Priority: Essential Status: Not started Type: Improvement Where: Infrastructure mini-project
After #973 is completed, we should be enabling all UI-facing tests to also run in Espresso via GitHub actions (or a more powerful CI framework if actions is insufficient).
1.0
Add Espresso tests to CI [Blocked: #973] - After #973 is completed, we should be enabling all UI-facing tests to also run in Espresso via GitHub actions (or a more powerful CI framework if actions is insufficient).
infrastructure
add espresso tests to ci after is completed we should be enabling all ui facing tests to also run in espresso via github actions or a more powerful ci framework if actions is insufficient
1
368,230
25,783,191,525
IssuesEvent
2022-12-09 17:46:20
open-contracting/deploy
https://api.github.com/repos/open-contracting/deploy
closed
Document common Docker commands for deployment
documentation docker
OCP has never used Docker for regular deployments, so we need some basic instructions. If you just make a note of the commands you've had to run (e.g. `up`, `down`) and why/when you had to run those commands, then we can figure the rest out from the docs – but we need a place to start. For example, I see the foll...
1.0
Document common Docker commands for deployment - OCP has never used Docker for regular deployments, so we need some basic instructions. If you just make a note of the commands you've had to run (e.g. `up`, `down`) and why/when you had to run those commands, then we can figure the rest out from the docs – but we need...
non_infrastructure
document common docker commands for deployment ocp has never used docker for regular deployments so we need some basic instructions if you just make a note of the commands you ve had to run e g up down and why when you had to run those commands then we can figure the rest out from the docs – but we need...
0
14,409
10,822,058,633
IssuesEvent
2019-11-08 20:14:12
celo-org/celo-monorepo
https://api.github.com/repos/celo-org/celo-monorepo
opened
Deploy a new testnet with a single celotool command
infrastructure
### Expected Behavior Take the current deployment instructions for a *initial* developer testnet and automate them. - [ ] Ensure not blocked by manual configuration steps in current instructions (e.g. need to move WalletKit -> ContractKit to avoid manual addresses) - [ ] Write functions to wait until each step...
1.0
Deploy a new testnet with a single celotool command - ### Expected Behavior Take the current deployment instructions for a *initial* developer testnet and automate them. - [ ] Ensure not blocked by manual configuration steps in current instructions (e.g. need to move WalletKit -> ContractKit to avoid manual addr...
infrastructure
deploy a new testnet with a single celotool command expected behavior take the current deployment instructions for a initial developer testnet and automate them ensure not blocked by manual configuration steps in current instructions e g need to move walletkit contractkit to avoid manual addres...
1
89,846
10,617,665,541
IssuesEvent
2019-10-12 20:49:40
ryanwersal/crosswind
https://api.github.com/repos/ryanwersal/crosswind
opened
Update README with details on using poetry for development
documentation enhancement
The README hasn't been updated since we started using poetry - that needs to be done.
1.0
Update README with details on using poetry for development - The README hasn't been updated since we started using poetry - that needs to be done.
non_infrastructure
update readme with details on using poetry for development the readme hasn t been updated since we started using poetry that needs to be done
0
8,100
7,228,889,200
IssuesEvent
2018-02-11 14:38:25
opencv/opencv
https://api.github.com/repos/opencv/opencv
closed
Timeout for accessing http://pullrequest.opencv.org/
category: infrastructure
<!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). This is a template helping you to create an issue which can be...
1.0
Timeout for accessing http://pullrequest.opencv.org/ - <!-- If you have a question rather than reporting a bug please go to http://answers.opencv.org where you get much faster responses. If you need further assistance please read [How To Contribute](https://github.com/opencv/opencv/wiki/How_to_contribute). This is...
infrastructure
timeout for accessing if you have a question rather than reporting a bug please go to where you get much faster responses if you need further assistance please read this is a template helping you to create an issue which can be processed as quickly as possible this is the bug reporting section for...
1
30,494
24,871,939,387
IssuesEvent
2022-10-27 15:50:01
hackforla/food-oasis
https://api.github.com/repos/hackforla/food-oasis
closed
Improve app performance
Role: Front-end size: 2pt Feature: Infrastructure Feature: Accessibility PM: Food Seekers
### Overview Currently, there has not been much focus on the actual performance of the app. This matters since we expect many users will access our app on budget phones with slow connections or on old computers. ### Actions - [x] Audit the current performance of our app - [x] Discuss possible solutions accordin...
1.0
Improve app performance - ### Overview Currently, there has not been much focus on the actual performance of the app. This matters since we expect many users will access our app on budget phones with slow connections or on old computers. ### Actions - [x] Audit the current performance of our app - [x] Discuss p...
infrastructure
improve app performance overview currently there has not been much focus on the actual performance of the app this matters since we expect many users will access our app on budget phones with slow connections or on old computers actions audit the current performance of our app discuss possi...
1
38,715
15,785,364,848
IssuesEvent
2021-04-01 16:14:38
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Use MTC to migrate the OIPC Lobbyist Registry System application from OCP3 to OCP4 (silver)
ops and shared services
Evaluate and migrate the LRS.
1.0
Use MTC to migrate the OIPC Lobbyist Registry System application from OCP3 to OCP4 (silver) - Evaluate and migrate the LRS.
non_infrastructure
use mtc to migrate the oipc lobbyist registry system application from to silver evaluate and migrate the lrs
0
3,235
4,162,025,418
IssuesEvent
2016-06-17 18:45:05
eslint/eslint
https://api.github.com/repos/eslint/eslint
opened
Proposal: Technical Steering Committee
evaluating infrastructure needs bikeshedding
## Background When I started transitioning ESLint to allow others to start getting more involved, I based the governance model off of the old [YUI model](https://github.com/yui/yui3/wiki/Contributor-Model). While I think that was a good start, and allowed us to scale to the point we're at today, I think we need to c...
1.0
Proposal: Technical Steering Committee - ## Background When I started transitioning ESLint to allow others to start getting more involved, I based the governance model off of the old [YUI model](https://github.com/yui/yui3/wiki/Contributor-Model). While I think that was a good start, and allowed us to scale to the p...
infrastructure
proposal technical steering committee background when i started transitioning eslint to allow others to start getting more involved i based the governance model off of the old while i think that was a good start and allowed us to scale to the point we re at today i think we need to change things up now ...
1
113,706
17,150,880,489
IssuesEvent
2021-07-13 20:25:44
snowdensb/braindump
https://api.github.com/repos/snowdensb/braindump
opened
CVE-2019-1010083 (High) detected in Flask-0.11.1-py2.py3-none-any.whl
security vulnerability
## CVE-2019-1010083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Flask-0.11.1-py2.py3-none-any.whl</b></p></summary> <p>A simple framework for building complex web applications.</p>...
True
CVE-2019-1010083 (High) detected in Flask-0.11.1-py2.py3-none-any.whl - ## CVE-2019-1010083 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Flask-0.11.1-py2.py3-none-any.whl</b></p></su...
non_infrastructure
cve high detected in flask none any whl cve high severity vulnerability vulnerable library flask none any whl a simple framework for building complex web applications library home page a href path to dependency file braindump requirements txt path to vulnerab...
0
329,113
10,012,422,425
IssuesEvent
2019-07-15 13:10:30
BingLingGroup/autosub
https://api.github.com/repos/BingLingGroup/autosub
opened
Add lang codes support
Priority: Medium Status: Accepted Type: Bug Type: Maintenance
[lang codes](https://github.com/LuminosoInsight/langcodes) Google [says](https://cloud.google.com/speech-to-text/docs/languages) its using [BCP-47](https://tools.ietf.org/html/bcp47) as a standard. According to my [test (agermanidis/autosub pull request #136)](https://github.com/agermanidis/autosub/pull/136), a more s...
1.0
Add lang codes support - [lang codes](https://github.com/LuminosoInsight/langcodes) Google [says](https://cloud.google.com/speech-to-text/docs/languages) its using [BCP-47](https://tools.ietf.org/html/bcp47) as a standard. According to my [test (agermanidis/autosub pull request #136)](https://github.com/agermanidis/au...
non_infrastructure
add lang codes support google its using as a standard according to my a more specific and compliant with a standard s lang codes get a better result which means they are able to avoid google s ip local optimization obviously currently using google recommended lang codes strategy is not enough s...
0
33,571
27,593,054,830
IssuesEvent
2023-03-09 02:48:22
bootstrapworld/curriculum
https://api.github.com/repos/bootstrapworld/curriculum
opened
@lesson-link in textbook files leaks path
Infrastructure
[Live on our website right now](https://bootstrapworld.org/materials/spring2023/en-us/textbooks/IM-grade-6.html): ![image](https://user-images.githubusercontent.com/77126/223902994-4ee33831-88fe-44c9-a34a-c3d219440d49.png) It looks like @lesson-link isn't resolving to the lesson titles, when used from these textb...
1.0
@lesson-link in textbook files leaks path - [Live on our website right now](https://bootstrapworld.org/materials/spring2023/en-us/textbooks/IM-grade-6.html): ![image](https://user-images.githubusercontent.com/77126/223902994-4ee33831-88fe-44c9-a34a-c3d219440d49.png) It looks like @lesson-link isn't resolving to t...
infrastructure
lesson link in textbook files leaks path it looks like lesson link isn t resolving to the lesson titles when used from these textbook pages it s broken in both master and new build system so it s likely a racket preprocessor issue
1
6,923
6,663,630,619
IssuesEvent
2017-10-02 17:07:19
digitalmediabremen/hej
https://api.github.com/repos/digitalmediabremen/hej
opened
Blogaccount
infrastructure public
###### DE Die [DM-Blogs](https://blogs.digitalmedia-bremen.de) bieten einen Überblick über eine Menge der Kurse und werden als Resources genutzt. Das [Compendium Digitale](https://blogs.digitalmedia-bremen.de/compendium/) ist eine Sammelstelle für Tipps rund um die Digitalen Medien. Zu finden sind hier neben Leseempfe...
1.0
Blogaccount - ###### DE Die [DM-Blogs](https://blogs.digitalmedia-bremen.de) bieten einen Überblick über eine Menge der Kurse und werden als Resources genutzt. Das [Compendium Digitale](https://blogs.digitalmedia-bremen.de/compendium/) ist eine Sammelstelle für Tipps rund um die Digitalen Medien. Zu finden sind hier n...
infrastructure
blogaccount de die bieten einen überblick über eine menge der kurse und werden als resources genutzt das ist eine sammelstelle für tipps rund um die digitalen medien zu finden sind hier neben leseempfehlungen hinweise auf galerien veröffentlichungswege aber auch hfk interne abläufe etwa zum druc...
1
9,441
7,974,645,390
IssuesEvent
2018-07-17 06:37:24
php-coder/mystamps
https://api.github.com/repos/php-coder/mystamps
closed
Send service's logs to admin every day
area/infrastructure environment/prod ready
Let's add cron task that will sent output of `journalctl -u mystamps --since=yesterday --until=today` command to root (admin) user every day. It should be executed at 00:05. This task requires the following modifications: - create `/etc/cron.d/mystamps-send-logs` file - modify `/etc/sudoers.d/10_mystamps` to allow exe...
1.0
Send service's logs to admin every day - Let's add cron task that will sent output of `journalctl -u mystamps --since=yesterday --until=today` command to root (admin) user every day. It should be executed at 00:05. This task requires the following modifications: - create `/etc/cron.d/mystamps-send-logs` file - modify ...
infrastructure
send service s logs to admin every day let s add cron task that will sent output of journalctl u mystamps since yesterday until today command to root admin user every day it should be executed at this task requires the following modifications create etc cron d mystamps send logs file modify ...
1
220,702
17,242,031,081
IssuesEvent
2021-07-21 00:52:41
Becksteinlab/GromacsWrapper
https://api.github.com/repos/Becksteinlab/GromacsWrapper
opened
test on MacOS
tests
Since the switch of CI to GitHub actions #200 we are currently only testing on **Linux** runners. There are versions of GROMACS available for MacOS #202 so we should be running at least some tests (Python 2.7 and 3.8) on MacOS runners, too. The GROMACS versions can be limited, e.g. - [ ] Python 2.7, GROMACS 2021 -...
1.0
test on MacOS - Since the switch of CI to GitHub actions #200 we are currently only testing on **Linux** runners. There are versions of GROMACS available for MacOS #202 so we should be running at least some tests (Python 2.7 and 3.8) on MacOS runners, too. The GROMACS versions can be limited, e.g. - [ ] Python 2.7,...
non_infrastructure
test on macos since the switch of ci to github actions we are currently only testing on linux runners there are versions of gromacs available for macos so we should be running at least some tests python and on macos runners too the gromacs versions can be limited e g python groma...
0
443,349
30,886,247,189
IssuesEvent
2023-08-03 22:11:28
garyokeeffe/NSA
https://api.github.com/repos/garyokeeffe/NSA
opened
Video walkthrough of API deployment
documentation
We need better overall documentation of the API deployment process. A step-by-step video tutorial embedded in the readme would be a good first step.
1.0
Video walkthrough of API deployment - We need better overall documentation of the API deployment process. A step-by-step video tutorial embedded in the readme would be a good first step.
non_infrastructure
video walkthrough of api deployment we need better overall documentation of the api deployment process a step by step video tutorial embedded in the readme would be a good first step
0
85,267
16,624,265,552
IssuesEvent
2021-06-03 07:35:52
HydrolienF/Formiko
https://api.github.com/repos/HydrolienF/Formiko
closed
implement View #175 with GUI2D : ViewGUI
code reorganization doing done graphics
- [x] Game should work with all function of ViewGUI2d - [x] ViewGUI need to be link to all Panel. - [ ] To switch to an other panel it need to swap main panel in Fenetre to an other 1. - [x] Any panel can be draw anytime. So we need to check that frame exist and add it if not. - [x] launch of PanneauMenu kill cheat...
1.0
implement View #175 with GUI2D : ViewGUI - - [x] Game should work with all function of ViewGUI2d - [x] ViewGUI need to be link to all Panel. - [ ] To switch to an other panel it need to swap main panel in Fenetre to an other 1. - [x] Any panel can be draw anytime. So we need to check that frame exist and add it if n...
non_infrastructure
implement view with viewgui game should work with all function of viewgui need to be link to all panel to switch to an other panel it need to swap main panel in fenetre to an other any panel can be draw anytime so we need to check that frame exist and add it if not launch of pan...
0
408,947
11,954,696,930
IssuesEvent
2020-04-04 00:41:15
frederik-hoeft/pmdbs
https://api.github.com/repos/frederik-hoeft/pmdbs
closed
On Register: Allow Email Reuse If Account Is Not Verified And if The 2FA Code is Expired
bug medium priority wontfix
also: run garbage collection periodically
1.0
On Register: Allow Email Reuse If Account Is Not Verified And if The 2FA Code is Expired - also: run garbage collection periodically
non_infrastructure
on register allow email reuse if account is not verified and if the code is expired also run garbage collection periodically
0
31,262
25,492,964,184
IssuesEvent
2022-11-27 10:11:41
Tonomy-Foundation/Tonomy-ID-SDK
https://api.github.com/repos/Tonomy-Foundation/Tonomy-ID-SDK
opened
Github pipeline runs linters check on PR
infrastructure
Definition of done - [ ] Github action will also run npm lint on the repository Follow up: other repositories
1.0
Github pipeline runs linters check on PR - Definition of done - [ ] Github action will also run npm lint on the repository Follow up: other repositories
infrastructure
github pipeline runs linters check on pr definition of done github action will also run npm lint on the repository follow up other repositories
1
63,593
3,197,033,304
IssuesEvent
2015-10-01 00:37:10
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
import machine failed when speed of network interface is not set
Category: Computer inventory Component: For junior contributor Component: Found in version Priority: Normal Status: Closed Tracker: Bug
--- Author Name: **Nico LAS** (Nico LAS) Original Redmine Issue: 2942, http://forge.fusioninventory.org/issues/2942 Original Date: 2015-05-19 Original Assignee: David Durieux --- on a solaris 10 zone, when inventory is done, it fails to analyse network interface with name nxge Speed is set with no value : <SPEED> ...
1.0
import machine failed when speed of network interface is not set - --- Author Name: **Nico LAS** (Nico LAS) Original Redmine Issue: 2942, http://forge.fusioninventory.org/issues/2942 Original Date: 2015-05-19 Original Assignee: David Durieux --- on a solaris 10 zone, when inventory is done, it fails to analyse netw...
non_infrastructure
import machine failed when speed of network interface is not set author name nico las nico las original redmine issue original date original assignee david durieux on a solaris zone when inventory is done it fails to analyse network interface with name nxge speed is set with no v...
0
3,300
4,210,234,954
IssuesEvent
2016-06-29 09:12:12
matthiasbeyer/imag
https://api.github.com/repos/matthiasbeyer/imag
opened
StoreId: Store-internal/Store-external confusion
complexity/high kind/enhancement kind/infrastructure kind/refactor meta/importance/high part/lib/imagstore
At the moment we `Store::storify_id()` each `StoreId` object once it enters a `Store` function. This alters the `StoreId` object and is not really nice (it really creates a new `StoreId` object which than gets passed around). We should reimplement this and differ between internal and external `StoreId` objects, mea...
1.0
StoreId: Store-internal/Store-external confusion - At the moment we `Store::storify_id()` each `StoreId` object once it enters a `Store` function. This alters the `StoreId` object and is not really nice (it really creates a new `StoreId` object which than gets passed around). We should reimplement this and differ b...
infrastructure
storeid store internal store external confusion at the moment we store storify id each storeid object once it enters a store function this alters the storeid object and is not really nice it really creates a new storeid object which than gets passed around we should reimplement this and differ b...
1
261,028
27,785,124,146
IssuesEvent
2023-03-17 02:04:52
nk7598/linux-4.19.72
https://api.github.com/repos/nk7598/linux-4.19.72
reopened
CVE-2022-4095 (High) detected in linuxlinux-4.19.269
Mend: dependency security vulnerability
## CVE-2022-4095 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.269</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.ke...
True
CVE-2022-4095 (High) detected in linuxlinux-4.19.269 - ## CVE-2022-4095 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.269</b></p></summary> <p> <p>The Linux Kernel</p...
non_infrastructure
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files drivers staging cmd c drivers staging ...
0
13,002
10,060,602,637
IssuesEvent
2019-07-22 19:14:44
dotnet/core-setup
https://api.github.com/repos/dotnet/core-setup
closed
source-build: Update build task project to use stable versions to remove prebuilts
Triaged area-Infrastructure
| | Prebuilt | Planned ref-only package --- | --- | --- NuGet.ProjectModel | 4.3.0-preview2-4095 | 4.9.4 Microsoft.Extensions.DependencyModel | 2.1.0-preview2-26306-03 | 2.1.0 For example: https://github.com/dotnet/core-setup/blob/3a2d0293bc7717a6fa038f2a12a9a91391205b06/dependencies.props#L34 should be ch...
1.0
source-build: Update build task project to use stable versions to remove prebuilts - | | Prebuilt | Planned ref-only package --- | --- | --- NuGet.ProjectModel | 4.3.0-preview2-4095 | 4.9.4 Microsoft.Extensions.DependencyModel | 2.1.0-preview2-26306-03 | 2.1.0 For example: https://github.com/dotnet/core-setup...
infrastructure
source build update build task project to use stable versions to remove prebuilts prebuilt planned ref only package nuget projectmodel microsoft extensions dependencymodel for example should be changed to currently it s a source...
1
587,601
17,620,498,596
IssuesEvent
2021-08-18 14:47:26
kitzeslab/opensoundscape
https://api.github.com/repos/kitzeslab/opensoundscape
closed
Prediction should save intermediate results
high priority
Prediction on large datasets can take hundreds of cpu-hours, so results should be saved periodically to avoid losing all progress if there's an exception. For instance, there could be an option to append results to a file after each batch finishes.
1.0
Prediction should save intermediate results - Prediction on large datasets can take hundreds of cpu-hours, so results should be saved periodically to avoid losing all progress if there's an exception. For instance, there could be an option to append results to a file after each batch finishes.
non_infrastructure
prediction should save intermediate results prediction on large datasets can take hundreds of cpu hours so results should be saved periodically to avoid losing all progress if there s an exception for instance there could be an option to append results to a file after each batch finishes
0
59,818
7,296,436,266
IssuesEvent
2018-02-26 10:45:06
matomo-org/matomo
https://api.github.com/repos/matomo-org/matomo
closed
update checker display issues
c: Design / UI
Followup to #12463 and #12459, related to #12485 I don't have time to create a fix, so I'll just post it here: The gif is still on the right and oddly the box disappears and creates another arrow. ![myimage](https://user-images.githubusercontent.com/6266037/35172143-c0618bd2-fd66-11e7-830e-77201adeae85.gif)
1.0
update checker display issues - Followup to #12463 and #12459, related to #12485 I don't have time to create a fix, so I'll just post it here: The gif is still on the right and oddly the box disappears and creates another arrow. ![myimage](https://user-images.githubusercontent.com/6266037/35172143-c0618bd2-fd66-1...
non_infrastructure
update checker display issues followup to and related to i don t have time to create a fix so i ll just post it here the gif is still on the right and oddly the box disappears and creates another arrow
0
29,995
24,463,675,510
IssuesEvent
2022-10-07 13:22:19
iiif-prezi/iiif-prezi3
https://api.github.com/repos/iiif-prezi/iiif-prezi3
closed
Update PyPi publish action
infrastructure
The following warning showed up in the logs for the last action that made a release to PyPi: >Warning: You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure to use a supported version. ...
1.0
Update PyPi publish action - The following warning showed up in the logs for the last action that made a release to PyPi: >Warning: You are using "pypa/gh-action-pypi-publish@master". The "master" branch of this project has been sunset and will not receive any updates, not even security bug fixes. Please, make sure...
infrastructure
update pypi publish action the following warning showed up in the logs for the last action that made a release to pypi warning you are using pypa gh action pypi publish master the master branch of this project has been sunset and will not receive any updates not even security bug fixes please make sure...
1
5,754
5,930,705,665
IssuesEvent
2017-05-24 02:39:17
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
ConditionalFact/ConditionalTheory tests are skipped with` netfx
area-Infrastructure test bug
Following test fails with `msbuild /T:BuildAndTest` but passes with `msbuild /T:BuildAndTest /P:TargetGroup=netfx`. The test isn't being run. ```cs public static bool AlwaysTrue { get; } = true; [ConditionalFact(nameof(AlwaysTrue))] public void Test() { Assert.False(true); } ```
1.0
ConditionalFact/ConditionalTheory tests are skipped with` netfx - Following test fails with `msbuild /T:BuildAndTest` but passes with `msbuild /T:BuildAndTest /P:TargetGroup=netfx`. The test isn't being run. ```cs public static bool AlwaysTrue { get; } = true; [ConditionalFact(nameof(AlwaysTrue))] public void T...
infrastructure
conditionalfact conditionaltheory tests are skipped with netfx following test fails with msbuild t buildandtest but passes with msbuild t buildandtest p targetgroup netfx the test isn t being run cs public static bool alwaystrue get true public void test assert false true ...
1
14,765
11,134,826,575
IssuesEvent
2019-12-20 12:52:57
thibaultmeyer/sparrow
https://api.github.com/repos/thibaultmeyer/sparrow
opened
Add task scheduler
area/async-task area/infrastructure kind/enhancement priority/medium
Implements task scheduler with cron-like feature to allow usage of background admin/management tasks.
1.0
Add task scheduler - Implements task scheduler with cron-like feature to allow usage of background admin/management tasks.
infrastructure
add task scheduler implements task scheduler with cron like feature to allow usage of background admin management tasks
1
409,901
11,979,927,808
IssuesEvent
2020-04-07 08:28:27
ahmedkaludi/accelerated-mobile-pages
https://api.github.com/repos/ahmedkaludi/accelerated-mobile-pages
closed
Need to have an option for auto slide of images in AMP page builder - slider module.
[Priority: HIGH] bug
The user is adding images in the slider module of AMP page builder which is working perfectly but the user don't want to use auto slide the images. so need to add an option such that 'images should be auto slide or not' (by default images are sliding automatically). Exact Issue: https://monosnap.com/file/dYEqpyRFxK9...
1.0
Need to have an option for auto slide of images in AMP page builder - slider module. - The user is adding images in the slider module of AMP page builder which is working perfectly but the user don't want to use auto slide the images. so need to add an option such that 'images should be auto slide or not' (by default ...
non_infrastructure
need to have an option for auto slide of images in amp page builder slider module the user is adding images in the slider module of amp page builder which is working perfectly but the user don t want to use auto slide the images so need to add an option such that images should be auto slide or not by default ...
0
5,296
5,556,965,189
IssuesEvent
2017-03-24 10:39:29
Framstag/libosmscout
https://api.github.com/repos/Framstag/libosmscout
closed
Add explicit download timeout to Qt network api
enhancement help wanted infrastructure
Qt don't support to configure download timeout. System default (about one hour) is used! This cause problems when you start map download (or online map tile) and go away from wifi signal... Downloading stucks then. Lost tcp connection is detected (by app) after hour and downloading is restarted. It is toooo late! Al...
1.0
Add explicit download timeout to Qt network api - Qt don't support to configure download timeout. System default (about one hour) is used! This cause problems when you start map download (or online map tile) and go away from wifi signal... Downloading stucks then. Lost tcp connection is detected (by app) after hour and...
infrastructure
add explicit download timeout to qt network api qt don t support to configure download timeout system default about one hour is used this cause problems when you start map download or online map tile and go away from wifi signal downloading stucks then lost tcp connection is detected by app after hour and...
1
20,644
3,391,586,221
IssuesEvent
2015-11-30 16:05:26
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
Cannot read property '$is' of undefined [1.10 regression?]
defect question
I just tried upgrading a little demo project from 1.9 to 1.10, and I now get this error: Uncaught TypeError: Cannot read property '$is' of undefined May be related to casting inside a `.Select()` or the `[Ignore]`s on the class with the implicit casts? You can [repro this error on live.bridge.net here](htt...
1.0
Cannot read property '$is' of undefined [1.10 regression?] - I just tried upgrading a little demo project from 1.9 to 1.10, and I now get this error: Uncaught TypeError: Cannot read property '$is' of undefined May be related to casting inside a `.Select()` or the `[Ignore]`s on the class with the implicit cas...
non_infrastructure
cannot read property is of undefined i just tried upgrading a little demo project from to and i now get this error uncaught typeerror cannot read property is of undefined may be related to casting inside a select or the s on the class with the implicit casts you can which ...
0
29,487
24,042,946,953
IssuesEvent
2022-09-16 04:57:48
oppia/oppia-android
https://api.github.com/repos/oppia/oppia-android
reopened
Add support for downloading interactions to drive exploration progress controller & other decision makers
issue_type_infrastructure issue_user_impact_low dev_team issue_temp_ben_triaged
Rather than making assumptions about interaction structures, domain controllers should keep an actual registry of interactions. This will also provide some future-proofing in the app as more interactions are added in the future. This is especially important for representing terminal interactions since there could conce...
1.0
Add support for downloading interactions to drive exploration progress controller & other decision makers - Rather than making assumptions about interaction structures, domain controllers should keep an actual registry of interactions. This will also provide some future-proofing in the app as more interactions are adde...
infrastructure
add support for downloading interactions to drive exploration progress controller other decision makers rather than making assumptions about interaction structures domain controllers should keep an actual registry of interactions this will also provide some future proofing in the app as more interactions are adde...
1
61,468
14,627,769,431
IssuesEvent
2020-12-23 12:56:21
bitbar/test-samples
https://api.github.com/repos/bitbar/test-samples
opened
CVE-2020-11620 (High) detected in jackson-databind-2.6.0.jar
security vulnerability
## CVE-2020-11620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.0.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2020-11620 (High) detected in jackson-databind-2.6.0.jar - ## CVE-2020-11620 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.0.jar</b></p></summary> <p>General...
non_infrastructure
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file test samples samples testing fr...
0
91,753
8,317,785,079
IssuesEvent
2018-09-25 13:07:54
tomato42/tlsfuzzer
https://api.github.com/repos/tomato42/tlsfuzzer
closed
TLS 1.3 key_share omitted
good first issue help wanted new test script
# New test script idea ## What TLS message this idea relates to? ClientHello ## What TLS extension this idea relates to? `key_share`, `supported_groups` ## What is the behaviour the test script should test? Check if TLS 1.3 ClientHello that omits `key_share` extension completely, but does send `suppor...
1.0
TLS 1.3 key_share omitted - # New test script idea ## What TLS message this idea relates to? ClientHello ## What TLS extension this idea relates to? `key_share`, `supported_groups` ## What is the behaviour the test script should test? Check if TLS 1.3 ClientHello that omits `key_share` extension compl...
non_infrastructure
tls key share omitted new test script idea what tls message this idea relates to clienthello what tls extension this idea relates to key share supported groups what is the behaviour the test script should test check if tls clienthello that omits key share extension compl...
0
173,265
27,412,204,902
IssuesEvent
2023-03-01 11:18:32
mui/mui-toolpad
https://api.github.com/repos/mui/mui-toolpad
opened
Inform users about the future of Toolpad
design: ui
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 To all of our existing users we need to inform that the docker version is going to be discontinued and they'll be able to use Toolpad from NPM. This information needs to be shown in: ...
1.0
Inform users about the future of Toolpad - ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 To all of our existing users we need to inform that the docker version is going to be discontinued and they'll be able to use Toolpad from NPM...
non_infrastructure
inform users about the future of toolpad duplicates i have searched the existing issues latest version i have tested the latest version summary 💡 to all of our existing users we need to inform that the docker version is going to be discontinued and they ll be able to use toolpad from npm th...
0
14,334
10,755,421,971
IssuesEvent
2019-10-31 09:06:21
nest/nest-simulator
https://api.github.com/repos/nest/nest-simulator
opened
Not all files are checked with static code analysis on large PRs
C: Infrastructure I: No breaking change P: Pending S: High T: Bug
On larger PRs, not all changed files are checked with static code analysis. This is because we are getting the changed files using the GitHub API. Because the GitHub API uses pagination, the code analysis will currently only get the first 30 changed files, while the remaining files are not checked for formatting errors...
1.0
Not all files are checked with static code analysis on large PRs - On larger PRs, not all changed files are checked with static code analysis. This is because we are getting the changed files using the GitHub API. Because the GitHub API uses pagination, the code analysis will currently only get the first 30 changed fil...
infrastructure
not all files are checked with static code analysis on large prs on larger prs not all changed files are checked with static code analysis this is because we are getting the changed files using the github api because the github api uses pagination the code analysis will currently only get the first changed file...
1
24,365
17,143,443,565
IssuesEvent
2021-07-13 12:15:52
meateam/drive-project
https://api.github.com/repos/meateam/drive-project
closed
change S3 bucket postfix
infrastructure
because bucket id is unique. Need to run a script to do that on all of the s3 bucket
1.0
change S3 bucket postfix - because bucket id is unique. Need to run a script to do that on all of the s3 bucket
infrastructure
change bucket postfix because bucket id is unique need to run a script to do that on all of the bucket
1