Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
86
repo_url
stringlengths
36
115
action
stringclasses
3 values
title
stringlengths
1
459
labels
stringlengths
4
360
body
stringlengths
3
232k
index
stringclasses
8 values
text_combine
stringlengths
96
232k
label
stringclasses
2 values
text
stringlengths
96
212k
binary_label
int64
0
1
294,968
25,443,788,907
IssuesEvent
2022-11-24 02:46:22
junit-team/junit5
https://api.github.com/repos/junit-team/junit5
closed
ParameterizedTest cannot use Kotlin inline value classes as arguments
status: waiting-for-feedback component: Kotlin theme: parameterized tests status: stale
## Steps to reproduce Expect parameterized tests to be able to use Kotlin's inline classes as arguments. Test below fails to run and instead get an error when initializing the test: `Error converting parameter at index 0: No implicit conversion to convert object of type InlineValueClass to type java.lang.String` ```kotlin @JvmInline value class InlineValueClass(val value: String) class InlineTest { @ParameterizedTest @MethodSource("values") fun shouldRun(arg: InlineValueClass) { assertEquals(arg, arg) } fun values() = listOf( arguments(InlineValueClass("test")) ) } ``` ## Context - Used versions (Jupiter/Vintage/Platform): Junit 5.0.0 / Kotlin 1.5.20 - Build Tool/IDE: Gradle / IntelliJ
1.0
ParameterizedTest cannot use Kotlin inline value classes as arguments - ## Steps to reproduce Expect parameterized tests to be able to use Kotlin's inline classes as arguments. Test below fails to run and instead get an error when initializing the test: `Error converting parameter at index 0: No implicit conversion to convert object of type InlineValueClass to type java.lang.String` ```kotlin @JvmInline value class InlineValueClass(val value: String) class InlineTest { @ParameterizedTest @MethodSource("values") fun shouldRun(arg: InlineValueClass) { assertEquals(arg, arg) } fun values() = listOf( arguments(InlineValueClass("test")) ) } ``` ## Context - Used versions (Jupiter/Vintage/Platform): Junit 5.0.0 / Kotlin 1.5.20 - Build Tool/IDE: Gradle / IntelliJ
non_requirement
parameterizedtest cannot use kotlin inline value classes as arguments steps to reproduce expect parameterized tests to be able to use kotlin s inline classes as arguments test below fails to run and instead get an error when initializing the test error converting parameter at index no implicit conversion to convert object of type inlinevalueclass to type java lang string kotlin jvminline value class inlinevalueclass val value string class inlinetest parameterizedtest methodsource values fun shouldrun arg inlinevalueclass assertequals arg arg fun values listof arguments inlinevalueclass test context used versions jupiter vintage platform junit kotlin build tool ide gradle intellij
0
16,112
29,893,123,999
IssuesEvent
2023-06-21 00:50:52
ahermez/hybrid-tracker-project-1
https://api.github.com/repos/ahermez/hybrid-tracker-project-1
closed
[Grading Req: Repository Quality 10%][Project Requirements] >> Have a clean repository that meets quality coding standards...
helpWanted projectRequirement inProgress teamReviewNeeded
### "Have a clean repository that meets quality coding standards (file structure, naming conventions, best practices for class/id naming conventions, indentation, quality comments, and so on)." ### ToDo list for this Issue: - [x] meets quality coding standards for file structure - [x] meets quality coding standards for naming conventions - [x] uses standard best practices for class/id naming conventions - [x] meets quality coding standards for indentation - [x] meets quality coding standards for quality comments
1.0
[Grading Req: Repository Quality 10%][Project Requirements] >> Have a clean repository that meets quality coding standards... - ### "Have a clean repository that meets quality coding standards (file structure, naming conventions, best practices for class/id naming conventions, indentation, quality comments, and so on)." ### ToDo list for this Issue: - [x] meets quality coding standards for file structure - [x] meets quality coding standards for naming conventions - [x] uses standard best practices for class/id naming conventions - [x] meets quality coding standards for indentation - [x] meets quality coding standards for quality comments
requirement
have a clean repository that meets quality coding standards have a clean repository that meets quality coding standards file structure naming conventions best practices for class id naming conventions indentation quality comments and so on todo list for this issue meets quality coding standards for file structure meets quality coding standards for naming conventions uses standard best practices for class id naming conventions meets quality coding standards for indentation meets quality coding standards for quality comments
1
217,054
7,314,215,660
IssuesEvent
2018-03-01 05:55:26
JeremyRolleston/active8me
https://api.github.com/repos/JeremyRolleston/active8me
closed
59 - Social Sharing / FB login to be inserted
Priority 1
This also relates to Ticket 1 - adding registration via Facebook. ![screen shot 2017-11-22 at 1 33 03 pm](https://user-images.githubusercontent.com/20980200/33111597-f4f61c06-cf89-11e7-946b-0e58be25dd88.png) This social logon and social sharing were not included in phase 1. So we need to: 1. Settings - Social media accounts are managed ongoing through settings. Need to be able to integrate with various social media accounts here in settings. (We removed this question from registration recently - see previous designs) => If the user integrates successfully then display a tick on the RHS of that social media channel in the registration screen. Also put that user's social media username in brackets on the RHS of the tick (in orange) so the user knows that we are getting the right social media account) Please note. One user can have 3 or more social media accounts. Please note: If the user goes to share and hasn't integrated with that social media platform then it wont show. TBC - do we have a message saying "Please integrate your social media account to share your progress". ![screen shot 2017-11-22 at 1 38 36 pm](https://user-images.githubusercontent.com/20980200/33111867-3199d11a-cf8b-11e7-85af-8514b1171a27.png) 2. This also relates to sharing of any workout, My Nutrition Meal, My Mindset and My Life action - this pop-up screen comes in after the congratulations page once a user clicks done. It allows the user to share their achievement with a photo and a pre-populated message. TBC - will we use the standard on the phone or an api where the user selects what medium they share to eg Instagram, Facebook, email etc NB: You will note that the pop-up screen is different for workout vs nutrition vs mindset ![screen shot 2017-11-22 at 1 30 11 pm](https://user-images.githubusercontent.com/20980200/33111679-494cd010-cf8a-11e7-987c-02952aadf2db.png) ![screen shot 2017-11-22 at 1 30 25 pm](https://user-images.githubusercontent.com/20980200/33111680-49a2234e-cf8a-11e7-99bd-fd045c08bddb.png) ![screen shot 2017-11-22 at 1 30 55 pm](https://user-images.githubusercontent.com/20980200/33111681-49d185d0-cf8a-11e7-9d28-af33b933149b.png) 3. This also relates to sharing of the Before and after photo ![screen shot 2017-11-22 at 1 35 54 pm](https://user-images.githubusercontent.com/20980200/33111638-1c5c36b8-cf8a-11e7-953c-8618c99023bb.png) 4. This also relates to the sharing of the Daily Dose of Inspiration ![screen shot 2017-11-22 at 1 33 47 pm](https://user-images.githubusercontent.com/20980200/33111609-fff81212-cf89-11e7-95a5-da8955772b6d.png) 5. This also relates to the sharing of some pre-program tasks e.g. share commitment ![screen shot 2017-11-22 at 1 44 41 pm](https://user-images.githubusercontent.com/20980200/33111925-7ac5738a-cf8b-11e7-8c61-29acea22b8ed.png) ![screen shot 2017-11-22 at 1 45 31 pm](https://user-images.githubusercontent.com/20980200/33111926-7af6a842-cf8b-11e7-9b0e-8495d2e0d5ee.png) Designs for the pages once you click share have yet to be designed.
1.0
59 - Social Sharing / FB login to be inserted - This also relates to Ticket 1 - adding registration via Facebook. ![screen shot 2017-11-22 at 1 33 03 pm](https://user-images.githubusercontent.com/20980200/33111597-f4f61c06-cf89-11e7-946b-0e58be25dd88.png) This social logon and social sharing were not included in phase 1. So we need to: 1. Settings - Social media accounts are managed ongoing through settings. Need to be able to integrate with various social media accounts here in settings. (We removed this question from registration recently - see previous designs) => If the user integrates successfully then display a tick on the RHS of that social media channel in the registration screen. Also put that user's social media username in brackets on the RHS of the tick (in orange) so the user knows that we are getting the right social media account) Please note. One user can have 3 or more social media accounts. Please note: If the user goes to share and hasn't integrated with that social media platform then it wont show. TBC - do we have a message saying "Please integrate your social media account to share your progress". ![screen shot 2017-11-22 at 1 38 36 pm](https://user-images.githubusercontent.com/20980200/33111867-3199d11a-cf8b-11e7-85af-8514b1171a27.png) 2. This also relates to sharing of any workout, My Nutrition Meal, My Mindset and My Life action - this pop-up screen comes in after the congratulations page once a user clicks done. It allows the user to share their achievement with a photo and a pre-populated message. TBC - will we use the standard on the phone or an api where the user selects what medium they share to eg Instagram, Facebook, email etc NB: You will note that the pop-up screen is different for workout vs nutrition vs mindset ![screen shot 2017-11-22 at 1 30 11 pm](https://user-images.githubusercontent.com/20980200/33111679-494cd010-cf8a-11e7-987c-02952aadf2db.png) ![screen shot 2017-11-22 at 1 30 25 pm](https://user-images.githubusercontent.com/20980200/33111680-49a2234e-cf8a-11e7-99bd-fd045c08bddb.png) ![screen shot 2017-11-22 at 1 30 55 pm](https://user-images.githubusercontent.com/20980200/33111681-49d185d0-cf8a-11e7-9d28-af33b933149b.png) 3. This also relates to sharing of the Before and after photo ![screen shot 2017-11-22 at 1 35 54 pm](https://user-images.githubusercontent.com/20980200/33111638-1c5c36b8-cf8a-11e7-953c-8618c99023bb.png) 4. This also relates to the sharing of the Daily Dose of Inspiration ![screen shot 2017-11-22 at 1 33 47 pm](https://user-images.githubusercontent.com/20980200/33111609-fff81212-cf89-11e7-95a5-da8955772b6d.png) 5. This also relates to the sharing of some pre-program tasks e.g. share commitment ![screen shot 2017-11-22 at 1 44 41 pm](https://user-images.githubusercontent.com/20980200/33111925-7ac5738a-cf8b-11e7-8c61-29acea22b8ed.png) ![screen shot 2017-11-22 at 1 45 31 pm](https://user-images.githubusercontent.com/20980200/33111926-7af6a842-cf8b-11e7-9b0e-8495d2e0d5ee.png) Designs for the pages once you click share have yet to be designed.
non_requirement
social sharing fb login to be inserted this also relates to ticket adding registration via facebook this social logon and social sharing were not included in phase so we need to settings social media accounts are managed ongoing through settings need to be able to integrate with various social media accounts here in settings we removed this question from registration recently see previous designs if the user integrates successfully then display a tick on the rhs of that social media channel in the registration screen also put that user s social media username in brackets on the rhs of the tick in orange so the user knows that we are getting the right social media account please note one user can have or more social media accounts please note if the user goes to share and hasn t integrated with that social media platform then it wont show tbc do we have a message saying please integrate your social media account to share your progress this also relates to sharing of any workout my nutrition meal my mindset and my life action this pop up screen comes in after the congratulations page once a user clicks done it allows the user to share their achievement with a photo and a pre populated message tbc will we use the standard on the phone or an api where the user selects what medium they share to eg instagram facebook email etc nb you will note that the pop up screen is different for workout vs nutrition vs mindset this also relates to sharing of the before and after photo this also relates to the sharing of the daily dose of inspiration this also relates to the sharing of some pre program tasks e g share commitment designs for the pages once you click share have yet to be designed
0
14,785
25,730,885,883
IssuesEvent
2022-12-07 20:13:31
Croquembouche/pyWhat-2022
https://api.github.com/repos/Croquembouche/pyWhat-2022
closed
NFR 11: Maintainability
Product Backlog Non-Functional Requirements
|NFR 11: Maintainability| |----------------------| | **Estimate:** 8 | | **Priority:** Must have | |**Story**: As a developer, Maintaining the project should be easy and straightforward.| | **Acceptance criteria:** | |1. The project uses version control on Github.| |2. The project uses documentation to record program details.| |2. The project is written using carefully thought variable and function names.|
1.0
NFR 11: Maintainability - |NFR 11: Maintainability| |----------------------| | **Estimate:** 8 | | **Priority:** Must have | |**Story**: As a developer, Maintaining the project should be easy and straightforward.| | **Acceptance criteria:** | |1. The project uses version control on Github.| |2. The project uses documentation to record program details.| |2. The project is written using carefully thought variable and function names.|
requirement
nfr maintainability nfr maintainability estimate priority must have story as a developer maintaining the project should be easy and straightforward acceptance criteria the project uses version control on github the project uses documentation to record program details the project is written using carefully thought variable and function names
1
457,527
13,158,055,376
IssuesEvent
2020-08-10 13:45:33
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
Placeholder for Discussion: Helm 3
area/helm kind/enhancement priority/important-longterm
This is an issue for community discussion and input on the roadmap, regarding helm 3. Please provide all thoughts, opinions, and input on this issue and we will take it up further as an enhancement proposal as we progress towards working on it.
1.0
Placeholder for Discussion: Helm 3 - This is an issue for community discussion and input on the roadmap, regarding helm 3. Please provide all thoughts, opinions, and input on this issue and we will take it up further as an enhancement proposal as we progress towards working on it.
non_requirement
placeholder for discussion helm this is an issue for community discussion and input on the roadmap regarding helm please provide all thoughts opinions and input on this issue and we will take it up further as an enhancement proposal as we progress towards working on it
0
10,663
15,690,739,719
IssuesEvent
2021-03-25 17:03:18
ajnorthouse/restaurant-review-frontend
https://api.github.com/repos/ajnorthouse/restaurant-review-frontend
closed
Create skeleton UI for restaurant view
Front-End core requirement
Should be a full page view, like a product page on amazon or a literal restaurant page on google. Should have all info on it available.
1.0
Create skeleton UI for restaurant view - Should be a full page view, like a product page on amazon or a literal restaurant page on google. Should have all info on it available.
requirement
create skeleton ui for restaurant view should be a full page view like a product page on amazon or a literal restaurant page on google should have all info on it available
1
10,687
15,707,606,368
IssuesEvent
2021-03-26 19:08:58
NASA-PDS/validate
https://api.github.com/repos/NASA-PDS/validate
closed
As a user, I want to validate a bundle that uses multiple versions of the Information Model / Discipline LDDs
B11.1 p.should-have requirement sprint-backlog
...so that I can ensure the validity of the archive, even if I needed to use multiple versions of data dictionaries that may not be compatible. **Describe the bug** When reading in LDDs that are incompatible with older versions of the IM, validate appears to be ignoring the schemaLocation versions. See #208 for more details **To Reproduce** ``` $ validate-1.20.0/bin/validate -t ~/Downloads/test2/bundle_cassini-huygens-coradar.xml ~/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml PDS Validate Tool Report Configuration: Version 1.20.0 Date 2020-02-20T01:27:00Z Parameters: Targets [file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml, file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml] Severity Level WARNING Recurse Directories true File Filters Used [*.xml, *.XML] Data Content Validation on Product Level Validation on Max Errors 100000 Registered Contexts File /Users/jpadams/Downloads/validate-1.20.0/resources/registered_context_products.json Product Level Validation Results PASS: file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml FAIL: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml Begin Schema: https://pds.nasa.gov/pds4/geom/v1/PDS4_GEOM_1B10_1700.xsd ERROR [error.label.schema] line 383, 82: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 573, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 605, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 637, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 669, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 1242, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. End Schema: https://pds.nasa.gov/pds4/geom/v1/PDS4_GEOM_1B10_1700.xsd Summary: 6 error(s) 0 warning(s) Message Types: 6 error.label.schema End of Report Completed execution in 4374 ms ``` ``` $ validate-1.20.0/bin/validate -t ~/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml ~/Downloads/test2/bundle_cassini-huygens-coradar.xml PDS Validate Tool Report Configuration: Version 1.20.0 Date 2020-02-20T01:33:29Z Parameters: Targets [file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml, file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml] Severity Level WARNING Recurse Directories true File Filters Used [*.xml, *.XML] Data Content Validation on Product Level Validation on Max Errors 100000 Registered Contexts File /Users/jpadams/Downloads/validate-1.20.0/resources/registered_context_products.json Product Level Validation Results FAIL: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml ERROR [error.label.schema] line 79, 68: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'Mission_Information'. ERROR [error.label.missing_file] URI reference does not exist: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG Begin Content Validation: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG FATAL_ERROR [error.array.bad_file_read] array 1: Error reading data file 'file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG': /Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG (No such file or directory) End Content Validation: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG PASS: file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml Summary: 3 error(s) 0 warning(s) Message Types: 1 error.label.missing_file 1 error.array.bad_file_read 1 error.label.schema End of Report Completed execution in 5155 ms ``` **Test Data** [BILQH07S314_D065_T008S02_V02.xml.txt](https://github.com/NASA-PDS-Incubator/validate/files/4228354/BILQH07S314_D065_T008S02_V02.xml.txt) [bundle_cassini-huygens-coradar.xml.txt](https://github.com/NASA-PDS-Incubator/validate/files/4228355/bundle_cassini-huygens-coradar.xml.txt)
1.0
As a user, I want to validate a bundle that uses multiple versions of the Information Model / Discipline LDDs - ...so that I can ensure the validity of the archive, even if I needed to use multiple versions of data dictionaries that may not be compatible. **Describe the bug** When reading in LDDs that are incompatible with older versions of the IM, validate appears to be ignoring the schemaLocation versions. See #208 for more details **To Reproduce** ``` $ validate-1.20.0/bin/validate -t ~/Downloads/test2/bundle_cassini-huygens-coradar.xml ~/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml PDS Validate Tool Report Configuration: Version 1.20.0 Date 2020-02-20T01:27:00Z Parameters: Targets [file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml, file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml] Severity Level WARNING Recurse Directories true File Filters Used [*.xml, *.XML] Data Content Validation on Product Level Validation on Max Errors 100000 Registered Contexts File /Users/jpadams/Downloads/validate-1.20.0/resources/registered_context_products.json Product Level Validation Results PASS: file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml FAIL: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml Begin Schema: https://pds.nasa.gov/pds4/geom/v1/PDS4_GEOM_1B10_1700.xsd ERROR [error.label.schema] line 383, 82: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 573, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 605, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 637, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 669, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. ERROR [error.label.schema] line 1242, 74: src-resolve: Cannot resolve the name 'pds:local_identifier' to a(n) 'element declaration' component. End Schema: https://pds.nasa.gov/pds4/geom/v1/PDS4_GEOM_1B10_1700.xsd Summary: 6 error(s) 0 warning(s) Message Types: 6 error.label.schema End of Report Completed execution in 4374 ms ``` ``` $ validate-1.20.0/bin/validate -t ~/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml ~/Downloads/test2/bundle_cassini-huygens-coradar.xml PDS Validate Tool Report Configuration: Version 1.20.0 Date 2020-02-20T01:33:29Z Parameters: Targets [file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml, file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml] Severity Level WARNING Recurse Directories true File Filters Used [*.xml, *.XML] Data Content Validation on Product Level Validation on Max Errors 100000 Registered Contexts File /Users/jpadams/Downloads/validate-1.20.0/resources/registered_context_products.json Product Level Validation Results FAIL: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.xml ERROR [error.label.schema] line 79, 68: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'Mission_Information'. ERROR [error.label.missing_file] URI reference does not exist: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG Begin Content Validation: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG FATAL_ERROR [error.array.bad_file_read] array 1: Error reading data file 'file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG': /Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG (No such file or directory) End Content Validation: file:/Users/jpadams/Downloads/test2/BILQH07S314_D065_T008S02_V02.IMG PASS: file:/Users/jpadams/Downloads/test2/bundle_cassini-huygens-coradar.xml Summary: 3 error(s) 0 warning(s) Message Types: 1 error.label.missing_file 1 error.array.bad_file_read 1 error.label.schema End of Report Completed execution in 5155 ms ``` **Test Data** [BILQH07S314_D065_T008S02_V02.xml.txt](https://github.com/NASA-PDS-Incubator/validate/files/4228354/BILQH07S314_D065_T008S02_V02.xml.txt) [bundle_cassini-huygens-coradar.xml.txt](https://github.com/NASA-PDS-Incubator/validate/files/4228355/bundle_cassini-huygens-coradar.xml.txt)
requirement
as a user i want to validate a bundle that uses multiple versions of the information model discipline ldds so that i can ensure the validity of the archive even if i needed to use multiple versions of data dictionaries that may not be compatible describe the bug when reading in ldds that are incompatible with older versions of the im validate appears to be ignoring the schemalocation versions see for more details to reproduce validate bin validate t downloads bundle cassini huygens coradar xml downloads xml pds validate tool report configuration version date parameters targets severity level warning recurse directories true file filters used data content validation on product level validation on max errors registered contexts file users jpadams downloads validate resources registered context products json product level validation results pass file users jpadams downloads bundle cassini huygens coradar xml fail file users jpadams downloads xml begin schema error line src resolve cannot resolve the name pds local identifier to a n element declaration component error line src resolve cannot resolve the name pds local identifier to a n element declaration component error line src resolve cannot resolve the name pds local identifier to a n element declaration component error line src resolve cannot resolve the name pds local identifier to a n element declaration component error line src resolve cannot resolve the name pds local identifier to a n element declaration component error line src resolve cannot resolve the name pds local identifier to a n element declaration component end schema summary error s warning s message types error label schema end of report completed execution in ms validate bin validate t downloads xml downloads bundle cassini huygens coradar xml pds validate tool report configuration version date parameters targets severity level warning recurse directories true file filters used data content validation on product level validation on max errors registered contexts file users jpadams downloads validate resources registered context products json product level validation results fail file users jpadams downloads xml error line cvc complex type c the matching wildcard is strict but no declaration can be found for element mission information error uri reference does not exist file users jpadams downloads img begin content validation file users jpadams downloads img fatal error array error reading data file file users jpadams downloads img users jpadams downloads img no such file or directory end content validation file users jpadams downloads img pass file users jpadams downloads bundle cassini huygens coradar xml summary error s warning s message types error label missing file error array bad file read error label schema end of report completed execution in ms test data
1
600,900
18,361,450,101
IssuesEvent
2021-10-09 09:21:59
AY2122S1-CS2113T-W13-4/tp
https://api.github.com/repos/AY2122S1-CS2113T-W13-4/tp
closed
Add JUnit Testing for FinanceManager
type.Task priority.High
Will enhance further as more features are added to finance manager
1.0
Add JUnit Testing for FinanceManager - Will enhance further as more features are added to finance manager
non_requirement
add junit testing for financemanager will enhance further as more features are added to finance manager
0
242,372
26,266,562,405
IssuesEvent
2023-01-06 13:07:18
MatBenfield/news
https://api.github.com/repos/MatBenfield/news
closed
[SecurityWeek] Database Containing 235 Million Twitter User Records Available for Free
SecurityWeek Stale
**A database containing over 235 million unique records of Twitter users is now available for free on the web, cybercrime intelligence firm Hudson Rock warns.** [read more](https://www.securityweek.com/database-containing-235-million-twitter-user-records-available-free) <https://www.securityweek.com/database-containing-235-million-twitter-user-records-available-free>
True
[SecurityWeek] Database Containing 235 Million Twitter User Records Available for Free - **A database containing over 235 million unique records of Twitter users is now available for free on the web, cybercrime intelligence firm Hudson Rock warns.** [read more](https://www.securityweek.com/database-containing-235-million-twitter-user-records-available-free) <https://www.securityweek.com/database-containing-235-million-twitter-user-records-available-free>
non_requirement
database containing million twitter user records available for free a database containing over million unique records of twitter users is now available for free on the web cybercrime intelligence firm hudson rock warns
0
99,392
12,421,300,098
IssuesEvent
2020-05-23 16:12:18
numpy/numpy.org
https://api.github.com/repos/numpy/numpy.org
opened
Tracking issue for new functionality and design ideas
content design enhancement next release
Since we've got a ton of work and conversation going on, I think it's useful to have an overview of ideas we have that are not yet implemented. There's no way we can do all of this before launch; for many of these we can choose to either release them one by one, or do a second significant release: - [ ] translations (gh-55) - [ ] new logo (gh-37) - [ ] install widget (gh-212) - [ ] further install docs improvements (e.g. unify build from source) - [ ] interactive shell improvements - [ ] better Hugo/Sphinx integration (`scipy-sphinx-theme-v2`) - [ ] search box (gh-263) - [ ] adding back the array computing content in some form - [ ] moving the Team gallery to a Hugo template - [ ] further optimizing categories in the main navigation bar (gh-234) - [ ] a page on how to report issues (gh-72) - [ ] content to address some of the user stories we haven't fully taken care of (gh-42) ... and more
1.0
Tracking issue for new functionality and design ideas - Since we've got a ton of work and conversation going on, I think it's useful to have an overview of ideas we have that are not yet implemented. There's no way we can do all of this before launch; for many of these we can choose to either release them one by one, or do a second significant release: - [ ] translations (gh-55) - [ ] new logo (gh-37) - [ ] install widget (gh-212) - [ ] further install docs improvements (e.g. unify build from source) - [ ] interactive shell improvements - [ ] better Hugo/Sphinx integration (`scipy-sphinx-theme-v2`) - [ ] search box (gh-263) - [ ] adding back the array computing content in some form - [ ] moving the Team gallery to a Hugo template - [ ] further optimizing categories in the main navigation bar (gh-234) - [ ] a page on how to report issues (gh-72) - [ ] content to address some of the user stories we haven't fully taken care of (gh-42) ... and more
non_requirement
tracking issue for new functionality and design ideas since we ve got a ton of work and conversation going on i think it s useful to have an overview of ideas we have that are not yet implemented there s no way we can do all of this before launch for many of these we can choose to either release them one by one or do a second significant release translations gh new logo gh install widget gh further install docs improvements e g unify build from source interactive shell improvements better hugo sphinx integration scipy sphinx theme search box gh adding back the array computing content in some form moving the team gallery to a hugo template further optimizing categories in the main navigation bar gh a page on how to report issues gh content to address some of the user stories we haven t fully taken care of gh and more
0
730,884
25,192,554,201
IssuesEvent
2022-11-12 04:54:59
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
opened
Error when starting the deprecated key manager profile
Type/Bug Priority/Highest Component/APIM Affected/APIM-4.x.x
### Description The following error log gets printed when starting the deprecated key manager profile. ``` [2022-11-12 10:19:23,946] INFO - TomcatGenericWebappsDeployer Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/authenticationendpoint].File[/Users/tharika/Documents/Release-APIM-4.2.0/11thNov/KM/repository/deployment/server/webapps/authenticationendpoint] [2022-11-12 10:19:24,969] ERROR - ContextLoader Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Cannot resolve reference to bean 'AuthenticationInterceptor' while setting bean property 'inInterceptors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthenticationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1707) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953) ~[?:?] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[?:?] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[?:?] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401) ~[?:?] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292) ~[?:?] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) ~[?:?] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4768) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5230) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:698) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) ~[tomcat_9.0.58.wso2v1.jar:?] at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:303) ~[?:?] at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:209) ~[?:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWebappDeployment(TomcatGenericWebappsDeployer.java:255) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:206) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:175) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:140) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:224) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:114) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.deployer.WebappDeployer.deploy(WebappDeployer.java:42) ~[org.wso2.carbon.webapp.deployer_4.11.4.jar:?] at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:153) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135) ~[axis2_1.6.1.wso2v83.jar:?] at org.wso2.carbon.core.CarbonAxisConfigurator.deployServices(CarbonAxisConfigurator.java:568) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.internal.DeploymentServerStartupObserver.completingServerStartup(DeploymentServerStartupObserver.java:51) ~[?:?] at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.notifyBefore(CarbonCoreServiceComponent.java:258) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:166) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:323) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:118) ~[org.wso2.carbon.tenant.throttling.agent_4.9.10.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.activate(ThrottlingAgentServiceComponent.java:96) ~[org.wso2.carbon.tenant.throttling.agent_4.9.10.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:529) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:305) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthenticationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1334) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more Caused by: java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.getTokenIssuerMap(APIMConfigUtil.java:45) ~[org.wso2.carbon.apimgt.rest.api.common_9.26.69.SNAPSHOT.jar:?] at org.wso2.carbon.apimgt.rest.api.util.impl.OAuthJwtAuthenticatorImpl.getTokenIssuers(OAuthJwtAuthenticatorImpl.java:316) ~[?:?] at org.wso2.carbon.apimgt.rest.api.util.impl.OAuthJwtAuthenticatorImpl.<init>(OAuthJwtAuthenticatorImpl.java:75) ~[?:?] at org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor.<init>(OAuthAuthenticationInterceptor.java:60) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more ``` ### Steps to Reproduce Profile optimize and start the deprecated key manager profile. (api-key-manager-deprecated) ### Affected Component APIM ### Version APIM 4.2.0 M1 testing pack ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels _No response_
1.0
Error when starting the deprecated key manager profile - ### Description The following error log gets printed when starting the deprecated key manager profile. ``` [2022-11-12 10:19:23,946] INFO - TomcatGenericWebappsDeployer Deployed webapp: StandardEngine[Catalina].StandardHost[localhost].StandardContext[/authenticationendpoint].File[/Users/tharika/Documents/Release-APIM-4.2.0/11thNov/KM/repository/deployment/server/webapps/authenticationendpoint] [2022-11-12 10:19:24,969] ERROR - ContextLoader Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cxf' defined in class path resource [META-INF/cxf/cxf.xml]: Cannot resolve reference to bean 'AuthenticationInterceptor' while setting bean property 'inInterceptors' with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthenticationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:342) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:113) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:428) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:173) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1707) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1452) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953) ~[?:?] at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) ~[?:?] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) ~[?:?] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:401) ~[?:?] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:292) ~[?:?] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:103) ~[?:?] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4768) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5230) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:726) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:698) ~[tomcat_9.0.58.wso2v1.jar:?] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696) ~[tomcat_9.0.58.wso2v1.jar:?] at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:303) ~[?:?] at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:209) ~[?:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWebappDeployment(TomcatGenericWebappsDeployer.java:255) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleWarWebappDeployment(TomcatGenericWebappsDeployer.java:206) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.handleHotDeployment(TomcatGenericWebappsDeployer.java:175) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.TomcatGenericWebappsDeployer.deploy(TomcatGenericWebappsDeployer.java:140) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deployThisWebApp(AbstractWebappDeployer.java:224) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.mgt.AbstractWebappDeployer.deploy(AbstractWebappDeployer.java:114) ~[org.wso2.carbon.webapp.mgt_4.11.4.jar:?] at org.wso2.carbon.webapp.deployer.WebappDeployer.deploy(WebappDeployer.java:42) ~[org.wso2.carbon.webapp.deployer_4.11.4.jar:?] at org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:807) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:153) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:377) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:254) ~[axis2_1.6.1.wso2v83.jar:?] at org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:135) ~[axis2_1.6.1.wso2v83.jar:?] at org.wso2.carbon.core.CarbonAxisConfigurator.deployServices(CarbonAxisConfigurator.java:568) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.internal.DeploymentServerStartupObserver.completingServerStartup(DeploymentServerStartupObserver.java:51) ~[?:?] at org.wso2.carbon.core.internal.CarbonCoreServiceComponent.notifyBefore(CarbonCoreServiceComponent.java:258) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.completeInitialization(StartupFinalizerServiceComponent.java:166) ~[?:?] at org.wso2.carbon.core.internal.StartupFinalizerServiceComponent.serviceChanged(StartupFinalizerServiceComponent.java:323) ~[?:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.registerThrottlingAgent(ThrottlingAgentServiceComponent.java:118) ~[org.wso2.carbon.tenant.throttling.agent_4.9.10.jar:?] at org.wso2.carbon.throttling.agent.internal.ThrottlingAgentServiceComponent.activate(ThrottlingAgentServiceComponent.java:96) ~[org.wso2.carbon.tenant.throttling.agent_4.9.10.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:345) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222) ~[org.eclipse.equinox.ds_1.4.400.v20160226-2036.jar:?] at org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:113) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:985) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:151) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:866) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:804) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:228) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:525) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.registerService(BundleContextImpl.java:544) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:529) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:305) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:118) ~[org.wso2.carbon.core_4.8.0.m1.jar:?] at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:973) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345) ~[org.eclipse.osgi_3.14.0.v20190517-1309.jar:?] Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthenticationInterceptor' defined in ServletContext resource [/WEB-INF/beans.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1334) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor]: Constructor threw exception; nested exception is java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more Caused by: java.lang.NullPointerException: Cannot invoke "org.wso2.carbon.apimgt.impl.APIManagerConfiguration.getJwtConfigurationDto()" because "org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.configuration" is null at org.wso2.carbon.apimgt.rest.api.common.APIMConfigUtil.getTokenIssuerMap(APIMConfigUtil.java:45) ~[org.wso2.carbon.apimgt.rest.api.common_9.26.69.SNAPSHOT.jar:?] at org.wso2.carbon.apimgt.rest.api.util.impl.OAuthJwtAuthenticatorImpl.getTokenIssuers(OAuthJwtAuthenticatorImpl.java:316) ~[?:?] at org.wso2.carbon.apimgt.rest.api.util.impl.OAuthJwtAuthenticatorImpl.<init>(OAuthJwtAuthenticatorImpl.java:75) ~[?:?] at org.wso2.carbon.apimgt.rest.api.util.interceptors.auth.OAuthAuthenticationInterceptor.<init>(OAuthAuthenticationInterceptor.java:60) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211) ~[?:?] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1326) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1232) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[?:?] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) ~[?:?] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) ~[?:?] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) ~[?:?] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:330) ~[?:?] ... 82 more ``` ### Steps to Reproduce Profile optimize and start the deprecated key manager profile. (api-key-manager-deprecated) ### Affected Component APIM ### Version APIM 4.2.0 M1 testing pack ### Environment Details (with versions) _No response_ ### Relevant Log Output _No response_ ### Related Issues _No response_ ### Suggested Labels _No response_
non_requirement
error when starting the deprecated key manager profile description the following error log gets printed when starting the deprecated key manager profile info tomcatgenericwebappsdeployer deployed webapp standardengine standardhost standardcontext file error contextloader context initialization failed org springframework beans factory beancreationexception error creating bean with name cxf defined in class path resource cannot resolve reference to bean authenticationinterceptor while setting bean property ininterceptors with key nested exception is org springframework beans factory beancreationexception error creating bean with name authenticationinterceptor defined in servletcontext resource instantiation of bean failed nested exception is org springframework beans beaninstantiationexception failed to instantiate constructor threw exception nested exception is java lang nullpointerexception cannot invoke org carbon apimgt impl apimanagerconfiguration getjwtconfigurationdto because org carbon apimgt rest api common apimconfigutil configuration is null at org springframework beans factory support beandefinitionvalueresolver resolvereference beandefinitionvalueresolver java at org springframework beans factory support beandefinitionvalueresolver resolvevalueifnecessary beandefinitionvalueresolver java at org springframework beans factory support beandefinitionvalueresolver resolvemanagedlist beandefinitionvalueresolver java at org springframework beans factory support beandefinitionvalueresolver resolvevalueifnecessary beandefinitionvalueresolver java at org springframework beans factory support abstractautowirecapablebeanfactory applypropertyvalues abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory populatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory lambda dogetbean abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support defaultlistablebeanfactory preinstantiatesingletons defaultlistablebeanfactory java at org springframework context support abstractapplicationcontext finishbeanfactoryinitialization abstractapplicationcontext java at org springframework context support abstractapplicationcontext refresh abstractapplicationcontext java at org springframework web context contextloader configureandrefreshwebapplicationcontext contextloader java at org springframework web context contextloader initwebapplicationcontext contextloader java at org springframework web context contextloaderlistener contextinitialized contextloaderlistener java at org apache catalina core standardcontext listenerstart standardcontext java at org apache catalina core standardcontext startinternal standardcontext java at org apache catalina util lifecyclebase start lifecyclebase java at org apache catalina core containerbase addchildinternal containerbase java at org apache catalina core containerbase addchild containerbase java at org apache catalina core standardhost addchild standardhost java at org carbon tomcat internal carbontomcat addwebapp carbontomcat java at org carbon tomcat internal carbontomcat addwebapp carbontomcat java at org carbon webapp mgt tomcatgenericwebappsdeployer handlewebappdeployment tomcatgenericwebappsdeployer java at org carbon webapp mgt tomcatgenericwebappsdeployer handlewarwebappdeployment tomcatgenericwebappsdeployer java at org carbon webapp mgt tomcatgenericwebappsdeployer handlehotdeployment tomcatgenericwebappsdeployer java at org carbon webapp mgt tomcatgenericwebappsdeployer deploy tomcatgenericwebappsdeployer java at org carbon webapp mgt abstractwebappdeployer deploythiswebapp abstractwebappdeployer java at org carbon webapp mgt abstractwebappdeployer deploy abstractwebappdeployer java at org carbon webapp deployer webappdeployer deploy webappdeployer java at org apache deployment repository util deploymentfiledata deploy deploymentfiledata java at org apache deployment deploymentengine dodeploy deploymentengine java at org apache deployment repository util wsinfolist update wsinfolist java at org apache deployment repositorylistener update repositorylistener java at org apache deployment repositorylistener checkservices repositorylistener java at org apache deployment deploymentengine loadservices deploymentengine java at org carbon core carbonaxisconfigurator deployservices carbonaxisconfigurator java at org carbon core internal deploymentserverstartupobserver completingserverstartup deploymentserverstartupobserver java at org carbon core internal carboncoreservicecomponent notifybefore carboncoreservicecomponent java at org carbon core internal startupfinalizerservicecomponent completeinitialization startupfinalizerservicecomponent java at org carbon core internal startupfinalizerservicecomponent servicechanged startupfinalizerservicecomponent java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org carbon throttling agent internal throttlingagentservicecomponent registerthrottlingagent throttlingagentservicecomponent java at org carbon throttling agent internal throttlingagentservicecomponent activate throttlingagentservicecomponent java at jdk internal reflect nativemethodaccessorimpl native method at jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java at java lang reflect method invoke method java at org eclipse equinox internal ds model servicecomponent activate servicecomponent java at org eclipse equinox internal ds model servicecomponentprop activate servicecomponentprop java at org eclipse equinox internal ds model servicecomponentprop build servicecomponentprop java at org eclipse equinox internal ds instanceprocess buildcomponent instanceprocess java at org eclipse equinox internal ds instanceprocess buildcomponents instanceprocess java at org eclipse equinox internal ds resolver geteligible resolver java at org eclipse equinox internal ds scrmanager servicechanged scrmanager java at org eclipse osgi internal serviceregistry filteredservicelistener servicechanged filteredservicelistener java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr listenerqueue dispatcheventsynchronous listenerqueue java at org eclipse osgi internal serviceregistry serviceregistry publishserviceeventprivileged serviceregistry java at org eclipse osgi internal serviceregistry serviceregistry publishserviceevent serviceregistry java at org eclipse osgi internal serviceregistry serviceregistrationimpl register serviceregistrationimpl java at org eclipse osgi internal serviceregistry serviceregistry registerservice serviceregistry java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org eclipse osgi internal framework bundlecontextimpl registerservice bundlecontextimpl java at org carbon core init carbonservermanager initializecarbon carbonservermanager java at org carbon core init carbonservermanager removependingitem carbonservermanager java at org carbon core init bundlechanged java at org eclipse osgi internal framework bundlecontextimpl dispatchevent bundlecontextimpl java at org eclipse osgi framework eventmgr eventmanager dispatchevent eventmanager java at org eclipse osgi framework eventmgr eventmanager eventthread run eventmanager java caused by org springframework beans factory beancreationexception error creating bean with name authenticationinterceptor defined in servletcontext resource instantiation of bean failed nested exception is org springframework beans beaninstantiationexception failed to instantiate constructor threw exception nested exception is java lang nullpointerexception cannot invoke org carbon apimgt impl apimanagerconfiguration getjwtconfigurationdto because org carbon apimgt rest api common apimconfigutil configuration is null at org springframework beans factory support abstractautowirecapablebeanfactory instantiatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbeaninstance abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory lambda dogetbean abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support beandefinitionvalueresolver resolvereference beandefinitionvalueresolver java more caused by org springframework beans beaninstantiationexception failed to instantiate constructor threw exception nested exception is java lang nullpointerexception cannot invoke org carbon apimgt impl apimanagerconfiguration getjwtconfigurationdto because org carbon apimgt rest api common apimconfigutil configuration is null at org springframework beans beanutils instantiateclass beanutils java at org springframework beans factory support simpleinstantiationstrategy instantiate simpleinstantiationstrategy java at org springframework beans factory support abstractautowirecapablebeanfactory instantiatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbeaninstance abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory lambda dogetbean abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support beandefinitionvalueresolver resolvereference beandefinitionvalueresolver java more caused by java lang nullpointerexception cannot invoke org carbon apimgt impl apimanagerconfiguration getjwtconfigurationdto because org carbon apimgt rest api common apimconfigutil configuration is null at org carbon apimgt rest api common apimconfigutil gettokenissuermap apimconfigutil java at org carbon apimgt rest api util impl oauthjwtauthenticatorimpl gettokenissuers oauthjwtauthenticatorimpl java at org carbon apimgt rest api util impl oauthjwtauthenticatorimpl oauthjwtauthenticatorimpl java at org carbon apimgt rest api util interceptors auth oauthauthenticationinterceptor oauthauthenticationinterceptor java at jdk internal reflect nativeconstructoraccessorimpl native method at jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java lang reflect constructor newinstancewithcaller constructor java at java lang reflect constructor newinstance constructor java at org springframework beans beanutils instantiateclass beanutils java at org springframework beans factory support simpleinstantiationstrategy instantiate simpleinstantiationstrategy java at org springframework beans factory support abstractautowirecapablebeanfactory instantiatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbeaninstance abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory docreatebean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractautowirecapablebeanfactory createbean abstractautowirecapablebeanfactory java at org springframework beans factory support abstractbeanfactory lambda dogetbean abstractbeanfactory java at org springframework beans factory support defaultsingletonbeanregistry getsingleton defaultsingletonbeanregistry java at org springframework beans factory support abstractbeanfactory dogetbean abstractbeanfactory java at org springframework beans factory support abstractbeanfactory getbean abstractbeanfactory java at org springframework beans factory support beandefinitionvalueresolver resolvereference beandefinitionvalueresolver java more steps to reproduce profile optimize and start the deprecated key manager profile api key manager deprecated affected component apim version apim testing pack environment details with versions no response relevant log output no response related issues no response suggested labels no response
0
2,261
4,647,900,913
IssuesEvent
2016-10-01 19:18:57
JoshuaBThompson/JEM
https://api.github.com/repos/JoshuaBThompson/JEM
opened
Requiremen: PCB should include voltage regulator
electrical priority requirement
Voltage Regulator: - Will ensure a specific voltage is received by all components (for example 3.3V) + If you plug in 3.7V to a 3.3V regulator then it will output 3.3V for example + In this way you prevent a user from accidentally providing too much voltage to the components + Should have reverse polarity protection (in case someone plugs battery in backwards) **Suggested Part:** 3.3V Linear Regulator **Link:** https://www.sparkfun.com/products/526
1.0
Requiremen: PCB should include voltage regulator - Voltage Regulator: - Will ensure a specific voltage is received by all components (for example 3.3V) + If you plug in 3.7V to a 3.3V regulator then it will output 3.3V for example + In this way you prevent a user from accidentally providing too much voltage to the components + Should have reverse polarity protection (in case someone plugs battery in backwards) **Suggested Part:** 3.3V Linear Regulator **Link:** https://www.sparkfun.com/products/526
requirement
requiremen pcb should include voltage regulator voltage regulator will ensure a specific voltage is received by all components for example if you plug in to a regulator then it will output for example in this way you prevent a user from accidentally providing too much voltage to the components should have reverse polarity protection in case someone plugs battery in backwards suggested part linear regulator link
1
42,871
5,542,353,490
IssuesEvent
2017-03-22 14:52:09
owncloud/client
https://api.github.com/repos/owncloud/client
opened
Tray menu: Clarify "Up to date" item with time of last E-Tag check
Design & UX
When I wake up my laptop while being on flaky WiFi I don't know to what exact time the "Up to date" confirms to.
1.0
Tray menu: Clarify "Up to date" item with time of last E-Tag check - When I wake up my laptop while being on flaky WiFi I don't know to what exact time the "Up to date" confirms to.
non_requirement
tray menu clarify up to date item with time of last e tag check when i wake up my laptop while being on flaky wifi i don t know to what exact time the up to date confirms to
0
57,091
14,106,605,171
IssuesEvent
2020-11-06 15:09:25
jgeraigery/keyprotect-java-client
https://api.github.com/repos/jgeraigery/keyprotect-java-client
opened
WS-2019-0379 (Medium) detected in commons-codec-1.12.jar
security vulnerability
## WS-2019-0379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.12.jar</b></p></summary> <p>The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-codec/">http://commons.apache.org/proper/commons-codec/</a></p> <p>Path to dependency file: keyprotect-java-client/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.jar</p> <p> Dependency Hierarchy: - sdk-core-8.3.0.jar (Root Library) - :x: **commons-codec-1.12.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/keyprotect-java-client/commit/5e1f76bcf13f828cc96a687af3ba92cfdd41525b">5e1f76bcf13f828cc96a687af3ba92cfdd41525b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation. <p>Publish Date: 2019-05-20 <p>URL: <a href=https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113>WS-2019-0379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113">https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113</a></p> <p>Release Date: 2019-05-12</p> <p>Fix Resolution: 1.13-RC1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-codec","packageName":"commons-codec","packageVersion":"1.12","isTransitiveDependency":true,"dependencyTree":"com.ibm.cloud:sdk-core:8.3.0;commons-codec:commons-codec:1.12","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.13-RC1"}],"vulnerabilityIdentifier":"WS-2019-0379","vulnerabilityDetails":"Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation.","vulnerabilityUrl":"https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
WS-2019-0379 (Medium) detected in commons-codec-1.12.jar - ## WS-2019-0379 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-codec-1.12.jar</b></p></summary> <p>The Apache Commons Codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.</p> <p>Library home page: <a href="http://commons.apache.org/proper/commons-codec/">http://commons.apache.org/proper/commons-codec/</a></p> <p>Path to dependency file: keyprotect-java-client/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-codec/commons-codec/1.12/commons-codec-1.12.jar</p> <p> Dependency Hierarchy: - sdk-core-8.3.0.jar (Root Library) - :x: **commons-codec-1.12.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/keyprotect-java-client/commit/5e1f76bcf13f828cc96a687af3ba92cfdd41525b">5e1f76bcf13f828cc96a687af3ba92cfdd41525b</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation. <p>Publish Date: 2019-05-20 <p>URL: <a href=https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113>WS-2019-0379</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113">https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113</a></p> <p>Release Date: 2019-05-12</p> <p>Fix Resolution: 1.13-RC1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-codec","packageName":"commons-codec","packageVersion":"1.12","isTransitiveDependency":true,"dependencyTree":"com.ibm.cloud:sdk-core:8.3.0;commons-codec:commons-codec:1.12","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.13-RC1"}],"vulnerabilityIdentifier":"WS-2019-0379","vulnerabilityDetails":"Apache commons-codec before version “commons-codec-1.13-RC1” is vulnerable to information disclosure due to Improper Input validation.","vulnerabilityUrl":"https://github.com/apache/commons-codec/commit/48b615756d1d770091ea3322eefc08011ee8b113","cvss3Severity":"medium","cvss3Score":"6.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_requirement
ws medium detected in commons codec jar ws medium severity vulnerability vulnerable library commons codec jar the apache commons codec package contains simple encoder and decoders for various formats such as and hexadecimal in addition to these widely used encoders and decoders the codec package also maintains a collection of phonetic encoding utilities library home page a href path to dependency file keyprotect java client pom xml path to vulnerable library home wss scanner repository commons codec commons codec commons codec jar dependency hierarchy sdk core jar root library x commons codec jar vulnerable library found in head commit a href found in base branch master vulnerability details apache commons codec before version “commons codec ” is vulnerable to information disclosure due to improper input validation publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier ws vulnerabilitydetails apache commons codec before version “commons codec ” is vulnerable to information disclosure due to improper input validation vulnerabilityurl
0
300,802
25,995,058,773
IssuesEvent
2022-12-20 10:51:40
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: follower-reads/survival=region/locality=global/reads=bounded-staleness failed
C-test-failure O-robot X-duplicate O-roachtest branch-master release-blocker T-kv
roachtest.follower-reads/survival=region/locality=global/reads=bounded-staleness [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8030985?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8030985?buildTab=artifacts#/follower-reads/survival=region/locality=global/reads=bounded-staleness) on master @ [61f7c816574848f804f1adf7f42f7315bfcaaeba](https://github.com/cockroachdb/cockroach/commits/61f7c816574848f804f1adf7f42f7315bfcaaeba): ``` test artifacts and logs in: /artifacts/follower-reads/survival=region/locality=global/reads=bounded-staleness/run_1 (test_impl.go:297).Fatalf: 7 latency values ([25.331632ms 25.024995ms 25.508848ms 25.471717ms 25.487835ms 25.475178ms 25.797296ms]) are above target latency 25ms, 4 permitted ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*follower-reads/survival=region/locality=global/reads=bounded-staleness.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-22623
2.0
roachtest: follower-reads/survival=region/locality=global/reads=bounded-staleness failed - roachtest.follower-reads/survival=region/locality=global/reads=bounded-staleness [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8030985?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8030985?buildTab=artifacts#/follower-reads/survival=region/locality=global/reads=bounded-staleness) on master @ [61f7c816574848f804f1adf7f42f7315bfcaaeba](https://github.com/cockroachdb/cockroach/commits/61f7c816574848f804f1adf7f42f7315bfcaaeba): ``` test artifacts and logs in: /artifacts/follower-reads/survival=region/locality=global/reads=bounded-staleness/run_1 (test_impl.go:297).Fatalf: 7 latency values ([25.331632ms 25.024995ms 25.508848ms 25.471717ms 25.487835ms 25.475178ms 25.797296ms]) are above target latency 25ms, 4 permitted ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> /cc @cockroachdb/kv-triage <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*follower-reads/survival=region/locality=global/reads=bounded-staleness.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-22623
non_requirement
roachtest follower reads survival region locality global reads bounded staleness failed roachtest follower reads survival region locality global reads bounded staleness with on master test artifacts and logs in artifacts follower reads survival region locality global reads bounded staleness run test impl go fatalf latency values are above target latency permitted parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see cc cockroachdb kv triage jira issue crdb
0
169,622
6,412,968,000
IssuesEvent
2017-08-08 05:56:58
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[HW support]go through new hardware support checklist for Boston server
priority:high sprint1 type:feature
* [x] The rflash #3373 Pls follow the checklist https://w3-connections.ibm.com/wikis/home?lang=en#!/wiki/xCAT/page/New%20Hardware%20Support%20Checklist Pls modify the checklist below with the command/cases for the specified items. * [x] bmcsetup verifcation
1.0
[HW support]go through new hardware support checklist for Boston server - * [x] The rflash #3373 Pls follow the checklist https://w3-connections.ibm.com/wikis/home?lang=en#!/wiki/xCAT/page/New%20Hardware%20Support%20Checklist Pls modify the checklist below with the command/cases for the specified items. * [x] bmcsetup verifcation
non_requirement
go through new hardware support checklist for boston server the rflash pls follow the checklist pls modify the checklist below with the command cases for the specified items bmcsetup verifcation
0
5,259
7,794,431,106
IssuesEvent
2018-06-08 02:35:29
kirstenloechl/rally
https://api.github.com/repos/kirstenloechl/rally
closed
Power-Ups
Functional Requirements
The system shall provide a description of what each power-up does for all available power-ups.
1.0
Power-Ups - The system shall provide a description of what each power-up does for all available power-ups.
requirement
power ups the system shall provide a description of what each power up does for all available power ups
1
4,972
7,488,271,461
IssuesEvent
2018-04-06 00:10:36
openopps/openopps-platform
https://api.github.com/repos/openopps/openopps-platform
reopened
Open Opps System Email <Opportunity - approved - open>
Approved Email Requirements Ready
As an Open Opps Admin and/or User, I would like to receive the following email at the following point in the Open Opps process: Current Message Name: Opportunity - approved - open Desired Message Name: Opportunity - approved - open Header/Subject Copy: Your opportunity is approved and open Desired Text Copy: "Hi [[GivenName]], We approved your opportunity,[opportunity name - link] and it's now open and accepting applicants. You'll get a notification each time someone signs up to participate in this opportunity. What do you do now? 1. Start reviewing and assigning participants. 2. Cancel the opportunity if it's no longer needed. Thanks, The Open Opportunities Team Trigger: Admin approves and changes the status of submitted opportunity from Submitted to Open **Acceptance Criteria:** The desired text, including personalizations/links is emailed to the appropriate user when the Trigger happens. Trigger: Admin approves and changes the status of submitted opportunity from Submitted to Open Desired Text Copy: "Hi [[GivenName]], We approved your opportunity,[opportunity name - link] and it's now open and accepting applicants. You'll get a notification each time someone signs up to participate in this opportunity. What do you do now? 1. Start reviewing and assigning participants. 2. Cancel the opportunity if it's no longer needed. Thanks, The Open Opportunities Team
1.0
Open Opps System Email <Opportunity - approved - open> - As an Open Opps Admin and/or User, I would like to receive the following email at the following point in the Open Opps process: Current Message Name: Opportunity - approved - open Desired Message Name: Opportunity - approved - open Header/Subject Copy: Your opportunity is approved and open Desired Text Copy: "Hi [[GivenName]], We approved your opportunity,[opportunity name - link] and it's now open and accepting applicants. You'll get a notification each time someone signs up to participate in this opportunity. What do you do now? 1. Start reviewing and assigning participants. 2. Cancel the opportunity if it's no longer needed. Thanks, The Open Opportunities Team Trigger: Admin approves and changes the status of submitted opportunity from Submitted to Open **Acceptance Criteria:** The desired text, including personalizations/links is emailed to the appropriate user when the Trigger happens. Trigger: Admin approves and changes the status of submitted opportunity from Submitted to Open Desired Text Copy: "Hi [[GivenName]], We approved your opportunity,[opportunity name - link] and it's now open and accepting applicants. You'll get a notification each time someone signs up to participate in this opportunity. What do you do now? 1. Start reviewing and assigning participants. 2. Cancel the opportunity if it's no longer needed. Thanks, The Open Opportunities Team
requirement
open opps system email as an open opps admin and or user i would like to receive the following email at the following point in the open opps process current message name opportunity approved open desired message name opportunity approved open header subject copy your opportunity is approved and open desired text copy hi we approved your opportunity and it s now open and accepting applicants you ll get a notification each time someone signs up to participate in this opportunity what do you do now start reviewing and assigning participants cancel the opportunity if it s no longer needed thanks the open opportunities team trigger admin approves and changes the status of submitted opportunity from submitted to open acceptance criteria the desired text including personalizations links is emailed to the appropriate user when the trigger happens trigger admin approves and changes the status of submitted opportunity from submitted to open desired text copy hi we approved your opportunity and it s now open and accepting applicants you ll get a notification each time someone signs up to participate in this opportunity what do you do now start reviewing and assigning participants cancel the opportunity if it s no longer needed thanks the open opportunities team
1
2,540
4,892,193,625
IssuesEvent
2016-11-18 18:58:02
cop1000/cop1000
https://api.github.com/repos/cop1000/cop1000
closed
StephanNears's Project 1 submission
all-requirements-met grade-saved-on-blackboard project-1
Paste your web site's published URL here: https://stephannears.github.io/ Check each of the following boxes to ensure you can score :100: - [X] Bootstrap is used. - [X] Web site contains images. - [X] Web site contains text. - [X] Web site contains external links. - [X] All of the web site's content can be accessed just by scrolling. - [X] Users can navigate to different sections of the webpage by clicking buttons in the navigation. - [X] The web site contains original content. - [X] The web site doesn't contain inappropriate content. - [X] The web site is published to GitHub Pages. - [X] The link to the web site is submitted in the class repository.
1.0
StephanNears's Project 1 submission - Paste your web site's published URL here: https://stephannears.github.io/ Check each of the following boxes to ensure you can score :100: - [X] Bootstrap is used. - [X] Web site contains images. - [X] Web site contains text. - [X] Web site contains external links. - [X] All of the web site's content can be accessed just by scrolling. - [X] Users can navigate to different sections of the webpage by clicking buttons in the navigation. - [X] The web site contains original content. - [X] The web site doesn't contain inappropriate content. - [X] The web site is published to GitHub Pages. - [X] The link to the web site is submitted in the class repository.
requirement
stephannears s project submission paste your web site s published url here check each of the following boxes to ensure you can score bootstrap is used web site contains images web site contains text web site contains external links all of the web site s content can be accessed just by scrolling users can navigate to different sections of the webpage by clicking buttons in the navigation the web site contains original content the web site doesn t contain inappropriate content the web site is published to github pages the link to the web site is submitted in the class repository
1
8,394
26,886,379,051
IssuesEvent
2023-02-06 03:52:19
hackforla/website
https://api.github.com/repos/hackforla/website
closed
Google Apps Script: Fix extra empty JSON field problem
role: back end/devOps Size: Medium time sensitive Status: Updated automation Feature: Google Apps Scripts
### Overview In the _wins-data.json and wins-data.json at the end of each Wins entry, there is "":"", which wasn't there in the current _wins-data.json and current wins-data.json in gh-pages. The objective of this ticket is to figure out why this is happening and implement a fix. ### Action Items - [x] Obtain access to the Google Apps Script in the admin drive from the technical lead - [x] Become familiar with the workflow process of writing to the _wins-data.json and wins-data.json files - [ ] Determine the cause of the bug detailed in this ticket - [ ] Fix the bug so that there is no longer "":"" added to the end of each entry in the _wins-data.json and wins-data.json files ### Resources/Instructions The PR where the updated wins data goes to is here https://github.com/hackforla/website/pull/3024. You can see the issue described by this ticket by going to the files changed tab in this PR and scrolling through one of the wins-data files until you reach the end of an entry.
1.0
Google Apps Script: Fix extra empty JSON field problem - ### Overview In the _wins-data.json and wins-data.json at the end of each Wins entry, there is "":"", which wasn't there in the current _wins-data.json and current wins-data.json in gh-pages. The objective of this ticket is to figure out why this is happening and implement a fix. ### Action Items - [x] Obtain access to the Google Apps Script in the admin drive from the technical lead - [x] Become familiar with the workflow process of writing to the _wins-data.json and wins-data.json files - [ ] Determine the cause of the bug detailed in this ticket - [ ] Fix the bug so that there is no longer "":"" added to the end of each entry in the _wins-data.json and wins-data.json files ### Resources/Instructions The PR where the updated wins data goes to is here https://github.com/hackforla/website/pull/3024. You can see the issue described by this ticket by going to the files changed tab in this PR and scrolling through one of the wins-data files until you reach the end of an entry.
non_requirement
google apps script fix extra empty json field problem overview in the wins data json and wins data json at the end of each wins entry there is which wasn t there in the current wins data json and current wins data json in gh pages the objective of this ticket is to figure out why this is happening and implement a fix action items obtain access to the google apps script in the admin drive from the technical lead become familiar with the workflow process of writing to the wins data json and wins data json files determine the cause of the bug detailed in this ticket fix the bug so that there is no longer added to the end of each entry in the wins data json and wins data json files resources instructions the pr where the updated wins data goes to is here you can see the issue described by this ticket by going to the files changed tab in this pr and scrolling through one of the wins data files until you reach the end of an entry
0
141,379
11,414,337,583
IssuesEvent
2020-02-02 02:01:27
istio/istio
https://api.github.com/repos/istio/istio
closed
New Test, TestAuthorizationPolicies_ListNamespacesOfServiceRoles, flaky due to non deterministic sorting
area/security kind/test failure lifecycle/needs-triage
https://prow.istio.io/view/gcs/istio-prow/pr-logs/pull/istio_istio/17755/unit-tests_istio/1981
1.0
New Test, TestAuthorizationPolicies_ListNamespacesOfServiceRoles, flaky due to non deterministic sorting - https://prow.istio.io/view/gcs/istio-prow/pr-logs/pull/istio_istio/17755/unit-tests_istio/1981
non_requirement
new test testauthorizationpolicies listnamespacesofserviceroles flaky due to non deterministic sorting
0
214,175
7,267,526,793
IssuesEvent
2018-02-20 05:41:06
ballerina-lang/ballerina
https://api.github.com/repos/ballerina-lang/ballerina
opened
Completion provide incorrect items in identifier space of function
Priority/High Severity/Major Type/Bug component/language-server
**Description:** When try to type a name for a function after adding a new function, completions suggest wrong completion items as cursor is on a new line as it doesn't recognize where the cursor is now. **Steps to reproduce:** Tried on a newly added unsaved file on Ballerina Composer version 0.962.0 ![ezgif com-video-to-gif 23](https://user-images.githubusercontent.com/9109762/36408886-2b9f4b70-162e-11e8-8336-705ff2adc500.gif) **Affected Versions:** Ballerina Language Server - 0.962.0
1.0
Completion provide incorrect items in identifier space of function - **Description:** When try to type a name for a function after adding a new function, completions suggest wrong completion items as cursor is on a new line as it doesn't recognize where the cursor is now. **Steps to reproduce:** Tried on a newly added unsaved file on Ballerina Composer version 0.962.0 ![ezgif com-video-to-gif 23](https://user-images.githubusercontent.com/9109762/36408886-2b9f4b70-162e-11e8-8336-705ff2adc500.gif) **Affected Versions:** Ballerina Language Server - 0.962.0
non_requirement
completion provide incorrect items in identifier space of function description when try to type a name for a function after adding a new function completions suggest wrong completion items as cursor is on a new line as it doesn t recognize where the cursor is now steps to reproduce tried on a newly added unsaved file on ballerina composer version affected versions ballerina language server
0
157,975
6,019,733,982
IssuesEvent
2017-06-07 15:04:19
elementary/appcenter
https://api.github.com/repos/elementary/appcenter
closed
Allow to link to BountySource
Priority: Wishlist
It would be nice if we could add a link to the BountySource of the App at the bottom of the App View
1.0
Allow to link to BountySource - It would be nice if we could add a link to the BountySource of the App at the bottom of the App View
non_requirement
allow to link to bountysource it would be nice if we could add a link to the bountysource of the app at the bottom of the app view
0
9,258
13,042,728,951
IssuesEvent
2020-07-28 23:19:15
googleinterns/step129-2020
https://api.github.com/repos/googleinterns/step129-2020
closed
Create Future Work type of page
requirement
Include sources for our data, places to get more info (like WWF, IUCN), places people can help, etc Basically more information on why this is a problem
1.0
Create Future Work type of page - Include sources for our data, places to get more info (like WWF, IUCN), places people can help, etc Basically more information on why this is a problem
requirement
create future work type of page include sources for our data places to get more info like wwf iucn places people can help etc basically more information on why this is a problem
1
195,611
22,349,849,222
IssuesEvent
2022-06-15 11:02:42
turkdevops/atom
https://api.github.com/repos/turkdevops/atom
closed
CVE-2021-23495 (Medium) detected in karma-0.13.22.tgz - autoclosed
security vulnerability
## CVE-2021-23495 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-0.13.22.tgz</b></p></summary> <p>Spectacular Test Runner for JavaScript.</p> <p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-0.13.22.tgz">https://registry.npmjs.org/karma/-/karma-0.13.22.tgz</a></p> <p>Path to dependency file: /repo-with-submodules/You-Dont-Need-jQuery/package.json</p> <p>Path to vulnerable library: /spec/fixtures/git/repo-with-submodules/You-Dont-Need-jQuery/node_modules/karma/package.json</p> <p> Dependency Hierarchy: - :x: **karma-0.13.22.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/atom/commit/808ed16784ca49c0e5810becefba198982d2916e">808ed16784ca49c0e5810becefba198982d2916e</a></p> <p>Found in base branch: <b>electron-upgrade</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter. <p>Publish Date: 2022-02-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495>CVE-2021-23495</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495</a></p> <p>Release Date: 2022-02-25</p> <p>Fix Resolution: 6.3.16</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-23495 (Medium) detected in karma-0.13.22.tgz - autoclosed - ## CVE-2021-23495 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>karma-0.13.22.tgz</b></p></summary> <p>Spectacular Test Runner for JavaScript.</p> <p>Library home page: <a href="https://registry.npmjs.org/karma/-/karma-0.13.22.tgz">https://registry.npmjs.org/karma/-/karma-0.13.22.tgz</a></p> <p>Path to dependency file: /repo-with-submodules/You-Dont-Need-jQuery/package.json</p> <p>Path to vulnerable library: /spec/fixtures/git/repo-with-submodules/You-Dont-Need-jQuery/node_modules/karma/package.json</p> <p> Dependency Hierarchy: - :x: **karma-0.13.22.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/atom/commit/808ed16784ca49c0e5810becefba198982d2916e">808ed16784ca49c0e5810becefba198982d2916e</a></p> <p>Found in base branch: <b>electron-upgrade</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The package karma before 6.3.16 are vulnerable to Open Redirect due to missing validation of the return_url query parameter. <p>Publish Date: 2022-02-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23495>CVE-2021-23495</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23495</a></p> <p>Release Date: 2022-02-25</p> <p>Fix Resolution: 6.3.16</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_requirement
cve medium detected in karma tgz autoclosed cve medium severity vulnerability vulnerable library karma tgz spectacular test runner for javascript library home page a href path to dependency file repo with submodules you dont need jquery package json path to vulnerable library spec fixtures git repo with submodules you dont need jquery node modules karma package json dependency hierarchy x karma tgz vulnerable library found in head commit a href found in base branch electron upgrade vulnerability details the package karma before are vulnerable to open redirect due to missing validation of the return url query parameter publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
15,176
26,609,311,148
IssuesEvent
2023-01-23 22:14:33
NASA-PDS/pds-api
https://api.github.com/repos/NASA-PDS/pds-api
opened
As a user, I want to get a bad request error if I use a URL parameter which is not supported
requirement needs:triage
### Checked for duplicates No - I haven't checked ### Related problems I'm frustrated when make a typo in a parameter and I get a result from the API anyway but without my parameter being understood. ### 🧑‍🔬 User Persona(s) Data user ### 💪 Motivation ...so that I can quickly spot wrong usage of the API ### 📖 Additional Details Check tht there is not a extensibility motivation for supporting extra parameter silently. However I believe this is true at the specification level (the specification is extensible) but should not be true at the implementation level (the implementation is limited and should be explicit about it) ### Acceptance Criteria **Given** deployed server **When I perform** a request curl http://{server-host}/product?keyword=thing **Then I expect** i expect an error 400, with a text message saying parameter 'keyword' is not supported by the API ### ⚙️ Engineering Details Provide some design / implementation details and/or a sub-task checklist as needed. Convert issue to Epic if estimate is outside the scope of 1 sprint.
1.0
As a user, I want to get a bad request error if I use a URL parameter which is not supported - ### Checked for duplicates No - I haven't checked ### Related problems I'm frustrated when make a typo in a parameter and I get a result from the API anyway but without my parameter being understood. ### 🧑‍🔬 User Persona(s) Data user ### 💪 Motivation ...so that I can quickly spot wrong usage of the API ### 📖 Additional Details Check tht there is not a extensibility motivation for supporting extra parameter silently. However I believe this is true at the specification level (the specification is extensible) but should not be true at the implementation level (the implementation is limited and should be explicit about it) ### Acceptance Criteria **Given** deployed server **When I perform** a request curl http://{server-host}/product?keyword=thing **Then I expect** i expect an error 400, with a text message saying parameter 'keyword' is not supported by the API ### ⚙️ Engineering Details Provide some design / implementation details and/or a sub-task checklist as needed. Convert issue to Epic if estimate is outside the scope of 1 sprint.
requirement
as a user i want to get a bad request error if i use a url parameter which is not supported checked for duplicates no i haven t checked related problems i m frustrated when make a typo in a parameter and i get a result from the api anyway but without my parameter being understood 🧑‍🔬 user persona s data user 💪 motivation so that i can quickly spot wrong usage of the api 📖 additional details check tht there is not a extensibility motivation for supporting extra parameter silently however i believe this is true at the specification level the specification is extensible but should not be true at the implementation level the implementation is limited and should be explicit about it acceptance criteria given deployed server when i perform a request curl then i expect i expect an error with a text message saying parameter keyword is not supported by the api ⚙️ engineering details provide some design implementation details and or a sub task checklist as needed convert issue to epic if estimate is outside the scope of sprint
1
10,587
15,512,272,598
IssuesEvent
2021-03-12 01:22:05
NASA-PDS/pds-registry-app
https://api.github.com/repos/NASA-PDS/pds-registry-app
opened
As a user, I don't want to have difficulties to update the registry schema when I load new data
enhancement requirement-needed triage-needed
We can think of 2 steps in the development: 1. improve error message, e.g. describing where to download and the command line to launch to update the schema 2. prepare a repository/database of the LDDs and "automate" the download and update of the schema.
1.0
As a user, I don't want to have difficulties to update the registry schema when I load new data - We can think of 2 steps in the development: 1. improve error message, e.g. describing where to download and the command line to launch to update the schema 2. prepare a repository/database of the LDDs and "automate" the download and update of the schema.
requirement
as a user i don t want to have difficulties to update the registry schema when i load new data we can think of steps in the development improve error message e g describing where to download and the command line to launch to update the schema prepare a repository database of the ldds and automate the download and update of the schema
1
12,265
19,547,524,934
IssuesEvent
2022-01-02 05:44:26
wplug/MemberPortal
https://api.github.com/repos/wplug/MemberPortal
closed
Determine the application environment and/or framework that will be used to implement the portal
requirement
The leading candidate in our informal discussions up to now seems to be raw, unadorned PHP. But there are some other choices, which we should probably at least document (maybe with a few words about why they are or are not desirable for this project). Potential other choices: - CGI (shell) scripting. This might be interesting to try to use to put together a quick prototype, but I think it would be too cumbersome (and perhaps too prone to security issues, if we're not careful) to use "for real". - Java (using an app server environment like Tomcat or something) - this would give us easy facilities for things like database abstraction (see issue #6), but there's an awful lot of infrastructure that would need to be deployed to support it, and I am not sure to what extent any of us are J2EE programmers... So probably not. - Rails - It's truly built for apps exactly like this, and there are prepackaged toolkits for dealing with services like Stripe (though that's available for raw PHP, as well). But it also requires some infrastructure that we'd need to maintain (and that really would need to be maintained outside of the package system on the VPS, because the packaged Rails versions in mainstream distros are really far behind the times, and most of the tools (like "gem") kind of expect to be able to maintain stuff outside of the OS anyway. We also may be somewhat limited in Ruby skills. Perhaps worth giving some consideration to, but may just be overkill. - Node.js - maybe a possibility, but I personally don't know enough about it to understand if we should really consider it or not. Others?
1.0
Determine the application environment and/or framework that will be used to implement the portal - The leading candidate in our informal discussions up to now seems to be raw, unadorned PHP. But there are some other choices, which we should probably at least document (maybe with a few words about why they are or are not desirable for this project). Potential other choices: - CGI (shell) scripting. This might be interesting to try to use to put together a quick prototype, but I think it would be too cumbersome (and perhaps too prone to security issues, if we're not careful) to use "for real". - Java (using an app server environment like Tomcat or something) - this would give us easy facilities for things like database abstraction (see issue #6), but there's an awful lot of infrastructure that would need to be deployed to support it, and I am not sure to what extent any of us are J2EE programmers... So probably not. - Rails - It's truly built for apps exactly like this, and there are prepackaged toolkits for dealing with services like Stripe (though that's available for raw PHP, as well). But it also requires some infrastructure that we'd need to maintain (and that really would need to be maintained outside of the package system on the VPS, because the packaged Rails versions in mainstream distros are really far behind the times, and most of the tools (like "gem") kind of expect to be able to maintain stuff outside of the OS anyway. We also may be somewhat limited in Ruby skills. Perhaps worth giving some consideration to, but may just be overkill. - Node.js - maybe a possibility, but I personally don't know enough about it to understand if we should really consider it or not. Others?
requirement
determine the application environment and or framework that will be used to implement the portal the leading candidate in our informal discussions up to now seems to be raw unadorned php but there are some other choices which we should probably at least document maybe with a few words about why they are or are not desirable for this project potential other choices cgi shell scripting this might be interesting to try to use to put together a quick prototype but i think it would be too cumbersome and perhaps too prone to security issues if we re not careful to use for real java using an app server environment like tomcat or something this would give us easy facilities for things like database abstraction see issue but there s an awful lot of infrastructure that would need to be deployed to support it and i am not sure to what extent any of us are programmers so probably not rails it s truly built for apps exactly like this and there are prepackaged toolkits for dealing with services like stripe though that s available for raw php as well but it also requires some infrastructure that we d need to maintain and that really would need to be maintained outside of the package system on the vps because the packaged rails versions in mainstream distros are really far behind the times and most of the tools like gem kind of expect to be able to maintain stuff outside of the os anyway we also may be somewhat limited in ruby skills perhaps worth giving some consideration to but may just be overkill node js maybe a possibility but i personally don t know enough about it to understand if we should really consider it or not others
1
54,453
23,268,828,050
IssuesEvent
2022-08-04 20:19:18
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
opened
Prepare migration plan for GitHub repos
ops and shared services
**Describe the issue** Repositories used by CCM, the Provisioner, and Argo CD are being migrated from the 'bcgov-platform-services' org to the new 'bcgov-ent' org. This will require careful planning in order to avoid any disruptions. Investigate the migration and prepare a detailed step-by-step plan for migrating each of these repositories. This is for the "namespaces" repos, as described in issue #2787: https://github.com/bcgov-platform-services/platform-gitops-calgary-clab-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-klab-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-silver-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-gold-namespaces https://github.com/bcgov-platform-services/platform-gitops-calgary-golddr-namespaces **What is the Value/Impact?** We need to move these repos to a proper enterprise org. Potential impact includes the failure to apply project set updates or the loss of updates if a repo is overwritten at an inopportune time. **What is the plan? How will this get completed?** Ian and the DXC team will review the details of the migration, identify any problem areas, and approve a migration plan. **Identify any dependencies** These repos are used by CCM, the Provisioner, and Argo CD. The actual migration of each repo will require coordination so that updates to each are done together for each repo. **Definition of done** - [ ] A detailed repo migration plan is approved and published, to be used in the execution of #2787
1.0
Prepare migration plan for GitHub repos - **Describe the issue** Repositories used by CCM, the Provisioner, and Argo CD are being migrated from the 'bcgov-platform-services' org to the new 'bcgov-ent' org. This will require careful planning in order to avoid any disruptions. Investigate the migration and prepare a detailed step-by-step plan for migrating each of these repositories. This is for the "namespaces" repos, as described in issue #2787: https://github.com/bcgov-platform-services/platform-gitops-calgary-clab-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-klab-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-silver-namespaces https://github.com/bcgov-platform-services/platform-gitops-kamloops-gold-namespaces https://github.com/bcgov-platform-services/platform-gitops-calgary-golddr-namespaces **What is the Value/Impact?** We need to move these repos to a proper enterprise org. Potential impact includes the failure to apply project set updates or the loss of updates if a repo is overwritten at an inopportune time. **What is the plan? How will this get completed?** Ian and the DXC team will review the details of the migration, identify any problem areas, and approve a migration plan. **Identify any dependencies** These repos are used by CCM, the Provisioner, and Argo CD. The actual migration of each repo will require coordination so that updates to each are done together for each repo. **Definition of done** - [ ] A detailed repo migration plan is approved and published, to be used in the execution of #2787
non_requirement
prepare migration plan for github repos describe the issue repositories used by ccm the provisioner and argo cd are being migrated from the bcgov platform services org to the new bcgov ent org this will require careful planning in order to avoid any disruptions investigate the migration and prepare a detailed step by step plan for migrating each of these repositories this is for the namespaces repos as described in issue what is the value impact we need to move these repos to a proper enterprise org potential impact includes the failure to apply project set updates or the loss of updates if a repo is overwritten at an inopportune time what is the plan how will this get completed ian and the dxc team will review the details of the migration identify any problem areas and approve a migration plan identify any dependencies these repos are used by ccm the provisioner and argo cd the actual migration of each repo will require coordination so that updates to each are done together for each repo definition of done a detailed repo migration plan is approved and published to be used in the execution of
0
10,672
15,698,386,048
IssuesEvent
2021-03-26 06:45:00
CMPUT301W21T18/PreemptiveOOP
https://api.github.com/repos/CMPUT301W21T18/PreemptiveOOP
closed
US 01.08.01 - Ignore Specific Trials
core requirement phase 1
**User Story** US 01.08.01 As an owner, I want to ignore certain experimenters results. **Rationale** - The owner of an experiment should have the ability to ignore certain trials gained from experimenters. **Story Points = 2/5** **Risk Level = Low**
1.0
US 01.08.01 - Ignore Specific Trials - **User Story** US 01.08.01 As an owner, I want to ignore certain experimenters results. **Rationale** - The owner of an experiment should have the ability to ignore certain trials gained from experimenters. **Story Points = 2/5** **Risk Level = Low**
requirement
us ignore specific trials user story us as an owner i want to ignore certain experimenters results rationale the owner of an experiment should have the ability to ignore certain trials gained from experimenters story points risk level low
1
40,640
10,084,515,136
IssuesEvent
2019-07-25 15:50:09
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
domains table notified_serial needs bigint instead of integer
auth backport to stable? defect
- Program: Authoritative - Issue type: Bug report ### Short description It seems there was a change from PDNS 4.0 to PDNS 4.1 (or even earlier) how serials in the range from 2^31 - 2^32-1 were handled. Old version: internally the notified_serial was treated as unsigned, but when written into the DB, it was stored as INTEGER (signed). Hence, serials > 2^31 where stored as negative values. When read from DB the notified_serial was transparently converted again into the correct unsigned value. PDNS 4.1: now the database code wants to write the unsigned type as unsigned type into the DB, and this fails (testet with Postgresql backend): > pdns[32458]: AXFR done for 'xxx.wien', zone committed with serial number 2824191541 > pdns[32458]: Queued also-notification of domain 'xxx.wien' to 176.9.98.135:53 > pdns[32458]: Unable to AXFR zone 'xxx.wien' from remote 'xx.59.115.xx' (PDNSException): GSQLBackend unable to refresh domain_id 533900: Fatal error during query: update soap_domains set notified_serial=$1 where id=$2: ERROR: value "2824191541" is out of range for type integer Further, reading the old-style negative values will fail to: > Unable to parse record during incoming AXFR of 'xxx.ch' (std::exception): stoul returned result out of unsigned int range; data was "-1470775755" Fix new installations: - In the DB schema change the notified_serial type from INTEGER to BIGINT Fix existing installations: > ALTER TABLE domains ALTER notified_serial TYPE BIGINT; BEGIN; > NOTE: at this point PowerDNS will receive Postgresql Errors (prepared statements) and should be restartet > UPDATE domains SET notified_serial = NULL WHERE notified_serial < 0; COMMIT; <!-- If this is a bug report, use the following part of the the template and delete the part at the bottom --> ### Environment <!-- Tell us about the environment --> - Operating system: Debian - Software version: PDNS 4.1 + Postgresql Backend - Software source: self compiled
1.0
domains table notified_serial needs bigint instead of integer - - Program: Authoritative - Issue type: Bug report ### Short description It seems there was a change from PDNS 4.0 to PDNS 4.1 (or even earlier) how serials in the range from 2^31 - 2^32-1 were handled. Old version: internally the notified_serial was treated as unsigned, but when written into the DB, it was stored as INTEGER (signed). Hence, serials > 2^31 where stored as negative values. When read from DB the notified_serial was transparently converted again into the correct unsigned value. PDNS 4.1: now the database code wants to write the unsigned type as unsigned type into the DB, and this fails (testet with Postgresql backend): > pdns[32458]: AXFR done for 'xxx.wien', zone committed with serial number 2824191541 > pdns[32458]: Queued also-notification of domain 'xxx.wien' to 176.9.98.135:53 > pdns[32458]: Unable to AXFR zone 'xxx.wien' from remote 'xx.59.115.xx' (PDNSException): GSQLBackend unable to refresh domain_id 533900: Fatal error during query: update soap_domains set notified_serial=$1 where id=$2: ERROR: value "2824191541" is out of range for type integer Further, reading the old-style negative values will fail to: > Unable to parse record during incoming AXFR of 'xxx.ch' (std::exception): stoul returned result out of unsigned int range; data was "-1470775755" Fix new installations: - In the DB schema change the notified_serial type from INTEGER to BIGINT Fix existing installations: > ALTER TABLE domains ALTER notified_serial TYPE BIGINT; BEGIN; > NOTE: at this point PowerDNS will receive Postgresql Errors (prepared statements) and should be restartet > UPDATE domains SET notified_serial = NULL WHERE notified_serial < 0; COMMIT; <!-- If this is a bug report, use the following part of the the template and delete the part at the bottom --> ### Environment <!-- Tell us about the environment --> - Operating system: Debian - Software version: PDNS 4.1 + Postgresql Backend - Software source: self compiled
non_requirement
domains table notified serial needs bigint instead of integer program authoritative issue type bug report short description it seems there was a change from pdns to pdns or even earlier how serials in the range from were handled old version internally the notified serial was treated as unsigned but when written into the db it was stored as integer signed hence serials where stored as negative values when read from db the notified serial was transparently converted again into the correct unsigned value pdns now the database code wants to write the unsigned type as unsigned type into the db and this fails testet with postgresql backend pdns axfr done for xxx wien zone committed with serial number pdns queued also notification of domain xxx wien to pdns unable to axfr zone xxx wien from remote xx xx pdnsexception gsqlbackend unable to refresh domain id fatal error during query update soap domains set notified serial where id error value is out of range for type integer further reading the old style negative values will fail to unable to parse record during incoming axfr of xxx ch std exception stoul returned result out of unsigned int range data was fix new installations in the db schema change the notified serial type from integer to bigint fix existing installations alter table domains alter notified serial type bigint begin note at this point powerdns will receive postgresql errors prepared statements and should be restartet update domains set notified serial null where notified serial commit if this is a bug report use the following part of the the template and delete the part at the bottom environment operating system debian software version pdns postgresql backend software source self compiled
0
13,128
22,049,932,266
IssuesEvent
2022-05-30 07:43:30
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Package update not found when name contains `.`
type:bug status:requirements priority-5-triage
### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. renovate/renovate:32.68.1-slim ### Please select which platform you are using if self-hosting. Bitbucket Server ### If you're self-hosting Renovate, tell us what version of the platform you run. 7.21.1 ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate is not finding any python package updates where the package name contains `.` but the wheel .whl filename has the `.` replaced with `_`. See for example: https://github.com/pypa/flit/issues/442 The relevant spec: https://packaging.python.org/specifications/binary-distribution-format/#escaping-and-unicode I have a python PEP420 namespace package with the name `testing.test-namespace-package` and I can upload it successfully to our internal private Nexus repository. If I follow the URL that renovate is looking at on our Nexus instance, I get these filenames: ``` testing_test_namespace_package-1.0.0-py3-none-any.whl testing_test_namespace_package-1.0.1-py3-none-any.whl testing_test_namespace_package-1.0.2-py3-none-any.whl testing_test_namespace_package-1.0.3-py3-none-any.whl ``` Looking at https://github.com/renovatebot/renovate/blob/13d0255d8d452b561183b0143f9190a358683aaf/lib/modules/datasource/pypi/index.ts#L170 it seems like `extractVersionFromLinkText` is correctly replacing `-` with `_` but is not replacing the `.` with `_` in the filename as per the packaging spec. Reproduction repository: https://github.com/wwuck/renovate-pep420-namespace-package This repository is an example PEP420 namespace package that contains `.` in the package name but when built into a .whl file the `.` are replaced with `_` in the filename. There is currently a bug on pypi.org warehouse software https://github.com/pypa/warehouse/pull/10072 that prevents uploading of packages in this format, but we are using them successfully with our internal private Nexus repository, so I can't link to any test package on https://test.pypi.org for this bug. ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: Found no results from datasource that look like a version (repository=RT/test-renovate-bug, dependency=testing.test-namespace-package) "result": {"releases": [], "isPrivate": true} ... DEBUG: packageFiles with updates (repository=RT/test-renovate-bug) "config": { "pip_requirements": [ { "packageFile": "requirements-dev.txt", "deps": [ { "depName": "testing.test-namespace-package", "currentValue": "==1.0.0", "datasource": "pypi", "currentVersion": "1.0.0", "depIndex": 0, "updates": [], "warnings": [], "versioning": "pep440" } ], "registryUrls": ["https://nexus.example.com/repository/pypi-group/simple"] } ] } ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
1.0
Package update not found when name contains `.` - ### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. renovate/renovate:32.68.1-slim ### Please select which platform you are using if self-hosting. Bitbucket Server ### If you're self-hosting Renovate, tell us what version of the platform you run. 7.21.1 ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug Renovate is not finding any python package updates where the package name contains `.` but the wheel .whl filename has the `.` replaced with `_`. See for example: https://github.com/pypa/flit/issues/442 The relevant spec: https://packaging.python.org/specifications/binary-distribution-format/#escaping-and-unicode I have a python PEP420 namespace package with the name `testing.test-namespace-package` and I can upload it successfully to our internal private Nexus repository. If I follow the URL that renovate is looking at on our Nexus instance, I get these filenames: ``` testing_test_namespace_package-1.0.0-py3-none-any.whl testing_test_namespace_package-1.0.1-py3-none-any.whl testing_test_namespace_package-1.0.2-py3-none-any.whl testing_test_namespace_package-1.0.3-py3-none-any.whl ``` Looking at https://github.com/renovatebot/renovate/blob/13d0255d8d452b561183b0143f9190a358683aaf/lib/modules/datasource/pypi/index.ts#L170 it seems like `extractVersionFromLinkText` is correctly replacing `-` with `_` but is not replacing the `.` with `_` in the filename as per the packaging spec. Reproduction repository: https://github.com/wwuck/renovate-pep420-namespace-package This repository is an example PEP420 namespace package that contains `.` in the package name but when built into a .whl file the `.` are replaced with `_` in the filename. There is currently a bug on pypi.org warehouse software https://github.com/pypa/warehouse/pull/10072 that prevents uploading of packages in this format, but we are using them successfully with our internal private Nexus repository, so I can't link to any test package on https://test.pypi.org for this bug. ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: Found no results from datasource that look like a version (repository=RT/test-renovate-bug, dependency=testing.test-namespace-package) "result": {"releases": [], "isPrivate": true} ... DEBUG: packageFiles with updates (repository=RT/test-renovate-bug) "config": { "pip_requirements": [ { "packageFile": "requirements-dev.txt", "deps": [ { "depName": "testing.test-namespace-package", "currentValue": "==1.0.0", "datasource": "pypi", "currentVersion": "1.0.0", "depIndex": 0, "updates": [], "warnings": [], "versioning": "pep440" } ], "registryUrls": ["https://nexus.example.com/repository/pypi-group/simple"] } ] } ``` </details> ### Have you created a minimal reproduction repository? I have linked to a minimal reproduction repository in the bug description
requirement
package update not found when name contains how are you running renovate self hosted if you re self hosting renovate tell us what version of renovate you run renovate renovate slim please select which platform you are using if self hosting bitbucket server if you re self hosting renovate tell us what version of the platform you run was this something which used to work for you and then stopped i never saw this working describe the bug renovate is not finding any python package updates where the package name contains but the wheel whl filename has the replaced with see for example the relevant spec i have a python namespace package with the name testing test namespace package and i can upload it successfully to our internal private nexus repository if i follow the url that renovate is looking at on our nexus instance i get these filenames testing test namespace package none any whl testing test namespace package none any whl testing test namespace package none any whl testing test namespace package none any whl looking at it seems like extractversionfromlinktext is correctly replacing with but is not replacing the with in the filename as per the packaging spec reproduction repository this repository is an example namespace package that contains in the package name but when built into a whl file the are replaced with in the filename there is currently a bug on pypi org warehouse software that prevents uploading of packages in this format but we are using them successfully with our internal private nexus repository so i can t link to any test package on for this bug relevant debug logs logs debug found no results from datasource that look like a version repository rt test renovate bug dependency testing test namespace package result releases isprivate true debug packagefiles with updates repository rt test renovate bug config pip requirements packagefile requirements dev txt deps depname testing test namespace package currentvalue datasource pypi currentversion depindex updates warnings versioning registryurls have you created a minimal reproduction repository i have linked to a minimal reproduction repository in the bug description
1
69,622
30,349,163,689
IssuesEvent
2023-07-11 17:33:44
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Fix incomplete list of CLU Prebuilt entities
cognitive-services/svc triaged assigned-to-author doc-enhancement Pri2 language-service/subsvc
When creating a Prebuilt entity via the portal for an English (UK) project, I am offered a number of prebuilt entity types not listed on this page. I've listed out the ones I think are missing. Could they be added please? Choice.Boolean General.Event General.Organization Geography.Address Geography.Location IPAddress Person.Name Quantity.NumberRange --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: 61591de7-77ec-5c44-99f8-2884e092a4f3 * Version Independent ID: 4eca8b47-473a-f9df-f9b6-ff7f9f591f53 * Content: [Supported prebuilt entity components - Azure Cognitive Services](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference) * Content Source: [articles/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference.md) * Service: **cognitive-services** * Sub-service: **language-service** * GitHub Login: @aahill * Microsoft Alias: **aahi**
2.0
Fix incomplete list of CLU Prebuilt entities - When creating a Prebuilt entity via the portal for an English (UK) project, I am offered a number of prebuilt entity types not listed on this page. I've listed out the ones I think are missing. Could they be added please? Choice.Boolean General.Event General.Organization Geography.Address Geography.Location IPAddress Person.Name Quantity.NumberRange --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: 61591de7-77ec-5c44-99f8-2884e092a4f3 * Version Independent ID: 4eca8b47-473a-f9df-f9b6-ff7f9f591f53 * Content: [Supported prebuilt entity components - Azure Cognitive Services](https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference) * Content Source: [articles/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference.md](https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/cognitive-services/language-service/conversational-language-understanding/prebuilt-component-reference.md) * Service: **cognitive-services** * Sub-service: **language-service** * GitHub Login: @aahill * Microsoft Alias: **aahi**
non_requirement
fix incomplete list of clu prebuilt entities when creating a prebuilt entity via the portal for an english uk project i am offered a number of prebuilt entity types not listed on this page i ve listed out the ones i think are missing could they be added please choice boolean general event general organization geography address geography location ipaddress person name quantity numberrange document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source service cognitive services sub service language service github login aahill microsoft alias aahi
0
5,142
7,661,249,858
IssuesEvent
2018-05-11 13:40:24
openopps/openopps-platform
https://api.github.com/repos/openopps/openopps-platform
closed
Landing Page (signed in): Announcement section
Approved FAI Landing page Requirements Ready
**User Story:** As an Open Opportunities user, I would like to see announcements related to the product when I sign on. **Acceptance Criteria:** The signed in landing page will have a new section called "Announcements". The shell of this page was created with ticket 1992. - Content will be dynamic based on the information entered into the Announcement section on the Admin Dashboard. - Limit the number of maximum characters to 700 for now. Note: If 2031 can't be done with this release, we can consider hard coding some text that will stay for the 8 week release. Ticket 2031 adds the ability to create/edit/delete announcements to display via the admin dashboard. **Invision Mock:** https://invis.io/7MGOG75P3DK#/288669012_FAI1-Home **Related Tickets**: - 2031 - Admin Dashboard Announcement Section
1.0
Landing Page (signed in): Announcement section - **User Story:** As an Open Opportunities user, I would like to see announcements related to the product when I sign on. **Acceptance Criteria:** The signed in landing page will have a new section called "Announcements". The shell of this page was created with ticket 1992. - Content will be dynamic based on the information entered into the Announcement section on the Admin Dashboard. - Limit the number of maximum characters to 700 for now. Note: If 2031 can't be done with this release, we can consider hard coding some text that will stay for the 8 week release. Ticket 2031 adds the ability to create/edit/delete announcements to display via the admin dashboard. **Invision Mock:** https://invis.io/7MGOG75P3DK#/288669012_FAI1-Home **Related Tickets**: - 2031 - Admin Dashboard Announcement Section
requirement
landing page signed in announcement section user story as an open opportunities user i would like to see announcements related to the product when i sign on acceptance criteria the signed in landing page will have a new section called announcements the shell of this page was created with ticket content will be dynamic based on the information entered into the announcement section on the admin dashboard limit the number of maximum characters to for now note if can t be done with this release we can consider hard coding some text that will stay for the week release ticket adds the ability to create edit delete announcements to display via the admin dashboard invision mock related tickets admin dashboard announcement section
1
78,597
9,777,930,454
IssuesEvent
2019-06-07 10:28:14
hotosm/projects
https://api.github.com/repos/hotosm/projects
closed
Reference points for design work
ML4TM Design
Question from the @hotosm/major team -- who does things well? Are there existing sites or applications that serve as reference points? This goes for both experience and visual design. Is there an application workflow or experience that works well for their tasks? @leihla any other questions you would add to help guide us?
1.0
Reference points for design work - Question from the @hotosm/major team -- who does things well? Are there existing sites or applications that serve as reference points? This goes for both experience and visual design. Is there an application workflow or experience that works well for their tasks? @leihla any other questions you would add to help guide us?
non_requirement
reference points for design work question from the hotosm major team who does things well are there existing sites or applications that serve as reference points this goes for both experience and visual design is there an application workflow or experience that works well for their tasks leihla any other questions you would add to help guide us
0
530,303
15,420,634,991
IssuesEvent
2021-03-05 11:52:32
VelvetThePanda/Silk
https://api.github.com/repos/VelvetThePanda/Silk
opened
Raw tag command
Enhancement Feature-request Help wanted Priority: LOW
**Is your feature request related to a problem? Please describe.** There exist multiple commands regarding tags, but not one to get the 'raw' content of a tag, i.e. with it's markdown escaped. On mobile, it's easy to copy and edit, as you can copy the content of a message, but on PC, it is cumbersome to edit tags with lots of markdown easily.
1.0
Raw tag command - **Is your feature request related to a problem? Please describe.** There exist multiple commands regarding tags, but not one to get the 'raw' content of a tag, i.e. with it's markdown escaped. On mobile, it's easy to copy and edit, as you can copy the content of a message, but on PC, it is cumbersome to edit tags with lots of markdown easily.
non_requirement
raw tag command is your feature request related to a problem please describe there exist multiple commands regarding tags but not one to get the raw content of a tag i e with it s markdown escaped on mobile it s easy to copy and edit as you can copy the content of a message but on pc it is cumbersome to edit tags with lots of markdown easily
0
384,613
26,595,508,364
IssuesEvent
2023-01-23 12:10:06
foxt/icloud.js
https://api.github.com/repos/foxt/icloud.js
closed
Make proper documentation
documentation enhancement
Examples are cool, but we really need proper documentation I'm not really a fan of https://github.com/TypeStrong/typedoc, but it seems like it's the only real option
1.0
Make proper documentation - Examples are cool, but we really need proper documentation I'm not really a fan of https://github.com/TypeStrong/typedoc, but it seems like it's the only real option
non_requirement
make proper documentation examples are cool but we really need proper documentation i m not really a fan of but it seems like it s the only real option
0
5,370
7,886,876,744
IssuesEvent
2018-06-27 16:34:46
OpenBazaar/openbazaar-desktop
https://api.github.com/repos/OpenBazaar/openbazaar-desktop
closed
Add View on Web Links
requirements
## User Story As a seller, I want an easy way to access a web link to my listing. I should be able to click on it to open it in a web browser. As a user, I want an easy way to access a web link to pages that are available on the web, like store and listing pages. I should be able to click on a link to open it in a web browser, and copy the link so I can paste it when I want to share it. As a user, it would be ideal if I could easily post web links directly to common social media platforms without needing to copy it. ## Functional Requirements ### Edit Listing - [ ] When a seller creates or edits a listing, a view in web link should appear next to the current view in store link. - [ ] If a listing hasn't finished publishing, trying to view it in the web will result in a not found page or an out of date version of the listing (if the user is editing the listing). There should be a tooltip explaining changes may not show up right away on the web, even after they have been published. ### Address Bar - [ ] The address bar should show an open in web link for some pages. - [ ] The user page individual tabs (home, store, followers, following). - [ ] Listing pages. -[ ] When the address bar is active (has focus, the user wants to edit or copy the text), the view on web link is hidden so they have full access to the text. - [ ] The left side fo the view on web link should have a fade in case the address bar overlaps it (under it). ### Purchase - [ ] The social sharing buttons at the end of the purchase flow should be changed to use the web link instead of the app link. ## Preliminary Designs ![image](https://user-images.githubusercontent.com/1584275/40425415-48d87ee8-5e66-11e8-8414-0c1e852ef8b4.png) ![image](https://user-images.githubusercontent.com/1584275/40425404-41131362-5e66-11e8-9553-adc91ecbaafb.png)
1.0
Add View on Web Links - ## User Story As a seller, I want an easy way to access a web link to my listing. I should be able to click on it to open it in a web browser. As a user, I want an easy way to access a web link to pages that are available on the web, like store and listing pages. I should be able to click on a link to open it in a web browser, and copy the link so I can paste it when I want to share it. As a user, it would be ideal if I could easily post web links directly to common social media platforms without needing to copy it. ## Functional Requirements ### Edit Listing - [ ] When a seller creates or edits a listing, a view in web link should appear next to the current view in store link. - [ ] If a listing hasn't finished publishing, trying to view it in the web will result in a not found page or an out of date version of the listing (if the user is editing the listing). There should be a tooltip explaining changes may not show up right away on the web, even after they have been published. ### Address Bar - [ ] The address bar should show an open in web link for some pages. - [ ] The user page individual tabs (home, store, followers, following). - [ ] Listing pages. -[ ] When the address bar is active (has focus, the user wants to edit or copy the text), the view on web link is hidden so they have full access to the text. - [ ] The left side fo the view on web link should have a fade in case the address bar overlaps it (under it). ### Purchase - [ ] The social sharing buttons at the end of the purchase flow should be changed to use the web link instead of the app link. ## Preliminary Designs ![image](https://user-images.githubusercontent.com/1584275/40425415-48d87ee8-5e66-11e8-8414-0c1e852ef8b4.png) ![image](https://user-images.githubusercontent.com/1584275/40425404-41131362-5e66-11e8-9553-adc91ecbaafb.png)
requirement
add view on web links user story as a seller i want an easy way to access a web link to my listing i should be able to click on it to open it in a web browser as a user i want an easy way to access a web link to pages that are available on the web like store and listing pages i should be able to click on a link to open it in a web browser and copy the link so i can paste it when i want to share it as a user it would be ideal if i could easily post web links directly to common social media platforms without needing to copy it functional requirements edit listing when a seller creates or edits a listing a view in web link should appear next to the current view in store link if a listing hasn t finished publishing trying to view it in the web will result in a not found page or an out of date version of the listing if the user is editing the listing there should be a tooltip explaining changes may not show up right away on the web even after they have been published address bar the address bar should show an open in web link for some pages the user page individual tabs home store followers following listing pages when the address bar is active has focus the user wants to edit or copy the text the view on web link is hidden so they have full access to the text the left side fo the view on web link should have a fade in case the address bar overlaps it under it purchase the social sharing buttons at the end of the purchase flow should be changed to use the web link instead of the app link preliminary designs
1
5,408
7,927,899,291
IssuesEvent
2018-07-06 09:38:50
OpenSRP/opensrp-client-anc
https://api.github.com/repos/OpenSRP/opensrp-client-anc
opened
Implement initial site characteristic configuration walkthrough
incomplete requirements
@rowo I think for simplicity, we don't need the verification of site characteristics for a 2nd user who logs in, esp. if we are eventually going to set a password.
1.0
Implement initial site characteristic configuration walkthrough - @rowo I think for simplicity, we don't need the verification of site characteristics for a 2nd user who logs in, esp. if we are eventually going to set a password.
requirement
implement initial site characteristic configuration walkthrough rowo i think for simplicity we don t need the verification of site characteristics for a user who logs in esp if we are eventually going to set a password
1
5,323
7,842,371,065
IssuesEvent
2018-06-18 23:09:53
oduwsdl/MementoEmbed
https://api.github.com/repos/oduwsdl/MementoEmbed
closed
Test with URI-Ms from the National Records of Scotland
requirement
Some URI-Ms to get started: * https://webarchive.nrscotland.gov.uk/20170805210615/http://livingonwater.co.uk/index.php/homepage/show/home/home * https://webarchive.nrscotland.gov.uk/20180202020326/http://www.rbge.org.uk/ * https://webarchive.nrscotland.gov.uk/20170201033529/https://parliamentaryreform.scot/
1.0
Test with URI-Ms from the National Records of Scotland - Some URI-Ms to get started: * https://webarchive.nrscotland.gov.uk/20170805210615/http://livingonwater.co.uk/index.php/homepage/show/home/home * https://webarchive.nrscotland.gov.uk/20180202020326/http://www.rbge.org.uk/ * https://webarchive.nrscotland.gov.uk/20170201033529/https://parliamentaryreform.scot/
requirement
test with uri ms from the national records of scotland some uri ms to get started
1
101,482
16,512,284,248
IssuesEvent
2021-05-26 06:27:43
valtech-ch/microservice-kubernetes-cluster
https://api.github.com/repos/valtech-ch/microservice-kubernetes-cluster
opened
CVE-2020-36181 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2020-36181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: microservice-kubernetes-cluster/functions/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-cloud-function-adapter-azure-3.1.2.jar (Root Library) - spring-cloud-function-context-3.1.2.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/eb274179a823f7d17154880d5a503973bae259a0">eb274179a823f7d17154880d5a503973bae259a0</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36181>CVE-2020-36181</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36181 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2020-36181 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: microservice-kubernetes-cluster/functions/build.gradle</p> <p>Path to vulnerable library: /home/wss-scanner/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.8/11283f21cc480aa86c4df7a0a3243ec508372ed2/jackson-databind-2.9.8.jar</p> <p> Dependency Hierarchy: - spring-cloud-function-adapter-azure-3.1.2.jar (Root Library) - spring-cloud-function-context-3.1.2.jar - :x: **jackson-databind-2.9.8.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/valtech-ch/microservice-kubernetes-cluster/commit/eb274179a823f7d17154880d5a503973bae259a0">eb274179a823f7d17154880d5a503973bae259a0</a></p> <p>Found in base branch: <b>develop</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.8 mishandles the interaction between serialization gadgets and typing, related to org.apache.tomcat.dbcp.dbcp.cpdsadapter.DriverAdapterCPDS. <p>Publish Date: 2021-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36181>CVE-2020-36181</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/issues/3004">https://github.com/FasterXML/jackson-databind/issues/3004</a></p> <p>Release Date: 2021-01-06</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.8</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_requirement
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file microservice kubernetes cluster functions build gradle path to vulnerable library home wss scanner gradle caches modules files com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy spring cloud function adapter azure jar root library spring cloud function context jar x jackson databind jar vulnerable library found in head commit a href found in base branch develop vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org apache tomcat dbcp dbcp cpdsadapter driveradaptercpds publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind step up your open source security game with whitesource
0
14,868
25,927,780,156
IssuesEvent
2022-12-16 06:57:42
arlonproj/arlon
https://api.github.com/repos/arlonproj/arlon
opened
Change arlon-repo-revision before release
Requirement size:xs release-checklist
https://github.com/arlonproj/arlon/blob/7a53b62ff18df188a1a663eeca4e46546e3419aa/cmd/cluster/create.go#L136 Change the arlon repo revison to v0.10.0 tag on release
1.0
Change arlon-repo-revision before release - https://github.com/arlonproj/arlon/blob/7a53b62ff18df188a1a663eeca4e46546e3419aa/cmd/cluster/create.go#L136 Change the arlon repo revison to v0.10.0 tag on release
requirement
change arlon repo revision before release change the arlon repo revison to tag on release
1
5,270
7,794,432,003
IssuesEvent
2018-06-08 02:35:49
kirstenloechl/rally
https://api.github.com/repos/kirstenloechl/rally
closed
Difficulty Level
Functional Requirements
The system shall allow for adjustment of the difficulty level of the game.
1.0
Difficulty Level - The system shall allow for adjustment of the difficulty level of the game.
requirement
difficulty level the system shall allow for adjustment of the difficulty level of the game
1
10,911
13,688,958,579
IssuesEvent
2020-09-30 12:30:56
prisma/tiberius
https://api.github.com/repos/prisma/tiberius
closed
panicked at 'skipping env change type Routing'
process/candidate
https://github.com/prisma/tiberius/blob/d90462dfa5cafaf32e8c1815aee3bf7c28bdb5e4/src/tds/codec/token/token_env_change.rs#L167 same code yields correct results on windows, whilst crushing when compiled and ran on a windows machine
1.0
panicked at 'skipping env change type Routing' - https://github.com/prisma/tiberius/blob/d90462dfa5cafaf32e8c1815aee3bf7c28bdb5e4/src/tds/codec/token/token_env_change.rs#L167 same code yields correct results on windows, whilst crushing when compiled and ran on a windows machine
non_requirement
panicked at skipping env change type routing same code yields correct results on windows whilst crushing when compiled and ran on a windows machine
0
13,178
8,136,331,755
IssuesEvent
2018-08-20 08:03:08
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
[Perf] Test hypothesis 6: re-frame queue throughput causes bad app responsiveness
performance
### Identified Behavior Not well defined in a specific user story yet, but generally: app responsiveness is bad. - [ ] User story part of MVP scope - [ ] Identified end user behavior ### Hypothesis There exists UI events which aren't processed in <= 0.3 seconds, from the time of queueing it to the time of execution. This delay causes the user to feel the app isn't generally responsive. ### Assumptions - The app responsiveness depends on the `re-frame` queue throughput - App responsiveness is generally bad for MVP user flows ### Experiment The app responsiveness depends on the `re-frame` queue throughput. We need all the UI events to be processed (from the time of queueing it to the time of execution) in <= 0.3 seconds. We should add some responsiveness metrics and print out a warning if the budget is exceeded. (We can also print out the queue state or the queue element that takes too much time). #### Responsiveness metrics and threshold values 1. Queue throughput (<0.3 sec) 2. Queue size (<10 items) 3. Event processing time (<0.2 sec) ### Acceptance criteria - [x] Measure queue throughput - [x] Measure queue size - [x] Measure event processing time - [x] Print warning (incl in release builds) if limits are exceeded - [ ] Issue created for the biggest offenders, if they exist
True
[Perf] Test hypothesis 6: re-frame queue throughput causes bad app responsiveness - ### Identified Behavior Not well defined in a specific user story yet, but generally: app responsiveness is bad. - [ ] User story part of MVP scope - [ ] Identified end user behavior ### Hypothesis There exists UI events which aren't processed in <= 0.3 seconds, from the time of queueing it to the time of execution. This delay causes the user to feel the app isn't generally responsive. ### Assumptions - The app responsiveness depends on the `re-frame` queue throughput - App responsiveness is generally bad for MVP user flows ### Experiment The app responsiveness depends on the `re-frame` queue throughput. We need all the UI events to be processed (from the time of queueing it to the time of execution) in <= 0.3 seconds. We should add some responsiveness metrics and print out a warning if the budget is exceeded. (We can also print out the queue state or the queue element that takes too much time). #### Responsiveness metrics and threshold values 1. Queue throughput (<0.3 sec) 2. Queue size (<10 items) 3. Event processing time (<0.2 sec) ### Acceptance criteria - [x] Measure queue throughput - [x] Measure queue size - [x] Measure event processing time - [x] Print warning (incl in release builds) if limits are exceeded - [ ] Issue created for the biggest offenders, if they exist
non_requirement
test hypothesis re frame queue throughput causes bad app responsiveness identified behavior not well defined in a specific user story yet but generally app responsiveness is bad user story part of mvp scope identified end user behavior hypothesis there exists ui events which aren t processed in seconds from the time of queueing it to the time of execution this delay causes the user to feel the app isn t generally responsive assumptions the app responsiveness depends on the re frame queue throughput app responsiveness is generally bad for mvp user flows experiment the app responsiveness depends on the re frame queue throughput we need all the ui events to be processed from the time of queueing it to the time of execution in seconds we should add some responsiveness metrics and print out a warning if the budget is exceeded we can also print out the queue state or the queue element that takes too much time responsiveness metrics and threshold values queue throughput sec queue size items event processing time sec acceptance criteria measure queue throughput measure queue size measure event processing time print warning incl in release builds if limits are exceeded issue created for the biggest offenders if they exist
0
442
2,736,958,239
IssuesEvent
2015-04-19 22:24:56
tbarn/cs373-idb
https://api.github.com/repos/tbarn/cs373-idb
opened
Create a page that exercises the API of another group in an interesting and useful way.
requirement
The page must have a clear English description and be rendered attractively.
1.0
Create a page that exercises the API of another group in an interesting and useful way. - The page must have a clear English description and be rendered attractively.
requirement
create a page that exercises the api of another group in an interesting and useful way the page must have a clear english description and be rendered attractively
1
3,763
6,245,538,891
IssuesEvent
2017-07-13 00:00:40
kaushalmodi/ox-hugo
https://api.github.com/repos/kaushalmodi/ox-hugo
opened
Support cross-post linking (Hugo relref)
requirement/spec
https://gohugo.io/extras/crossreferences#document-names Example: Link to a post in `posts/a.md` from `articles/b.md` and having those export to `relref shortcode in Hugo.
1.0
Support cross-post linking (Hugo relref) - https://gohugo.io/extras/crossreferences#document-names Example: Link to a post in `posts/a.md` from `articles/b.md` and having those export to `relref shortcode in Hugo.
requirement
support cross post linking hugo relref example link to a post in posts a md from articles b md and having those export to relref shortcode in hugo
1
2,290
4,697,250,660
IssuesEvent
2016-10-12 08:43:01
norahito/dive23
https://api.github.com/repos/norahito/dive23
closed
質問と回答を論理削除する際の関連テーブルの論理削除
requirement(必須要件) Todo (確定タスク)
質問と回答を論理削除する際に関連テーブルも論理削除を行う。 質問削除 + favorites + tag_relations + votes + answers + answersに対するvotes 回答削除 + votes
1.0
質問と回答を論理削除する際の関連テーブルの論理削除 - 質問と回答を論理削除する際に関連テーブルも論理削除を行う。 質問削除 + favorites + tag_relations + votes + answers + answersに対するvotes 回答削除 + votes
requirement
質問と回答を論理削除する際の関連テーブルの論理削除 質問と回答を論理削除する際に関連テーブルも論理削除を行う。 質問削除 favorites tag relations votes answers answersに対するvotes 回答削除 votes
1
55,710
30,887,649,510
IssuesEvent
2023-08-04 00:10:22
keep-starknet-strange/madara
https://api.github.com/repos/keep-starknet-strange/madara
closed
dev: explore possibility of changing the substrate storage layout 🔨
enhancement stale spike performance
**Current Behavior** Right now we're *re-implementing* a storage layout on top of the existing substrate's storage layout which you find more about [here](https://www.shawntabrizi.com/assets/presentations/substrate-storage-deep-dive.pdf). However this is quite a big overhead of ~33% performance decrease and even useless if we only care about starknet's storage layout. **Expected Behavior** We'd want to get rid of substrate's storage layout, and replace it totally with starknet's one which you can find more info about [here](https://docs.starknet.io/documentation/architecture_and_concepts/State/starknet-state/).
True
dev: explore possibility of changing the substrate storage layout 🔨 - **Current Behavior** Right now we're *re-implementing* a storage layout on top of the existing substrate's storage layout which you find more about [here](https://www.shawntabrizi.com/assets/presentations/substrate-storage-deep-dive.pdf). However this is quite a big overhead of ~33% performance decrease and even useless if we only care about starknet's storage layout. **Expected Behavior** We'd want to get rid of substrate's storage layout, and replace it totally with starknet's one which you can find more info about [here](https://docs.starknet.io/documentation/architecture_and_concepts/State/starknet-state/).
non_requirement
dev explore possibility of changing the substrate storage layout 🔨 current behavior right now we re re implementing a storage layout on top of the existing substrate s storage layout which you find more about however this is quite a big overhead of performance decrease and even useless if we only care about starknet s storage layout expected behavior we d want to get rid of substrate s storage layout and replace it totally with starknet s one which you can find more info about
0
108,758
4,350,080,854
IssuesEvent
2016-07-31 01:03:19
rm-code/On-The-Roadside
https://api.github.com/repos/rm-code/On-The-Roadside
closed
Improve line of fire overlay
Priority: Low Type: Enhancement
Currently the line of fire for a character creates red overlays for tiles outside of the field of view of the selected character: ![screenshot 2016-07-31 02 44 47](https://cloud.githubusercontent.com/assets/11627131/17273931/f3393172-56c8-11e6-874b-f2bc4282c8d1.png) Colors should be chosen like this: - Green: Tile that can be seen by any character of the faction - Orange: Tiles which contain world objects or characters which could block the shot - Red: Tiles which can't be seen by any character of the faction
1.0
Improve line of fire overlay - Currently the line of fire for a character creates red overlays for tiles outside of the field of view of the selected character: ![screenshot 2016-07-31 02 44 47](https://cloud.githubusercontent.com/assets/11627131/17273931/f3393172-56c8-11e6-874b-f2bc4282c8d1.png) Colors should be chosen like this: - Green: Tile that can be seen by any character of the faction - Orange: Tiles which contain world objects or characters which could block the shot - Red: Tiles which can't be seen by any character of the faction
non_requirement
improve line of fire overlay currently the line of fire for a character creates red overlays for tiles outside of the field of view of the selected character colors should be chosen like this green tile that can be seen by any character of the faction orange tiles which contain world objects or characters which could block the shot red tiles which can t be seen by any character of the faction
0
35,886
9,671,527,146
IssuesEvent
2019-05-21 23:12:25
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Issue apparently very similar to 7500 on Windows 10
builder/hyperv duplicate regression
Megan, I am running into the same issue as described in 7500 but on Windows 10. I pulled the latest build (1.4.1 circa 5.21.2019). The error seems nearly identical so was not sure if it was a platform difference or something else environmental as the last comment in issue 7500 refers to it being fixed in the master. Running with elevated rights on: OS Name Microsoft Windows 10 Pro Version 10.0.17763 Build 17763 User has been added to the Hyper-V Admin Group Log at error: ==> hyperv-iso: Enabling Integration Service... ==> hyperv-iso: PowerShell error: Hyper-V\Add-VMDvdDrive : Failed to add device 'Virtual CD/DVD Disk'. ==> hyperv-iso: Hyper-V Virtual Machine Management service Account does not have permission to open attachment. ==> hyperv-iso: 'dev-hyperv-base_name' failed to add device 'Virtual CD/DVD Disk'. (Virtual machine ID 2EA8890E-AF47-4C06-A9F4-1199E677B42F) ==> hyperv-iso: 'dev-hyperv-base_name': Hyper-V Virtual Machine Management service account does not have permission required to open attachment ==> hyperv-iso: 'C:\Users\xxxx\repos\packer_builds\packer_cache\08478213f4bb76a558776915c085b9de13744f87.iso'. Error: 'General access denied error' (0x80070005). (Virtual ==> hyperv-iso: machine ID 2EA8890E-AF47-4C06-A9F4-1199E677B42F) ==> hyperv-iso: At C:\Users\xxxx\AppData\Local\Temp\powershell294707329.ps1:3 char:18 ==> hyperv-iso: + ... ontroller = Hyper-V\Add-VMDvdDrive -VMName $vmName -path $isoPath -Pa ... ==> hyperv-iso: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> hyperv-iso: + CategoryInfo : PermissionDenied: (:) [Add-VMDvdDrive], VirtualizationException ==> hyperv-iso: + FullyQualifiedErrorId : AccessDenied,Microsoft.HyperV.PowerShell.Commands.AddVMDvdDrive ==> hyperv-iso: Unregistering and deleting virtual machine... ==> hyperv-iso: Deleting output directory... ==> hyperv-iso: Deleting build directory... Build 'hyperv-iso' errored: PowerShell error: Hyper-V\Add-VMDvdDrive : Failed to add device 'Virtual CD/DVD Disk'. Reference: I was finally able to create a repro case for this. It turns out that it's already fixed on the master branch, probably by the PR Adrien linked above. If you're in a big rush for a fix you can use the Packer [nightly](https://github.com/hashicorp/packer/releases/tag/nightly) build until we release 1.4.1 tomorrow-ish :) _Originally posted by @SwampDragons in https://github.com/hashicorp/packer/issues/7500#issuecomment-492389793_
1.0
Issue apparently very similar to 7500 on Windows 10 - Megan, I am running into the same issue as described in 7500 but on Windows 10. I pulled the latest build (1.4.1 circa 5.21.2019). The error seems nearly identical so was not sure if it was a platform difference or something else environmental as the last comment in issue 7500 refers to it being fixed in the master. Running with elevated rights on: OS Name Microsoft Windows 10 Pro Version 10.0.17763 Build 17763 User has been added to the Hyper-V Admin Group Log at error: ==> hyperv-iso: Enabling Integration Service... ==> hyperv-iso: PowerShell error: Hyper-V\Add-VMDvdDrive : Failed to add device 'Virtual CD/DVD Disk'. ==> hyperv-iso: Hyper-V Virtual Machine Management service Account does not have permission to open attachment. ==> hyperv-iso: 'dev-hyperv-base_name' failed to add device 'Virtual CD/DVD Disk'. (Virtual machine ID 2EA8890E-AF47-4C06-A9F4-1199E677B42F) ==> hyperv-iso: 'dev-hyperv-base_name': Hyper-V Virtual Machine Management service account does not have permission required to open attachment ==> hyperv-iso: 'C:\Users\xxxx\repos\packer_builds\packer_cache\08478213f4bb76a558776915c085b9de13744f87.iso'. Error: 'General access denied error' (0x80070005). (Virtual ==> hyperv-iso: machine ID 2EA8890E-AF47-4C06-A9F4-1199E677B42F) ==> hyperv-iso: At C:\Users\xxxx\AppData\Local\Temp\powershell294707329.ps1:3 char:18 ==> hyperv-iso: + ... ontroller = Hyper-V\Add-VMDvdDrive -VMName $vmName -path $isoPath -Pa ... ==> hyperv-iso: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> hyperv-iso: + CategoryInfo : PermissionDenied: (:) [Add-VMDvdDrive], VirtualizationException ==> hyperv-iso: + FullyQualifiedErrorId : AccessDenied,Microsoft.HyperV.PowerShell.Commands.AddVMDvdDrive ==> hyperv-iso: Unregistering and deleting virtual machine... ==> hyperv-iso: Deleting output directory... ==> hyperv-iso: Deleting build directory... Build 'hyperv-iso' errored: PowerShell error: Hyper-V\Add-VMDvdDrive : Failed to add device 'Virtual CD/DVD Disk'. Reference: I was finally able to create a repro case for this. It turns out that it's already fixed on the master branch, probably by the PR Adrien linked above. If you're in a big rush for a fix you can use the Packer [nightly](https://github.com/hashicorp/packer/releases/tag/nightly) build until we release 1.4.1 tomorrow-ish :) _Originally posted by @SwampDragons in https://github.com/hashicorp/packer/issues/7500#issuecomment-492389793_
non_requirement
issue apparently very similar to on windows megan i am running into the same issue as described in but on windows i pulled the latest build circa the error seems nearly identical so was not sure if it was a platform difference or something else environmental as the last comment in issue refers to it being fixed in the master running with elevated rights on os name microsoft windows pro version build user has been added to the hyper v admin group log at error hyperv iso enabling integration service hyperv iso powershell error hyper v add vmdvddrive failed to add device virtual cd dvd disk hyperv iso hyper v virtual machine management service account does not have permission to open attachment hyperv iso dev hyperv base name failed to add device virtual cd dvd disk virtual machine id hyperv iso dev hyperv base name hyper v virtual machine management service account does not have permission required to open attachment hyperv iso c users xxxx repos packer builds packer cache iso error general access denied error virtual hyperv iso machine id hyperv iso at c users xxxx appdata local temp char hyperv iso ontroller hyper v add vmdvddrive vmname vmname path isopath pa hyperv iso hyperv iso categoryinfo permissiondenied virtualizationexception hyperv iso fullyqualifiederrorid accessdenied microsoft hyperv powershell commands addvmdvddrive hyperv iso unregistering and deleting virtual machine hyperv iso deleting output directory hyperv iso deleting build directory build hyperv iso errored powershell error hyper v add vmdvddrive failed to add device virtual cd dvd disk reference i was finally able to create a repro case for this it turns out that it s already fixed on the master branch probably by the pr adrien linked above if you re in a big rush for a fix you can use the packer build until we release tomorrow ish originally posted by swampdragons in
0
4,192
6,750,043,025
IssuesEvent
2017-10-23 01:34:19
bwsw/cloudstack-ui
https://api.github.com/repos/bwsw/cloudstack-ui
closed
VM password management for password-enabled VMS
Epic requirement
1. Provide the user with capability to save the password for VM to VM tags 2. Provide the capability to show it on demand 3. Provide the capability to save password for all VMs
1.0
VM password management for password-enabled VMS - 1. Provide the user with capability to save the password for VM to VM tags 2. Provide the capability to show it on demand 3. Provide the capability to save password for all VMs
requirement
vm password management for password enabled vms provide the user with capability to save the password for vm to vm tags provide the capability to show it on demand provide the capability to save password for all vms
1
287,693
21,671,258,272
IssuesEvent
2022-05-08 01:26:52
rattlerake/sonse
https://api.github.com/repos/rattlerake/sonse
closed
Add screenshot to readme.
documentation
Add a screenshot (black text, white background) of basic commands to the readme. Ensure it's 800px wide to fit the Github readme box.
1.0
Add screenshot to readme. - Add a screenshot (black text, white background) of basic commands to the readme. Ensure it's 800px wide to fit the Github readme box.
non_requirement
add screenshot to readme add a screenshot black text white background of basic commands to the readme ensure it s wide to fit the github readme box
0
711,930
24,479,923,125
IssuesEvent
2022-10-08 17:38:51
IAmTamal/Milan
https://api.github.com/repos/IAmTamal/Milan
closed
[OTHER] Club and User Login Page Form UI Improvements
✨ goal: improvement 🕹 aspect: interface 🟨 priority: medium 🛠 status : under development hacktoberfest
### What would you like to share? # Club and User Login Page 1. inconsistent on Mobile and large screen view. 2. Unnecessary Centering of elements. 3. Login Button Size Reduction 4. Remember Me Label Font Family 5. Left and Right Padding in Form element in the Mobile View I have done some changes in the code so that these issues are resolved. I am opening a PR. ### Additional information ![image](https://user-images.githubusercontent.com/64136587/194703527-eb659878-422a-4e4c-8413-8482afb0f075.png) Looks Congested ### 🥦 Browser Google Chrome ### 👀 Have you checked if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Contributing Guidelines? - [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md) ### Are you willing to work on this issue ? Yes I am willing to submit a PR!
1.0
[OTHER] Club and User Login Page Form UI Improvements - ### What would you like to share? # Club and User Login Page 1. inconsistent on Mobile and large screen view. 2. Unnecessary Centering of elements. 3. Login Button Size Reduction 4. Remember Me Label Font Family 5. Left and Right Padding in Form element in the Mobile View I have done some changes in the code so that these issues are resolved. I am opening a PR. ### Additional information ![image](https://user-images.githubusercontent.com/64136587/194703527-eb659878-422a-4e4c-8413-8482afb0f075.png) Looks Congested ### 🥦 Browser Google Chrome ### 👀 Have you checked if this issue has been raised before? - [X] I checked and didn't find similar issue ### 🏢 Have you read the Contributing Guidelines? - [X] I have read the [Contributing Guidelines](https://github.com/IAmTamal/Milan/blob/main/CONTRIBUTING.md) ### Are you willing to work on this issue ? Yes I am willing to submit a PR!
non_requirement
club and user login page form ui improvements what would you like to share club and user login page inconsistent on mobile and large screen view unnecessary centering of elements login button size reduction remember me label font family left and right padding in form element in the mobile view i have done some changes in the code so that these issues are resolved i am opening a pr additional information looks congested 🥦 browser google chrome 👀 have you checked if this issue has been raised before i checked and didn t find similar issue 🏢 have you read the contributing guidelines i have read the are you willing to work on this issue yes i am willing to submit a pr
0
480,434
13,852,208,347
IssuesEvent
2020-10-15 06:02:30
AY2021S1-CS2103-F09-4/tp
https://api.github.com/repos/AY2021S1-CS2103-F09-4/tp
closed
Add functionality for deleting orders
priority.High type.Story
As a logistics clerk, I would like to delete client orders if the client decides to cancel their order
1.0
Add functionality for deleting orders - As a logistics clerk, I would like to delete client orders if the client decides to cancel their order
non_requirement
add functionality for deleting orders as a logistics clerk i would like to delete client orders if the client decides to cancel their order
0
712,111
24,485,084,690
IssuesEvent
2022-10-09 10:19:51
bounswe/bounswe2022group8
https://api.github.com/repos/bounswe/bounswe2022group8
closed
GEN-2: Clean the Discord Channel
Effort: Low Priority: Low Status: review needed Type: Enhancement
### What's up? For this semester, we decided to continue using Discord as our main communication plan. Throughout the previous semester, our channel got a little bit messy with lots of new subchannels and various folders/images. To make our channel look less complicated, it's time to do some "spring cleaning". ### To Do - [x] Delete the redundant subchannels. - [x] Send invitation to the new comer(s). - [x] If necessary, create a different subchannel for storage purposes of previous folders - which we may want to revise at some point. ### Deadline Wednesday 12.10.22 @19.00 ### Additional Information _No response_ ### Reviewers @kostanya
1.0
GEN-2: Clean the Discord Channel - ### What's up? For this semester, we decided to continue using Discord as our main communication plan. Throughout the previous semester, our channel got a little bit messy with lots of new subchannels and various folders/images. To make our channel look less complicated, it's time to do some "spring cleaning". ### To Do - [x] Delete the redundant subchannels. - [x] Send invitation to the new comer(s). - [x] If necessary, create a different subchannel for storage purposes of previous folders - which we may want to revise at some point. ### Deadline Wednesday 12.10.22 @19.00 ### Additional Information _No response_ ### Reviewers @kostanya
non_requirement
gen clean the discord channel what s up for this semester we decided to continue using discord as our main communication plan throughout the previous semester our channel got a little bit messy with lots of new subchannels and various folders images to make our channel look less complicated it s time to do some spring cleaning to do delete the redundant subchannels send invitation to the new comer s if necessary create a different subchannel for storage purposes of previous folders which we may want to revise at some point deadline wednesday additional information no response reviewers kostanya
0
292,058
21,948,714,473
IssuesEvent
2022-05-24 05:23:25
xsilvac/LIM017-md-links
https://api.github.com/repos/xsilvac/LIM017-md-links
opened
Leer los archivos md y buscar links
documentation High priority
Decidir si se buscaran los links por expresiones regulares o utilizando una dependencia
1.0
Leer los archivos md y buscar links - Decidir si se buscaran los links por expresiones regulares o utilizando una dependencia
non_requirement
leer los archivos md y buscar links decidir si se buscaran los links por expresiones regulares o utilizando una dependencia
0
1,301
3,573,565,704
IssuesEvent
2016-01-27 07:21:21
OpenSRP/opensrp-server
https://api.github.com/repos/OpenSRP/opensrp-server
closed
Encounter creation failed for woman and house hold head in openMRS due to modified pattern of new house hold registration and census form
Functional Requirement High Priority
@ndisha , @maimoonak , @julkarnain, @numeranazneen model.xml (current): https://github.com/OpenSRP/opensrp-server/blob/external_system_integration/assets/form/new_household_registration/model.xml model.xml (old): https://github.com/OpenSRP/opensrp-server/blob/master/assets/form/new_household_registration/model.xml it needs to introduce one level depth iteration logic in openmrs connector to get eligibles fields inside woman tag.
1.0
Encounter creation failed for woman and house hold head in openMRS due to modified pattern of new house hold registration and census form - @ndisha , @maimoonak , @julkarnain, @numeranazneen model.xml (current): https://github.com/OpenSRP/opensrp-server/blob/external_system_integration/assets/form/new_household_registration/model.xml model.xml (old): https://github.com/OpenSRP/opensrp-server/blob/master/assets/form/new_household_registration/model.xml it needs to introduce one level depth iteration logic in openmrs connector to get eligibles fields inside woman tag.
requirement
encounter creation failed for woman and house hold head in openmrs due to modified pattern of new house hold registration and census form ndisha maimoonak julkarnain numeranazneen model xml current model xml old it needs to introduce one level depth iteration logic in openmrs connector to get eligibles fields inside woman tag
1
3,147
2,666,752,923
IssuesEvent
2015-03-21 21:52:03
Ignotus/infoviz-project
https://api.github.com/repos/Ignotus/infoviz-project
closed
Analyzing leisureness criterias
design first priority
We have several data sources for leisure places. Some of them (sport buildings) contains only coordinate of places, some of them (parks) contains a border polygon too. If we are just make a ranking according to an amount of buildings per region it will be not so relevant for parks. Parks are larger comparing to buildings. In addition different region has different areas, so calculating just frequencies doesn't represent a rank of the region. The current task is about investigating which criteria for each case could be important for us so we can implement them after.
1.0
Analyzing leisureness criterias - We have several data sources for leisure places. Some of them (sport buildings) contains only coordinate of places, some of them (parks) contains a border polygon too. If we are just make a ranking according to an amount of buildings per region it will be not so relevant for parks. Parks are larger comparing to buildings. In addition different region has different areas, so calculating just frequencies doesn't represent a rank of the region. The current task is about investigating which criteria for each case could be important for us so we can implement them after.
non_requirement
analyzing leisureness criterias we have several data sources for leisure places some of them sport buildings contains only coordinate of places some of them parks contains a border polygon too if we are just make a ranking according to an amount of buildings per region it will be not so relevant for parks parks are larger comparing to buildings in addition different region has different areas so calculating just frequencies doesn t represent a rank of the region the current task is about investigating which criteria for each case could be important for us so we can implement them after
0
93,531
10,764,994,510
IssuesEvent
2019-11-01 09:50:37
aquohn/ped
https://api.github.com/repos/aquohn/ped
opened
Setgoal command requires different input syntax compared to documentation
severity.High type.DocumentationBug
The documentation claims that `setgoal` does not have any arguments, but when entered as such, the user is prompted for more arguments. ![image.png](https://raw.githubusercontent.com/aquohn/ped/master/files/f88d925d-3b1b-4e2b-bd84-3291b23b3553.png) Also, the prompt refers to a `goal` command, not the current `setgoal`.
1.0
Setgoal command requires different input syntax compared to documentation - The documentation claims that `setgoal` does not have any arguments, but when entered as such, the user is prompted for more arguments. ![image.png](https://raw.githubusercontent.com/aquohn/ped/master/files/f88d925d-3b1b-4e2b-bd84-3291b23b3553.png) Also, the prompt refers to a `goal` command, not the current `setgoal`.
non_requirement
setgoal command requires different input syntax compared to documentation the documentation claims that setgoal does not have any arguments but when entered as such the user is prompted for more arguments also the prompt refers to a goal command not the current setgoal
0
8,410
2,611,496,397
IssuesEvent
2015-02-27 05:35:50
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Team is added with an existing color
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Add one team - it's added with red clan color 2. Some guy adds another team - it's also added with red clan color What is the expected output? What do you see instead? Colors are assigned one after another, like in 0.9.17 What version of the product are you using? On what operating system? 0.9.18-7740-4ba77e6178cd / win32 Please provide any additional information below. Screenshot: http://img.vos.uz/yafk.jpg Screenshot: http://img.vos.uz/gjwf0.jpg ``` Original issue reported on code.google.com by `v...@vos.uz` on 26 Oct 2012 at 6:42
1.0
Team is added with an existing color - ``` What steps will reproduce the problem? 1. Add one team - it's added with red clan color 2. Some guy adds another team - it's also added with red clan color What is the expected output? What do you see instead? Colors are assigned one after another, like in 0.9.17 What version of the product are you using? On what operating system? 0.9.18-7740-4ba77e6178cd / win32 Please provide any additional information below. Screenshot: http://img.vos.uz/yafk.jpg Screenshot: http://img.vos.uz/gjwf0.jpg ``` Original issue reported on code.google.com by `v...@vos.uz` on 26 Oct 2012 at 6:42
non_requirement
team is added with an existing color what steps will reproduce the problem add one team it s added with red clan color some guy adds another team it s also added with red clan color what is the expected output what do you see instead colors are assigned one after another like in what version of the product are you using on what operating system please provide any additional information below screenshot screenshot original issue reported on code google com by v vos uz on oct at
0
115,913
17,348,058,477
IssuesEvent
2021-07-29 03:51:47
joshnewton31080/JAVA_DEMO
https://api.github.com/repos/joshnewton31080/JAVA_DEMO
opened
CVE-2019-10086 (High) detected in commons-beanutils-core-1.8.3.jar
security vulnerability
## CVE-2019-10086 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-beanutils-core-1.8.3.jar</b></p></summary> <p>The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.</p> <p>Path to dependency file: JAVA_DEMO/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar,JAVA_DEMO/target/easybuggy-1-SNAPSHOT/WEB-INF/lib/commons-beanutils-core-1.8.3.jar</p> <p> Dependency Hierarchy: - esapi-2.1.0.1.jar (Root Library) - :x: **commons-beanutils-core-1.8.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/JAVA_DEMO/commit/31e9f6b0e188589908d52f26b2e82abbe719e296">31e9f6b0e188589908d52f26b2e82abbe719e296</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean. <p>Publish Date: 2019-08-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10086>CVE-2019-10086</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/victims/victims-cve-db/commit/16a669c84d95bbbd4294f30e609049a36700847f">https://github.com/victims/victims-cve-db/commit/16a669c84d95bbbd4294f30e609049a36700847f</a></p> <p>Release Date: 2019-08-20</p> <p>Fix Resolution: commons-beanutils:commons-beanutils:1.9.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-beanutils","packageName":"commons-beanutils-core","packageVersion":"1.8.3","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.owasp.esapi:esapi:2.1.0.1;commons-beanutils:commons-beanutils-core:1.8.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-beanutils:commons-beanutils:1.9.4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-10086","vulnerabilityDetails":"In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10086","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-10086 (High) detected in commons-beanutils-core-1.8.3.jar - ## CVE-2019-10086 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-beanutils-core-1.8.3.jar</b></p></summary> <p>The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.</p> <p>Path to dependency file: JAVA_DEMO/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar,JAVA_DEMO/target/easybuggy-1-SNAPSHOT/WEB-INF/lib/commons-beanutils-core-1.8.3.jar</p> <p> Dependency Hierarchy: - esapi-2.1.0.1.jar (Root Library) - :x: **commons-beanutils-core-1.8.3.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/joshnewton31080/JAVA_DEMO/commit/31e9f6b0e188589908d52f26b2e82abbe719e296">31e9f6b0e188589908d52f26b2e82abbe719e296</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean. <p>Publish Date: 2019-08-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10086>CVE-2019-10086</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/victims/victims-cve-db/commit/16a669c84d95bbbd4294f30e609049a36700847f">https://github.com/victims/victims-cve-db/commit/16a669c84d95bbbd4294f30e609049a36700847f</a></p> <p>Release Date: 2019-08-20</p> <p>Fix Resolution: commons-beanutils:commons-beanutils:1.9.4</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"commons-beanutils","packageName":"commons-beanutils-core","packageVersion":"1.8.3","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.owasp.esapi:esapi:2.1.0.1;commons-beanutils:commons-beanutils-core:1.8.3","isMinimumFixVersionAvailable":true,"minimumFixVersion":"commons-beanutils:commons-beanutils:1.9.4"}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2019-10086","vulnerabilityDetails":"In Apache Commons Beanutils 1.9.2, a special BeanIntrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all Java objects. We, however were not using this by default characteristic of the PropertyUtilsBean.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10086","cvss3Severity":"high","cvss3Score":"7.3","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_requirement
cve high detected in commons beanutils core jar cve high severity vulnerability vulnerable library commons beanutils core jar the apache software foundation provides support for the apache community of open source software projects the apache projects are characterized by a collaborative consensus based development process an open and pragmatic software license and a desire to create high quality software that leads the way in its field we consider ourselves not simply a group of projects sharing a server but rather a community of developers and users path to dependency file java demo pom xml path to vulnerable library home wss scanner repository commons beanutils commons beanutils core commons beanutils core jar java demo target easybuggy snapshot web inf lib commons beanutils core jar dependency hierarchy esapi jar root library x commons beanutils core jar vulnerable library found in head commit a href found in base branch main vulnerability details in apache commons beanutils a special beanintrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all java objects we however were not using this by default characteristic of the propertyutilsbean publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution commons beanutils commons beanutils isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org owasp esapi esapi commons beanutils commons beanutils core isminimumfixversionavailable true minimumfixversion commons beanutils commons beanutils basebranches vulnerabilityidentifier cve vulnerabilitydetails in apache commons beanutils a special beanintrospector class was added which allows suppressing the ability for an attacker to access the classloader via the class property available on all java objects we however were not using this by default characteristic of the propertyutilsbean vulnerabilityurl
0
401,567
11,795,140,135
IssuesEvent
2020-03-18 08:20:38
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Limit usernames to 64 characters
priority: high technical change
In GitLab by @se-bastiaan on Oct 30, 2019, 21:33 <!-- This template is for changes that do not affect the behaviour of the website. ** If you are not in the Technicie, there is a very high chance that you should not use this template Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description Limit usernames to 64 characters ### Why? GSuite usernames have this maximum length ### Current implementation Standard Django 150 characters ### Suggested implementation Add validators in the registrations and members admin forms.
1.0
Limit usernames to 64 characters - In GitLab by @se-bastiaan on Oct 30, 2019, 21:33 <!-- This template is for changes that do not affect the behaviour of the website. ** If you are not in the Technicie, there is a very high chance that you should not use this template Examples: * Changes in CI * Refactoring of code * Technicie-facing documentation --> ### One-sentence description Limit usernames to 64 characters ### Why? GSuite usernames have this maximum length ### Current implementation Standard Django 150 characters ### Suggested implementation Add validators in the registrations and members admin forms.
non_requirement
limit usernames to characters in gitlab by se bastiaan on oct this template is for changes that do not affect the behaviour of the website if you are not in the technicie there is a very high chance that you should not use this template examples changes in ci refactoring of code technicie facing documentation one sentence description limit usernames to characters why gsuite usernames have this maximum length current implementation standard django characters suggested implementation add validators in the registrations and members admin forms
0
38,599
2,849,190,795
IssuesEvent
2015-05-30 13:30:45
joshdrummond/webpasswordsafe
https://api.github.com/repos/joshdrummond/webpasswordsafe
closed
Duo Security Multi-Factor Authentication Plugin
enhancement Milestone-Release1.4 Priority-Medium Type-Enhancement
Create an authentication plugin that supports Duo Security multi-factor authentication (https://www.duosecurity.com/)
1.0
Duo Security Multi-Factor Authentication Plugin - Create an authentication plugin that supports Duo Security multi-factor authentication (https://www.duosecurity.com/)
non_requirement
duo security multi factor authentication plugin create an authentication plugin that supports duo security multi factor authentication
0
3,263
5,716,725,878
IssuesEvent
2017-04-19 15:42:06
LBAB-Humboldt/biomodelos_db_api
https://api.github.com/repos/LBAB-Humboldt/biomodelos_db_api
opened
Servicio REST para valores únicos del campo collection según condición
A3 b1-gathering-requirements b3-sprint-candidates feature
Como desarrollador de biomodelos necesito un servicio que me traiga los valores únicos del campo colection para todos los registros de una especie determinada para mostrarlos en la pagina
1.0
Servicio REST para valores únicos del campo collection según condición - Como desarrollador de biomodelos necesito un servicio que me traiga los valores únicos del campo colection para todos los registros de una especie determinada para mostrarlos en la pagina
requirement
servicio rest para valores únicos del campo collection según condición como desarrollador de biomodelos necesito un servicio que me traiga los valores únicos del campo colection para todos los registros de una especie determinada para mostrarlos en la pagina
1
13,741
23,656,744,576
IssuesEvent
2022-08-26 12:01:04
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Preset group:jestPlusTSJest - change match from matchSourceUrlPrefixes to matchPackageNames
type:feature status:requirements priority-5-triage
### What would you like Renovate to be able to do? The [Group preset `group:jestPlusTSJest`](https://docs.renovatebot.com/presets-group/#groupjestplustsjest) currently matches against a github URL. This configuration will cause that a dependency is not updated when the source isn't coming from Github (e.g. when having a mirrored registry such as via artifactory). The matching rule should be changed to match simply the package name. ### If you have any ideas on how this should be implemented, please tell us here. ```diff { "packageRules": [ { - "matchSourceUrlPrefixes": [ - "https://github.com/kulshekhar/ts-jest" - ], + "matchPackageNames": [ + "ts-jest" + ], "matchUpdateTypes": [ "major" ], "groupName": "jest monorepo" } ] } ``` ### Is this a feature you are interested in implementing yourself? Maybe
1.0
Preset group:jestPlusTSJest - change match from matchSourceUrlPrefixes to matchPackageNames - ### What would you like Renovate to be able to do? The [Group preset `group:jestPlusTSJest`](https://docs.renovatebot.com/presets-group/#groupjestplustsjest) currently matches against a github URL. This configuration will cause that a dependency is not updated when the source isn't coming from Github (e.g. when having a mirrored registry such as via artifactory). The matching rule should be changed to match simply the package name. ### If you have any ideas on how this should be implemented, please tell us here. ```diff { "packageRules": [ { - "matchSourceUrlPrefixes": [ - "https://github.com/kulshekhar/ts-jest" - ], + "matchPackageNames": [ + "ts-jest" + ], "matchUpdateTypes": [ "major" ], "groupName": "jest monorepo" } ] } ``` ### Is this a feature you are interested in implementing yourself? Maybe
requirement
preset group jestplustsjest change match from matchsourceurlprefixes to matchpackagenames what would you like renovate to be able to do the currently matches against a github url this configuration will cause that a dependency is not updated when the source isn t coming from github e g when having a mirrored registry such as via artifactory the matching rule should be changed to match simply the package name if you have any ideas on how this should be implemented please tell us here diff packagerules matchsourceurlprefixes matchpackagenames ts jest matchupdatetypes major groupname jest monorepo  is this a feature you are interested in implementing yourself maybe
1
13,459
23,170,743,272
IssuesEvent
2022-07-30 17:16:40
kysect/Tamgly
https://api.github.com/repos/kysect/Tamgly
opened
Интеграция с Microsoft To Do
requirement
Нужно поддержать интеграцию с туду и в первом приближении использовать его как источник задач.
1.0
Интеграция с Microsoft To Do - Нужно поддержать интеграцию с туду и в первом приближении использовать его как источник задач.
requirement
интеграция с microsoft to do нужно поддержать интеграцию с туду и в первом приближении использовать его как источник задач
1
384,382
26,583,663,646
IssuesEvent
2023-01-22 19:16:34
sagiegurari/cargo-make
https://api.github.com/repos/sagiegurari/cargo-make
closed
Do not load base when `skip_core_tasks=true`
documentation
### Describe The Bug When `skip_core_tasks=true` is set, there are still some empty tasks from `base.toml` listed ``` Hooks ---------- end - By default this task is invoked at the end of every cargo-make run. init - By default this task is invoked at the start of every cargo-make run. No Category ---------- default - Empty Task Tools ---------- empty - Empty Task ``` This was a little bit confusing when I defined my own tasks and catagories and didn't know where they are from. Is it possible to completely remove them? ### To Reproduce <!-- Steps to reproduce the behavior: --> ### Error Stack ```console The error stack trace ``` ### Code Sample ```rust /// paste code here ```
1.0
Do not load base when `skip_core_tasks=true` - ### Describe The Bug When `skip_core_tasks=true` is set, there are still some empty tasks from `base.toml` listed ``` Hooks ---------- end - By default this task is invoked at the end of every cargo-make run. init - By default this task is invoked at the start of every cargo-make run. No Category ---------- default - Empty Task Tools ---------- empty - Empty Task ``` This was a little bit confusing when I defined my own tasks and catagories and didn't know where they are from. Is it possible to completely remove them? ### To Reproduce <!-- Steps to reproduce the behavior: --> ### Error Stack ```console The error stack trace ``` ### Code Sample ```rust /// paste code here ```
non_requirement
do not load base when skip core tasks true describe the bug when skip core tasks true is set there are still some empty tasks from base toml listed hooks end by default this task is invoked at the end of every cargo make run init by default this task is invoked at the start of every cargo make run no category default empty task tools empty empty task this was a little bit confusing when i defined my own tasks and catagories and didn t know where they are from is it possible to completely remove them to reproduce error stack console the error stack trace code sample rust paste code here
0
16,497
32,077,267,855
IssuesEvent
2023-09-25 11:52:33
broken-helix/mildew-detector
https://api.github.com/repos/broken-helix/mildew-detector
closed
USER STORY: AVERAGE AND VARIABILITY IMAGES
User Story Data Understanding Business Requirement 1
As a **client** I can **visually differentiate a healthy from an infected leaf** so that **I can visually determine if leaves are infected or not**. ### Acceptance Criteria: * Display average and variability images on Leave Visualiser page. ### Tasks: - [x] Calculate image shape - [x] Load images into array - [x] Load image shapes and labels into array - [x] Plot and save mean and variability of images per label - [x] Display on Streamlit page ---
1.0
USER STORY: AVERAGE AND VARIABILITY IMAGES - As a **client** I can **visually differentiate a healthy from an infected leaf** so that **I can visually determine if leaves are infected or not**. ### Acceptance Criteria: * Display average and variability images on Leave Visualiser page. ### Tasks: - [x] Calculate image shape - [x] Load images into array - [x] Load image shapes and labels into array - [x] Plot and save mean and variability of images per label - [x] Display on Streamlit page ---
requirement
user story average and variability images as a client i can visually differentiate a healthy from an infected leaf so that i can visually determine if leaves are infected or not acceptance criteria display average and variability images on leave visualiser page tasks calculate image shape load images into array load image shapes and labels into array plot and save mean and variability of images per label display on streamlit page
1
640
2,951,656,613
IssuesEvent
2015-07-07 01:22:05
nsaid-team/gotopaws
https://api.github.com/repos/nsaid-team/gotopaws
closed
create stub models.py
requirement
It's not going to actually work in this phase, but create a stub models.py in the top level project directory. Look at Asseal's github.com/erossmith/cs373-idb/blob/master/world_cup/wc_app/models.py as a model
1.0
create stub models.py - It's not going to actually work in this phase, but create a stub models.py in the top level project directory. Look at Asseal's github.com/erossmith/cs373-idb/blob/master/world_cup/wc_app/models.py as a model
requirement
create stub models py it s not going to actually work in this phase but create a stub models py in the top level project directory look at asseal s github com erossmith idb blob master world cup wc app models py as a model
1
15,325
26,953,741,737
IssuesEvent
2023-02-08 13:34:48
adrrf/acme-life-long-learning
https://api.github.com/repos/adrrf/acme-life-long-learning
opened
nfr-01 - languages
develop non_functional_requirement
The system must be internationalised in English and Spanish. Other mainstream languages are welcome, but not required. This requirement must be fulfilled in this and every subsequent group or individual deliverable.
1.0
nfr-01 - languages - The system must be internationalised in English and Spanish. Other mainstream languages are welcome, but not required. This requirement must be fulfilled in this and every subsequent group or individual deliverable.
requirement
nfr languages the system must be internationalised in english and spanish other mainstream languages are welcome but not required this requirement must be fulfilled in this and every subsequent group or individual deliverable
1
69,879
22,708,385,083
IssuesEvent
2022-07-05 16:38:44
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
opened
Synapse doesn't require `new_password` on every call to `/account/password`, contrary to the spec. (But maybe this is a spec oversight?)
A-Spec-Compliance S-Tolerable T-Defect
**Link to problem area**: - https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpassword - https://github.com/matrix-org/synapse/blob/3ea5f1cb24c34e6104aa747d206f3148e10d789e/synapse/rest/client/account.py#L184 and nearby The spec says that `new_password` is a required field. However, this endpoint is part of the user-interactive auth stuff, and Synapse only requires you to have provided `new_password` at least once during a sequence of calls to `/account/password`. If you've provided a `new_password` as part of the user-interactive auth, you don't have to provide it with later requests. This is against the letter of the law as mandated by the spec (but perhaps not the spirit). This might also fall under the category of "user-interactive auth is weird; give us https://github.com/matrix-org/matrix-spec/issues/636 please).
1.0
Synapse doesn't require `new_password` on every call to `/account/password`, contrary to the spec. (But maybe this is a spec oversight?) - **Link to problem area**: - https://spec.matrix.org/v1.3/client-server-api/#post_matrixclientv3accountpassword - https://github.com/matrix-org/synapse/blob/3ea5f1cb24c34e6104aa747d206f3148e10d789e/synapse/rest/client/account.py#L184 and nearby The spec says that `new_password` is a required field. However, this endpoint is part of the user-interactive auth stuff, and Synapse only requires you to have provided `new_password` at least once during a sequence of calls to `/account/password`. If you've provided a `new_password` as part of the user-interactive auth, you don't have to provide it with later requests. This is against the letter of the law as mandated by the spec (but perhaps not the spirit). This might also fall under the category of "user-interactive auth is weird; give us https://github.com/matrix-org/matrix-spec/issues/636 please).
non_requirement
synapse doesn t require new password on every call to account password contrary to the spec but maybe this is a spec oversight link to problem area and nearby the spec says that new password is a required field however this endpoint is part of the user interactive auth stuff and synapse only requires you to have provided new password at least once during a sequence of calls to account password if you ve provided a new password as part of the user interactive auth you don t have to provide it with later requests this is against the letter of the law as mandated by the spec but perhaps not the spirit this might also fall under the category of user interactive auth is weird give us please
0
6,756
9,816,886,769
IssuesEvent
2019-06-13 15:31:27
ISISScientificComputing/autoreduce
https://api.github.com/repos/ISISScientificComputing/autoreduce
closed
Harmonise settings entry point for webapp and utils
2 days :bust_in_silhouette: Developer Requirement :key: Internal
Issue raised by: [developer] ### What? We should not have to enter user/password/host/etc. for external services such as MySQL, ICAT, ActiveMQ into both the `utils/settings.py` and the webapp `settings.py`. Instead it would be better to have a single configuration file that does both. I can't think of a situation when these settings would not be the same at a given time. ### Where? * New credentials file in utils directory * May require a intermediate file to process the settings if they are just key/value pairs * Import these and update test_settings files for WebApp / utils accordingly ### How to test the issue is resolved * Enter valid credentials into the `utils/services.credentials` * I would suggest trying this with local settings first then development settings * Run the webapp: `python Webapp/autoreduce_webapp/manage.py runserver` * Check it is using the expected settings * Use manual submission to submit a run * Ensure this run appears in the webapp (the 2 are using the same settings)
1.0
Harmonise settings entry point for webapp and utils - Issue raised by: [developer] ### What? We should not have to enter user/password/host/etc. for external services such as MySQL, ICAT, ActiveMQ into both the `utils/settings.py` and the webapp `settings.py`. Instead it would be better to have a single configuration file that does both. I can't think of a situation when these settings would not be the same at a given time. ### Where? * New credentials file in utils directory * May require a intermediate file to process the settings if they are just key/value pairs * Import these and update test_settings files for WebApp / utils accordingly ### How to test the issue is resolved * Enter valid credentials into the `utils/services.credentials` * I would suggest trying this with local settings first then development settings * Run the webapp: `python Webapp/autoreduce_webapp/manage.py runserver` * Check it is using the expected settings * Use manual submission to submit a run * Ensure this run appears in the webapp (the 2 are using the same settings)
requirement
harmonise settings entry point for webapp and utils issue raised by what we should not have to enter user password host etc for external services such as mysql icat activemq into both the utils settings py and the webapp settings py instead it would be better to have a single configuration file that does both i can t think of a situation when these settings would not be the same at a given time where new credentials file in utils directory may require a intermediate file to process the settings if they are just key value pairs import these and update test settings files for webapp utils accordingly how to test the issue is resolved enter valid credentials into the utils services credentials i would suggest trying this with local settings first then development settings run the webapp python webapp autoreduce webapp manage py runserver check it is using the expected settings use manual submission to submit a run ensure this run appears in the webapp the are using the same settings
1
11,241
16,705,357,076
IssuesEvent
2021-06-09 09:19:06
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Renovate auto merges even with failing PR status checks
priority-5-triage status:requirements type:bug
<!-- PLEASE DO NOT REPORT ANY SECURITY CONCERNS THIS WAY Email renovate-disclosure@whitesourcesoftware.com instead. --> **How are you running Renovate?** - [x] WhiteSource Renovate hosted app on github.com **Describe the bug** Renovate auto merges branches that have failing tests which brakes base branches as a consequence. One Github CI job collects the lerna packages and creates a matrix from those. Some jobs do fail within that matrix which causes the other jobs to be canceled and the finish job to be skipped. requiredStatusChecks is **not** nulled in the config ![Testmatrix](https://user-images.githubusercontent.com/4698322/121321096-17be3a80-c90e-11eb-9b1d-c0ed42b8630e.PNG) The offending PR is: https://github.com/manniwatch/manniwatch/pull/1940 **Relevant debug logs** <!-- Try not to raise a bug report unless you've looked at the logs first. If you're running self-hosted, run with `LOG_LEVEL=debug` in your environment variables and search for whatever dependency/branch/PR that is causing the problem. If you are using the Renovate App, log into https://app.renovatebot.com/dashboard and locate the correct job log for when the problem occurred (e.g. when the PR was created). Paste the *relevant* logs here, not the entire thing and not just a link to the dashboard (others do not have permissions to view them). --> <details><summary>Click me to see logs</summary> ``` { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: Processing existing PR(branch="renovate/typescript-4.x") DEBUG: getBranchStatus(renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: branch status check result(branch="renovate/typescript-4.x") { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: getBranchStatus() result(branch="renovate/typescript-4.x") { "branchStatus": "green", "branchName": "renovate/typescript-4.x" } DEBUG: Pull Request #1940 does not need updating(branch="renovate/typescript-4.x") DEBUG: PR is configured for automerge(branch="renovate/typescript-4.x") DEBUG: getBranchStatus(renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: branch status check result(branch="renovate/typescript-4.x") { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: Automerging #1940(branch="renovate/typescript-4.x") DEBUG: mergePr(1940, renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: mergePr(branch="renovate/typescript-4.x") { "options": { "body": { "merge_method": "rebase" } }, "url": "repos/manniwatch/manniwatch/pulls/1940/merge" } DEBUG: PR merged(branch="renovate/typescript-4.x") { "pr": 1940 } DEBUG: Deleted remote branch(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } DEBUG: No local branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } INFO: PR automerged(branch="renovate/typescript-4.x") { "pr": 1940, "prTitle": "chore(deps): update dependency typescript to v4.3.2" } DEBUG: No remote branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } DEBUG: No local branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } INFO: Renovating repository again after automerge result(branch="renovate/typescript-4.x") DEBUG: No dangling containers to remove(branch="renovate/typescript-4.x") ``` </details> **Have you created a minimal reproduction repository?** Please read the [minimal reproductions documentation](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md) to learn how to make a good minimal reproduction repository. - [ ] I have provided a minimal reproduction repository - [x] I don't have time for that, but it happens in a public repository I have linked to - [ ] I don't have time for that, and cannot share my private repository - [ ] The nature of this bug means it's impossible to reproduce publicly **Additional context** <!-- Add any other context about the problem here, including your own debugging or ideas on what went wrong. --> Branch status checks are pending according to the log and the status checks report only the "Collect lerna packages" job but not the subsequent once. I am not sure if this is a race condition or something else is going on here. In other runs/workflows all are listed as expected. I tried to debug this but couldn't get any clear reason. It would be great if one could specify a (list of) job(s)/statuses to be required to finish on Github CI (in my case Finish Test). The requiredStatusChecks config option in renovate.json currently just breaks renovate with an "unsupported" error.
1.0
Renovate auto merges even with failing PR status checks - <!-- PLEASE DO NOT REPORT ANY SECURITY CONCERNS THIS WAY Email renovate-disclosure@whitesourcesoftware.com instead. --> **How are you running Renovate?** - [x] WhiteSource Renovate hosted app on github.com **Describe the bug** Renovate auto merges branches that have failing tests which brakes base branches as a consequence. One Github CI job collects the lerna packages and creates a matrix from those. Some jobs do fail within that matrix which causes the other jobs to be canceled and the finish job to be skipped. requiredStatusChecks is **not** nulled in the config ![Testmatrix](https://user-images.githubusercontent.com/4698322/121321096-17be3a80-c90e-11eb-9b1d-c0ed42b8630e.PNG) The offending PR is: https://github.com/manniwatch/manniwatch/pull/1940 **Relevant debug logs** <!-- Try not to raise a bug report unless you've looked at the logs first. If you're running self-hosted, run with `LOG_LEVEL=debug` in your environment variables and search for whatever dependency/branch/PR that is causing the problem. If you are using the Renovate App, log into https://app.renovatebot.com/dashboard and locate the correct job log for when the problem occurred (e.g. when the PR was created). Paste the *relevant* logs here, not the entire thing and not just a link to the dashboard (others do not have permissions to view them). --> <details><summary>Click me to see logs</summary> ``` { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: Processing existing PR(branch="renovate/typescript-4.x") DEBUG: getBranchStatus(renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: branch status check result(branch="renovate/typescript-4.x") { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: getBranchStatus() result(branch="renovate/typescript-4.x") { "branchStatus": "green", "branchName": "renovate/typescript-4.x" } DEBUG: Pull Request #1940 does not need updating(branch="renovate/typescript-4.x") DEBUG: PR is configured for automerge(branch="renovate/typescript-4.x") DEBUG: getBranchStatus(renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: branch status check result(branch="renovate/typescript-4.x") { "state": "pending", "statuses": [] } DEBUG: check runs result(branch="renovate/typescript-4.x") { "checkRuns": [ { "name": "Summary", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Label Package PRs", "status": "completed", "conclusion": "success" }, { "name": "Collect Lerna Packages", "status": "completed", "conclusion": "success" } ] } DEBUG: Automerging #1940(branch="renovate/typescript-4.x") DEBUG: mergePr(1940, renovate/typescript-4.x)(branch="renovate/typescript-4.x") DEBUG: mergePr(branch="renovate/typescript-4.x") { "options": { "body": { "merge_method": "rebase" } }, "url": "repos/manniwatch/manniwatch/pulls/1940/merge" } DEBUG: PR merged(branch="renovate/typescript-4.x") { "pr": 1940 } DEBUG: Deleted remote branch(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } DEBUG: No local branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } INFO: PR automerged(branch="renovate/typescript-4.x") { "pr": 1940, "prTitle": "chore(deps): update dependency typescript to v4.3.2" } DEBUG: No remote branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } DEBUG: No local branch to delete(branch="renovate/typescript-4.x") { "branchName": "renovate/typescript-4.x" } INFO: Renovating repository again after automerge result(branch="renovate/typescript-4.x") DEBUG: No dangling containers to remove(branch="renovate/typescript-4.x") ``` </details> **Have you created a minimal reproduction repository?** Please read the [minimal reproductions documentation](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md) to learn how to make a good minimal reproduction repository. - [ ] I have provided a minimal reproduction repository - [x] I don't have time for that, but it happens in a public repository I have linked to - [ ] I don't have time for that, and cannot share my private repository - [ ] The nature of this bug means it's impossible to reproduce publicly **Additional context** <!-- Add any other context about the problem here, including your own debugging or ideas on what went wrong. --> Branch status checks are pending according to the log and the status checks report only the "Collect lerna packages" job but not the subsequent once. I am not sure if this is a race condition or something else is going on here. In other runs/workflows all are listed as expected. I tried to debug this but couldn't get any clear reason. It would be great if one could specify a (list of) job(s)/statuses to be required to finish on Github CI (in my case Finish Test). The requiredStatusChecks config option in renovate.json currently just breaks renovate with an "unsupported" error.
requirement
renovate auto merges even with failing pr status checks please do not report any security concerns this way email renovate disclosure whitesourcesoftware com instead how are you running renovate whitesource renovate hosted app on github com describe the bug renovate auto merges branches that have failing tests which brakes base branches as a consequence one github ci job collects the lerna packages and creates a matrix from those some jobs do fail within that matrix which causes the other jobs to be canceled and the finish job to be skipped requiredstatuschecks is not nulled in the config the offending pr is relevant debug logs try not to raise a bug report unless you ve looked at the logs first if you re running self hosted run with log level debug in your environment variables and search for whatever dependency branch pr that is causing the problem if you are using the renovate app log into and locate the correct job log for when the problem occurred e g when the pr was created paste the relevant logs here not the entire thing and not just a link to the dashboard others do not have permissions to view them click me to see logs state pending statuses debug check runs result branch renovate typescript x checkruns name summary status completed conclusion success name collect lerna packages status completed conclusion success name label package prs status completed conclusion success name label package prs status completed conclusion success name collect lerna packages status completed conclusion success debug processing existing pr branch renovate typescript x debug getbranchstatus renovate typescript x branch renovate typescript x debug branch status check result branch renovate typescript x state pending statuses debug check runs result branch renovate typescript x checkruns name summary status completed conclusion success name collect lerna packages status completed conclusion success name label package prs status completed conclusion success name label package prs status completed conclusion success name collect lerna packages status completed conclusion success debug getbranchstatus result branch renovate typescript x branchstatus green branchname renovate typescript x debug pull request does not need updating branch renovate typescript x debug pr is configured for automerge branch renovate typescript x debug getbranchstatus renovate typescript x branch renovate typescript x debug branch status check result branch renovate typescript x state pending statuses debug check runs result branch renovate typescript x checkruns name summary status completed conclusion success name collect lerna packages status completed conclusion success name label package prs status completed conclusion success name label package prs status completed conclusion success name collect lerna packages status completed conclusion success debug automerging branch renovate typescript x debug mergepr renovate typescript x branch renovate typescript x debug mergepr branch renovate typescript x options body merge method rebase url repos manniwatch manniwatch pulls merge debug pr merged branch renovate typescript x pr debug deleted remote branch branch renovate typescript x branchname renovate typescript x debug no local branch to delete branch renovate typescript x branchname renovate typescript x info pr automerged branch renovate typescript x pr prtitle chore deps update dependency typescript to debug no remote branch to delete branch renovate typescript x branchname renovate typescript x debug no local branch to delete branch renovate typescript x branchname renovate typescript x info renovating repository again after automerge result branch renovate typescript x debug no dangling containers to remove branch renovate typescript x have you created a minimal reproduction repository please read the to learn how to make a good minimal reproduction repository i have provided a minimal reproduction repository i don t have time for that but it happens in a public repository i have linked to i don t have time for that and cannot share my private repository the nature of this bug means it s impossible to reproduce publicly additional context branch status checks are pending according to the log and the status checks report only the collect lerna packages job but not the subsequent once i am not sure if this is a race condition or something else is going on here in other runs workflows all are listed as expected i tried to debug this but couldn t get any clear reason it would be great if one could specify a list of job s statuses to be required to finish on github ci in my case finish test the requiredstatuschecks config option in renovate json currently just breaks renovate with an unsupported error
1
815,739
30,569,600,291
IssuesEvent
2023-07-20 20:48:15
FirstGearGames/FishNet
https://api.github.com/repos/FirstGearGames/FishNet
closed
Argument out of range on SyncList.
Bug Priority
Following script causes argument out of range as clientHost. ```cs public class StackOfObjects : NetworkBehaviour { [SyncObject] private readonly SyncList<int> items = new SyncList<int>(); private void Update() { if (Input.GetKeyDown(KeyCode.P)) { Interact(); } } public override void OnStartServer() { base.OnStartServer(); items.Add(0); items.Add(0); } public void Interact() { RemoveItemServerRpc(); } [ServerRpc(RequireOwnership = false)] private void RemoveItemServerRpc() { if (items.Count>0) items.RemoveAt(0); if (items.Count <= 0) { Despawn(); } } } ```
1.0
Argument out of range on SyncList. - Following script causes argument out of range as clientHost. ```cs public class StackOfObjects : NetworkBehaviour { [SyncObject] private readonly SyncList<int> items = new SyncList<int>(); private void Update() { if (Input.GetKeyDown(KeyCode.P)) { Interact(); } } public override void OnStartServer() { base.OnStartServer(); items.Add(0); items.Add(0); } public void Interact() { RemoveItemServerRpc(); } [ServerRpc(RequireOwnership = false)] private void RemoveItemServerRpc() { if (items.Count>0) items.RemoveAt(0); if (items.Count <= 0) { Despawn(); } } } ```
non_requirement
argument out of range on synclist following script causes argument out of range as clienthost cs public class stackofobjects networkbehaviour private readonly synclist items new synclist private void update if input getkeydown keycode p interact public override void onstartserver base onstartserver items add items add public void interact removeitemserverrpc private void removeitemserverrpc if items count items removeat if items count despawn
0
772,921
27,141,682,318
IssuesEvent
2023-02-16 16:46:38
googleapis/python-bigquery-sqlalchemy
https://api.github.com/repos/googleapis/python-bigquery-sqlalchemy
closed
tests.sqlalchemy_dialect_compliance.test_dialect_compliance.TimeTest_bigquery+bigquery: test_round_trip failed
type: bug priority: p1 flakybot: issue api: bigquery
Note: #695 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 074321ddaa10001773e7e6044f4a0df1bb530331 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/82580611-18ba-4d10-8e25-a7bf752e1da1), [Sponge](http://sponge2/82580611-18ba-4d10-8e25-a7bf752e1da1) status: failed <details><summary>Test output</summary><br><pre>Traceback (most recent call last): File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 311, in from_call result: Optional[TResult] = func() ^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 255, in <lambda> lambda: ihook(item=item, **kwds), when=when, reraise=reraise ^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_hooks.py", line 265, in __call__ return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_manager.py", line 80, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_callers.py", line 60, in _multicall return outcome.get_result() ^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_result.py", line 60, in get_result raise ex[1].with_traceback(ex[2]) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_callers.py", line 39, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 175, in pytest_runtest_teardown item.session._setupstate.teardown_exact(item, nextitem) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 419, in teardown_exact self._teardown_towards(needed_collectors) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 434, in _teardown_towards raise exc File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 427, in _teardown_towards self._pop_and_teardown() File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 387, in _pop_and_teardown self._teardown_with_finalization(colitem) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 408, in _teardown_with_finalization assert colitem in self.stack ^^^^^^^^^^^^^^^^^^^^^ AssertionError</pre></details>
1.0
tests.sqlalchemy_dialect_compliance.test_dialect_compliance.TimeTest_bigquery+bigquery: test_round_trip failed - Note: #695 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky. ---- commit: 074321ddaa10001773e7e6044f4a0df1bb530331 buildURL: [Build Status](https://source.cloud.google.com/results/invocations/82580611-18ba-4d10-8e25-a7bf752e1da1), [Sponge](http://sponge2/82580611-18ba-4d10-8e25-a7bf752e1da1) status: failed <details><summary>Test output</summary><br><pre>Traceback (most recent call last): File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 311, in from_call result: Optional[TResult] = func() ^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 255, in <lambda> lambda: ihook(item=item, **kwds), when=when, reraise=reraise ^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_hooks.py", line 265, in __call__ return self._hookexec(self.name, self.get_hookimpls(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_manager.py", line 80, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_callers.py", line 60, in _multicall return outcome.get_result() ^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_result.py", line 60, in get_result raise ex[1].with_traceback(ex[2]) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/pluggy/_callers.py", line 39, in _multicall res = hook_impl.function(*args) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 175, in pytest_runtest_teardown item.session._setupstate.teardown_exact(item, nextitem) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 419, in teardown_exact self._teardown_towards(needed_collectors) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 434, in _teardown_towards raise exc File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 427, in _teardown_towards self._pop_and_teardown() File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 387, in _pop_and_teardown self._teardown_with_finalization(colitem) File "/tmpfs/src/github/python-bigquery-sqlalchemy/.nox/compliance/lib/python3.11/site-packages/_pytest/runner.py", line 408, in _teardown_with_finalization assert colitem in self.stack ^^^^^^^^^^^^^^^^^^^^^ AssertionError</pre></details>
non_requirement
tests sqlalchemy dialect compliance test dialect compliance timetest bigquery bigquery test round trip failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output traceback most recent call last file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in from call result optional func file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in lambda ihook item item kwds when when reraise reraise file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pluggy hooks py line in call return self hookexec self name self get hookimpls kwargs firstresult file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pluggy manager py line in hookexec return self inner hookexec hook name methods kwargs firstresult file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pluggy callers py line in multicall return outcome get result file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pluggy result py line in get result raise ex with traceback ex file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pluggy callers py line in multicall res hook impl function args file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in pytest runtest teardown item session setupstate teardown exact item nextitem file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in teardown exact self teardown towards needed collectors file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in teardown towards raise exc file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in teardown towards self pop and teardown file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in pop and teardown self teardown with finalization colitem file tmpfs src github python bigquery sqlalchemy nox compliance lib site packages pytest runner py line in teardown with finalization assert colitem in self stack assertionerror
0
320,066
27,419,912,864
IssuesEvent
2023-03-01 16:03:31
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix manipulation.test_tile
Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="null" 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/4302817322/jobs/7501803157" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>Not found</summary> Not found </details>
1.0
Fix manipulation.test_tile - | | | |---|---| |tensorflow|<a href="null" 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/4302817322/jobs/7501803157" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |jax|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>Not found</summary> Not found </details>
non_requirement
fix manipulation test tile tensorflow img src torch img src numpy img src jax img src not found not found
0
63,494
8,681,423,806
IssuesEvent
2018-12-01 20:06:51
Naoghuman/lib-release
https://api.github.com/repos/Naoghuman/lib-release
closed
[doc] Add badges from img.shield.io to the start from the ReadMe.
documentation
[doc] Add badges from img.shield.io to the start from the ReadMe.
1.0
[doc] Add badges from img.shield.io to the start from the ReadMe. - [doc] Add badges from img.shield.io to the start from the ReadMe.
non_requirement
add badges from img shield io to the start from the readme add badges from img shield io to the start from the readme
0
115,899
9,816,836,366
IssuesEvent
2019-06-13 15:25:31
scalacenter/bloop
https://api.github.com/repos/scalacenter/bloop
closed
Add --only-failures for test runs
community feature task / test work in progress
If you have lots of tests and only one of them fails, the default output hides the test failures. While --watch is nice, if the failure happens among pages of output, the developer still needs to scroll up to see the failure. Maybe we could have a different reporter or a shortcut for that reporter that reports # of successes (to ensure you're actually running something) and the details of each failure.
1.0
Add --only-failures for test runs - If you have lots of tests and only one of them fails, the default output hides the test failures. While --watch is nice, if the failure happens among pages of output, the developer still needs to scroll up to see the failure. Maybe we could have a different reporter or a shortcut for that reporter that reports # of successes (to ensure you're actually running something) and the details of each failure.
non_requirement
add only failures for test runs if you have lots of tests and only one of them fails the default output hides the test failures while watch is nice if the failure happens among pages of output the developer still needs to scroll up to see the failure maybe we could have a different reporter or a shortcut for that reporter that reports of successes to ensure you re actually running something and the details of each failure
0
59,237
14,542,982,528
IssuesEvent
2020-12-15 16:20:22
ckeditor/ckeditor5
https://api.github.com/repos/ckeditor/ckeditor5
opened
Review the public-public API of base editor packages (core, ui, engine, utils, widget)
domain:extending-builds squad:dx type:task
## Provide a description of the task Review what core packages export via their `index.js` files (core, ui, engine, utils, widget). It might require to remove some classes from public-public API. For instance there's a longstanding issue for not using `LiveRange` in media embed (and auto image recently) feature.
1.0
Review the public-public API of base editor packages (core, ui, engine, utils, widget) - ## Provide a description of the task Review what core packages export via their `index.js` files (core, ui, engine, utils, widget). It might require to remove some classes from public-public API. For instance there's a longstanding issue for not using `LiveRange` in media embed (and auto image recently) feature.
non_requirement
review the public public api of base editor packages core ui engine utils widget provide a description of the task review what core packages export via their index js files core ui engine utils widget it might require to remove some classes from public public api for instance there s a longstanding issue for not using liverange in media embed and auto image recently feature
0
116,497
17,373,104,513
IssuesEvent
2021-07-30 16:34:27
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
opened
Provide admin audit trails
customer security/logging team/security
#### Feature request description Provide an auditable log of actions taken by Sourcegraph admins. Ultimately the desired state is a complete log of every admin action taken, but the initial scope can be narrowed to: - Add/delete user - Promote/revoke site admin - Add/delete token - Add/delete certs - Add/delete code hosts - Add/delete SSO config #### Is your feature request related to a problem? If so, please describe. Tech risk teams at customer sites require this level of detail. #### Describe alternatives you've considered. N/A #### Additional context [Customer ](https://docs.google.com/spreadsheets/d/1OEhzdMSlkGOaWyGKwdiAGlirsKKj9EN45Izn7kdKNTg/edit#gid=0&range=A17)
True
Provide admin audit trails - #### Feature request description Provide an auditable log of actions taken by Sourcegraph admins. Ultimately the desired state is a complete log of every admin action taken, but the initial scope can be narrowed to: - Add/delete user - Promote/revoke site admin - Add/delete token - Add/delete certs - Add/delete code hosts - Add/delete SSO config #### Is your feature request related to a problem? If so, please describe. Tech risk teams at customer sites require this level of detail. #### Describe alternatives you've considered. N/A #### Additional context [Customer ](https://docs.google.com/spreadsheets/d/1OEhzdMSlkGOaWyGKwdiAGlirsKKj9EN45Izn7kdKNTg/edit#gid=0&range=A17)
non_requirement
provide admin audit trails feature request description provide an auditable log of actions taken by sourcegraph admins ultimately the desired state is a complete log of every admin action taken but the initial scope can be narrowed to add delete user promote revoke site admin add delete token add delete certs add delete code hosts add delete sso config is your feature request related to a problem if so please describe tech risk teams at customer sites require this level of detail describe alternatives you ve considered n a additional context
0
8,509
11,950,832,906
IssuesEvent
2020-04-03 15:50:34
CMPUT301W20T13/SkipTheGas
https://api.github.com/repos/CMPUT301W20T13/SkipTheGas
closed
Firebase Implementation
HIGH priority initial requirement user
- connect to firebase database - push data to be saved to the database - push user info to database - push google maps location to database - push other ride info to database
1.0
Firebase Implementation - - connect to firebase database - push data to be saved to the database - push user info to database - push google maps location to database - push other ride info to database
requirement
firebase implementation connect to firebase database push data to be saved to the database push user info to database push google maps location to database push other ride info to database
1
25,237
7,657,536,022
IssuesEvent
2018-05-10 20:00:21
runconduit/conduit
https://api.github.com/repos/runconduit/conduit
opened
CI build on master is broken
area/build
The Travis CI build on the master branch has been broken since commit e5ad5de9751ca018a6b217e10eb6020b754b2eac. The failure only exists on builds of the `master` branch, not on PRs, since the failing "Docker-deploy" build stage is only run on builds of the master branch. It appears that the changes to `.travis.yml` in #891 introduced this failure. Here's the relevant build output: ``` ``` $ docker build . -f $rootdir/proxy/Dockerfile \ --build-arg="PROXY_UNOPTIMIZED=${PROXY_UNOPTIMIZED:-}" \ --cache-from="$PROXY_BUILD_CACHE_IMAGE" \ --tag "$PROXY_BUILD_CACHE_IMAGE" \ --target build "docker build" requires exactly 1 argument. See 'docker build --help'. Usage: docker build [OPTIONS] PATH | URL | - Build an image from a Dockerfile The command "docker build . -f $rootdir/proxy/Dockerfile \ --build-arg="PROXY_UNOPTIMIZED=${PROXY_UNOPTIMIZED:-}" \ --cache-from="$PROXY_BUILD_CACHE_IMAGE" \ --tag "$PROXY_BUILD_CACHE_IMAGE" \ --target build" exited with 1. ``` /cc @olix0r, @briansmith
1.0
CI build on master is broken - The Travis CI build on the master branch has been broken since commit e5ad5de9751ca018a6b217e10eb6020b754b2eac. The failure only exists on builds of the `master` branch, not on PRs, since the failing "Docker-deploy" build stage is only run on builds of the master branch. It appears that the changes to `.travis.yml` in #891 introduced this failure. Here's the relevant build output: ``` ``` $ docker build . -f $rootdir/proxy/Dockerfile \ --build-arg="PROXY_UNOPTIMIZED=${PROXY_UNOPTIMIZED:-}" \ --cache-from="$PROXY_BUILD_CACHE_IMAGE" \ --tag "$PROXY_BUILD_CACHE_IMAGE" \ --target build "docker build" requires exactly 1 argument. See 'docker build --help'. Usage: docker build [OPTIONS] PATH | URL | - Build an image from a Dockerfile The command "docker build . -f $rootdir/proxy/Dockerfile \ --build-arg="PROXY_UNOPTIMIZED=${PROXY_UNOPTIMIZED:-}" \ --cache-from="$PROXY_BUILD_CACHE_IMAGE" \ --tag "$PROXY_BUILD_CACHE_IMAGE" \ --target build" exited with 1. ``` /cc @olix0r, @briansmith
non_requirement
ci build on master is broken the travis ci build on the master branch has been broken since commit the failure only exists on builds of the master branch not on prs since the failing docker deploy build stage is only run on builds of the master branch it appears that the changes to travis yml in introduced this failure here s the relevant build output docker build f rootdir proxy dockerfile build arg proxy unoptimized proxy unoptimized cache from proxy build cache image tag proxy build cache image target build docker build requires exactly argument see docker build help usage docker build path url build an image from a dockerfile the command docker build f rootdir proxy dockerfile build arg proxy unoptimized proxy unoptimized cache from proxy build cache image tag proxy build cache image target build exited with cc briansmith
0
4,169
6,743,821,426
IssuesEvent
2017-10-20 13:37:23
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Finish Processing | Show correct steps based on election option
caseflow-intake In-Validation requirements-incorrect
As a claims assistant, I want to see the correct options to finish processing the RAMP election letter. These options are based on the election option selected on the Review request page. ## Acceptance Criteria - If the election option selected on the "Review request" page was "Supplemental Claim", show the Supplemental Claim copy (see below) - If the election option selected on the "Review request" page was "Higher level review with informal conference" or "Higher level review", show the Higher-Level Review copy (see below). - An acknowledgment with a checkbox displays below the issues on appeal. It is unselected by default. It should operate according to the styleguide. - Note: development for issues section shown in mock is covered in #3583 - Withdrawn should no longer be an option ## Copy ### Supplemental Claim Header: Finish processing Supplemental Claim election Subheader: Please complete the following steps outside Caseflow. <b>Step 1.</b> Upload the RAMP Election form to the VBMS eFolder and ensure the Document Type is <b>Correspondence.</b> <b>Step 2.</b> Update the Subject Line with "Ramp Election". <b>Step 3.</b> Create an <b>EP 683 RAMP – Supplemental Claim Review Rating</b> in VBMS. <b>Step 4.</b> Add a placeholder contention of "RAMP". <b>Step 5.</b> Send a <b>RAMP Withdrawal Letter</b> using <i>Letter Creator.</i> ### Higher-Level Review Header: Finish processing Higher-Level Review election Subheader: Please complete the following steps outside Caseflow. <b>Step 1.</b> Upload the RAMP Election form to the VBMS eFolder and ensure the Document Type is <b>Correspondence.</b> <b>Step 2.</b> Update the Subject Line with "Ramp Election". <b>Step 3.</b> Create an <b>EP 682 RAMP – Higher Level Review Rating</b> in VBMS. <b>Step 4.</b> Add a placeholder contention of "RAMP". <b>Step 5.</b> Send a <b>RAMP Withdrawal Letter</b> using <i>Letter Creator.</i> ## Mocks ![image](https://user-images.githubusercontent.com/4042181/31635041-7e2d5962-b293-11e7-919d-83219458c9dd.png)
1.0
Finish Processing | Show correct steps based on election option - As a claims assistant, I want to see the correct options to finish processing the RAMP election letter. These options are based on the election option selected on the Review request page. ## Acceptance Criteria - If the election option selected on the "Review request" page was "Supplemental Claim", show the Supplemental Claim copy (see below) - If the election option selected on the "Review request" page was "Higher level review with informal conference" or "Higher level review", show the Higher-Level Review copy (see below). - An acknowledgment with a checkbox displays below the issues on appeal. It is unselected by default. It should operate according to the styleguide. - Note: development for issues section shown in mock is covered in #3583 - Withdrawn should no longer be an option ## Copy ### Supplemental Claim Header: Finish processing Supplemental Claim election Subheader: Please complete the following steps outside Caseflow. <b>Step 1.</b> Upload the RAMP Election form to the VBMS eFolder and ensure the Document Type is <b>Correspondence.</b> <b>Step 2.</b> Update the Subject Line with "Ramp Election". <b>Step 3.</b> Create an <b>EP 683 RAMP – Supplemental Claim Review Rating</b> in VBMS. <b>Step 4.</b> Add a placeholder contention of "RAMP". <b>Step 5.</b> Send a <b>RAMP Withdrawal Letter</b> using <i>Letter Creator.</i> ### Higher-Level Review Header: Finish processing Higher-Level Review election Subheader: Please complete the following steps outside Caseflow. <b>Step 1.</b> Upload the RAMP Election form to the VBMS eFolder and ensure the Document Type is <b>Correspondence.</b> <b>Step 2.</b> Update the Subject Line with "Ramp Election". <b>Step 3.</b> Create an <b>EP 682 RAMP – Higher Level Review Rating</b> in VBMS. <b>Step 4.</b> Add a placeholder contention of "RAMP". <b>Step 5.</b> Send a <b>RAMP Withdrawal Letter</b> using <i>Letter Creator.</i> ## Mocks ![image](https://user-images.githubusercontent.com/4042181/31635041-7e2d5962-b293-11e7-919d-83219458c9dd.png)
requirement
finish processing show correct steps based on election option as a claims assistant i want to see the correct options to finish processing the ramp election letter these options are based on the election option selected on the review request page acceptance criteria if the election option selected on the review request page was supplemental claim show the supplemental claim copy see below if the election option selected on the review request page was higher level review with informal conference or higher level review show the higher level review copy see below an acknowledgment with a checkbox displays below the issues on appeal it is unselected by default it should operate according to the styleguide note development for issues section shown in mock is covered in withdrawn should no longer be an option copy supplemental claim header finish processing supplemental claim election subheader please complete the following steps outside caseflow step upload the ramp election form to the vbms efolder and ensure the document type is correspondence step update the subject line with ramp election step create an ep ramp – supplemental claim review rating in vbms step add a placeholder contention of ramp step send a ramp withdrawal letter using letter creator higher level review header finish processing higher level review election subheader please complete the following steps outside caseflow step upload the ramp election form to the vbms efolder and ensure the document type is correspondence step update the subject line with ramp election step create an ep ramp – higher level review rating in vbms step add a placeholder contention of ramp step send a ramp withdrawal letter using letter creator mocks
1
8,133
11,438,004,764
IssuesEvent
2020-02-05 01:52:44
rssab/library
https://api.github.com/repos/rssab/library
opened
Student Catalog Flow
must have requirement
The system should have the ability to view all books stored within the system. In addition, the system should allow for basic search, sorting, and filtering by relevant fields on the books.
1.0
Student Catalog Flow - The system should have the ability to view all books stored within the system. In addition, the system should allow for basic search, sorting, and filtering by relevant fields on the books.
requirement
student catalog flow the system should have the ability to view all books stored within the system in addition the system should allow for basic search sorting and filtering by relevant fields on the books
1
10,529
15,356,925,170
IssuesEvent
2021-03-01 13:04:11
fga-eps-mds/2020.2-Lend.it
https://api.github.com/repos/fga-eps-mds/2020.2-Lend.it
closed
Questionario
requirements
## Descrição da Issue Criação de um questionário para validar publico alvo ## Tasks: - [x] Pesquisar sobre o publico algo - [x] Elaborar perguntas para publico alvo ## Critérios de Aceitação: - [x] criar documento na wiki
1.0
Questionario - ## Descrição da Issue Criação de um questionário para validar publico alvo ## Tasks: - [x] Pesquisar sobre o publico algo - [x] Elaborar perguntas para publico alvo ## Critérios de Aceitação: - [x] criar documento na wiki
requirement
questionario descrição da issue criação de um questionário para validar publico alvo tasks pesquisar sobre o publico algo elaborar perguntas para publico alvo critérios de aceitação criar documento na wiki
1
9,507
13,444,325,619
IssuesEvent
2020-09-08 09:38:32
ianyong/ip
https://api.github.com/repos/ianyong/ip
closed
A-CI: Set up CI
cs2103t-requirement enhancement
- **A-CI**: Set up CI Use GitHub Actions to set up Continuous Integration (CI). The workflow specified by [this `.yml` file](https://github.com/se-edu/duke/blob/full-template/.github/workflows/gradle.yml) is a good candidate for this project. The last three segments are related to I/O redirection tests; can be deleted if not applicable to your project. Refer to the [Using GitHub Actions @SE-EDU/guides](https://se-education.org/guides/tutorials/githubActions.html) to learn how to use that `.yml` file to set up GitHub actions. Refer to https://nus-cs2103-ay2021s1.github.io/website/schedule/week5/project.html#a-ci.
1.0
A-CI: Set up CI - - **A-CI**: Set up CI Use GitHub Actions to set up Continuous Integration (CI). The workflow specified by [this `.yml` file](https://github.com/se-edu/duke/blob/full-template/.github/workflows/gradle.yml) is a good candidate for this project. The last three segments are related to I/O redirection tests; can be deleted if not applicable to your project. Refer to the [Using GitHub Actions @SE-EDU/guides](https://se-education.org/guides/tutorials/githubActions.html) to learn how to use that `.yml` file to set up GitHub actions. Refer to https://nus-cs2103-ay2021s1.github.io/website/schedule/week5/project.html#a-ci.
requirement
a ci set up ci a ci set up ci use github actions to set up continuous integration ci the workflow specified by is a good candidate for this project the last three segments are related to i o redirection tests can be deleted if not applicable to your project refer to the to learn how to use that yml file to set up github actions refer to
1
4,440
6,965,453,935
IssuesEvent
2017-12-09 06:19:20
at15/reika
https://api.github.com/repos/at15/reika
opened
[impl-j] Settings
impl/java requirement
Compiler Settings, what should be printed etc. scalc could be a good? example again. Need to allow passing in configuration from command line flags using JCommander #37 - [ ] settings class - [ ] parse command line arguments - [ ] ? read default setting from home?
1.0
[impl-j] Settings - Compiler Settings, what should be printed etc. scalc could be a good? example again. Need to allow passing in configuration from command line flags using JCommander #37 - [ ] settings class - [ ] parse command line arguments - [ ] ? read default setting from home?
requirement
settings compiler settings what should be printed etc scalc could be a good example again need to allow passing in configuration from command line flags using jcommander settings class parse command line arguments read default setting from home
1
268,407
23,367,017,325
IssuesEvent
2022-08-10 16:11:50
ecadlabs/taqueria
https://api.github.com/repos/ecadlabs/taqueria
closed
As an ECAD SDET, I want automated tests to ensure that user/group permissions are being set for artifacts correctly so that our end users don't run into frustrating errors
testing
### Describe the feature you would like Automated tests that will ensure that any system generated files will have the correct non-root user/group permissions. Right now the things that will cause files to be generated are: - Compiling a ligo contract - Compiling a smartpy contract - Building taqueria as part of a scaffolding project (`npm run setup && npm run build:taqueria` after running `taq scaffold`) ### Is this feature solving a problem? For files/artifacts that are created by taqueria there are some that have the the user/group set to root which isn't too good for people needing to modify these files since they can run into permissions issues ### Please share any additional details you have? Details about the problem your feature solves ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
1.0
As an ECAD SDET, I want automated tests to ensure that user/group permissions are being set for artifacts correctly so that our end users don't run into frustrating errors - ### Describe the feature you would like Automated tests that will ensure that any system generated files will have the correct non-root user/group permissions. Right now the things that will cause files to be generated are: - Compiling a ligo contract - Compiling a smartpy contract - Building taqueria as part of a scaffolding project (`npm run setup && npm run build:taqueria` after running `taq scaffold`) ### Is this feature solving a problem? For files/artifacts that are created by taqueria there are some that have the the user/group set to root which isn't too good for people needing to modify these files since they can run into permissions issues ### Please share any additional details you have? Details about the problem your feature solves ### Code of Conduct - [X] I agree to follow this project's Code of Conduct
non_requirement
as an ecad sdet i want automated tests to ensure that user group permissions are being set for artifacts correctly so that our end users don t run into frustrating errors describe the feature you would like automated tests that will ensure that any system generated files will have the correct non root user group permissions right now the things that will cause files to be generated are compiling a ligo contract compiling a smartpy contract building taqueria as part of a scaffolding project npm run setup npm run build taqueria after running taq scaffold is this feature solving a problem for files artifacts that are created by taqueria there are some that have the the user group set to root which isn t too good for people needing to modify these files since they can run into permissions issues please share any additional details you have details about the problem your feature solves code of conduct i agree to follow this project s code of conduct
0
17,516
9,797,349,935
IssuesEvent
2019-06-11 09:45:13
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Loading score results freezes the game for ~1 second
performance results
**Describe the bug:** After finishing map, the game freezes before showing the score results. **osu!lazer version:** revision 164b05abd6debb5b817d2f47620e593c006a24b2 **Logs:** [performance.log](https://github.com/ppy/osu/files/3269871/performance.log) [runtime.log](https://github.com/ppy/osu/files/3269872/runtime.log)
True
Loading score results freezes the game for ~1 second - **Describe the bug:** After finishing map, the game freezes before showing the score results. **osu!lazer version:** revision 164b05abd6debb5b817d2f47620e593c006a24b2 **Logs:** [performance.log](https://github.com/ppy/osu/files/3269871/performance.log) [runtime.log](https://github.com/ppy/osu/files/3269872/runtime.log)
non_requirement
loading score results freezes the game for second describe the bug after finishing map the game freezes before showing the score results osu lazer version revision logs
0
17,879
3,013,557,016
IssuesEvent
2015-07-29 09:42:36
yawlfoundation/yawl
https://api.github.com/repos/yawlfoundation/yawl
closed
Org-Data Refresh resets External Authentication Setting
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Write a custom DataSource for organisational data 2. Set OrgDataRefreshRate = 1, ExternalUserAuthentication = true, AllowExternalOrgDataMods = true 3. Deploy YAWL ResourceService 4. Wait 1 Minute 5. Try to authenticate with an user of the external DataSource. This step will fail! What is the expected output? What do you see instead? After refreshing the organisational data, the values of "ExternalUserAuthentication" and "AllowExternalOrgDataMods" should remain unchanged. Instead they are reset, because a whole new ResourceDataSet is built. A Workaround is to specify the correct settings in loadResources() of the DataSource, but this will prevent them to be configurable. ``` Original issue reported on code.google.com by `felix.mannhardt` on 17 Jun 2011 at 1:09
1.0
Org-Data Refresh resets External Authentication Setting - ``` What steps will reproduce the problem? 1. Write a custom DataSource for organisational data 2. Set OrgDataRefreshRate = 1, ExternalUserAuthentication = true, AllowExternalOrgDataMods = true 3. Deploy YAWL ResourceService 4. Wait 1 Minute 5. Try to authenticate with an user of the external DataSource. This step will fail! What is the expected output? What do you see instead? After refreshing the organisational data, the values of "ExternalUserAuthentication" and "AllowExternalOrgDataMods" should remain unchanged. Instead they are reset, because a whole new ResourceDataSet is built. A Workaround is to specify the correct settings in loadResources() of the DataSource, but this will prevent them to be configurable. ``` Original issue reported on code.google.com by `felix.mannhardt` on 17 Jun 2011 at 1:09
non_requirement
org data refresh resets external authentication setting what steps will reproduce the problem write a custom datasource for organisational data set orgdatarefreshrate externaluserauthentication true allowexternalorgdatamods true deploy yawl resourceservice wait minute try to authenticate with an user of the external datasource this step will fail what is the expected output what do you see instead after refreshing the organisational data the values of externaluserauthentication and allowexternalorgdatamods should remain unchanged instead they are reset because a whole new resourcedataset is built a workaround is to specify the correct settings in loadresources of the datasource but this will prevent them to be configurable original issue reported on code google com by felix mannhardt on jun at
0
8,358
11,745,676,816
IssuesEvent
2020-03-12 10:15:07
dan-solli/ottra
https://api.github.com/repos/dan-solli/ottra
closed
Build a task from steps and other tasks.
Requirement client parent server
I see how this may include a draggable treeview (or accordion if failed) Also drag and drop to rearrange, as well as new Task and new Step. - [x] Make sure the task and different types of steps have been modeled in advance (UML) ~- [ ] Make optional fields optional for real, use a button group.~ - [x] Figure out strategy to save steps in the right way. - [x] Introduce the possibility to toggle edit and save. - [x] Introduce the possibility to reorder steps - and save the change. - [x] Look over how file uploads work. Right now, it's in a state of flux. ~ - Might actually need to take a look at the single components for file uploads and selection of documents.~ - [x] Split this issue into separate issues. This one feels too big at the moment.
1.0
Build a task from steps and other tasks. - I see how this may include a draggable treeview (or accordion if failed) Also drag and drop to rearrange, as well as new Task and new Step. - [x] Make sure the task and different types of steps have been modeled in advance (UML) ~- [ ] Make optional fields optional for real, use a button group.~ - [x] Figure out strategy to save steps in the right way. - [x] Introduce the possibility to toggle edit and save. - [x] Introduce the possibility to reorder steps - and save the change. - [x] Look over how file uploads work. Right now, it's in a state of flux. ~ - Might actually need to take a look at the single components for file uploads and selection of documents.~ - [x] Split this issue into separate issues. This one feels too big at the moment.
requirement
build a task from steps and other tasks i see how this may include a draggable treeview or accordion if failed also drag and drop to rearrange as well as new task and new step make sure the task and different types of steps have been modeled in advance uml make optional fields optional for real use a button group figure out strategy to save steps in the right way introduce the possibility to toggle edit and save introduce the possibility to reorder steps and save the change look over how file uploads work right now it s in a state of flux might actually need to take a look at the single components for file uploads and selection of documents split this issue into separate issues this one feels too big at the moment
1
510,585
14,799,032,620
IssuesEvent
2021-01-13 01:16:19
codidact/qpixel
https://api.github.com/repos/codidact/qpixel
reopened
Add a "save draft" button when creating/editing posts, to supplement or replace autosave
area: html/css/js complexity: unassessed priority: medium type: change request
We now have a preference to disable autosave, which has been requested on rendering-heavy communities. This doesn't mean that people never want to save drafts; they just don't want us to interrupt them with it. Could we add a "save draft" button to the editor? Clicking it should trigger the same save action as autosave does. Even people who use autosave might want to save explicitly right after finishing a gnarly bit of Mathjax, so the button should be available for everyone. To prevent confusion (people saving when they meant to post), the button should be separate and/or visually distinctive somehow. I recommend putting the button flush-right under the post and changing the wording of "save post in $category" to "post in $category" (or even just "post").
1.0
Add a "save draft" button when creating/editing posts, to supplement or replace autosave - We now have a preference to disable autosave, which has been requested on rendering-heavy communities. This doesn't mean that people never want to save drafts; they just don't want us to interrupt them with it. Could we add a "save draft" button to the editor? Clicking it should trigger the same save action as autosave does. Even people who use autosave might want to save explicitly right after finishing a gnarly bit of Mathjax, so the button should be available for everyone. To prevent confusion (people saving when they meant to post), the button should be separate and/or visually distinctive somehow. I recommend putting the button flush-right under the post and changing the wording of "save post in $category" to "post in $category" (or even just "post").
non_requirement
add a save draft button when creating editing posts to supplement or replace autosave we now have a preference to disable autosave which has been requested on rendering heavy communities this doesn t mean that people never want to save drafts they just don t want us to interrupt them with it could we add a save draft button to the editor clicking it should trigger the same save action as autosave does even people who use autosave might want to save explicitly right after finishing a gnarly bit of mathjax so the button should be available for everyone to prevent confusion people saving when they meant to post the button should be separate and or visually distinctive somehow i recommend putting the button flush right under the post and changing the wording of save post in category to post in category or even just post
0
150,719
19,618,565,557
IssuesEvent
2022-01-07 01:20:09
rsoreq/zenbot
https://api.github.com/repos/rsoreq/zenbot
opened
CVE-2022-0122 (Medium) detected in node-forge-0.7.6.tgz
security vulnerability
## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.6.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - pushbullet-2.4.0.tgz (Root Library) - :x: **node-forge-0.7.6.tgz** (Vulnerable Library) <p>Found in base branch: <b>unstable</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> forge is vulnerable to URL Redirection to Untrusted Site <p>Publish Date: 2022-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0122>CVE-2022-0122</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://huntr.dev/bounties/41852c50-3c6d-4703-8c55-4db27164a4ae/">https://huntr.dev/bounties/41852c50-3c6d-4703-8c55-4db27164a4ae/</a></p> <p>Release Date: 2022-01-06</p> <p>Fix Resolution: forge - v1.0.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-forge","packageVersion":"0.7.6","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"pushbullet:2.4.0;node-forge:0.7.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"forge - v1.0.0","isBinary":false}],"baseBranches":["unstable"],"vulnerabilityIdentifier":"CVE-2022-0122","vulnerabilityDetails":"forge is vulnerable to URL Redirection to Untrusted Site","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0122","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2022-0122 (Medium) detected in node-forge-0.7.6.tgz - ## CVE-2022-0122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.6.tgz</b></p></summary> <p>JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.</p> <p>Library home page: <a href="https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz">https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/node-forge/package.json</p> <p> Dependency Hierarchy: - pushbullet-2.4.0.tgz (Root Library) - :x: **node-forge-0.7.6.tgz** (Vulnerable Library) <p>Found in base branch: <b>unstable</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> forge is vulnerable to URL Redirection to Untrusted Site <p>Publish Date: 2022-01-06 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0122>CVE-2022-0122</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://huntr.dev/bounties/41852c50-3c6d-4703-8c55-4db27164a4ae/">https://huntr.dev/bounties/41852c50-3c6d-4703-8c55-4db27164a4ae/</a></p> <p>Release Date: 2022-01-06</p> <p>Fix Resolution: forge - v1.0.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"node-forge","packageVersion":"0.7.6","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"pushbullet:2.4.0;node-forge:0.7.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"forge - v1.0.0","isBinary":false}],"baseBranches":["unstable"],"vulnerabilityIdentifier":"CVE-2022-0122","vulnerabilityDetails":"forge is vulnerable to URL Redirection to Untrusted Site","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-0122","cvss3Severity":"medium","cvss3Score":"5.3","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_requirement
cve medium detected in node forge tgz cve medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file package json path to vulnerable library node modules node forge package json dependency hierarchy pushbullet tgz root library x node forge tgz vulnerable library found in base branch unstable vulnerability details forge is vulnerable to url redirection to untrusted site publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution forge isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree pushbullet node forge isminimumfixversionavailable true minimumfixversion forge isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails forge is vulnerable to url redirection to untrusted site vulnerabilityurl
0
4,730
7,194,144,135
IssuesEvent
2018-02-04 00:27:09
ismenc/Boo-King
https://api.github.com/repos/ismenc/Boo-King
opened
Cambios que aplicar
ACCDA requirement
En Stack -> invertir el if informacion detalle de arrrendador corregir el .equals en utilidades, el ultimo metodo avanzado ponerlo con printf y que acabe así: %.2f\n", mediaLibrosPorArrendador);
1.0
Cambios que aplicar - En Stack -> invertir el if informacion detalle de arrrendador corregir el .equals en utilidades, el ultimo metodo avanzado ponerlo con printf y que acabe así: %.2f\n", mediaLibrosPorArrendador);
requirement
cambios que aplicar en stack invertir el if informacion detalle de arrrendador corregir el equals en utilidades el ultimo metodo avanzado ponerlo con printf y que acabe así n medialibrosporarrendador
1
8,791
11,908,170,982
IssuesEvent
2020-03-31 00:10:51
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Change location of temporary executables for geoprocessing tools
Feature Request Processing
**Feature description.** <!-- A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...] --> I am not sure if I missed something somewhere, but it would be amazing to add the option to decide where the intermediate geoprocessing executables are stored and executed. We would like to use QGIS (with SAGA + GRASS + GDAL) at a university, and the fact that some intermediate executables are created inside the user's temporary folder means that we can't whitelist them. We end up having this type of error message: > "This program is blocked by group policy. For more information, contact your system administrator." In a GRASS example, the offending executable would be: > C:\Users\<username>\AppData\Local\Temp\processing_670dd4b4fc494c41a3761314d2eb317a\grassdata\grass_batch_job.cmd In the case of SAGA, it seems it tries to run a .bat file. We can't whitelist every user's entire `AppData\Local\Temp` folder, and the unpredictable naming of the folders does not allow to whitelist a more precise path. Could there be an option to define where all those intermediate executables will be going and executed from? For example, an extra option in Options > Processing > General **Additional context** Tested with QGIS 3.6.3 and 3.8.3 on Windows 10.
1.0
Change location of temporary executables for geoprocessing tools - **Feature description.** <!-- A clear and concise description of what you want to happen. Ex. QGIS would rock even more if [...] --> I am not sure if I missed something somewhere, but it would be amazing to add the option to decide where the intermediate geoprocessing executables are stored and executed. We would like to use QGIS (with SAGA + GRASS + GDAL) at a university, and the fact that some intermediate executables are created inside the user's temporary folder means that we can't whitelist them. We end up having this type of error message: > "This program is blocked by group policy. For more information, contact your system administrator." In a GRASS example, the offending executable would be: > C:\Users\<username>\AppData\Local\Temp\processing_670dd4b4fc494c41a3761314d2eb317a\grassdata\grass_batch_job.cmd In the case of SAGA, it seems it tries to run a .bat file. We can't whitelist every user's entire `AppData\Local\Temp` folder, and the unpredictable naming of the folders does not allow to whitelist a more precise path. Could there be an option to define where all those intermediate executables will be going and executed from? For example, an extra option in Options > Processing > General **Additional context** Tested with QGIS 3.6.3 and 3.8.3 on Windows 10.
non_requirement
change location of temporary executables for geoprocessing tools feature description i am not sure if i missed something somewhere but it would be amazing to add the option to decide where the intermediate geoprocessing executables are stored and executed we would like to use qgis with saga grass gdal at a university and the fact that some intermediate executables are created inside the user s temporary folder means that we can t whitelist them we end up having this type of error message this program is blocked by group policy for more information contact your system administrator in a grass example the offending executable would be c users appdata local temp processing grassdata grass batch job cmd in the case of saga it seems it tries to run a bat file we can t whitelist every user s entire appdata local temp folder and the unpredictable naming of the folders does not allow to whitelist a more precise path could there be an option to define where all those intermediate executables will be going and executed from for example an extra option in options processing general additional context tested with qgis and on windows
0
297,641
9,179,659,817
IssuesEvent
2019-03-05 04:10:40
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
opened
bd CPS: proxy response variable
enhancement new variable priority:low
Add variable capturing whether response is by self or by proxy (or both).
1.0
bd CPS: proxy response variable - Add variable capturing whether response is by self or by proxy (or both).
non_requirement
bd cps proxy response variable add variable capturing whether response is by self or by proxy or both
0
119,698
4,774,594,637
IssuesEvent
2016-10-27 07:25:41
genenetwork/genenetwork2
https://api.github.com/repos/genenetwork/genenetwork2
reopened
Git repo needs to go on a diet
Average difficulty/time deployment in progress Medium priority
Related to https://github.com/genenetwork/genenetwork2/issues/15 the current git repo has to be reduced to core stuff. Data should go into a directory. Non GN2 modules should go into separate git repositories. Splitting it all out will clarify things greatly to 'casual' readers and coders.
1.0
Git repo needs to go on a diet - Related to https://github.com/genenetwork/genenetwork2/issues/15 the current git repo has to be reduced to core stuff. Data should go into a directory. Non GN2 modules should go into separate git repositories. Splitting it all out will clarify things greatly to 'casual' readers and coders.
non_requirement
git repo needs to go on a diet related to the current git repo has to be reduced to core stuff data should go into a directory non modules should go into separate git repositories splitting it all out will clarify things greatly to casual readers and coders
0
183,685
31,717,799,681
IssuesEvent
2023-09-10 03:42:51
codeforboston/maple
https://api.github.com/repos/codeforboston/maple
opened
Design - refactor navigation for "Following"
design
Currently, the only way to view the orgs and bills your following is by clicking into edit profile. I think we need another (or just different) path.
1.0
Design - refactor navigation for "Following" - Currently, the only way to view the orgs and bills your following is by clicking into edit profile. I think we need another (or just different) path.
non_requirement
design refactor navigation for following currently the only way to view the orgs and bills your following is by clicking into edit profile i think we need another or just different path
0
8,708
12,237,462,681
IssuesEvent
2020-05-04 18:04:13
cerner/terra-core
https://api.github.com/repos/cerner/terra-core
closed
[terra-form-select] TagSelect: Flatten Frame into TagSelect
Needs Orion Requirements Orion Reviewed form-select
# Issue Description <!-- A clear and concise description of what the issue is. --> Sub-issue of #2582 Remove TagSelect variant's `<Frame />` component and fold it into `<TagSelect />` ## @ Mentions <!-- @ Mention anyone on the terra team that you have been working with so far. --> @nickpith @bjankord
1.0
[terra-form-select] TagSelect: Flatten Frame into TagSelect - # Issue Description <!-- A clear and concise description of what the issue is. --> Sub-issue of #2582 Remove TagSelect variant's `<Frame />` component and fold it into `<TagSelect />` ## @ Mentions <!-- @ Mention anyone on the terra team that you have been working with so far. --> @nickpith @bjankord
requirement
tagselect flatten frame into tagselect issue description sub issue of remove tagselect variant s component and fold it into mentions nickpith bjankord
1