Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
64,934
6,927,072,954
IssuesEvent
2017-11-30 21:27:35
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
Can't communicate between managed container and container with host networking across hosts using vxlan
area/networking kind/bug status/resolved status/to-test version/1.6
**Rancher versions:** rancher/server: v1.6.11 rancher/agent: v1.2.7 **Infrastructure Stack versions:** healthcheck: v0.3.3 vxlan: v0.3.0 network-services: v0.2.7 **Docker version: (`docker version`,`docker info` preferred)** 17.03.2-ce **Operating system and kernel: (`cat /etc/os-release`, `uname -r` prefe...
1.0
Can't communicate between managed container and container with host networking across hosts using vxlan - **Rancher versions:** rancher/server: v1.6.11 rancher/agent: v1.2.7 **Infrastructure Stack versions:** healthcheck: v0.3.3 vxlan: v0.3.0 network-services: v0.2.7 **Docker version: (`docker version`,`dock...
test
can t communicate between managed container and container with host networking across hosts using vxlan rancher versions rancher server rancher agent infrastructure stack versions healthcheck vxlan network services docker version docker version docker inf...
1
211,643
16,331,846,757
IssuesEvent
2021-05-12 10:10:55
globaldothealth/list
https://api.github.com/repos/globaldothealth/list
closed
Filter - If we search with case id it will not shown up
Applause Testing Bug Data UI P2: Nice to have
View your issue at Applause Testing Services - https://platform.applause.com/products/27563/testcycles/313524/issues/5041200 ---- ACTION DETAILS ---- Action Performed: 1. 1. click on data in the homepage 2. search by 5f73b327cb263be4fff852da records will not shown correctly 3. Click on enter 4. it will not shown the...
1.0
Filter - If we search with case id it will not shown up - View your issue at Applause Testing Services - https://platform.applause.com/products/27563/testcycles/313524/issues/5041200 ---- ACTION DETAILS ---- Action Performed: 1. 1. click on data in the homepage 2. search by 5f73b327cb263be4fff852da records will not sh...
test
filter if we search with case id it will not shown up view your issue at applause testing services action details action performed click on data in the homepage search by records will not shown correctly click on enter it will not shown the records expected result we have to sho...
1
243,954
20,598,754,616
IssuesEvent
2022-03-05 23:23:39
plasmoapp/plasmo-voice
https://api.github.com/repos/plasmoapp/plasmo-voice
closed
[Bug] If have settings open, will not be muted
bug need testing
Even if it's muted, if I have the settings screen open, other people will hear my voice. - `Forge 1.17.1` - `Plasmo Voice 1.2.10`
1.0
[Bug] If have settings open, will not be muted - Even if it's muted, if I have the settings screen open, other people will hear my voice. - `Forge 1.17.1` - `Plasmo Voice 1.2.10`
test
if have settings open will not be muted even if it s muted if i have the settings screen open other people will hear my voice forge plasmo voice
1
152,883
12,128,813,287
IssuesEvent
2020-04-22 21:12:40
urapadmin/kiosk
https://api.github.com/repos/urapadmin/kiosk
closed
hidden locus collides with numbering function!
A: next! filemaker test-stage
because: if the numbering method is free input, will the user be asked?
1.0
hidden locus collides with numbering function! - because: if the numbering method is free input, will the user be asked?
test
hidden locus collides with numbering function because if the numbering method is free input will the user be asked
1
456,388
13,150,587,146
IssuesEvent
2020-08-09 12:24:36
chrisjsewell/docutils
https://api.github.com/repos/chrisjsewell/docutils
opened
stylesheet link w/ None [SF:bugs:1]
bugs closed-fixed priority-5
ERROR: type should be string, got "https://sourceforge.net/rest/p/docutils/bugs/_discuss/thread/3326089b/\n\nI'm trying to perform a straightforward conversion of the Python \nMisc/NEWS file to ReST format. After clearing a couple errors, I \nget this traceback when running the html.py script:\n\nTraceback \\(most recent call last\\):\nFile "/home/skip/src/docutils-0.2/tools/html.py", line 22, in ?\npublish\\(writer\\_name='html', description=description\\)\nFile "/usr/local/lib/python2.3/site-packages/docutils/core.py", line \n160, in publish\npub.publish\\(argv, usage, description, option\\_spec\\)\nFile "/usr/local/lib/python2.3/site-packages/docutils/core.py", line \n135, in publish\noutput = self.writer.write\\(document, self.destination\\)\nFile \n"/usr/local/lib/python2.3/site-packages/docutils/writers/\\_\\_init\\_\\_.py", \nline 58, in write\nself.translate\\(\\)\nFile \n"/usr/local/lib/python2.3/site-packages/docutils/writers/html4css1.py", \nline 47, in translate\nvisitor = self.translator\\_class\\(self.document\\)\nFile \n"/usr/local/lib/python2.3/site-packages/docutils/writers/html4css1.py", \nline 120, in \\_\\_init\\_\\_\noptions.stylesheet\\)\\]\nFile "/usr/local/lib/python2.3/site-packages/docutils/utils.py", line \n359, in relative\\_uri\nsource\\_parts = os.path.abspath\\(source\\).split\\(os.sep\\)\nFile "/usr/local/lib/python2.3/posixpath.py", line 386, in abspath\nif not isabs\\(path\\):\nFile "/usr/local/lib/python2.3/posixpath.py", line 37, in isabs\nreturn s\\[:1\\] == '/'\nTypeError: unsubscriptable object\n\nI tracked it down to the setting of the stylesheet link in \nhtml4css1.py/HTMLTranslator/\\_\\_init\\_\\_. If options.\\_destination is \nNone, the relative\\_uri\\(\\) call fails. I wormed around this by \nchecking that variable before assigning to self.head\\_prefix:\n\nif options.\\_destination is not None:\nstylesheet\\_link % utils.relative\\_uri\\(options.\\_destination,\noptions.stylesheet\\)\nelse:\nstylesheet\\_link = ""\nself.head\\_prefix = \\[\nself.xml\\_declaration % options.output\\_encoding,\nself.doctype,\nself.html\\_head % options.language\\_code,\nself.content\\_type % options.output\\_encoding,\nself.generator,\nstylesheet\\_link\\]\n\nI was invoking html.py as \n\npython html.py -v NEWS.rst\n"
1.0
stylesheet link w/ None [SF:bugs:1] - https://sourceforge.net/rest/p/docutils/bugs/_discuss/thread/3326089b/ I'm trying to perform a straightforward conversion of the Python Misc/NEWS file to ReST format. After clearing a couple errors, I get this traceback when running the html.py script: Traceback \(most recent ...
non_test
stylesheet link w none i m trying to perform a straightforward conversion of the python misc news file to rest format after clearing a couple errors i get this traceback when running the html py script traceback most recent call last file quot home skip src docutils tools html py quot line ...
0
308,458
26,608,791,074
IssuesEvent
2023-01-23 21:46:33
microsoft/ebpf-for-windows
https://api.github.com/repos/microsoft/ebpf-for-windows
closed
Inconsistent use of sanitize-coverage in fuzzers
cleanup triaged tests
### Describe the bug core_helper_fuzzer doesn't use that option, and verifier_fuzzer only does so for release build ``` C:\Users\dthal\git\ebpf\ebpf-for-windows\tests>findstr /s sanitize *proj libfuzzer\bpf2c\bpf2c_fuzzer.vcxproj:      <AdditionalOptions>/fsanitize-coverage=inline-bool-flag /fsanitize-coverage=ed...
1.0
Inconsistent use of sanitize-coverage in fuzzers - ### Describe the bug core_helper_fuzzer doesn't use that option, and verifier_fuzzer only does so for release build ``` C:\Users\dthal\git\ebpf\ebpf-for-windows\tests>findstr /s sanitize *proj libfuzzer\bpf2c\bpf2c_fuzzer.vcxproj:      <AdditionalOptions>/fsaniti...
test
inconsistent use of sanitize coverage in fuzzers describe the bug core helper fuzzer doesn t use that option and verifier fuzzer only does so for release build c users dthal git ebpf ebpf for windows tests findstr s sanitize proj libfuzzer fuzzer vcxproj       fsanitize coverage inline bool fl...
1
243,381
20,383,205,996
IssuesEvent
2022-02-22 02:02:51
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test: Layout Control Types
testplan-item
Refs: #137633 - [ ] anyOS - [ ] anyOS - [ ] anyOS Complexity: 2 --- **Context** The layout control is visible in the top right of the window when the title bar style is custom. It is enabled by default in insiders and controlled via `workbench.experimental.layoutControl.enabled`. Due to feedback that...
1.0
Test: Layout Control Types - Refs: #137633 - [ ] anyOS - [ ] anyOS - [ ] anyOS Complexity: 2 --- **Context** The layout control is visible in the top right of the window when the title bar style is custom. It is enabled by default in insiders and controlled via `workbench.experimental.layoutControl.enab...
test
test layout control types refs anyos anyos anyos complexity context the layout control is visible in the top right of the window when the title bar style is custom it is enabled by default in insiders and controlled via workbench experimental layoutcontrol enabled du...
1
145,574
19,339,553,918
IssuesEvent
2021-12-15 01:44:52
Dima2022/kaltura-sample-code
https://api.github.com/repos/Dima2022/kaltura-sample-code
opened
CVE-2021-4104 (Medium) detected in log4j-1.2.15.jar
security vulnerability
## CVE-2021-4104 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.15.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>Library home page: <a href="http://logging.apache.org:8...
True
CVE-2021-4104 (Medium) detected in log4j-1.2.15.jar - ## CVE-2021-4104 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.15.jar</b></p></summary> <p>Apache Log4j 1.2</p> <p>L...
non_test
cve medium detected in jar cve medium severity vulnerability vulnerable library jar apache library home page a href path to dependency file kaltura sample code pom xml path to vulnerable library home wss scanner repository jar depe...
0
134,369
10,904,664,835
IssuesEvent
2019-11-20 09:13:28
ubtue/DatenProbleme
https://api.github.com/repos/ubtue/DatenProbleme
closed
ISSN 1479-5922 International journal of Asian studies Auswertung selektiv
Zotero_AUTO_RSS ready for testing
Auswertung selektiv -> nicht für das vollautomatische Verfahren geeignet. Bitte aus nu herausnehmen.
1.0
ISSN 1479-5922 International journal of Asian studies Auswertung selektiv - Auswertung selektiv -> nicht für das vollautomatische Verfahren geeignet. Bitte aus nu herausnehmen.
test
issn international journal of asian studies auswertung selektiv auswertung selektiv nicht für das vollautomatische verfahren geeignet bitte aus nu herausnehmen
1
270,919
29,146,869,148
IssuesEvent
2023-05-18 04:22:03
momo-tong/io.netty-netty-all-4.1.41.Final
https://api.github.com/repos/momo-tong/io.netty-netty-all-4.1.41.Final
opened
protobuf-java-2.6.1.jar: 3 vulnerabilities (highest severity is: 7.5)
Mend: dependency security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-2.6.1.jar</b></p></summary> <p>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.</p> <p>Library home pag...
True
protobuf-java-2.6.1.jar: 3 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>protobuf-java-2.6.1.jar</b></p></summary> <p>Protocol Buffers are a way of encoding structured...
non_test
protobuf java jar vulnerabilities highest severity is vulnerable library protobuf java jar protocol buffers are a way of encoding structured data in an efficient yet extensible format library home page a href path to dependency file pom xml path to vulnerable library...
0
89,038
8,183,902,310
IssuesEvent
2018-08-29 10:27:33
humera987/HumTestData
https://api.github.com/repos/humera987/HumTestData
opened
Humera_Test_Proj : enterprise_user_signup_invalid
Humera_Test_Proj
Project : Humera_Test_Proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DEN...
1.0
Humera_Test_Proj : enterprise_user_signup_invalid - Project : Humera_Test_Proj Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], ...
test
humera test proj enterprise user signup invalid project humera test proj job uat env uat region fxlabs us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encodi...
1
12,039
3,250,709,298
IssuesEvent
2015-10-19 03:35:49
kumulsoft/Fixed-Assets
https://api.github.com/repos/kumulsoft/Fixed-Assets
closed
Asset Registry >> Menus . Menu item 'Manage Vehicle' is created without its related Asset Type
Fixed Ready for testing UI
There is no asset of type 'Vehicle' but its showing on the 'Asset Registry' menu *Asset Types* ![image](https://cloud.githubusercontent.com/assets/10192106/9621684/cf41fb44-516c-11e5-9d63-a636b05d7e46.png) *Asset Registry menu* ![image](https://cloud.githubusercontent.com/assets/10192106/9621675/a618e89a-516c-11e...
1.0
Asset Registry >> Menus . Menu item 'Manage Vehicle' is created without its related Asset Type - There is no asset of type 'Vehicle' but its showing on the 'Asset Registry' menu *Asset Types* ![image](https://cloud.githubusercontent.com/assets/10192106/9621684/cf41fb44-516c-11e5-9d63-a636b05d7e46.png) *Asset Regis...
test
asset registry menus menu item manage vehicle is created without its related asset type there is no asset of type vehicle but its showing on the asset registry menu asset types asset registry menu
1
59,536
6,655,015,170
IssuesEvent
2017-09-29 14:53:03
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on master: testrace/TestPGPreparedQuery/prepare/INSERT_INTO_d.T_VALUES_($1)_RETURNING_$1/1, lint/TestStyle, lint/TestStyle/TestErrCheck, lint/TestStyle/TestReturnCheck, lint/TestStyle/TestMetacheck
Robot test-failure
The following tests appear to have failed: [#363893](https://teamcity.cockroachdb.com/viewLog.html?buildId=363893): ``` --- FAIL: testrace/TestPGPreparedQuery/prepare/INSERT_INTO_d.T_VALUES_($1)_RETURNING_$1/1 (0.000s) Test ended in panic. ------- Stdout: ------- I170928 18:11:34.770681 8976 sql/pgwire/pgwire_test.g...
1.0
teamcity: failed tests on master: testrace/TestPGPreparedQuery/prepare/INSERT_INTO_d.T_VALUES_($1)_RETURNING_$1/1, lint/TestStyle, lint/TestStyle/TestErrCheck, lint/TestStyle/TestReturnCheck, lint/TestStyle/TestMetacheck - The following tests appear to have failed: [#363893](https://teamcity.cockroachdb.com/viewLog.ht...
test
teamcity failed tests on master testrace testpgpreparedquery prepare insert into d t values returning lint teststyle lint teststyle testerrcheck lint teststyle testreturncheck lint teststyle testmetacheck the following tests appear to have failed fail testrace testpgpreparedquery prepa...
1
107,551
9,217,281,152
IssuesEvent
2019-03-11 10:21:59
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Ensure upgrade moves all VCH containers into VCH Folder
component/install impact/test/integration severity/1-critical team/foundation
Version 1.4 introduced Inventory folder support for the VCH and it's containers. When a VCH is deployed a folder is created and the folder contains the VCH endpoint and will contain future containers. During upgrade from a pre 1.4 release to 1.4+ that same folder structure is created and all associated VMs (endpoin...
1.0
Ensure upgrade moves all VCH containers into VCH Folder - Version 1.4 introduced Inventory folder support for the VCH and it's containers. When a VCH is deployed a folder is created and the folder contains the VCH endpoint and will contain future containers. During upgrade from a pre 1.4 release to 1.4+ that same f...
test
ensure upgrade moves all vch containers into vch folder version introduced inventory folder support for the vch and it s containers when a vch is deployed a folder is created and the folder contains the vch endpoint and will contain future containers during upgrade from a pre release to that same f...
1
208,054
7,135,414,912
IssuesEvent
2018-01-23 00:58:07
cdnjs/cdnjs
https://api.github.com/repos/cdnjs/cdnjs
closed
[Request] Add jquery-popunder
Library - Request to Add/Update Library - wait for notable popularity Low Priority wait for response
**Library name:** jquery-popunder **Library description:** jquery-popunder is a jquery-plugin to create popunders in major browsers. **Git repository url:** https://github.com/hpbuniat/jquery-popunder **npm package name or url** (if there is one): **License (List them all if it's multiple):** https://github.com/hp...
1.0
[Request] Add jquery-popunder - **Library name:** jquery-popunder **Library description:** jquery-popunder is a jquery-plugin to create popunders in major browsers. **Git repository url:** https://github.com/hpbuniat/jquery-popunder **npm package name or url** (if there is one): **License (List them all if it's mu...
non_test
add jquery popunder library name jquery popunder library description jquery popunder is a jquery plugin to create popunders in major browsers git repository url npm package name or url if there is one license list them all if it s multiple official homepage wanna say...
0
58,504
6,606,720,446
IssuesEvent
2017-09-19 02:08:57
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on release-1.1: testrace/TestLogic, testrace/TestLogic/distsql, testrace/TestLogic/distsql/fk, testrace/TestReplicaCommandQueueCancellation/SplitDependencyChain/CRRR/Forward
Robot test-failure
The following tests appear to have failed: [#354868](https://teamcity.cockroachdb.com/viewLog.html?buildId=354868): ``` --- FAIL: testrace/TestLogic (627.640s) <autogenerated>:10: test logs captured to: /go/src/github.com/cockroachdb/cockroach/artifacts/logTestLogic762476013 <autogenerated>:9: use -show-logs to prese...
1.0
teamcity: failed tests on release-1.1: testrace/TestLogic, testrace/TestLogic/distsql, testrace/TestLogic/distsql/fk, testrace/TestReplicaCommandQueueCancellation/SplitDependencyChain/CRRR/Forward - The following tests appear to have failed: [#354868](https://teamcity.cockroachdb.com/viewLog.html?buildId=354868): ```...
test
teamcity failed tests on release testrace testlogic testrace testlogic distsql testrace testlogic distsql fk testrace testreplicacommandqueuecancellation splitdependencychain crrr forward the following tests appear to have failed fail testrace testlogic test logs captured to go s...
1
549,403
16,092,091,988
IssuesEvent
2021-04-26 18:00:40
airshipit/airshipctl
https://api.github.com/repos/airshipit/airshipctl
closed
Airship interacting with generic container hangs
bug priority/critical size m
**Describe the bug** Sometimes airshipctl would hang indefinitely without actually starting the docker container. **Steps To Reproduce** The bug is floating, and it seems to be working, however, sometimes it hags. Create a phase with the executor of type airship: ``` --- apiVersion: airshipit.org/v1alpha1 ...
1.0
Airship interacting with generic container hangs - **Describe the bug** Sometimes airshipctl would hang indefinitely without actually starting the docker container. **Steps To Reproduce** The bug is floating, and it seems to be working, however, sometimes it hags. Create a phase with the executor of type airshi...
non_test
airship interacting with generic container hangs describe the bug sometimes airshipctl would hang indefinitely without actually starting the docker container steps to reproduce the bug is floating and it seems to be working however sometimes it hags create a phase with the executor of type airshi...
0
215,175
16,654,164,403
IssuesEvent
2021-06-05 07:53:02
OpenMined/SyMPC
https://api.github.com/repos/OpenMined/SyMPC
closed
add tests for GradMatMul
tests
## Description Tests for GradMatMul is missing (both forward and backward). ## Type of Test - [x] **Unit test** (e.g. checking a loop, method, or function is working as intended)
1.0
add tests for GradMatMul - ## Description Tests for GradMatMul is missing (both forward and backward). ## Type of Test - [x] **Unit test** (e.g. checking a loop, method, or function is working as intended)
test
add tests for gradmatmul description tests for gradmatmul is missing both forward and backward type of test unit test e g checking a loop method or function is working as intended
1
193,022
6,877,779,649
IssuesEvent
2017-11-20 09:27:42
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
opened
Improve NET_TX, NET_RX metrics
Category: Drivers - Monitor Priority: High Status: New Tracker: Backlog
--- Author Name: **Ruben S. Montero** (@rsmontero) Original Redmine Issue: 3873, https://dev.opennebula.org/issues/3873 Original Date: 2015-07-14 --- 1.- It should accurately aggregate the bytes TX/RX 2.- It should be consistent across the VM life cycle
1.0
Improve NET_TX, NET_RX metrics - --- Author Name: **Ruben S. Montero** (@rsmontero) Original Redmine Issue: 3873, https://dev.opennebula.org/issues/3873 Original Date: 2015-07-14 --- 1.- It should accurately aggregate the bytes TX/RX 2.- It should be consistent across the VM life cycle
non_test
improve net tx net rx metrics author name ruben s montero rsmontero original redmine issue original date it should accurately aggregate the bytes tx rx it should be consistent across the vm life cycle
0
236,030
18,068,554,248
IssuesEvent
2021-09-20 22:19:11
aaishikdutta/type-speed-test
https://api.github.com/repos/aaishikdutta/type-speed-test
closed
Need Proper Documentation
documentation
Right now the project has the standard CRA documentation which is not ideal. Need a new documentation.
1.0
Need Proper Documentation - Right now the project has the standard CRA documentation which is not ideal. Need a new documentation.
non_test
need proper documentation right now the project has the standard cra documentation which is not ideal need a new documentation
0
113,854
9,666,509,189
IssuesEvent
2019-05-21 11:00:25
tracim/tracim
https://api.github.com/repos/tracim/tracim
closed
cypress test is broken for pdf file since cypress use v3.3
bug frontend test verified
## Bug description & symptom This test `add_file__as_user_spec.js` failed, and this test just verify DropZone (not to test to upload this type of file). ## Diagnostic Something is wrong with cypress 3.3 and POST pdf not work. POST png file works good. Also `commands.js` need improvement. An issue has been ...
1.0
cypress test is broken for pdf file since cypress use v3.3 - ## Bug description & symptom This test `add_file__as_user_spec.js` failed, and this test just verify DropZone (not to test to upload this type of file). ## Diagnostic Something is wrong with cypress 3.3 and POST pdf not work. POST png file works goo...
test
cypress test is broken for pdf file since cypress use bug description symptom this test add file as user spec js failed and this test just verify dropzone not to test to upload this type of file diagnostic something is wrong with cypress and post pdf not work post png file works good...
1
302,563
26,150,884,420
IssuesEvent
2022-12-30 13:24:59
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: schemachange/index/tpcc/w=1000 failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.schemachange/index/tpcc/w=1000 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8138862?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8138862?buildTab=artifacts#/schemacha...
2.0
roachtest: schemachange/index/tpcc/w=1000 failed - roachtest.schemachange/index/tpcc/w=1000 [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8138862?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNi...
test
roachtest schemachange index tpcc w failed roachtest schemachange index tpcc w with on master test artifacts and logs in artifacts schemachange index tpcc w run schemachange go runandlogstmts pq duplicate key value violates unique constraint order o entry d o w id o d id o carrie...
1
195,199
14,707,377,053
IssuesEvent
2021-01-04 21:30:40
microsoft/vscode-python
https://api.github.com/repos/microsoft/vscode-python
closed
No test discovery functionality when using unittest on macOS
P1 area-testing needs spike platform-macOS reason-regression type-bug
The latest insiders build has lost test discover functionality. The bottom window bar has no "run tests" item displayed. No controls are available to discover tests and provide run/debug options in test scripts. This is the second bulld recently with this issue. settings.json ```json { "python.pythonPath...
1.0
No test discovery functionality when using unittest on macOS - The latest insiders build has lost test discover functionality. The bottom window bar has no "run tests" item displayed. No controls are available to discover tests and provide run/debug options in test scripts. This is the second bulld recently with t...
test
no test discovery functionality when using unittest on macos the latest insiders build has lost test discover functionality the bottom window bar has no run tests item displayed no controls are available to discover tests and provide run debug options in test scripts this is the second bulld recently with t...
1
325,288
27,862,785,379
IssuesEvent
2023-03-21 08:05:14
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix arithmetic_operations.test_numpy_mod
NumPy Frontend Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4474723051/jobs/7863472536" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4474723051/jobs/7863472536" rel="noopener nore...
1.0
Fix arithmetic_operations.test_numpy_mod - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4474723051/jobs/7863472536" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/447...
test
fix arithmetic operations test numpy mod tensorflow img src torch img src numpy img src jax img src failed ivy tests test ivy test frontends test numpy test mathematical functions test arithmetic operations py test numpy mod e tensorflow python...
1
343,739
30,686,822,708
IssuesEvent
2023-07-26 12:53:47
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/long·ts - detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type long "is not...
failed-test Team:Detection Engine
A test failed on a tracked branch ``` Error: expected 200 "OK", got 409 "Conflict" at Test._assertStatus (/opt/local-ssd/buildkite/builds/kb-cigroup-6-d7de359376343334/elastic/kibana-hourly/kibana/node_modules/supertest/lib/test.js:268:12) at Test._assertFunction (/opt/local-ssd/buildkite/builds/kb-cigroup-6-d...
1.0
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/exception_operators_data_types/long·ts - detection engine api security and spaces enabled Detection exceptions data types and operators Rule exception operators for data type long "is not...
test
failing test x pack detection engine api integration tests x pack test detection engine api integration security and spaces tests exception operators data types long·ts detection engine api security and spaces enabled detection exceptions data types and operators rule exception operators for data type long is not...
1
12,920
3,295,294,874
IssuesEvent
2015-10-31 20:25:55
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Flake in deployment now
kind/test-flake
``` [INFO] Streaming the logs from a deployment twice... deploymentconfig "failing-dc" created [FAIL] !!!!! Test Failed !!!! ``` https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3843/console @kargakis @ironcladlou is this your changes?
1.0
Flake in deployment now - ``` [INFO] Streaming the logs from a deployment twice... deploymentconfig "failing-dc" created [FAIL] !!!!! Test Failed !!!! ``` https://ci.openshift.redhat.com/jenkins/job/merge_pull_requests_origin/3843/console @kargakis @ironcladlou is this your changes?
test
flake in deployment now streaming the logs from a deployment twice deploymentconfig failing dc created test failed kargakis ironcladlou is this your changes
1
351,458
32,001,437,744
IssuesEvent
2023-09-21 12:32:09
microsoft/vscode-python
https://api.github.com/repos/microsoft/vscode-python
closed
Test discovery doesn't work into container
bug area-testing info-needed triage-needed
Hi there, I used devcontainer for my work but I cannot now, I can discover the tests, but I cannot run it because of incorrect path (as I can assume because debug setup with full path from launch.json works fine) I am using following setting for my devcontainer: ``` "python.testing.pytestEnabled": true, "python....
1.0
Test discovery doesn't work into container - Hi there, I used devcontainer for my work but I cannot now, I can discover the tests, but I cannot run it because of incorrect path (as I can assume because debug setup with full path from launch.json works fine) I am using following setting for my devcontainer: ``` "p...
test
test discovery doesn t work into container hi there i used devcontainer for my work but i cannot now i can discover the tests but i cannot run it because of incorrect path as i can assume because debug setup with full path from launch json works fine i am using following setting for my devcontainer p...
1
179,147
6,621,946,818
IssuesEvent
2017-09-21 21:11:44
missions-me/missions
https://api.github.com/repos/missions-me/missions
opened
Bugs
Priority: Critical Type: Bug
Invalid argument supplied error related to the `$essay->content` attribute. Only getting this error on influencer applications and not testimonies even though they are both `Essay` objects. ![screen shot 2017-09-21 at 11 48 02 am](https://user-images.githubusercontent.com/4267904/30719005-c24260e6-9ed6-11e7-91cb-217...
1.0
Bugs - Invalid argument supplied error related to the `$essay->content` attribute. Only getting this error on influencer applications and not testimonies even though they are both `Essay` objects. ![screen shot 2017-09-21 at 11 48 02 am](https://user-images.githubusercontent.com/4267904/30719005-c24260e6-9ed6-11e7-9...
non_test
bugs invalid argument supplied error related to the essay content attribute only getting this error on influencer applications and not testimonies even though they are both essay objects resolved
0
320,913
27,493,128,677
IssuesEvent
2023-03-04 21:26:58
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Would like to have pana coverage as part of testing for flutter/plugins
a: tests plugin p: tooling P4
Not all of our plugins 100% pass pana (dart package analyzer). Seems like something our flutter/plugins post-commit testing should cover? Currently for example android_alarm_manager doesn't pass: https://pub.dartlang.org/packages/android_alarm_manager#-analysis-tab- (FYI @bkonyi) FYI @cbracken
1.0
Would like to have pana coverage as part of testing for flutter/plugins - Not all of our plugins 100% pass pana (dart package analyzer). Seems like something our flutter/plugins post-commit testing should cover? Currently for example android_alarm_manager doesn't pass: https://pub.dartlang.org/packages/android_ala...
test
would like to have pana coverage as part of testing for flutter plugins not all of our plugins pass pana dart package analyzer seems like something our flutter plugins post commit testing should cover currently for example android alarm manager doesn t pass fyi bkonyi fyi cbracken
1
36,053
7,853,406,150
IssuesEvent
2018-06-20 17:19:15
laurentperrinet/NeuroTools
https://api.github.com/repos/laurentperrinet/NeuroTools
closed
signals: pairwise_pearson_corrcoeff
defect
pairwise_pearson_corrcoeff seems to need at least two different spike trains ... --- ### Imported from Trac ticket:65 **Opened**: 2012-11-15 14:39:01 **Last modified**: 2012-11-15 14:39:01 **Component**: ALL **Priority**: minor **Owner**: None **Reporter**: tpfeil
1.0
signals: pairwise_pearson_corrcoeff - pairwise_pearson_corrcoeff seems to need at least two different spike trains ... --- ### Imported from Trac ticket:65 **Opened**: 2012-11-15 14:39:01 **Last modified**: 2012-11-15 14:39:01 **Component**: ALL **Priority**: minor **Owner**: None **Reporter**: tpfeil
non_test
signals pairwise pearson corrcoeff pairwise pearson corrcoeff seems to need at least two different spike trains imported from trac ticket opened last modified component all priority minor owner none reporter tpfeil
0
281,757
30,888,941,277
IssuesEvent
2023-08-04 02:02:30
nidhi7598/linux-4.1.15_CVE-2019-10220
https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2019-10220
reopened
CVE-2017-17854 (High) detected in linuxlinux-4.4.302
Mend: dependency security vulnerability
## CVE-2017-17854 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.ke...
True
CVE-2017-17854 (High) detected in linuxlinux-4.4.302 - ## CVE-2017-17854 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.4.302</b></p></summary> <p> <p>The Linux Kernel</p...
non_test
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files kernel bpf verif...
0
266,827
23,262,699,656
IssuesEvent
2022-08-04 14:42:11
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Error 12175 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'A security error occurred
area-System.Net.Http test-run-core
In local working fine. But on IIS server we got error : `"Error 12175 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'A security error occurred` ![image](https://user-images.githubusercontent.com/26665896/76513557-7f23db00-647c-11ea-96d6-23cd12165e4b.png)
1.0
Error 12175 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'A security error occurred - In local working fine. But on IIS server we got error : `"Error 12175 calling WINHTTP_CALLBACK_STATUS_REQUEST_ERROR, 'A security error occurred` ![image](https://user-images.githubusercontent.com/26665896/76513557-7f23db00...
test
error calling winhttp callback status request error a security error occurred in local working fine but on iis server we got error error calling winhttp callback status request error a security error occurred
1
10,077
3,086,144,610
IssuesEvent
2015-08-25 00:21:20
popuparchive/pop-up-archive
https://api.github.com/repos/popuparchive/pop-up-archive
closed
Duplicate customers in Stripe
bug half-day high live-in-staging ready-to-deploy ready-to-test
Beyond Bailey's bazillion customer ids, which we already knew about, a good number of new accounts created have duplicate customer ids in Stripe. Hmm...
1.0
Duplicate customers in Stripe - Beyond Bailey's bazillion customer ids, which we already knew about, a good number of new accounts created have duplicate customer ids in Stripe. Hmm...
test
duplicate customers in stripe beyond bailey s bazillion customer ids which we already knew about a good number of new accounts created have duplicate customer ids in stripe hmm
1
420,551
28,289,836,207
IssuesEvent
2023-04-09 03:44:55
AY2223S2-CS2103T-W09-4/tp
https://api.github.com/repos/AY2223S2-CS2103T-W09-4/tp
closed
[PE-D][Tester C] Greater clarification on payroll
priority.Low type.Documentation
Initially, I was very confused with how the payroll field works. I was a bit confused why there must be a separation and the UG wasn't very descriptive on it. The UG also states it can take it any value when negative values don't work. <!--session: 1680244596889-03fe918f-3d32-44a4-897d-927f9e58c550--><!--Version: ...
1.0
[PE-D][Tester C] Greater clarification on payroll - Initially, I was very confused with how the payroll field works. I was a bit confused why there must be a separation and the UG wasn't very descriptive on it. The UG also states it can take it any value when negative values don't work. <!--session: 1680244596889-...
non_test
greater clarification on payroll initially i was very confused with how the payroll field works i was a bit confused why there must be a separation and the ug wasn t very descriptive on it the ug also states it can take it any value when negative values don t work labels severity low ...
0
187,587
14,428,477,712
IssuesEvent
2020-12-06 10:00:40
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
paulstuart/rqlobj: obj_test.go; 3 LoC
fresh test tiny
Found a possible issue in [paulstuart/rqlobj](https://www.github.com/paulstuart/rqlobj) at [obj_test.go](https://github.com/paulstuart/rqlobj/blob/13e7ea350ad85418ba516dcf86a127678b095749/obj_test.go#L296-L298) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only repor...
1.0
paulstuart/rqlobj: obj_test.go; 3 LoC - Found a possible issue in [paulstuart/rqlobj](https://www.github.com/paulstuart/rqlobj) at [obj_test.go](https://github.com/paulstuart/rqlobj/blob/13e7ea350ad85418ba516dcf86a127678b095749/obj_test.go#L296-L298) Below is the message reported by the analyzer for this snippet of c...
test
paulstuart rqlobj obj test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message reference to f is reas...
1
342,888
30,642,726,679
IssuesEvent
2023-07-25 00:12:04
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
closed
Fix jax_numpy_linalg.test_jax_inv
JAX Frontend Sub Task Failing Test
| | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5574012988/jobs/10182065230"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5574012988/jobs/10182065230"><img src=https://img.shields.io/badge/-success-success></a> ...
1.0
Fix jax_numpy_linalg.test_jax_inv - | | | |---|---| |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5574012988/jobs/10182065230"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5574012988/jobs/10182065230"><img src=https://img.shie...
test
fix jax numpy linalg test jax inv numpy a href src jax a href src tensorflow a href src torch a href src paddle a href src
1
300,295
9,206,338,718
IssuesEvent
2019-03-08 13:28:34
openbankingspace/tpp-issues
https://api.github.com/repos/openbankingspace/tpp-issues
closed
RBSG - Client Credentials calls failing & Generalised instability
aspsp:rbsg env:live issue:down priority:critical type:aisp1 type:auth
Most AIS/token calls failing as of 11:08am.
1.0
RBSG - Client Credentials calls failing & Generalised instability - Most AIS/token calls failing as of 11:08am.
non_test
rbsg client credentials calls failing generalised instability most ais token calls failing as of
0
119,584
10,058,641,541
IssuesEvent
2019-07-22 14:19:24
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Tests under: System.ComponentModel.Design.Tests.DesignerOptionServiceTests failed with "Xunit.Sdk.TrueException" & "Xunit.Sdk.EqualException"
area-System.ComponentModel os-windows-uwp test-run-uwp-ilc
Opened on behalf of @Jiayili1 The test `System.ComponentModel.Design.Tests.DesignerOptionServiceTests/DesignerOptionConverterGetPropertiesSupported_Invoke_ReturnsTrue` has failed. Assert.True() Failure\r Expected: True\r Actual: False Stack Trace: at System.ComponentModel.Design.Tests.D...
1.0
Tests under: System.ComponentModel.Design.Tests.DesignerOptionServiceTests failed with "Xunit.Sdk.TrueException" & "Xunit.Sdk.EqualException" - Opened on behalf of @Jiayili1 The test `System.ComponentModel.Design.Tests.DesignerOptionServiceTests/DesignerOptionConverterGetPropertiesSupported_Invoke_ReturnsTrue` has fai...
test
tests under system componentmodel design tests designeroptionservicetests failed with xunit sdk trueexception xunit sdk equalexception opened on behalf of the test system componentmodel design tests designeroptionservicetests designeroptionconvertergetpropertiessupported invoke returnstrue has failed a...
1
293,815
25,324,135,025
IssuesEvent
2022-11-18 07:44:07
Taewoongjung/Doseoro_Java
https://api.github.com/repos/Taewoongjung/Doseoro_Java
closed
GetHomeDisplayingBuyingBooksQueryTest 추가
✅ Test
# Issue:✨FEATURE GetHomeDisplayingBuyingBooksQueryTest 추가
1.0
GetHomeDisplayingBuyingBooksQueryTest 추가 - # Issue:✨FEATURE GetHomeDisplayingBuyingBooksQueryTest 추가
test
gethomedisplayingbuyingbooksquerytest 추가 issue ✨feature gethomedisplayingbuyingbooksquerytest 추가
1
16,351
5,233,694,759
IssuesEvent
2017-01-30 13:43:31
SemsTestOrg/combinearchive-web
https://api.github.com/repos/SemsTestOrg/combinearchive-web
closed
Prevent drag'n'drop under the root element
code defect fixed major migrated
## Trac Ticket #50 **component:** code **owner:** martinP **reporter:** martinP **created:** 2014-08-17 18:04:26 **milestone:** **type:** defect **version:** **keywords:** ## comment 1 **time:** 2014-08-17 18:07:38 **author:** martinP ## comment 2 **time:** 2014-08-17 18:07:38 **author:** martinP Updated **...
1.0
Prevent drag'n'drop under the root element - ## Trac Ticket #50 **component:** code **owner:** martinP **reporter:** martinP **created:** 2014-08-17 18:04:26 **milestone:** **type:** defect **version:** **keywords:** ## comment 1 **time:** 2014-08-17 18:07:38 **author:** martinP ## comment 2 **time:** 2014-0...
non_test
prevent drag n drop under the root element trac ticket component code owner martinp reporter martinp created milestone type defect version keywords comment time author martinp comment time author ...
0
87,820
10,555,935,748
IssuesEvent
2019-10-03 23:36:01
Submitty/Submitty
https://api.github.com/repos/Submitty/Submitty
closed
Automatic deployment of API doc
API documentation / submitty.org
Use Travis or other continuous integration tools to automatically update api.submitty.org I know Matt needs to test the deployment process several times before setting it up. Just file an issue here to avoid forgetting.
1.0
Automatic deployment of API doc - Use Travis or other continuous integration tools to automatically update api.submitty.org I know Matt needs to test the deployment process several times before setting it up. Just file an issue here to avoid forgetting.
non_test
automatic deployment of api doc use travis or other continuous integration tools to automatically update api submitty org i know matt needs to test the deployment process several times before setting it up just file an issue here to avoid forgetting
0
98,475
29,927,089,050
IssuesEvent
2023-06-22 06:43:00
mercedes-benz/sechub
https://api.github.com/repos/mercedes-benz/sechub
closed
Jenkins build fails `continous-integration-multibranch-pipeline.jenkins`
bug build
## Problem Currently the Jenkins build of `continous-integration-multibranch-pipeline.jenkins` fails at the `integrationtest` stage. The PDS is started, but then the start of SecHub server fails because of an already used port. How to reproduce locally: ```bash export MANAGEMENT_SERVER_PORT=10299 ./gradlew inte...
1.0
Jenkins build fails `continous-integration-multibranch-pipeline.jenkins` - ## Problem Currently the Jenkins build of `continous-integration-multibranch-pipeline.jenkins` fails at the `integrationtest` stage. The PDS is started, but then the start of SecHub server fails because of an already used port. How to repro...
non_test
jenkins build fails continous integration multibranch pipeline jenkins problem currently the jenkins build of continous integration multibranch pipeline jenkins fails at the integrationtest stage the pds is started but then the start of sechub server fails because of an already used port how to repro...
0
140,482
21,103,840,997
IssuesEvent
2022-04-04 16:44:55
asyncapi/optimizer
https://api.github.com/repos/asyncapi/optimizer
closed
Update README with new logo banner
enhancement good first issue area/design
#### Reason/Context This is to replace the old AsyncAPI logo in this repo's README with the banner attached below that represents the new branding. **Here are a few guidelines for this change as well:** 1. Make sure you are using [Markdown syntax](https://docs.github.com/en/get-started/writing-on-github/getting-st...
1.0
Update README with new logo banner - #### Reason/Context This is to replace the old AsyncAPI logo in this repo's README with the banner attached below that represents the new branding. **Here are a few guidelines for this change as well:** 1. Make sure you are using [Markdown syntax](https://docs.github.com/en/get...
non_test
update readme with new logo banner reason context this is to replace the old asyncapi logo in this repo s readme with the banner attached below that represents the new branding here are a few guidelines for this change as well make sure you are using only be sure to remove the old logo as w...
0
58,918
6,623,605,994
IssuesEvent
2017-09-22 08:01:30
healthlocker/healthlocker
https://api.github.com/repos/healthlocker/healthlocker
closed
Error on date when connecting as carer
bug please-test T2h
**On both staging and live** I tried to connect as a carer (using wrong details as I don't have correct ones!) and after I hit submit it: 1. reversed the order of the DOB 2. added an odd entry to the DOB field FYI, I typed in 12/03/1983 ![screenshot 2017-09-20 15 34 51](https://user-images.githubusercont...
1.0
Error on date when connecting as carer - **On both staging and live** I tried to connect as a carer (using wrong details as I don't have correct ones!) and after I hit submit it: 1. reversed the order of the DOB 2. added an odd entry to the DOB field FYI, I typed in 12/03/1983 ![screenshot 2017-09-20 15 ...
test
error on date when connecting as carer on both staging and live i tried to connect as a carer using wrong details as i don t have correct ones and after i hit submit it reversed the order of the dob added an odd entry to the dob field fyi i typed in
1
277,127
30,610,508,141
IssuesEvent
2023-07-23 14:49:44
liorzilberg/swagger-parser
https://api.github.com/repos/liorzilberg/swagger-parser
reopened
CVE-2020-15250 (Medium) detected in junit-4.8.1.jar
Mend: dependency security vulnerability
## CVE-2020-15250 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>junit-4.8.1.jar</b></p></summary> <p>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. I...
True
CVE-2020-15250 (Medium) detected in junit-4.8.1.jar - ## CVE-2020-15250 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>junit-4.8.1.jar</b></p></summary> <p>JUnit is a regression tes...
non_test
cve medium detected in junit jar cve medium severity vulnerability vulnerable library junit jar junit is a regression testing framework written by erich gamma and kent beck it is used by the developer who implements unit tests in java library home page a href path to v...
0
142,583
11,487,420,978
IssuesEvent
2020-02-11 11:55:33
DigitalCampus/django-oppia
https://api.github.com/repos/DigitalCampus/django-oppia
closed
Consistency of: PermissionDenied, Unauthorised and redirect to login
est-8-hours refectoring/review testing
We're using these 3 different
1.0
Consistency of: PermissionDenied, Unauthorised and redirect to login - We're using these 3 different
test
consistency of permissiondenied unauthorised and redirect to login we re using these different
1
220,643
17,213,474,070
IssuesEvent
2021-07-19 08:31:01
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: Firefox UI Functional Tests.test/functional/apps/visualize/_tsvb_chart·ts - visualize app visual builder switch index patterns should be able to switch using text mode selection
Team:KibanaApp failed-test
A test failed on a tracked branch ``` Error: retry.tryForTime timeout: ElementNotInteractableError: Element <input class="euiFieldText euiFieldText--inGroup" type="text"> is not reachable by keyboard at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:550:15) at parseHttpResponse (node_mo...
1.0
Failing test: Firefox UI Functional Tests.test/functional/apps/visualize/_tsvb_chart·ts - visualize app visual builder switch index patterns should be able to switch using text mode selection - A test failed on a tracked branch ``` Error: retry.tryForTime timeout: ElementNotInteractableError: Element <input class="eu...
test
failing test firefox ui functional tests test functional apps visualize tsvb chart·ts visualize app visual builder switch index patterns should be able to switch using text mode selection a test failed on a tracked branch error retry tryfortime timeout elementnotinteractableerror element is not reachab...
1
11,934
9,533,342,477
IssuesEvent
2019-04-29 21:01:19
Microsoft/MixedRealityToolkit-Unity
https://api.github.com/repos/Microsoft/MixedRealityToolkit-Unity
closed
Proposal: Create a core camera management service which can be disabled / configured to work with AR
3 - Working Feature Request Services
## Describe the problem The MRTK exercises a great deal of control over the main camera. This can lead to problems when using ARKit / ARCore / ARFoundation. ## Describe the solution you'd like A camera management service should be written. The default service should mimic the toolkit's current functionality. A...
1.0
Proposal: Create a core camera management service which can be disabled / configured to work with AR - ## Describe the problem The MRTK exercises a great deal of control over the main camera. This can lead to problems when using ARKit / ARCore / ARFoundation. ## Describe the solution you'd like A camera manage...
non_test
proposal create a core camera management service which can be disabled configured to work with ar describe the problem the mrtk exercises a great deal of control over the main camera this can lead to problems when using arkit arcore arfoundation describe the solution you d like a camera manage...
0
210,091
16,086,689,428
IssuesEvent
2021-04-26 12:10:20
jeremyjia/Games
https://api.github.com/repos/jeremyjia/Games
closed
release Test:
mvn release test
- [x] git checkout master - [x] mvn clean install -DskipTests - [x] java -jar pbz-demo-0.0.1-SNAPSHOT.jar - [x] curl http://localhost:8080/pbz-demo-0.0.1-SNAPSHOT.jar -o r.jar - [x] draft a new release for this repo( upload r.jar)
1.0
release Test: - - [x] git checkout master - [x] mvn clean install -DskipTests - [x] java -jar pbz-demo-0.0.1-SNAPSHOT.jar - [x] curl http://localhost:8080/pbz-demo-0.0.1-SNAPSHOT.jar -o r.jar - [x] draft a new release for this repo( upload r.jar)
test
release test git checkout master mvn clean install dskiptests java jar pbz demo snapshot jar curl o r jar draft a new release for this repo upload r jar
1
241,684
20,156,316,044
IssuesEvent
2022-02-09 16:46:17
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
opened
Test: allow to navigate in navigation locations
testplan-item
Refs: https://github.com/microsoft/vscode/issues/27112 - [ ] anyOS - [ ] anyOS Complexity: 3 --- We always provided methods to navigate through editor locations via "Go Back" and "Go Forward". These locations are being put on stack based on changing editors and changing text selection (i.e. moving the curs...
1.0
Test: allow to navigate in navigation locations - Refs: https://github.com/microsoft/vscode/issues/27112 - [ ] anyOS - [ ] anyOS Complexity: 3 --- We always provided methods to navigate through editor locations via "Go Back" and "Go Forward". These locations are being put on stack based on changing editors...
test
test allow to navigate in navigation locations refs anyos anyos complexity we always provided methods to navigate through editor locations via go back and go forward these locations are being put on stack based on changing editors and changing text selection i e moving the curso...
1
23,258
6,402,574,617
IssuesEvent
2017-08-06 10:57:39
oppia/oppia
https://api.github.com/repos/oppia/oppia
closed
code refactor: remove code for publicize and unpublish from ExplorationStatusHandler
loc: frontend owner: @BenHenning TODO: code type: infrastructure
makePublic and makePublicized function are implemented in frontend to manage the publish/publicized status for an exploration. They are called only for publishing and unpublicizing the exploration as unpublishing and publicizing are dealt in ExplorationModeratorRightsHandler. Refactor those to reflect this.
1.0
code refactor: remove code for publicize and unpublish from ExplorationStatusHandler - makePublic and makePublicized function are implemented in frontend to manage the publish/publicized status for an exploration. They are called only for publishing and unpublicizing the exploration as unpublishing and publicizing are ...
non_test
code refactor remove code for publicize and unpublish from explorationstatushandler makepublic and makepublicized function are implemented in frontend to manage the publish publicized status for an exploration they are called only for publishing and unpublicizing the exploration as unpublishing and publicizing are ...
0
216,457
16,764,586,179
IssuesEvent
2021-06-14 07:07:33
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
opened
pull-kubernetes-node-kubelet-serial-crio-cgroupv2 failing
kind/failing-test
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: `pull-kubernetes-node-kubelet-serial-crio-cgroupv2` #### Which test(s) are failing: The job fails to even initialize when ran using cgroup v2 #### Since when ha...
1.0
pull-kubernetes-node-kubelet-serial-crio-cgroupv2 failing - <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: `pull-kubernetes-node-kubelet-serial-crio-cgroupv2` #### Which test(s) are failing: The job fails to ev...
test
pull kubernetes node kubelet serial crio failing which jobs are failing pull kubernetes node kubelet serial crio which test s are failing the job fails to even initialize when ran using cgroup since when has it been failing ever since it was introduced testgrid link ...
1
203,406
15,365,754,714
IssuesEvent
2021-03-02 00:13:28
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_threat_matching·ts - detection engine api security and spaces enabled create_threat_matching tests with auditbeat data indicator enrichment generates multiple signals with multiple ...
failed-test
A test failed on a tracked branch ``` Error: expected [ { indicator: [ [Object] ] }, { indicator: [ [Object], [Object], [Object] ] } ] to sort of equal [ { indicator: [ [Object] ] }, { indicator: [ [Object], [Object], [Object] ] } ] at Assertion.assert (/dev/shm/workspace/parallel/23/kibana/packages/kbn-expect...
1.0
Failing test: X-Pack Detection Engine API Integration Tests.x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_threat_matching·ts - detection engine api security and spaces enabled create_threat_matching tests with auditbeat data indicator enrichment generates multiple signals with multiple ...
test
failing test x pack detection engine api integration tests x pack test detection engine api integration security and spaces tests create threat matching·ts detection engine api security and spaces enabled create threat matching tests with auditbeat data indicator enrichment generates multiple signals with multiple ...
1
204,084
15,398,847,603
IssuesEvent
2021-03-04 00:54:41
envoyproxy/envoy-mobile
https://api.github.com/repos/envoyproxy/envoy-mobile
opened
swift/kotlin: create typed configs for direct responses
area/testing no stalebot platform/android platform/ios
Create platform-level typed configurations that allow for direct responses to be specified by end consumers. This removes the need for consumers to require custom YAML configurations when starting Envoy Mobile if they wish to use direct responses. Note that this should also provide the ability to specify a local err...
1.0
swift/kotlin: create typed configs for direct responses - Create platform-level typed configurations that allow for direct responses to be specified by end consumers. This removes the need for consumers to require custom YAML configurations when starting Envoy Mobile if they wish to use direct responses. Note that t...
test
swift kotlin create typed configs for direct responses create platform level typed configurations that allow for direct responses to be specified by end consumers this removes the need for consumers to require custom yaml configurations when starting envoy mobile if they wish to use direct responses note that t...
1
113,850
24,499,874,478
IssuesEvent
2022-10-10 11:55:44
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Quick save now throws an error.
Bug Code
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? After the update, when I try to use quick save in the submarine editor I get an error. ![Screen Shot 2022-10-06 at 8 26 57 PM](https://user-images.git...
1.0
Quick save now throws an error. - ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? After the update, when I try to use quick save in the submarine editor I get an error. ![Screen Shot 2022-10-06 at 8...
non_test
quick save now throws an error disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened after the update when i try to use quick save in the submarine editor i get an error reproduction steps ...
0
252,199
21,562,541,282
IssuesEvent
2022-05-01 11:34:55
Arquisoft/dede_es1c
https://api.github.com/repos/Arquisoft/dede_es1c
closed
Test aceptación: Ver detalles de un juego
webapp test
Hacer un test de aceptacion para el caso de un usario accediendo a la pantalla de detalles de un juego especifico
1.0
Test aceptación: Ver detalles de un juego - Hacer un test de aceptacion para el caso de un usario accediendo a la pantalla de detalles de un juego especifico
test
test aceptación ver detalles de un juego hacer un test de aceptacion para el caso de un usario accediendo a la pantalla de detalles de un juego especifico
1
238,281
19,707,726,781
IssuesEvent
2022-01-13 00:34:40
istio/test-infra
https://api.github.com/repos/istio/test-infra
closed
Prow fails to deploy on kubernetes v1.22
test-infra kind/oncall-hotlist
https://prow.istio.io/view/gs/istio-prow/logs/deploy-prow_test-infra_postsubmit/1476675038076735488 ``` Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress ingress.extensions/tls-ing configured error: error retrieving RESTMappings to prune: invalid ...
1.0
Prow fails to deploy on kubernetes v1.22 - https://prow.istio.io/view/gs/istio-prow/logs/deploy-prow_test-infra_postsubmit/1476675038076735488 ``` Warning: extensions/v1beta1 Ingress is deprecated in v1.14+, unavailable in v1.22+; use networking.k8s.io/v1 Ingress ingress.extensions/tls-ing configured error: erro...
test
prow fails to deploy on kubernetes warning extensions ingress is deprecated in unavailable in use networking io ingress ingress extensions tls ing configured error error retrieving restmappings to prune invalid resource batch kind cronjob namespaced true no matches for kind ...
1
238,137
18,234,696,645
IssuesEvent
2021-10-01 04:37:56
seajell/seajell
https://api.github.com/repos/seajell/seajell
closed
Add the The SeaJell Contributors to README and main website license notice
documentation
Add The SeaJell Contributors to the README file and the main website license notice from > License > Copyright (c) Muhammad Hanis Irfan bin Mohd Zaid > > This system/project is licensed under GNU GPLv3. Each contributions to this system will be licensed under the same terms. To > License > Copyright (c) ...
1.0
Add the The SeaJell Contributors to README and main website license notice - Add The SeaJell Contributors to the README file and the main website license notice from > License > Copyright (c) Muhammad Hanis Irfan bin Mohd Zaid > > This system/project is licensed under GNU GPLv3. Each contributions to this system...
non_test
add the the seajell contributors to readme and main website license notice add the seajell contributors to the readme file and the main website license notice from license copyright c muhammad hanis irfan bin mohd zaid this system project is licensed under gnu each contributions to this system wil...
0
187,567
14,428,279,330
IssuesEvent
2020-12-06 09:00:40
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
jw-s/redis-operator: vendor/k8s.io/kubernetes/pkg/controller/job/job_controller_test.go; 3 LoC
fresh test tiny vendored
Found a possible issue in [jw-s/redis-operator](https://www.github.com/jw-s/redis-operator) at [vendor/k8s.io/kubernetes/pkg/controller/job/job_controller_test.go](https://github.com/jw-s/redis-operator/blob/cb4c79d34e2f7c51b122d640e8c737566647ae19/vendor/k8s.io/kubernetes/pkg/controller/job/job_controller_test.go#L12...
1.0
jw-s/redis-operator: vendor/k8s.io/kubernetes/pkg/controller/job/job_controller_test.go; 3 LoC - Found a possible issue in [jw-s/redis-operator](https://www.github.com/jw-s/redis-operator) at [vendor/k8s.io/kubernetes/pkg/controller/job/job_controller_test.go](https://github.com/jw-s/redis-operator/blob/cb4c79d34e2f7c...
test
jw s redis operator vendor io kubernetes pkg controller job job controller test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the c...
1
107,274
13,448,865,349
IssuesEvent
2020-09-08 16:02:30
COVID19Tracking/website
https://api.github.com/repos/COVID19Tracking/website
closed
Shrink blog categories size
DESIGN good first issue
Let's add a wrapper div to the blog categories so the purple doesn't span the _entire_ column. ![image](https://user-images.githubusercontent.com/18607205/92059406-5bb45b80-ed4e-11ea-935d-1e11ab2dcf51.png)
1.0
Shrink blog categories size - Let's add a wrapper div to the blog categories so the purple doesn't span the _entire_ column. ![image](https://user-images.githubusercontent.com/18607205/92059406-5bb45b80-ed4e-11ea-935d-1e11ab2dcf51.png)
non_test
shrink blog categories size let s add a wrapper div to the blog categories so the purple doesn t span the entire column
0
109,770
9,413,666,605
IssuesEvent
2019-04-10 08:22:49
enonic/app-contentstudio
https://api.github.com/repos/enonic/app-contentstudio
opened
Add test to verify issue#335
Test
https://github.com/enonic/app-contentstudio/issues/335 Site Wizard Context panel - versions widget closes after rollback a version #335
1.0
Add test to verify issue#335 - https://github.com/enonic/app-contentstudio/issues/335 Site Wizard Context panel - versions widget closes after rollback a version #335
test
add test to verify issue site wizard context panel versions widget closes after rollback a version
1
313,411
23,472,852,619
IssuesEvent
2022-08-17 00:49:03
CivicActions/FE-resource-library
https://api.github.com/repos/CivicActions/FE-resource-library
closed
Install accessibility add-on to Storybook
documentation enhancement
See: https://storybook.js.org/addons/@storybook/addon-a11y/ - Add package and complete initial setup - If necessary, include a page under the documentation section with supporting information/requirements
1.0
Install accessibility add-on to Storybook - See: https://storybook.js.org/addons/@storybook/addon-a11y/ - Add package and complete initial setup - If necessary, include a page under the documentation section with supporting information/requirements
non_test
install accessibility add on to storybook see add package and complete initial setup if necessary include a page under the documentation section with supporting information requirements
0
189,063
15,176,957,875
IssuesEvent
2021-02-14 08:35:16
omniauth/omniauth-identity
https://api.github.com/repos/omniauth/omniauth-identity
closed
Unable to use this with Sequel ORM
documentation
I'm attempting to use Omniauth-Identity with a project utilizing the Sequel ORM. Other Omniauth implementations are working fine, but when adding the Identity login, I get stuck with a constant error: `undefined method 'auth_key' for Identity:Class` in `/gems/omniauth-identity-1.1.1/lib/omniauth/strategies/identity.rb:...
1.0
Unable to use this with Sequel ORM - I'm attempting to use Omniauth-Identity with a project utilizing the Sequel ORM. Other Omniauth implementations are working fine, but when adding the Identity login, I get stuck with a constant error: `undefined method 'auth_key' for Identity:Class` in `/gems/omniauth-identity-1.1.1...
non_test
unable to use this with sequel orm i m attempting to use omniauth identity with a project utilizing the sequel orm other omniauth implementations are working fine but when adding the identity login i get stuck with a constant error undefined method auth key for identity class in gems omniauth identity ...
0
156,100
12,295,155,788
IssuesEvent
2020-05-11 02:56:32
itwangxiang/docs.bookey
https://api.github.com/repos/itwangxiang/docs.bookey
closed
Test - 分享推荐
test
# 测试用例 ## 测试 Case ### 推荐人 - 分享推荐给好友 1. 活动有效期内分享 1. 推荐人数未满 10 人 1. 推荐人数满 10 人 1. 活动有效期外分享 ### 被推荐人 - 点击分享链接后 1. 首次注册登陆 1. 非首次注册登陆 ## 测试结果 ### 非订阅 - [x] 推荐人 `1-i` 、被推荐人 `1` => (+ 20 天 / + 10 天) - [x] 推荐人 `1-i` 、被推荐人 `2` => (+ 0 天 / + 0 天) - [ ] 推荐人 `1-ii` 、被推荐人 `1` => (+ 0 天 / + 1...
1.0
Test - 分享推荐 - # 测试用例 ## 测试 Case ### 推荐人 - 分享推荐给好友 1. 活动有效期内分享 1. 推荐人数未满 10 人 1. 推荐人数满 10 人 1. 活动有效期外分享 ### 被推荐人 - 点击分享链接后 1. 首次注册登陆 1. 非首次注册登陆 ## 测试结果 ### 非订阅 - [x] 推荐人 `1-i` 、被推荐人 `1` => (+ 20 天 / + 10 天) - [x] 推荐人 `1-i` 、被推荐人 `2` => (+ 0 天 / + 0 天) - [ ] 推荐人 `1-ii` 、被推荐人 `1` =...
test
test 分享推荐 测试用例 测试 case 推荐人 分享推荐给好友 活动有效期内分享 推荐人数未满 人 推荐人数满 人 活动有效期外分享 被推荐人 点击分享链接后 首次注册登陆 非首次注册登陆 测试结果 非订阅 推荐人 i 、被推荐人 ( 天 天) 推荐人 i 、被推荐人 ( 天 天) 推荐人 ii 、被推荐人 ( 天 ...
1
16,484
6,206,810,693
IssuesEvent
2017-07-06 19:17:48
docker/compose
https://api.github.com/repos/docker/compose
closed
Support build --network
area/build kind/feature kind/parity
`docker build` supports `--network` option (note, this is different from `docker run`'s `--net` option). Request extending docker-compose yaml spec to include the following: ```yaml build: context: . network: host ``` Thanks.
1.0
Support build --network - `docker build` supports `--network` option (note, this is different from `docker run`'s `--net` option). Request extending docker-compose yaml spec to include the following: ```yaml build: context: . network: host ``` Thanks.
non_test
support build network docker build supports network option note this is different from docker run s net option request extending docker compose yaml spec to include the following yaml build context network host thanks
0
75,937
9,360,600,266
IssuesEvent
2019-04-02 09:47:19
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[APM] User action telemetry implementation
:apm [zube]: In Design design
# Summary Kibana gains user action telemetry API to track user actions such as button click and other actions. We should look into implementing a first round of actions in order to get better data on our UI usage. #### Links Related implementation in Index Management https://github.com/elastic/kibana/pull/3259...
2.0
[APM] User action telemetry implementation - # Summary Kibana gains user action telemetry API to track user actions such as button click and other actions. We should look into implementing a first round of actions in order to get better data on our UI usage. #### Links Related implementation in Index Managemen...
non_test
user action telemetry implementation summary kibana gains user action telemetry api to track user actions such as button click and other actions we should look into implementing a first round of actions in order to get better data on our ui usage links related implementation in index management ...
0
155,386
12,248,254,989
IssuesEvent
2020-05-05 17:11:07
VOREStation/VOREStation
https://api.github.com/repos/VOREStation/VOREStation
closed
Trying to put items into your backpack counts as an attack
Task: Needs Testing Type: Bug
#### Brief description of the bug I think everybody is probably sick of activating a BS harpoon or cutting their hands on glass because they "hit" their backpack, right? This bug has gotta go. #### What you expected to happen I'd place the item into my bag. #### What actually happened It registers as an attack...
1.0
Trying to put items into your backpack counts as an attack - #### Brief description of the bug I think everybody is probably sick of activating a BS harpoon or cutting their hands on glass because they "hit" their backpack, right? This bug has gotta go. #### What you expected to happen I'd place the item into my b...
test
trying to put items into your backpack counts as an attack brief description of the bug i think everybody is probably sick of activating a bs harpoon or cutting their hands on glass because they hit their backpack right this bug has gotta go what you expected to happen i d place the item into my b...
1
608,245
18,819,761,025
IssuesEvent
2021-11-10 06:31:48
StrawHats12/CS3219_strawhats
https://api.github.com/repos/StrawHats12/CS3219_strawhats
closed
Integration Test
priority.low
Add Component or Integration Tests for Service @samuelfangjw , @rtshkmr , @minzzelo , @kormingsoon
1.0
Integration Test - Add Component or Integration Tests for Service @samuelfangjw , @rtshkmr , @minzzelo , @kormingsoon
non_test
integration test add component or integration tests for service samuelfangjw rtshkmr minzzelo kormingsoon
0
327,037
28,038,809,496
IssuesEvent
2023-03-28 16:53:33
paradigmxyz/reth
https://api.github.com/repos/paradigmxyz/reth
opened
Improve network with txpool test coverage
C-enhancement A-tx-pool C-test A-networking
### Describe the feature https://github.com/paradigmxyz/reth/pull/1901 surfaced several bugs in the network <-> pool integration that went unnoticed until #2004 to catch these, test coverage with installed txpool service needs to be improved ## TODO * add new `network` integration tests with txpool task * en...
1.0
Improve network with txpool test coverage - ### Describe the feature https://github.com/paradigmxyz/reth/pull/1901 surfaced several bugs in the network <-> pool integration that went unnoticed until #2004 to catch these, test coverage with installed txpool service needs to be improved ## TODO * add new `netwo...
test
improve network with txpool test coverage describe the feature surfaced several bugs in the network pool integration that went unnoticed until to catch these test coverage with installed txpool service needs to be improved todo add new network integration tests with txpool task ensure ...
1
164,363
12,800,279,844
IssuesEvent
2020-07-02 16:48:04
NCAR/METplus
https://api.github.com/repos/NCAR/METplus
closed
Setup new location to house INPUT DATA for testing
component: testing priority: medium requestor: NCAR type: task
## Describe the Task ## Currently the required input data to run the automated tests in Travis CI is pulling down the test data from the v3.0 release assets ( attachments ). https://github.com/NCAR/METplus/releases/tag/v3.0 **IMMEDIATE TERM**: 🚀 - [ ] DETERMINE if Google Drive can Be used to meet the requir...
1.0
Setup new location to house INPUT DATA for testing - ## Describe the Task ## Currently the required input data to run the automated tests in Travis CI is pulling down the test data from the v3.0 release assets ( attachments ). https://github.com/NCAR/METplus/releases/tag/v3.0 **IMMEDIATE TERM**: 🚀 - [ ] DET...
test
setup new location to house input data for testing describe the task currently the required input data to run the automated tests in travis ci is pulling down the test data from the release assets attachments immediate term 🚀 determine if google drive can be used to meet the requ...
1
358,503
25,194,799,583
IssuesEvent
2022-11-12 11:16:36
LefterisXris/CodeTour
https://api.github.com/repos/LefterisXris/CodeTour
closed
Sample Tour (in-memory ?) when no Tour is available
documentation feature good first issue
On new installations (when a user installs the Plugin) it would be nice to have a default demo/sample Tour, in order to help the user understand the functionality of the Plugin and also to take some ideas for their tours
1.0
Sample Tour (in-memory ?) when no Tour is available - On new installations (when a user installs the Plugin) it would be nice to have a default demo/sample Tour, in order to help the user understand the functionality of the Plugin and also to take some ideas for their tours
non_test
sample tour in memory when no tour is available on new installations when a user installs the plugin it would be nice to have a default demo sample tour in order to help the user understand the functionality of the plugin and also to take some ideas for their tours
0
148,789
19,547,676,784
IssuesEvent
2022-01-02 06:30:24
ghc-dev/Kenneth-Smith
https://api.github.com/repos/ghc-dev/Kenneth-Smith
opened
CVE-2020-9488 (Low) detected in log4j-core-2.8.2.jar
security vulnerability
## CVE-2020-9488 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.8.2.jar</b></p></summary> <p>The Apache Log4j Implementation</p> <p>Library home page: <a href="https://log...
True
CVE-2020-9488 (Low) detected in log4j-core-2.8.2.jar - ## CVE-2020-9488 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-core-2.8.2.jar</b></p></summary> <p>The Apache Log4j Implem...
non_test
cve low detected in core jar cve low severity vulnerability vulnerable library core jar the apache implementation library home page a href path to dependency file pom xml path to vulnerable library ository org apache logging core core jar ...
0
61,128
6,726,206,454
IssuesEvent
2017-10-17 09:04:17
fallen261/SDI
https://api.github.com/repos/fallen261/SDI
closed
Define value-returning function
Coding Testing
Write the definition of a value-returning function that inputs data into a variable of type **tourType**.
1.0
Define value-returning function - Write the definition of a value-returning function that inputs data into a variable of type **tourType**.
test
define value returning function write the definition of a value returning function that inputs data into a variable of type tourtype
1
77,968
9,647,478,438
IssuesEvent
2019-05-17 14:02:21
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
SceneGraph's QueryObject has a neutered copy contructor
priority: low team: dynamics type: bug type: design
**Background:** QueryObject is somewhat of a misfit in the System Framework architecture. It is required to reside in a SceneGraph output port, yet is not actually a _value_, but rather an _interface_ into SG's context that permits a wide variety of "live" queries to be performed. To make it an actual value would requi...
1.0
SceneGraph's QueryObject has a neutered copy contructor - **Background:** QueryObject is somewhat of a misfit in the System Framework architecture. It is required to reside in a SceneGraph output port, yet is not actually a _value_, but rather an _interface_ into SG's context that permits a wide variety of "live" queri...
non_test
scenegraph s queryobject has a neutered copy contructor background queryobject is somewhat of a misfit in the system framework architecture it is required to reside in a scenegraph output port yet is not actually a value but rather an interface into sg s context that permits a wide variety of live queri...
0
251,188
21,444,523,609
IssuesEvent
2022-04-25 03:52:05
CarterGibbs1/CS321-001-s22-team-04
https://api.github.com/repos/CarterGibbs1/CS321-001-s22-team-04
closed
Refactor BNode.java to Meet Project Requirements (Tested)
enhancement Testing
Refactor the current BNode.java class to function identically to the project requirements [BNode.java](../blob/master/src/main/java/cs321/btree/BNode.java). Requirements include: minimizing metadata, using addresses instead of pointers, creating a new testing BNode class that functions without using a RAF, and inco...
1.0
Refactor BNode.java to Meet Project Requirements (Tested) - Refactor the current BNode.java class to function identically to the project requirements [BNode.java](../blob/master/src/main/java/cs321/btree/BNode.java). Requirements include: minimizing metadata, using addresses instead of pointers, creating a new test...
test
refactor bnode java to meet project requirements tested refactor the current bnode java class to function identically to the project requirements blob master src main java btree bnode java requirements include minimizing metadata using addresses instead of pointers creating a new testing bnode class...
1
19,726
10,511,121,197
IssuesEvent
2019-09-27 14:48:26
symfony/symfony
https://api.github.com/repos/symfony/symfony
closed
[HTTP foundation] performances of Request->getHost()
HttpFoundation Performance
**Description** As I'm writing a multi-domain application, I'm heavily relying on `Request->getHost()` method, and I noticed that the result is not cached; every time the method is called we have some array searches, two `preg_replace()`, at least one `array_count()`, and one to three `ServerBag->get()`. I think the...
True
[HTTP foundation] performances of Request->getHost() - **Description** As I'm writing a multi-domain application, I'm heavily relying on `Request->getHost()` method, and I noticed that the result is not cached; every time the method is called we have some array searches, two `preg_replace()`, at least one `array_cou...
non_test
performances of request gethost description as i m writing a multi domain application i m heavily relying on request gethost method and i noticed that the result is not cached every time the method is called we have some array searches two preg replace at least one array count and one t...
0
58,620
7,166,062,999
IssuesEvent
2018-01-29 16:09:53
wordpress-mobile/WordPress-iOS
https://api.github.com/repos/wordpress-mobile/WordPress-iOS
closed
Better error message when trying to follow a site which has already been followed.
Low Hanging Fruit Reader [Status] Needs Design Review [Type] Enhancement
### Expected behavior Unobtrusive alert saying that a site has already been followed. ### Actual behavior Scary modal error message. ### Steps to reproduce the behavior Try to follow a site that has already been followed. ##### Tested on [device], iOS [version], WPiOS [version] iOS, current. Reported by...
1.0
Better error message when trying to follow a site which has already been followed. - ### Expected behavior Unobtrusive alert saying that a site has already been followed. ### Actual behavior Scary modal error message. ### Steps to reproduce the behavior Try to follow a site that has already been followed. #...
non_test
better error message when trying to follow a site which has already been followed expected behavior unobtrusive alert saying that a site has already been followed actual behavior scary modal error message steps to reproduce the behavior try to follow a site that has already been followed ...
0
109,229
16,834,901,479
IssuesEvent
2021-06-18 10:38:20
eclipse/kapua
https://api.github.com/repos/eclipse/kapua
closed
MFA: the encrypted `mfaSecretKey` should be removed when returned with a GET REST API
Enhancement Security rest-api
**Is your feature request related to a problem? Please describe.** The `MfaOption` object also contains the encrypted `mfaSecretKey`. This is used in the authentication of the second factor in the `UserPassCredentialsMatcher`. However, the encrypted `mfaSecretKey` is also returned with a GET REST API (more precisely, ...
True
MFA: the encrypted `mfaSecretKey` should be removed when returned with a GET REST API - **Is your feature request related to a problem? Please describe.** The `MfaOption` object also contains the encrypted `mfaSecretKey`. This is used in the authentication of the second factor in the `UserPassCredentialsMatcher`. Howe...
non_test
mfa the encrypted mfasecretkey should be removed when returned with a get rest api is your feature request related to a problem please describe the mfaoption object also contains the encrypted mfasecretkey this is used in the authentication of the second factor in the userpasscredentialsmatcher howe...
0
19,081
26,496,857,395
IssuesEvent
2023-01-18 06:49:30
Automattic/woocommerce-subscriptions-core
https://api.github.com/repos/Automattic/woocommerce-subscriptions-core
opened
Replace DB query in `WCS_Admin_System_Status::get_subscriptions_by_gateway()` to support HPOS
type: bug compatibility: HPOS category: projects
## Describe the bug <!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. --> The `WCS_Admin_System_Status::get_subscriptions_by_gateway()` function uses a call to `$wpdb->get_results(` that will not work with HPOS-enabled stores. Th...
True
Replace DB query in `WCS_Admin_System_Status::get_subscriptions_by_gateway()` to support HPOS - ## Describe the bug <!-- A clear and concise description of what the bug is. Please be as descriptive as possible, and include screenshots to illustrate. --> The `WCS_Admin_System_Status::get_subscriptions_by_gateway()` ...
non_test
replace db query in wcs admin system status get subscriptions by gateway to support hpos describe the bug the wcs admin system status get subscriptions by gateway function uses a call to wpdb get results that will not work with hpos enabled stores this results in incorrect missing results ...
0
33,063
4,805,236,694
IssuesEvent
2016-11-02 15:34:34
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
GenerateMethodTests.GenerateConversionTest.TestEquivalenceKey fails on features/local-functions branch
Area-IDE Test
The test appears to be checking for a generate-method fix in a class that only provides fixes for conversions.
1.0
GenerateMethodTests.GenerateConversionTest.TestEquivalenceKey fails on features/local-functions branch - The test appears to be checking for a generate-method fix in a class that only provides fixes for conversions.
test
generatemethodtests generateconversiontest testequivalencekey fails on features local functions branch the test appears to be checking for a generate method fix in a class that only provides fixes for conversions
1
52,339
3,022,648,100
IssuesEvent
2015-07-31 21:41:42
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
closed
request term "name"
imported Priority-Medium Type-Term
_From [hoga...@gmail.com](https://code.google.com/u/104091731204665467144/) on June 18, 2011 10:50:52_ Please indicate the label for the new term written name Please provide a textual definition A textual entity that denotes a particular in reality. Please add an example of usage for that term "Bill Clinton", "United ...
1.0
request term "name" - _From [hoga...@gmail.com](https://code.google.com/u/104091731204665467144/) on June 18, 2011 10:50:52_ Please indicate the label for the new term written name Please provide a textual definition A textual entity that denotes a particular in reality. Please add an example of usage for that term "B...
non_test
request term name from on june please indicate the label for the new term written name please provide a textual definition a textual entity that denotes a particular in reality please add an example of usage for that term bill clinton united states of america the eiffel tower the qualif...
0
329,827
28,310,485,956
IssuesEvent
2023-04-10 14:59:32
open-telemetry/opentelemetry-collector-contrib
https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib
closed
[exporter/loki] Flaky test TestFactory_CreateLogsExporter
bug Stale priority:p2 flaky test exporter/loki
See https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/3294062311/jobs/5431429685 ``` === RUN TestFactory_CreateLogsExporter fatal error: checkptr: converted pointer straddles multiple allocations goroutine 156 [running]: runtime.throw({0x16e821b?, 0xf1001?}) C:/hostedtoolcache/...
1.0
[exporter/loki] Flaky test TestFactory_CreateLogsExporter - See https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/3294062311/jobs/5431429685 ``` === RUN TestFactory_CreateLogsExporter fatal error: checkptr: converted pointer straddles multiple allocations goroutine 156 [running]: ...
test
flaky test testfactory createlogsexporter see run testfactory createlogsexporter fatal error checkptr converted pointer straddles multiple allocations goroutine runtime throw c hostedtoolcache windows go src runtime panic go fp sp pc runtime checkptralign...
1
6,944
3,485,700,013
IssuesEvent
2015-12-31 10:21:58
adebayo-dealdey/RubyTrack
https://api.github.com/repos/adebayo-dealdey/RubyTrack
closed
1. Occurence - Hash
Code Review
Count the occurrences of various alphabet letters in an input string and store it in hash. https://github.com/adebayo-dealdey/RubyTrack/tree/master/1Hashes
1.0
1. Occurence - Hash - Count the occurrences of various alphabet letters in an input string and store it in hash. https://github.com/adebayo-dealdey/RubyTrack/tree/master/1Hashes
non_test
occurence hash count the occurrences of various alphabet letters in an input string and store it in hash
0
121,333
10,165,873,283
IssuesEvent
2019-08-07 14:43:15
yalla-coop/earwig
https://api.github.com/repos/yalla-coop/earwig
closed
earwig ID, trade, and points are missing.
bug iPhone please-test
earwig ID, trade, and points are missing. iPhone SE, Chrome ![earwig ID, trade, and points are missing](https://user-images.githubusercontent.com/45825100/62207079-22f7c500-b38b-11e9-8a4a-a9d2baab843c.jpeg)
1.0
earwig ID, trade, and points are missing. - earwig ID, trade, and points are missing. iPhone SE, Chrome ![earwig ID, trade, and points are missing](https://user-images.githubusercontent.com/45825100/62207079-22f7c500-b38b-11e9-8a4a-a9d2baab843c.jpeg)
test
earwig id trade and points are missing earwig id trade and points are missing iphone se chrome
1
831,167
32,040,186,538
IssuesEvent
2023-09-22 18:37:16
dataforgoodfr/CarbonBombsApp
https://api.github.com/repos/dataforgoodfr/CarbonBombsApp
closed
Company - neo4j graph - changer intitulé
priority 1
<img width="903" alt="image" src="https://github.com/dataforgoodfr/CarbonBombsApp/assets/35841420/4c111f89-b1ce-4a93-8d46-0dbc728316a5"> Remplacer : Interactions between the company, its carbon bombs and other companies involved in their operations --> Interactions between the company, its carbon bombs and other c...
1.0
Company - neo4j graph - changer intitulé - <img width="903" alt="image" src="https://github.com/dataforgoodfr/CarbonBombsApp/assets/35841420/4c111f89-b1ce-4a93-8d46-0dbc728316a5"> Remplacer : Interactions between the company, its carbon bombs and other companies involved in their operations --> Interactions betwee...
non_test
company graph changer intitulé img width alt image src remplacer interactions between the company its carbon bombs and other companies involved in their operations interactions between the company its carbon bombs and other companies involved
0
238,894
19,785,361,172
IssuesEvent
2022-01-18 05:44:34
ably/ably-dotnet
https://api.github.com/repos/ably/ably-dotnet
closed
Skipped Test: PresenceSandboxSpecs.PresenceMapBehaviour_ShouldConformToSpec
failing-test
Re-enable the `PresenceSandboxSpecs.PresenceMapBehaviour_ShouldConformToSpec` test. ┆Issue is synchronized with this [Jira Uncategorised](https://ably.atlassian.net/browse/SDK-1191) by [Unito](https://www.unito.io)
1.0
Skipped Test: PresenceSandboxSpecs.PresenceMapBehaviour_ShouldConformToSpec - Re-enable the `PresenceSandboxSpecs.PresenceMapBehaviour_ShouldConformToSpec` test. ┆Issue is synchronized with this [Jira Uncategorised](https://ably.atlassian.net/browse/SDK-1191) by [Unito](https://www.unito.io)
test
skipped test presencesandboxspecs presencemapbehaviour shouldconformtospec re enable the presencesandboxspecs presencemapbehaviour shouldconformtospec test ┆issue is synchronized with this by
1
21,391
3,898,578,898
IssuesEvent
2016-04-17 06:06:14
NMGRL/pychron
https://api.github.com/repos/NMGRL/pychron
closed
Automated Run state colors
DataCollection Enhancement TestingRequired
add explanation pane to experiment editor task. add state to column tooltip.
1.0
Automated Run state colors - add explanation pane to experiment editor task. add state to column tooltip.
test
automated run state colors add explanation pane to experiment editor task add state to column tooltip
1
193,160
14,642,277,605
IssuesEvent
2020-12-25 10:20:55
BeatzerDE/core
https://api.github.com/repos/BeatzerDE/core
opened
Performance
config test
- [ ] performance tests durchführen - [x] automatisiertes löschen von items auf dem Boden - [x] afk spieler kicken - [x] Mob Anzahlen begrenzen
1.0
Performance - - [ ] performance tests durchführen - [x] automatisiertes löschen von items auf dem Boden - [x] afk spieler kicken - [x] Mob Anzahlen begrenzen
test
performance performance tests durchführen automatisiertes löschen von items auf dem boden afk spieler kicken mob anzahlen begrenzen
1
320,096
23,801,491,836
IssuesEvent
2022-09-03 11:13:52
EasyAndBeauty/DailyReceipt-FE-WEB
https://api.github.com/repos/EasyAndBeauty/DailyReceipt-FE-WEB
closed
이슈/PR 템플릿화
documentation E&B
제가 쓰던 방식과 댄이 쓰던 방식의 템플릿에서 좋은점만 뽑아와서 우리 팀만의 템플릿을 새로 만들고 싶습니다. [노션에 있는 이슈 템플릿](https://www.notion.so/Issues-Naming-Convention-a308fca400234f7dabd9384e58b74ca8) 개인적으로는 카테고리에 어떤 것을 쓰면 좋을지 한번 설명을 들어보고 싶어요!
1.0
이슈/PR 템플릿화 - 제가 쓰던 방식과 댄이 쓰던 방식의 템플릿에서 좋은점만 뽑아와서 우리 팀만의 템플릿을 새로 만들고 싶습니다. [노션에 있는 이슈 템플릿](https://www.notion.so/Issues-Naming-Convention-a308fca400234f7dabd9384e58b74ca8) 개인적으로는 카테고리에 어떤 것을 쓰면 좋을지 한번 설명을 들어보고 싶어요!
non_test
이슈 pr 템플릿화 제가 쓰던 방식과 댄이 쓰던 방식의 템플릿에서 좋은점만 뽑아와서 우리 팀만의 템플릿을 새로 만들고 싶습니다 개인적으로는 카테고리에 어떤 것을 쓰면 좋을지 한번 설명을 들어보고 싶어요
0
180,650
13,941,482,206
IssuesEvent
2020-10-22 19:29:12
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Wrong publisher in Rewards Panel
OS/Desktop QA/Test-Plan-Specified QA/Yes feature/rewards regression
Sometimes previous publisher shows up in Rewards Panel Note: This is a regression introduced in 1.16.x ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Clean profile 1. Enable Rewards on staging 1. Open `https://www.youtube.com/channel/UCCs7AQEDwrHEc86r0NNXE_A` ...
1.0
Wrong publisher in Rewards Panel - Sometimes previous publisher shows up in Rewards Panel Note: This is a regression introduced in 1.16.x ## Steps to Reproduce <!--Please add a series of steps to reproduce the issue--> 1. Clean profile 1. Enable Rewards on staging 1. Open `https://www.youtube.com/c...
test
wrong publisher in rewards panel sometimes previous publisher shows up in rewards panel note this is a regression introduced in x steps to reproduce clean profile enable rewards on staging open open rewards panel click youtube logo on youtube page click ...
1
559,020
16,547,910,727
IssuesEvent
2021-05-28 03:50:24
StatisticsNZ/simplevis
https://api.github.com/repos/StatisticsNZ/simplevis
closed
na's: should there be arguments to drop NA x_var, y_var, col_var and facet_var values?
medium priority pondering
Prob... x_na_rm = FALSE y_na_rm = FALSE col_na_rm = FALSE facet_na_rm = FALSE
1.0
na's: should there be arguments to drop NA x_var, y_var, col_var and facet_var values? - Prob... x_na_rm = FALSE y_na_rm = FALSE col_na_rm = FALSE facet_na_rm = FALSE
non_test
na s should there be arguments to drop na x var y var col var and facet var values prob x na rm false y na rm false col na rm false facet na rm false
0
35,480
4,988,823,030
IssuesEvent
2016-12-08 09:45:42
Brandply/publicissues
https://api.github.com/repos/Brandply/publicissues
closed
Android / IOS categories dispaly bug
New UI ready to test
Platform: IOS, Android Device: iPhone 6S Plus, Samsung Galaxy S7, Samsung Galaxy S5 Browser: Chrome, Firefox URL of page: https://brandpldev.com Description of the problem: Opening Category from Main Categories or categories list on main page shows not hideable filter and after scrolling down bugged offers display. !...
1.0
Android / IOS categories dispaly bug - Platform: IOS, Android Device: iPhone 6S Plus, Samsung Galaxy S7, Samsung Galaxy S5 Browser: Chrome, Firefox URL of page: https://brandpldev.com Description of the problem: Opening Category from Main Categories or categories list on main page shows not hideable filter and after s...
test
android ios categories dispaly bug platform ios android device iphone plus samsung galaxy samsung galaxy browser chrome firefox url of page description of the problem opening category from main categories or categories list on main page shows not hideable filter and after scrolling down bugged off...
1
108,235
4,329,609,701
IssuesEvent
2016-07-26 17:22:13
fallenswordhelper/fallenswordhelper
https://api.github.com/repos/fallenswordhelper/fallenswordhelper
opened
rank scrolling is slightly out
bug minor priority:2
this is on a screen at 125% scaling. Will need to be tested at several scale factors.
1.0
rank scrolling is slightly out - this is on a screen at 125% scaling. Will need to be tested at several scale factors.
non_test
rank scrolling is slightly out this is on a screen at scaling will need to be tested at several scale factors
0
39,794
5,246,674,291
IssuesEvent
2017-02-01 10:23:24
SatelliteQE/robottelo
https://api.github.com/repos/SatelliteQE/robottelo
opened
Fix api environment/smartproxy tests for missing attributes
6.2 6.3 API test-failure
Recently BZs [BZ1262029](https://bugzilla.redhat.com/show_bug.cgi?id=1262029) and [BZ1262037](https://bugzilla.redhat.com/show_bug.cgi?id=1262037) were closed (guess the resolution), and API tests for missing attributes of environment and smartproxy started to fail. However, it seems not the BZs fault, the tests were...
1.0
Fix api environment/smartproxy tests for missing attributes - Recently BZs [BZ1262029](https://bugzilla.redhat.com/show_bug.cgi?id=1262029) and [BZ1262037](https://bugzilla.redhat.com/show_bug.cgi?id=1262037) were closed (guess the resolution), and API tests for missing attributes of environment and smartproxy started...
test
fix api environment smartproxy tests for missing attributes recently bzs and were closed guess the resolution and api tests for missing attributes of environment and smartproxy started to fail however it seems not the bzs fault the tests were designed wrong and we couldn t see that as the tests were d...
1
5,236
2,769,480,128
IssuesEvent
2015-05-01 01:34:17
wiredtiger/wiredtiger
https://api.github.com/repos/wiredtiger/wiredtiger
closed
Test that LSM is behaving as expected.
Anyone Performance Test
We should add some direct tests of LSM logic: e.g., that we don't throttle under "normal" conditions, and that compact reduces simple trees down to one level. For example, if a change means that LSM isn't able to flush chunks under load, that should make a test fail rather than just changing the performance of wtperf....
1.0
Test that LSM is behaving as expected. - We should add some direct tests of LSM logic: e.g., that we don't throttle under "normal" conditions, and that compact reduces simple trees down to one level. For example, if a change means that LSM isn't able to flush chunks under load, that should make a test fail rather than...
test
test that lsm is behaving as expected we should add some direct tests of lsm logic e g that we don t throttle under normal conditions and that compact reduces simple trees down to one level for example if a change means that lsm isn t able to flush chunks under load that should make a test fail rather than...
1
741,081
25,778,847,527
IssuesEvent
2022-12-09 14:17:16
xwikisas/application-confluence-migrator
https://api.github.com/repos/xwikisas/application-confluence-migrator
closed
Parents with "/" in the name are duplicated by the nested pages migrator
Priority: Critical
Steps to reproduce: 1. Find a space where there are parent pages with "/" in the name 2. Run the Confluence migrator on said space NOTE: Starting with xwiki 13.x the "/" in the name should be automatically removed. Therefore if you are using a recent version, the fix in step 5 should not be needed. I am testing...
1.0
Parents with "/" in the name are duplicated by the nested pages migrator - Steps to reproduce: 1. Find a space where there are parent pages with "/" in the name 2. Run the Confluence migrator on said space NOTE: Starting with xwiki 13.x the "/" in the name should be automatically removed. Therefore if you are u...
non_test
parents with in the name are duplicated by the nested pages migrator steps to reproduce find a space where there are parent pages with in the name run the confluence migrator on said space note starting with xwiki x the in the name should be automatically removed therefore if you are us...
0
22,218
10,732,716,570
IssuesEvent
2019-10-28 22:41:06
dotCMS/core
https://api.github.com/repos/dotCMS/core
closed
Password should be required for user to change their account information
Cat : Security wontfix
Users are able to change account information including email and password without requiring their current password. So, if a user leaves dotCMS open or their session gets hijacked, their password and other account information can be changed without requiring the password to be reentered. ## Expected Behavior Any c...
True
Password should be required for user to change their account information - Users are able to change account information including email and password without requiring their current password. So, if a user leaves dotCMS open or their session gets hijacked, their password and other account information can be changed wit...
non_test
password should be required for user to change their account information users are able to change account information including email and password without requiring their current password so if a user leaves dotcms open or their session gets hijacked their password and other account information can be changed wit...
0
131,995
10,727,422,281
IssuesEvent
2019-10-28 11:39:53
Constellation-Labs/constellation
https://api.github.com/repos/Constellation-Labs/constellation
closed
Figure out the correct keystore format
enhancement help wanted testnet
According to: https://github.com/Constellation-Labs/constellation/issues/638 https://github.com/Constellation-Labs/constellation/issues/593 We will store the keys inside the encrypted store. We need to decide though which type of store should be used. Here is the good summary of some possibilities of keystore ty...
1.0
Figure out the correct keystore format - According to: https://github.com/Constellation-Labs/constellation/issues/638 https://github.com/Constellation-Labs/constellation/issues/593 We will store the keys inside the encrypted store. We need to decide though which type of store should be used. Here is the good sum...
test
figure out the correct keystore format according to we will store the keys inside the encrypted store we need to decide though which type of store should be used here is the good summary of some possibilities of keystore type type description jks java keystore oracle s keystore f...
1
780,714
27,405,294,161
IssuesEvent
2023-03-01 06:04:52
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Unathi have appendixes
Priority: Low Could Reproduce
<!-- Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Every field other than 'specific information for locating' is required. If you do not fill out the 'specific information' field, please delete the header. /!\ Omitting or not ...
1.0
Unathi have appendixes - <!-- Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Every field other than 'specific information for locating' is required. If you do not fill out the 'specific information' field, please delete the heade...
non_test
unathi have appendixes anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them every field other than specific information for locating is required if you do not fill out the specific information field please delete the heade...
0
338,306
30,291,760,907
IssuesEvent
2023-07-09 11:20:47
abakasam/abakasam
https://api.github.com/repos/abakasam/abakasam
closed
error MSB4018: The reference assemblies for framework ".NETFramework, Version=v7.0" were not found
BUG testing
https://learn.microsoft.com/en-us/dotnet/standard/frameworks net11 dotnet.csproj project.assets.json
1.0
error MSB4018: The reference assemblies for framework ".NETFramework, Version=v7.0" were not found - https://learn.microsoft.com/en-us/dotnet/standard/frameworks net11 dotnet.csproj project.assets.json
test
error the reference assemblies for framework netframework version were not found dotnet csproj project assets json
1