Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
1
744
labels
stringlengths
4
574
body
stringlengths
9
211k
index
stringclasses
10 values
text_combine
stringlengths
96
211k
label
stringclasses
2 values
text
stringlengths
96
188k
binary_label
int64
0
1
21,527
29,810,568,087
IssuesEvent
2023-06-16 14:46:02
parca-dev/parca-agent
https://api.github.com/repos/parca-dev/parca-agent
reopened
Ensure short-lived processes are well supported
P0 area/process-discovery
With frame pointers as well as DWARF-based unwinding, and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace [testdata](https://github.com/parca-dev/testdata/blob/main/src/main.go) has now a go binary to help reproduce this cc @kakkoyun
1.0
Ensure short-lived processes are well supported - With frame pointers as well as DWARF-based unwinding, and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace [testdata](https://github.com/parca-dev/testdata/blob/main/src/main.go) has now a go binary to help reproduce this cc @kakkoyun
process
ensure short lived processes are well supported with frame pointers as well as dwarf based unwinding and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace has now a go binary to help reproduce this cc kakkoyun
1
12,654
15,025,083,713
IssuesEvent
2021-02-01 20:33:28
Jeffail/benthos
https://api.github.com/repos/Jeffail/benthos
closed
Unrecoverable errors from jmespath
bug processors
Hi again 😄 I'm facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message. Example pipeline: ```yaml --- logger: prefix: benthos level: DEBUG add_timestamp: true json_format: true static_fields: '@service': benthos input: http_server: path: /post timeout: 5s pipeline: processors: - switch: - condition: type: "jmespath" jmespath: query: > contains(keys(foo), 'bar') processors: - log: level: DEBUG message: '${!json_field:foo.bar}' - catch: - log: message: "Processing failed due to: ${!error()}" output: switch: retry_until_success: false cases: - check: '!errored()' output: stdout: delimiter: "" - check: errored() output: reject: "processing failed due to: ${! error() }" ``` Example message: ``` { "foo": "notBar" } ``` When I send this event to my pipeline I get a 200 response. I expect the message to be rejected and receive a 502 (although probably should be a 500, but that's not today's issue) ``` 12:42 $ curl -sf -o /dev/null -w "%{http_code}\n" -F 'foo=@debug/invalid_record.json;type=text/plain' localhost:4195/post 200 ``` Benthos logs the error and outputs the message: ``` {"@timestamp":"2021-02-01T12:42:14+11:00","@service":"benthos","level":"DEBUG","component":"benthos.pipeline.processor.0.0.condition.jmespath","message":"Failed to search json: Invalid type for: notBar, expected: []jmespath.jpType{\"object\"}"} { "foo": "notBar" } ``` Is this just a caveat of jmespath? This behaviour concerns me as I never expect Benthos to silently fail. Testing with Bloblang if I create a similar scenario (although not exactly the same because Bloblang doesn't throw an error in this one) it behaves as expected. However I'm concerned about other edge cases now that I can't foresee
1.0
Unrecoverable errors from jmespath - Hi again 😄 I'm facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message. Example pipeline: ```yaml --- logger: prefix: benthos level: DEBUG add_timestamp: true json_format: true static_fields: '@service': benthos input: http_server: path: /post timeout: 5s pipeline: processors: - switch: - condition: type: "jmespath" jmespath: query: > contains(keys(foo), 'bar') processors: - log: level: DEBUG message: '${!json_field:foo.bar}' - catch: - log: message: "Processing failed due to: ${!error()}" output: switch: retry_until_success: false cases: - check: '!errored()' output: stdout: delimiter: "" - check: errored() output: reject: "processing failed due to: ${! error() }" ``` Example message: ``` { "foo": "notBar" } ``` When I send this event to my pipeline I get a 200 response. I expect the message to be rejected and receive a 502 (although probably should be a 500, but that's not today's issue) ``` 12:42 $ curl -sf -o /dev/null -w "%{http_code}\n" -F 'foo=@debug/invalid_record.json;type=text/plain' localhost:4195/post 200 ``` Benthos logs the error and outputs the message: ``` {"@timestamp":"2021-02-01T12:42:14+11:00","@service":"benthos","level":"DEBUG","component":"benthos.pipeline.processor.0.0.condition.jmespath","message":"Failed to search json: Invalid type for: notBar, expected: []jmespath.jpType{\"object\"}"} { "foo": "notBar" } ``` Is this just a caveat of jmespath? This behaviour concerns me as I never expect Benthos to silently fail. Testing with Bloblang if I create a similar scenario (although not exactly the same because Bloblang doesn't throw an error in this one) it behaves as expected. However I'm concerned about other edge cases now that I can't foresee
process
unrecoverable errors from jmespath hi again 😄 i m facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message example pipeline yaml logger prefix benthos level debug add timestamp true json format true static fields service benthos input http server path post timeout pipeline processors switch condition type jmespath jmespath query contains keys foo bar processors log level debug message json field foo bar catch log message processing failed due to error output switch retry until success false cases check errored output stdout delimiter check errored output reject processing failed due to error example message foo notbar when i send this event to my pipeline i get a response i expect the message to be rejected and receive a although probably should be a but that s not today s issue curl sf o dev null w http code n f foo debug invalid record json type text plain localhost post benthos logs the error and outputs the message timestamp service benthos level debug component benthos pipeline processor condition jmespath message failed to search json invalid type for notbar expected jmespath jptype object foo notbar is this just a caveat of jmespath this behaviour concerns me as i never expect benthos to silently fail testing with bloblang if i create a similar scenario although not exactly the same because bloblang doesn t throw an error in this one it behaves as expected however i m concerned about other edge cases now that i can t foresee
1
2,217
7,494,594,815
IssuesEvent
2018-04-07 11:45:44
cyder/SyncPod-Android
https://api.github.com/repos/cyder/SyncPod-Android
closed
ログインミスったときのメッセージをいい感じにする.
doing new-architecture
`resId`渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも
1.0
ログインミスったときのメッセージをいい感じにする. - `resId`渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも
non_process
ログインミスったときのメッセージをいい感じにする. resid 渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも
0
230,263
7,606,099,305
IssuesEvent
2018-04-30 12:02:10
openshift/autoheal
https://api.github.com/repos/openshift/autoheal
reopened
Add support for passing the `limit` parameter to AWX jobs
enhancement low priority
When an AWX job is started it is possible to pass a `limit` parameter to limit the hosts where it will run. Currently the auto-heal service doesn't support this, but it should allow to pass it. For example, to pass the value of the `instance` label of the alert: ```yaml awxJob: template: "My template" extraVars: myvar: myvalue yourvar: yourvalue limit: {{ $labels.instance }} ``` To be able to use that `limit` parameter the job template has to be configured with the _Prompt on launch_ flag, so we should also check that it is set.
1.0
Add support for passing the `limit` parameter to AWX jobs - When an AWX job is started it is possible to pass a `limit` parameter to limit the hosts where it will run. Currently the auto-heal service doesn't support this, but it should allow to pass it. For example, to pass the value of the `instance` label of the alert: ```yaml awxJob: template: "My template" extraVars: myvar: myvalue yourvar: yourvalue limit: {{ $labels.instance }} ``` To be able to use that `limit` parameter the job template has to be configured with the _Prompt on launch_ flag, so we should also check that it is set.
non_process
add support for passing the limit parameter to awx jobs when an awx job is started it is possible to pass a limit parameter to limit the hosts where it will run currently the auto heal service doesn t support this but it should allow to pass it for example to pass the value of the instance label of the alert yaml awxjob template my template extravars myvar myvalue yourvar yourvalue limit labels instance to be able to use that limit parameter the job template has to be configured with the prompt on launch flag so we should also check that it is set
0
8,849
11,951,398,449
IssuesEvent
2020-04-03 16:48:29
MicrosoftDocs/vsts-docs
https://api.github.com/repos/MicrosoftDocs/vsts-docs
closed
Using 'Parameters to select a template at runtime' via API call
Pri1 devops-cicd-process/tech devops/prod
How can functionality _Parameters to select a template at runtime_ be used via API call? Providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 6724abea-bbdc-bf66-ed5e-3214fa6c3e66 * Version Independent ID: 4f8dab21-3f0e-da32-cc0e-1d85c13c0065 * Content: [Templates - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#feedback) * Content Source: [docs/pipelines/process/templates.md](https://github.com/MicrosoftDocs/vsts-docs/blob/master/docs/pipelines/process/templates.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
1.0
Using 'Parameters to select a template at runtime' via API call - How can functionality _Parameters to select a template at runtime_ be used via API call? Providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 6724abea-bbdc-bf66-ed5e-3214fa6c3e66 * Version Independent ID: 4f8dab21-3f0e-da32-cc0e-1d85c13c0065 * Content: [Templates - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#feedback) * Content Source: [docs/pipelines/process/templates.md](https://github.com/MicrosoftDocs/vsts-docs/blob/master/docs/pipelines/process/templates.md) * Product: **devops** * Technology: **devops-cicd-process** * GitHub Login: @juliakm * Microsoft Alias: **jukullam**
process
using parameters to select a template at runtime via api call how can functionality parameters to select a template at runtime be used via api call providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id bbdc version independent id content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam
1
10,075
13,044,161,948
IssuesEvent
2020-07-29 03:47:27
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
UCP: Migrate scalar function `MakeTime` from TiDB
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
## Description Port the scalar function `MakeTime` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @breeswish ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
2.0
UCP: Migrate scalar function `MakeTime` from TiDB - ## Description Port the scalar function `MakeTime` from TiDB to coprocessor. ## Score * 50 ## Mentor(s) * @breeswish ## Recommended Skills * Rust programming ## Learning Materials Already implemented expressions ported from TiDB - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr) - https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
process
ucp migrate scalar function maketime from tidb description port the scalar function maketime from tidb to coprocessor score mentor s breeswish recommended skills rust programming learning materials already implemented expressions ported from tidb
1
8,857
11,956,410,097
IssuesEvent
2020-04-04 10:16:28
Kaniikura/paper-survey
https://api.github.com/repos/Kaniikura/paper-survey
opened
Look-into-Object: Self-supervised Structure Modeling for Object Recognition
Image Processing Image Recognition Multi-Task Learning Object Detection Self-supervised Semantic Segmentation
## 概要 通常のクラス分類/オブジェクト検出/領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。①, ②を自己教師あり学習で行うフレームワークも提案している。 ### 論文リンク https://arxiv.org/abs/2003.14142 ### 著者/所属機関 Mohan Zhou, Yalong Bai, Wei Zhang, Tiejun Zhao, Tao Mei * Harbin Institute of Technology * JD AI Research, Beijing, China ### 投稿日付(yyyy/MM/dd) 2020/03/31 ## Google Slide https://docs.google.com/presentation/d/1WHMDYgfcJ9oCyKbptuheVYq__MJDDRAQCXhdzsz0Prc/edit?usp=sharing
1.0
Look-into-Object: Self-supervised Structure Modeling for Object Recognition - ## 概要 通常のクラス分類/オブジェクト検出/領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。①, ②を自己教師あり学習で行うフレームワークも提案している。 ### 論文リンク https://arxiv.org/abs/2003.14142 ### 著者/所属機関 Mohan Zhou, Yalong Bai, Wei Zhang, Tiejun Zhao, Tao Mei * Harbin Institute of Technology * JD AI Research, Beijing, China ### 投稿日付(yyyy/MM/dd) 2020/03/31 ## Google Slide https://docs.google.com/presentation/d/1WHMDYgfcJ9oCyKbptuheVYq__MJDDRAQCXhdzsz0Prc/edit?usp=sharing
process
look into object self supervised structure modeling for object recognition 概要 通常のクラス分類 オブジェクト検出 領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。① ②を自己教師あり学習で行うフレームワークも提案している。 論文リンク 著者 所属機関 mohan zhou yalong bai wei zhang tiejun zhao tao mei harbin institute of technology jd ai research beijing china 投稿日付 yyyy mm dd google slide
1
16,113
20,376,768,385
IssuesEvent
2022-02-21 16:22:01
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
remote_cache upload very slow for long list of outs
type: support / not a bug (process) untriaged team-Remote-Exec
### Description of the problem / feature request: I've got a genrule that creates ~11,000 files (total 21MB). When using a remote cache with `--remote_upload_local_results`, the upload takes 50 seconds to two minutes. ### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. I'll try. Later. ### What operating system are you running Bazel on? Linux 3.10.0 on RHEL 7.9 ### What's the output of `bazel info release`? release 4.2.2 ### Have you found anything relevant by searching the web? No. ### Any other information, logs, or outputs that you want to share?
1.0
remote_cache upload very slow for long list of outs - ### Description of the problem / feature request: I've got a genrule that creates ~11,000 files (total 21MB). When using a remote cache with `--remote_upload_local_results`, the upload takes 50 seconds to two minutes. ### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. I'll try. Later. ### What operating system are you running Bazel on? Linux 3.10.0 on RHEL 7.9 ### What's the output of `bazel info release`? release 4.2.2 ### Have you found anything relevant by searching the web? No. ### Any other information, logs, or outputs that you want to share?
process
remote cache upload very slow for long list of outs description of the problem feature request i ve got a genrule that creates files total when using a remote cache with remote upload local results the upload takes seconds to two minutes bugs what s the simplest easiest way to reproduce this bug please provide a minimal example if possible i ll try later what operating system are you running bazel on linux on rhel what s the output of bazel info release release have you found anything relevant by searching the web no any other information logs or outputs that you want to share
1
19,356
25,490,815,937
IssuesEvent
2022-11-27 02:43:23
hsmusic/hsmusic-wiki
https://api.github.com/repos/hsmusic/hsmusic-wiki
opened
Only assert each Intl API is available once
type: performance scope: data processing
Right now we run an assert (including property access and truthiness check) for every call to any of the "format" (and other) Language utilities. Ideally we would only check each of these once, probably when the Language is constructed!
1.0
Only assert each Intl API is available once - Right now we run an assert (including property access and truthiness check) for every call to any of the "format" (and other) Language utilities. Ideally we would only check each of these once, probably when the Language is constructed!
process
only assert each intl api is available once right now we run an assert including property access and truthiness check for every call to any of the format and other language utilities ideally we would only check each of these once probably when the language is constructed
1
63,929
12,398,987,035
IssuesEvent
2020-05-21 03:39:04
MathiasMen/FreeFit
https://api.github.com/repos/MathiasMen/FreeFit
closed
ExerciseEditor: Rewrite mechanism to populate with ExerciseItems
Code
Add a `XMLReader`-member to `ExerciseEditor` and use #89 to populate the list. Adapt tests.
1.0
ExerciseEditor: Rewrite mechanism to populate with ExerciseItems - Add a `XMLReader`-member to `ExerciseEditor` and use #89 to populate the list. Adapt tests.
non_process
exerciseeditor rewrite mechanism to populate with exerciseitems add a xmlreader member to exerciseeditor and use to populate the list adapt tests
0
15,092
18,819,701,117
IssuesEvent
2021-11-10 06:25:37
streamnative/flink
https://api.github.com/repos/streamnative/flink
closed
[BUG][FLINK-24733] Data loss in pulsar source when using shared mode
platform/data-processing type/bug
The PR is completed by a community people: https://github.com/apache/flink/pull/17643/files
1.0
[BUG][FLINK-24733] Data loss in pulsar source when using shared mode - The PR is completed by a community people: https://github.com/apache/flink/pull/17643/files
process
data loss in pulsar source when using shared mode the pr is completed by a community people
1
1,644
4,266,375,768
IssuesEvent
2016-07-12 14:24:18
dita-ot/dita-ot
https://api.github.com/repos/dita-ot/dita-ot
opened
DTD-defined entities disappear from document
bug preprocess
I recognize that many feel entities are evil, wrong, and should not exist, but please leave that aside for the moment. The DITA DTD from OASIS defines one entity in `topic.mod`: ``` <!ENTITY nbsp "&#xA0;" > ``` We've got this in a lot of documents, because for a long time, our editor-of-choice was set to save characters as entities when possible. Because it's in `topic.mod`, it's a legal entity in any DITA topic or topic specialization (because all topic shells should include that module). When that entity exists, it is dropped during parsing - the entity is removed, and no character is inserted in its place. It appears that any entity defined in a DTD has this problem; entities defined in the document as part of the `!DOCTYPE` do not. To test, I've added an entity into a topic, and I've added one new entity in the DTD. For ease of testing, I added this into `topic.mod` next to the current definition of `nbsp`, but keep in mind that (however silly) this would be valid as part of any doctype shell or specialization module: ``` <!ENTITY testy "This is UGLY so please forgive me"> ``` My topic uses this entity, and one defined within the file: ```` <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "../../dtd/technicalContent/dtd/concept.dtd"[ <!ENTITY phrasey "This is a bit of text"> ]> <concept id="conceptconcept" xml:lang="en-us"> <title>Garage&nbsp;Concepts</title> <conbody> <p>Test an entity that's defined in this topic: [&phrasey;]</p> <p>Now an entity from the DTD: [&testy;]</p> </conbody> </concept> ``` When built to HTML or PDF, the output looks like this - both `nbsp` and `testy` from the DTD are dropped, but `phrasey` from the topic is preserved: **GarageConcepts** Test an entity that's defined in this topic: [This is a bit of text] Now an entity from the DTD: []
1.0
DTD-defined entities disappear from document - I recognize that many feel entities are evil, wrong, and should not exist, but please leave that aside for the moment. The DITA DTD from OASIS defines one entity in `topic.mod`: ``` <!ENTITY nbsp "&#xA0;" > ``` We've got this in a lot of documents, because for a long time, our editor-of-choice was set to save characters as entities when possible. Because it's in `topic.mod`, it's a legal entity in any DITA topic or topic specialization (because all topic shells should include that module). When that entity exists, it is dropped during parsing - the entity is removed, and no character is inserted in its place. It appears that any entity defined in a DTD has this problem; entities defined in the document as part of the `!DOCTYPE` do not. To test, I've added an entity into a topic, and I've added one new entity in the DTD. For ease of testing, I added this into `topic.mod` next to the current definition of `nbsp`, but keep in mind that (however silly) this would be valid as part of any doctype shell or specialization module: ``` <!ENTITY testy "This is UGLY so please forgive me"> ``` My topic uses this entity, and one defined within the file: ```` <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "../../dtd/technicalContent/dtd/concept.dtd"[ <!ENTITY phrasey "This is a bit of text"> ]> <concept id="conceptconcept" xml:lang="en-us"> <title>Garage&nbsp;Concepts</title> <conbody> <p>Test an entity that's defined in this topic: [&phrasey;]</p> <p>Now an entity from the DTD: [&testy;]</p> </conbody> </concept> ``` When built to HTML or PDF, the output looks like this - both `nbsp` and `testy` from the DTD are dropped, but `phrasey` from the topic is preserved: **GarageConcepts** Test an entity that's defined in this topic: [This is a bit of text] Now an entity from the DTD: []
process
dtd defined entities disappear from document i recognize that many feel entities are evil wrong and should not exist but please leave that aside for the moment the dita dtd from oasis defines one entity in topic mod we ve got this in a lot of documents because for a long time our editor of choice was set to save characters as entities when possible because it s in topic mod it s a legal entity in any dita topic or topic specialization because all topic shells should include that module when that entity exists it is dropped during parsing the entity is removed and no character is inserted in its place it appears that any entity defined in a dtd has this problem entities defined in the document as part of the doctype do not to test i ve added an entity into a topic and i ve added one new entity in the dtd for ease of testing i added this into topic mod next to the current definition of nbsp but keep in mind that however silly this would be valid as part of any doctype shell or specialization module my topic uses this entity and one defined within the file doctype concept public oasis dtd dita concept en dtd technicalcontent dtd concept dtd garage nbsp concepts test an entity that s defined in this topic now an entity from the dtd when built to html or pdf the output looks like this both nbsp and testy from the dtd are dropped but phrasey from the topic is preserved garageconcepts test an entity that s defined in this topic now an entity from the dtd
1
18,699
24,595,609,201
IssuesEvent
2022-10-14 08:04:08
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[FHIR] Json file > Time stamp should be local time
Bug P2 Response datastore Process: Fixed Process: Tested QA Process: Tested dev
AR: JSON file > Timestamp: Server time is getting displayed ER: JSON file > Timestamp: It should display the local time for the following keys 1. authored 2. lastUpdated ![timestamp-json](https://user-images.githubusercontent.com/71445210/147337622-99ead721-346e-4c7d-8027-b205d50edd2b.png)
3.0
[FHIR] Json file > Time stamp should be local time - AR: JSON file > Timestamp: Server time is getting displayed ER: JSON file > Timestamp: It should display the local time for the following keys 1. authored 2. lastUpdated ![timestamp-json](https://user-images.githubusercontent.com/71445210/147337622-99ead721-346e-4c7d-8027-b205d50edd2b.png)
process
json file time stamp should be local time ar json file timestamp server time is getting displayed er json file timestamp it should display the local time for the following keys authored lastupdated
1
84,035
16,439,594,036
IssuesEvent
2021-05-20 13:03:28
mocclubhouseteam/tornado
https://api.github.com/repos/mocclubhouseteam/tornado
opened
Update setting page
code
- Update setting page to let user enter their email/phones. Once entered, inform leanCloud to sent verification code. - Add twitter / Github link - Add following button
1.0
Update setting page - - Update setting page to let user enter their email/phones. Once entered, inform leanCloud to sent verification code. - Add twitter / Github link - Add following button
non_process
update setting page update setting page to let user enter their email phones once entered inform leancloud to sent verification code add twitter github link add following button
0
150,550
11,965,644,753
IssuesEvent
2020-04-06 00:15:23
leekevinyg/edison
https://api.github.com/repos/leekevinyg/edison
opened
Create Smoke Tests
testing
Create and ideally automate a set of smoke tests that can be run before a new version is released. Should at the very least cover the major commands (open, click, scroll) available to the user.
1.0
Create Smoke Tests - Create and ideally automate a set of smoke tests that can be run before a new version is released. Should at the very least cover the major commands (open, click, scroll) available to the user.
non_process
create smoke tests create and ideally automate a set of smoke tests that can be run before a new version is released should at the very least cover the major commands open click scroll available to the user
0
25,892
4,487,991,601
IssuesEvent
2016-08-30 04:37:18
harlam357/hfm-net
https://api.github.com/repos/harlam357/hfm-net
closed
Some projects cannot be found
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. Acquire projects 9007, 9009, 9010, 9011, or 9013. 2. Benchmark viewer is completely empty What is the expected output? What do you see instead? I expect to see a result in benchmark viewer. Instead I see nothing. Nothing in the Text tab, and nothing under Project Information (just blank fields). What version of the product are you using? On what operating system? 0.9.3 (Revision 718) on Windows 7 SP1 x64 Please provide any additional information below. I assume this will happen with other projects, too. Perhaps HFM is pulling project information from http://fah-web.stanford.edu/psummary.html ? None of the projects I've obtained by the F@H client are listed there. However, they are listed here http://fah-web.stanford.edu/new/psummary.html ``` Original issue reported on code.google.com by `baseball...@gmail.com` on 17 May 2015 at 9:04
1.0
Some projects cannot be found - ``` What steps will reproduce the problem? 1. Acquire projects 9007, 9009, 9010, 9011, or 9013. 2. Benchmark viewer is completely empty What is the expected output? What do you see instead? I expect to see a result in benchmark viewer. Instead I see nothing. Nothing in the Text tab, and nothing under Project Information (just blank fields). What version of the product are you using? On what operating system? 0.9.3 (Revision 718) on Windows 7 SP1 x64 Please provide any additional information below. I assume this will happen with other projects, too. Perhaps HFM is pulling project information from http://fah-web.stanford.edu/psummary.html ? None of the projects I've obtained by the F@H client are listed there. However, they are listed here http://fah-web.stanford.edu/new/psummary.html ``` Original issue reported on code.google.com by `baseball...@gmail.com` on 17 May 2015 at 9:04
non_process
some projects cannot be found what steps will reproduce the problem acquire projects or benchmark viewer is completely empty what is the expected output what do you see instead i expect to see a result in benchmark viewer instead i see nothing nothing in the text tab and nothing under project information just blank fields what version of the product are you using on what operating system revision on windows please provide any additional information below i assume this will happen with other projects too perhaps hfm is pulling project information from none of the projects i ve obtained by the f h client are listed there however they are listed here original issue reported on code google com by baseball gmail com on may at
0
245,626
20,789,959,966
IssuesEvent
2022-03-17 00:11:09
HugoPerard/standup-app
https://api.github.com/repos/HugoPerard/standup-app
closed
We should be able to remove people that left the company from the /app/offices page.
enhancement to test
**Is your feature request related to a problem? Please describe.** When people are leaving the BearStudio, their data are still in the `/app/offices`. We should be able to remove them because they won't open the page again to change the data. **Describe the solution you'd like** A clickable cross with a confirmation popover so we do not remove people that are still in the company.
1.0
We should be able to remove people that left the company from the /app/offices page. - **Is your feature request related to a problem? Please describe.** When people are leaving the BearStudio, their data are still in the `/app/offices`. We should be able to remove them because they won't open the page again to change the data. **Describe the solution you'd like** A clickable cross with a confirmation popover so we do not remove people that are still in the company.
non_process
we should be able to remove people that left the company from the app offices page is your feature request related to a problem please describe when people are leaving the bearstudio their data are still in the app offices we should be able to remove them because they won t open the page again to change the data describe the solution you d like a clickable cross with a confirmation popover so we do not remove people that are still in the company
0
10,533
13,310,639,422
IssuesEvent
2020-08-26 06:56:00
e4exp/paper_manager_abstract
https://api.github.com/repos/e4exp/paper_manager_abstract
opened
Improving Tree-LSTM with Tree Attention
2019 Natural Language Processing Recurrent Neural Network Tree Structure
* https://arxiv.org/abs/1901.00066 * ICSC 2019 自然言語処理(NLP)では、しばしば木のトポロジーから情報を抽出する必要があります。 文の構造は、依存関係木や構成要素木を用いて表現することができる。 このため、LSTMの一種であるTree-LSTMが提案されている。 本論文では、Tree-LSTMセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。 我々のモデルを意味的関連性タスクで評価した結果、注意を持たないTree-LSTMをベースとした手法や他のニューラル・非ニューラル手法と比較して注目すべき結果が得られ、注意を持つTree-LSTMをベースとした手法と比較して良好な結果が得られた。
1.0
Improving Tree-LSTM with Tree Attention - * https://arxiv.org/abs/1901.00066 * ICSC 2019 自然言語処理(NLP)では、しばしば木のトポロジーから情報を抽出する必要があります。 文の構造は、依存関係木や構成要素木を用いて表現することができる。 このため、LSTMの一種であるTree-LSTMが提案されている。 本論文では、Tree-LSTMセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。 我々のモデルを意味的関連性タスクで評価した結果、注意を持たないTree-LSTMをベースとした手法や他のニューラル・非ニューラル手法と比較して注目すべき結果が得られ、注意を持つTree-LSTMをベースとした手法と比較して良好な結果が得られた。
process
improving tree lstm with tree attention icsc 自然言語処理(nlp)では、しばしば木のトポロジーから情報を抽出する必要があります。 文の構造は、依存関係木や構成要素木を用いて表現することができる。 このため、lstmの一種であるtree lstmが提案されている。 本論文では、tree lstmセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。 我々のモデルを意味的関連性タスクで評価した結果、注意を持たないtree lstmをベースとした手法や他のニューラル・非ニューラル手法と比較して注目すべき結果が得られ、注意を持つtree lstmをベースとした手法と比較して良好な結果が得られた。
1
17,874
5,530,799,017
IssuesEvent
2017-03-21 04:22:07
TEAMMATES/teammates
https://api.github.com/repos/TEAMMATES/teammates
closed
Remove unused parameter in InstructorHomeAjaxCoursePageData.java
a-CodeQuality c.Task d.FirstTimers
In `teammates.ui.pagedata.InstructorHomeAjaxCoursePageData#init`, the last parameter `sectionNames` is not used and thus can be removed.
1.0
Remove unused parameter in InstructorHomeAjaxCoursePageData.java - In `teammates.ui.pagedata.InstructorHomeAjaxCoursePageData#init`, the last parameter `sectionNames` is not used and thus can be removed.
non_process
remove unused parameter in instructorhomeajaxcoursepagedata java in teammates ui pagedata instructorhomeajaxcoursepagedata init the last parameter sectionnames is not used and thus can be removed
0
285,499
8,761,407,515
IssuesEvent
2018-12-16 17:04:41
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
shared_library: Different behavior with subnormal numbers between static and shared linking
priority: medium team: kitware
Relates #10244 - the solution there is to avoid using subnormal numbers, but I still want to understand why we have a difference in computations due to linking modality. From that discussion: > [...] it's because something in GetNextSampleTime has markedly different between static linking and shared library linking: > EricCousineau-TRI@f2027d6#diff-dfc5081278527b906fd0f3245d73dfd4R23 \cc @edrumwri @sherm1
1.0
shared_library: Different behavior with subnormal numbers between static and shared linking - Relates #10244 - the solution there is to avoid using subnormal numbers, but I still want to understand why we have a difference in computations due to linking modality. From that discussion: > [...] it's because something in GetNextSampleTime has markedly different between static linking and shared library linking: > EricCousineau-TRI@f2027d6#diff-dfc5081278527b906fd0f3245d73dfd4R23 \cc @edrumwri @sherm1
non_process
shared library different behavior with subnormal numbers between static and shared linking relates the solution there is to avoid using subnormal numbers but i still want to understand why we have a difference in computations due to linking modality from that discussion it s because something in getnextsampletime has markedly different between static linking and shared library linking ericcousineau tri diff cc edrumwri
0
17,783
23,712,074,571
IssuesEvent
2022-08-30 08:41:55
EBIvariation/eva-opentargets
https://api.github.com/repos/EBIvariation/eva-opentargets
closed
Manual curation for 2022.09 release
Processing
Refer to [documentation](https://github.com/EBIvariation/eva-opentargets/tree/master/docs/manual-curation) for full description of steps. Note Tim will most likely be on leave and not able to provide a review. **Checklist:** - [x] Step 1 — Process - [x] Step 2 — Curate - [x] Curation - [x] Review 1 - [x] Review 2 - [x] Step 3 — Export - [x] Step 4 — EFO feedback
1.0
Manual curation for 2022.09 release - Refer to [documentation](https://github.com/EBIvariation/eva-opentargets/tree/master/docs/manual-curation) for full description of steps. Note Tim will most likely be on leave and not able to provide a review. **Checklist:** - [x] Step 1 — Process - [x] Step 2 — Curate - [x] Curation - [x] Review 1 - [x] Review 2 - [x] Step 3 — Export - [x] Step 4 — EFO feedback
process
manual curation for release refer to for full description of steps note tim will most likely be on leave and not able to provide a review checklist step — process step — curate curation review review step — export step — efo feedback
1
9,188
12,228,710,911
IssuesEvent
2020-05-03 20:35:44
chfor183/data_science_articles
https://api.github.com/repos/chfor183/data_science_articles
opened
Categorical Encoding
Data Preprocessing Machine Learning
## TL;DR Yes ! ## Key Takeaways - 1 - 2 ## Useful Code Snippets ``` function test() { console.log("notice the blank line before this function?"); } ``` ## Articles/Ressources https://towardsdatascience.com/all-about-categorical-variable-encoding-305f3361fd02 https://towardsdatascience.com/know-about-categorical-encoding-even-new-ones-c266227b9cbd
1.0
Categorical Encoding - ## TL;DR Yes ! ## Key Takeaways - 1 - 2 ## Useful Code Snippets ``` function test() { console.log("notice the blank line before this function?"); } ``` ## Articles/Ressources https://towardsdatascience.com/all-about-categorical-variable-encoding-305f3361fd02 https://towardsdatascience.com/know-about-categorical-encoding-even-new-ones-c266227b9cbd
process
categorical encoding tl dr yes key takeaways useful code snippets function test console log notice the blank line before this function articles ressources
1
32,315
8,826,638,901
IssuesEvent
2019-01-03 03:38:55
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
noprefix.h removal causing wheel build failures
Build issues prio-high
gh-9561 removed the use of numpy's `noprefix.h` from master. It was then backported and caused wheel build failures: https://travis-ci.org/MacPython/scipy-wheels/builds/463460018. gh-9572 then reverted the change in `maintenance/1.2.x`. So current status is that master passes regular CI, but is breaking the wheel builds. We need to: - figure out the problem and fix it - understand why wheel build issues were not picked up in our regular CI.
1.0
noprefix.h removal causing wheel build failures - gh-9561 removed the use of numpy's `noprefix.h` from master. It was then backported and caused wheel build failures: https://travis-ci.org/MacPython/scipy-wheels/builds/463460018. gh-9572 then reverted the change in `maintenance/1.2.x`. So current status is that master passes regular CI, but is breaking the wheel builds. We need to: - figure out the problem and fix it - understand why wheel build issues were not picked up in our regular CI.
non_process
noprefix h removal causing wheel build failures gh removed the use of numpy s noprefix h from master it was then backported and caused wheel build failures gh then reverted the change in maintenance x so current status is that master passes regular ci but is breaking the wheel builds we need to figure out the problem and fix it understand why wheel build issues were not picked up in our regular ci
0
102,052
12,741,939,738
IssuesEvent
2020-06-26 07:23:53
NightOwl888/ICU4N
https://api.github.com/repos/NightOwl888/ICU4N
opened
Complete UCultureInfo Implementation
design is:enhancement pri:normal
In #3, a `UCutureInfo` type was created to replace the ICU4J `ULocale` type. The main goals for doing this are: 1. To provide a similar API as the `CultureInfo` class 2. To provide a way to set the culture/default culture of the current thread 3. To fill gaps in behavior between ICU and the .NET platform We managed to get a prototype in place, but there are still some remaining tasks and research to complete. ### Known Issues [ ] `TwoLetterISOLanguageName/GetTwoLetterISOLanguageName` returns `null` for invariant culture, which is different than the documented behavior of ICU4J (at least for the 3 letter language), which is to return empty string. In .NET, the behavior is to return the string `"iv"`. [ ] The `Parent` property behaves differently in than the .NET platform. In ICU, the script tag is not considered as part of the fallback behavior, but in .NET it is (i.e. `uz_Cyrl_UZ` falls back to `uz_Cyrl` in .NET, but in ICU it falls back to `uz`). The `AcceptLanguage` overloads of `UCultureInfo` depend on the current behavior for the tests to pass. For now, `Parent` has been marked internal until this can be addressed. [ ] The default behavior of `CurrentCulture` and `CurrentUICulture` when not explicitly set is to track the properties of the `CultureInfo.CurrentCulture` and `CultureInfo.CurrentUICulture`. So, when either of the latter changes, the former are automatically updated to the nearest corresponding culture. If set explicitly, this tracking stops and the culture that is set is used instead. However, once set there is currently no way to "unset" `UCultureInfo.CurrentCulture` or `UCultureInfo.CurrentUICulture` to get back to the original tracking behavior. [ ] The `ULocale` class in ICU4J was immutable and its `Clone` method simply returned itself. However, in .NET `UCultureInfo` was designed to be mutable unless it is wrapped using the `ReadOnly` method. For now, `UCultureInfo` is immutable and marked `sealed` so the behavior cannot be changed. [ ] Since LCID is not available in the CLDR data and [is deprecated](https://docs.microsoft.com/en-us/globalization/locale/locale-names), the property has been commented out and none of the method overloads or constructors that utilize it have been added. [ ] The `Name` property effectively returns the base name in ICU4J. They are similar, however, in .NET they are typically delimited by hyphen and in ICU they are delimited by underscore. Through some limited testing, it appears both `UCultureInfo` and `CultureInfo` accept either format. More research is required to determine whether changing to the .NET convention makes sense. [ ] Lack of caching. In ICU4J, static properties for the most commonly used cultures (to match the JDK). In .NET, there are no such properties, but there are methods available to provide read-only cached cultures. ### Missing Members of `CultureInfo` The following members of `CultureInfo` are not yet present in `UCultureInfo`. #### Properties [ ] [`Calendar`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.calendar?view=netcore-3.1) - NOTE: ICU4J has its own calendars that are not ported and not planned for the current release [ ] [`CompareInfo`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.compareinfo?view=netcore-3.1) - This is the equivalent of the `Collator` class in ICU4J, however the API is more extensible in ICU4J and custom sort rules can be defined. It may not make sense to merge the two. [ ] [`DateTimeFormat`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.datetimeformat?view=netcore-3.1) [ ] [`IsReadOnly`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.isreadonly?view=netcore-3.1) [ ] [`KeyboardLayoutId`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.keyboardlayoutid?view=netcore-3.1) [ ] [`LCID`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.lcid?view=netcore-3.1) [ ] [`NumberFormat`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.numberformat?view=netcore-3.1) [ ] [`OptionalCalendars`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.optionalcalendars?view=netcore-3.1) [ ] [`Parent`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.parent?view=netcore-3.1) - Marked internal, since the behavior differs from .NET (see above) [ ] [`TextInfo`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.textinfo?view=netcore-3.1) - Although ICU has properties that make sense to put here, the constructor is internal [ ] [`ThreeLetterWindowsLanguageName`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.textinfo?view=netcore-3.1) [ ] [`UseUserOverride`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.useuseroverride?view=netcore-3.1) #### Methods [ ] [`public static UCultureInfo CreateSpecificCulture(string name)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.createspecificculture?view=netcore-3.1) [ ] [`public UCultureInfo GetConsoleFallbackUICulture()`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getconsolefallbackuiculture?view=netcore-3.1) [ ] [`public static UCultureInfo GetCultureInfo(string name)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_String_) [ ] [`public static UCultureInfo GetCultureInfo(int culture)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_Int32_) [ ] [`public static UCultureInfo GetCultureInfo(string name, string altName)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_String_System_String_) - This one seems to be a duplicate of passing the keyword (i.e. `@collation=phonebook`), but in ICU4N, there is currently no culture cache. [ ] [`public virtual object GetFormat(Type formatType)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getformat?view=netcore-3.1) - Note: Formatting features of ICU4N are incomplete and not part of the plan for the initial release [ ] [`public static UCultureInfo ReadOnly(UCultureInfo ci)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.readonly?view=netcore-3.1) ### Missing Members of `ULocale` #### Properties [ ] [`CharacterOrientation`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#getCharacterOrientation--) - Marked internal, since the logical place to put it would be on `TextInfo` [ ] [`LineOrientation`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#getLineOrientation--) - Marked internal, since the logical place to put it would be on `TextInfo` [ ] [`IsRightToLeft`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#isRightToLeft--) - Marked internal, since the logical place to put it would be on `TextInfo` ### API Documentation [ ] Some of the JavaDocs have yet to be converted and other members (including the main class header) have not yet been documented. ### `UCultureInfoBuilder` [ ] `UCultureInfoBuilder` ICU4J's `ULocale` class has a nested `Builder` class that has been de-nested and marked internal. Its purpose is to safely build a locale object while validating the inputs, as the `UCultureInfo` class provides no such validation. The `CultureInfo` class also doesn't provide validation upon creation, but will throw an exception if the requested culture doesn't exist on the platform. More research is needed to determine if a similar function exists on the .NET platform so we can correctly map this functionality (which does exist on the Java platform) or whether it makes sense to keep it as is and add it to the public API.
1.0
Complete UCultureInfo Implementation - In #3, a `UCutureInfo` type was created to replace the ICU4J `ULocale` type. The main goals for doing this are: 1. To provide a similar API as the `CultureInfo` class 2. To provide a way to set the culture/default culture of the current thread 3. To fill gaps in behavior between ICU and the .NET platform We managed to get a prototype in place, but there are still some remaining tasks and research to complete. ### Known Issues [ ] `TwoLetterISOLanguageName/GetTwoLetterISOLanguageName` returns `null` for invariant culture, which is different than the documented behavior of ICU4J (at least for the 3 letter language), which is to return empty string. In .NET, the behavior is to return the string `"iv"`. [ ] The `Parent` property behaves differently in than the .NET platform. In ICU, the script tag is not considered as part of the fallback behavior, but in .NET it is (i.e. `uz_Cyrl_UZ` falls back to `uz_Cyrl` in .NET, but in ICU it falls back to `uz`). The `AcceptLanguage` overloads of `UCultureInfo` depend on the current behavior for the tests to pass. For now, `Parent` has been marked internal until this can be addressed. [ ] The default behavior of `CurrentCulture` and `CurrentUICulture` when not explicitly set is to track the properties of the `CultureInfo.CurrentCulture` and `CultureInfo.CurrentUICulture`. So, when either of the latter changes, the former are automatically updated to the nearest corresponding culture. If set explicitly, this tracking stops and the culture that is set is used instead. However, once set there is currently no way to "unset" `UCultureInfo.CurrentCulture` or `UCultureInfo.CurrentUICulture` to get back to the original tracking behavior. [ ] The `ULocale` class in ICU4J was immutable and its `Clone` method simply returned itself. However, in .NET `UCultureInfo` was designed to be mutable unless it is wrapped using the `ReadOnly` method. For now, `UCultureInfo` is immutable and marked `sealed` so the behavior cannot be changed. [ ] Since LCID is not available in the CLDR data and [is deprecated](https://docs.microsoft.com/en-us/globalization/locale/locale-names), the property has been commented out and none of the method overloads or constructors that utilize it have been added. [ ] The `Name` property effectively returns the base name in ICU4J. They are similar, however, in .NET they are typically delimited by hyphen and in ICU they are delimited by underscore. Through some limited testing, it appears both `UCultureInfo` and `CultureInfo` accept either format. More research is required to determine whether changing to the .NET convention makes sense. [ ] Lack of caching. In ICU4J, static properties for the most commonly used cultures (to match the JDK). In .NET, there are no such properties, but there are methods available to provide read-only cached cultures. ### Missing Members of `CultureInfo` The following members of `CultureInfo` are not yet present in `UCultureInfo`. #### Properties [ ] [`Calendar`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.calendar?view=netcore-3.1) - NOTE: ICU4J has its own calendars that are not ported and not planned for the current release [ ] [`CompareInfo`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.compareinfo?view=netcore-3.1) - This is the equivalent of the `Collator` class in ICU4J, however the API is more extensible in ICU4J and custom sort rules can be defined. It may not make sense to merge the two. [ ] [`DateTimeFormat`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.datetimeformat?view=netcore-3.1) [ ] [`IsReadOnly`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.isreadonly?view=netcore-3.1) [ ] [`KeyboardLayoutId`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.keyboardlayoutid?view=netcore-3.1) [ ] [`LCID`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.lcid?view=netcore-3.1) [ ] [`NumberFormat`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.numberformat?view=netcore-3.1) [ ] [`OptionalCalendars`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.optionalcalendars?view=netcore-3.1) [ ] [`Parent`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.parent?view=netcore-3.1) - Marked internal, since the behavior differs from .NET (see above) [ ] [`TextInfo`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.textinfo?view=netcore-3.1) - Although ICU has properties that make sense to put here, the constructor is internal [ ] [`ThreeLetterWindowsLanguageName`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.textinfo?view=netcore-3.1) [ ] [`UseUserOverride`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.useuseroverride?view=netcore-3.1) #### Methods [ ] [`public static UCultureInfo CreateSpecificCulture(string name)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.createspecificculture?view=netcore-3.1) [ ] [`public UCultureInfo GetConsoleFallbackUICulture()`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getconsolefallbackuiculture?view=netcore-3.1) [ ] [`public static UCultureInfo GetCultureInfo(string name)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_String_) [ ] [`public static UCultureInfo GetCultureInfo(int culture)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_Int32_) [ ] [`public static UCultureInfo GetCultureInfo(string name, string altName)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getcultureinfo?view=netcore-3.1#System_Globalization_CultureInfo_GetCultureInfo_System_String_System_String_) - This one seems to be a duplicate of passing the keyword (i.e. `@collation=phonebook`), but in ICU4N, there is currently no culture cache. [ ] [`public virtual object GetFormat(Type formatType)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.getformat?view=netcore-3.1) - Note: Formatting features of ICU4N are incomplete and not part of the plan for the initial release [ ] [`public static UCultureInfo ReadOnly(UCultureInfo ci)`](https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo.readonly?view=netcore-3.1) ### Missing Members of `ULocale` #### Properties [ ] [`CharacterOrientation`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#getCharacterOrientation--) - Marked internal, since the logical place to put it would be on `TextInfo` [ ] [`LineOrientation`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#getLineOrientation--) - Marked internal, since the logical place to put it would be on `TextInfo` [ ] [`IsRightToLeft`](https://unicode-org.github.io/icu-docs/apidoc/released/icu4j/com/ibm/icu/util/ULocale.html#isRightToLeft--) - Marked internal, since the logical place to put it would be on `TextInfo` ### API Documentation [ ] Some of the JavaDocs have yet to be converted and other members (including the main class header) have not yet been documented. ### `UCultureInfoBuilder` [ ] `UCultureInfoBuilder` ICU4J's `ULocale` class has a nested `Builder` class that has been de-nested and marked internal. Its purpose is to safely build a locale object while validating the inputs, as the `UCultureInfo` class provides no such validation. The `CultureInfo` class also doesn't provide validation upon creation, but will throw an exception if the requested culture doesn't exist on the platform. More research is needed to determine if a similar function exists on the .NET platform so we can correctly map this functionality (which does exist on the Java platform) or whether it makes sense to keep it as is and add it to the public API.
non_process
complete ucultureinfo implementation in a ucutureinfo type was created to replace the ulocale type the main goals for doing this are to provide a similar api as the cultureinfo class to provide a way to set the culture default culture of the current thread to fill gaps in behavior between icu and the net platform we managed to get a prototype in place but there are still some remaining tasks and research to complete known issues twoletterisolanguagename gettwoletterisolanguagename returns null for invariant culture which is different than the documented behavior of at least for the letter language which is to return empty string in net the behavior is to return the string iv the parent property behaves differently in than the net platform in icu the script tag is not considered as part of the fallback behavior but in net it is i e uz cyrl uz falls back to uz cyrl in net but in icu it falls back to uz the acceptlanguage overloads of ucultureinfo depend on the current behavior for the tests to pass for now parent has been marked internal until this can be addressed the default behavior of currentculture and currentuiculture when not explicitly set is to track the properties of the cultureinfo currentculture and cultureinfo currentuiculture so when either of the latter changes the former are automatically updated to the nearest corresponding culture if set explicitly this tracking stops and the culture that is set is used instead however once set there is currently no way to unset ucultureinfo currentculture or ucultureinfo currentuiculture to get back to the original tracking behavior the ulocale class in was immutable and its clone method simply returned itself however in net ucultureinfo was designed to be mutable unless it is wrapped using the readonly method for now ucultureinfo is immutable and marked sealed so the behavior cannot be changed since lcid is not available in the cldr data and the property has been commented out and none of the method overloads or constructors that utilize it have been added the name property effectively returns the base name in they are similar however in net they are typically delimited by hyphen and in icu they are delimited by underscore through some limited testing it appears both ucultureinfo and cultureinfo accept either format more research is required to determine whether changing to the net convention makes sense lack of caching in static properties for the most commonly used cultures to match the jdk in net there are no such properties but there are methods available to provide read only cached cultures missing members of cultureinfo the following members of cultureinfo are not yet present in ucultureinfo properties note has its own calendars that are not ported and not planned for the current release this is the equivalent of the collator class in however the api is more extensible in and custom sort rules can be defined it may not make sense to merge the two marked internal since the behavior differs from net see above although icu has properties that make sense to put here the constructor is internal methods this one seems to be a duplicate of passing the keyword i e collation phonebook but in there is currently no culture cache note formatting features of are incomplete and not part of the plan for the initial release missing members of ulocale properties marked internal since the logical place to put it would be on textinfo marked internal since the logical place to put it would be on textinfo marked internal since the logical place to put it would be on textinfo api documentation some of the javadocs have yet to be converted and other members including the main class header have not yet been documented ucultureinfobuilder ucultureinfobuilder s ulocale class has a nested builder class that has been de nested and marked internal its purpose is to safely build a locale object while validating the inputs as the ucultureinfo class provides no such validation the cultureinfo class also doesn t provide validation upon creation but will throw an exception if the requested culture doesn t exist on the platform more research is needed to determine if a similar function exists on the net platform so we can correctly map this functionality which does exist on the java platform or whether it makes sense to keep it as is and add it to the public api
0
5,945
8,768,122,160
IssuesEvent
2018-12-17 21:56:23
googleapis/google-cloud-python
https://api.github.com/repos/googleapis/google-cloud-python
closed
[Firestore] higher precision timestamps
api: firestore triaged for GA type: process
The Python SDK timestamps are lossy. The SDK doesn’t expose a way to retrieve timestamps with higher precision.
1.0
[Firestore] higher precision timestamps - The Python SDK timestamps are lossy. The SDK doesn’t expose a way to retrieve timestamps with higher precision.
process
higher precision timestamps the python sdk timestamps are lossy the sdk doesn’t expose a way to retrieve timestamps with higher precision
1
170,648
20,883,795,000
IssuesEvent
2022-03-23 01:13:43
snowdensb/dependabot-core
https://api.github.com/repos/snowdensb/dependabot-core
reopened
CVE-2017-0249 (High) detected in system.net.http.4.3.0.nupkg
security vulnerability
## CVE-2017-0249 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></summary> <p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p> <p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p> <p>Path to dependency file: /nuget/spec/fixtures/csproj/basic.csproj</p> <p>Path to vulnerable library: /usr/share/dotnet/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p> <p> Dependency Hierarchy: - microsoft.extensions.platformabstractions.1.1.0.nupkg (Root Library) - netstandard.library.1.6.1.nupkg - :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library) <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> An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests. <p>Publish Date: 2017-05-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</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/aspnet/Announcements/issues/239">https://github.com/aspnet/Announcements/issues/239</a></p> <p>Release Date: 2017-05-12</p> <p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Nuget","packageName":"System.Net.Http","packageVersion":"4.3.0","packageFilePaths":["/nuget/spec/fixtures/csproj/basic.csproj"],"isTransitiveDependency":true,"dependencyTree":"Microsoft.Extensions.PlatformAbstractions:1.1.0;NETStandard.Library:1.6.1;System.Net.Http:4.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-0249","vulnerabilityDetails":"An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249","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-2017-0249 (High) detected in system.net.http.4.3.0.nupkg - ## CVE-2017-0249 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></summary> <p>Provides a programming interface for modern HTTP applications, including HTTP client components that...</p> <p>Library home page: <a href="https://api.nuget.org/packages/system.net.http.4.3.0.nupkg">https://api.nuget.org/packages/system.net.http.4.3.0.nupkg</a></p> <p>Path to dependency file: /nuget/spec/fixtures/csproj/basic.csproj</p> <p>Path to vulnerable library: /usr/share/dotnet/sdk/NuGetFallbackFolder/system.net.http/4.3.0/system.net.http.4.3.0.nupkg</p> <p> Dependency Hierarchy: - microsoft.extensions.platformabstractions.1.1.0.nupkg (Root Library) - netstandard.library.1.6.1.nupkg - :x: **system.net.http.4.3.0.nupkg** (Vulnerable Library) <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> An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests. <p>Publish Date: 2017-05-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249>CVE-2017-0249</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/aspnet/Announcements/issues/239">https://github.com/aspnet/Announcements/issues/239</a></p> <p>Release Date: 2017-05-12</p> <p>Fix Resolution: System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Nuget","packageName":"System.Net.Http","packageVersion":"4.3.0","packageFilePaths":["/nuget/spec/fixtures/csproj/basic.csproj"],"isTransitiveDependency":true,"dependencyTree":"Microsoft.Extensions.PlatformAbstractions:1.1.0;NETStandard.Library:1.6.1;System.Net.Http:4.3.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"System.Text.Encodings.Web - 4.0.1,4.3.1;System.Net.Http - 4.1.2,4.3.2;System.Net.Http.WinHttpHandler - 4.0.2,4.3.1;System.Net.Security - 4.0.1,4.3.1;System.Net.WebSockets.Client - 4.0.1,4.3.1;Microsoft.AspNetCore.Mvc - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Core - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Abstractions - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ApiExplorer - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Cors - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.DataAnnotations - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Json - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Formatters.Xml - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Localization - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor.Host - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.Razor - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.TagHelpers - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.ViewFeatures - 1.0.4,1.1.3;Microsoft.AspNetCore.Mvc.WebApiCompatShim - 1.0.4,1.1.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-0249","vulnerabilityDetails":"An elevation of privilege vulnerability exists when the ASP.NET Core fails to properly sanitize web requests.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-0249","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_process
cve high detected in system net http nupkg cve high severity vulnerability vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file nuget spec fixtures csproj basic csproj path to vulnerable library usr share dotnet sdk nugetfallbackfolder system net http system net http nupkg dependency hierarchy microsoft extensions platformabstractions nupkg root library netstandard library nupkg x system net http nupkg vulnerable library found in base branch main vulnerability details an elevation of privilege vulnerability exists when the asp net core fails to properly sanitize web requests 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 system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree microsoft extensions platformabstractions netstandard library system net http isminimumfixversionavailable true minimumfixversion system text encodings web system net http system net http winhttphandler system net security system net websockets client microsoft aspnetcore mvc microsoft aspnetcore mvc core microsoft aspnetcore mvc abstractions microsoft aspnetcore mvc apiexplorer microsoft aspnetcore mvc cors microsoft aspnetcore mvc dataannotations microsoft aspnetcore mvc formatters json microsoft aspnetcore mvc formatters xml microsoft aspnetcore mvc localization microsoft aspnetcore mvc razor host microsoft aspnetcore mvc razor microsoft aspnetcore mvc taghelpers microsoft aspnetcore mvc viewfeatures microsoft aspnetcore mvc webapicompatshim isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails an elevation of privilege vulnerability exists when the asp net core fails to properly sanitize web requests vulnerabilityurl
0
20,842
27,612,202,991
IssuesEvent
2023-03-09 16:42:54
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
GO:0140295 pathogen-derived receptor ligand activity /needs qualification
multi-species process
GO:0140295 pathogen-derived receptor ligand activity Definition (GO:0140295 GONUTS page) The activity of a pathogen-derived entity that interacts with a host receptor to activate effector-triggered immunity. PMID:20601497 This is a term we requested to annotate a necrotrophic effector. This term should only be used got necrotrophic effectors whose evolved function is to act as a ligand to induce the plant host immune system. We should add to the definition. We can also be more precise about the receptor when https://github.com/geneontology/go-ontology/issues/18031 (this is the only receptor) Once 18031 is done I will refine this definition accordingly
1.0
GO:0140295 pathogen-derived receptor ligand activity /needs qualification - GO:0140295 pathogen-derived receptor ligand activity Definition (GO:0140295 GONUTS page) The activity of a pathogen-derived entity that interacts with a host receptor to activate effector-triggered immunity. PMID:20601497 This is a term we requested to annotate a necrotrophic effector. This term should only be used got necrotrophic effectors whose evolved function is to act as a ligand to induce the plant host immune system. We should add to the definition. We can also be more precise about the receptor when https://github.com/geneontology/go-ontology/issues/18031 (this is the only receptor) Once 18031 is done I will refine this definition accordingly
process
go pathogen derived receptor ligand activity needs qualification go pathogen derived receptor ligand activity definition go gonuts page the activity of a pathogen derived entity that interacts with a host receptor to activate effector triggered immunity pmid this is a term we requested to annotate a necrotrophic effector this term should only be used got necrotrophic effectors whose evolved function is to act as a ligand to induce the plant host immune system we should add to the definition we can also be more precise about the receptor when this is the only receptor once is done i will refine this definition accordingly
1
73,182
9,652,272,257
IssuesEvent
2019-05-18 15:43:31
tldr-pages/tldr
https://api.github.com/repos/tldr-pages/tldr
closed
URL of commands
documentation
I noticed that @schneiderl and @pxgamer added URL to a lot of pages, so I was wondering if it's a good idea to add one more check to the linter or just put one more checkbox on the PR message. Ideas?
1.0
URL of commands - I noticed that @schneiderl and @pxgamer added URL to a lot of pages, so I was wondering if it's a good idea to add one more check to the linter or just put one more checkbox on the PR message. Ideas?
non_process
url of commands i noticed that schneiderl and pxgamer added url to a lot of pages so i was wondering if it s a good idea to add one more check to the linter or just put one more checkbox on the pr message ideas
0
16,615
21,675,926,690
IssuesEvent
2022-05-08 18:05:27
apache/arrow-datafusion
https://api.github.com/repos/apache/arrow-datafusion
opened
Cannot generate change logs due to "secondary rate limit"
bug development-process
**Describe the bug** I am trying to generate the change log with this command: ``` bash $ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0 ``` Output: ``` WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0. While initializing your connection, use `#request(:authorization, ...)` instead. See https://lostisland.github.io/faraday/middleware/authentication for more usage info. Found 13 tags Fetching tags dates: 13/13 Sorting tags... Received issues: 2025 Pull Request count: 1237 Filtered pull requests: 795 Filtered issues: 190 Octokit::Forbidden: GET https://api.github.com/repos/apache/arrow-datafusion/issues/740/events?per_page=100: 403 - You have exceeded a secondary rate limit. Please wait a few minutes before you try again. // See: https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits Exceeded retry limit ``` **To Reproduce** See above **Expected behavior** Should not fail **Additional context** None
1.0
Cannot generate change logs due to "secondary rate limit" - **Describe the bug** I am trying to generate the change log with this command: ``` bash $ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0 ``` Output: ``` WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0. While initializing your connection, use `#request(:authorization, ...)` instead. See https://lostisland.github.io/faraday/middleware/authentication for more usage info. Found 13 tags Fetching tags dates: 13/13 Sorting tags... Received issues: 2025 Pull Request count: 1237 Filtered pull requests: 795 Filtered issues: 190 Octokit::Forbidden: GET https://api.github.com/repos/apache/arrow-datafusion/issues/740/events?per_page=100: 403 - You have exceeded a secondary rate limit. Please wait a few minutes before you try again. // See: https://docs.github.com/en/free-pro-team@latest/rest/overview/resources-in-the-rest-api#secondary-rate-limits Exceeded retry limit ``` **To Reproduce** See above **Expected behavior** Should not fail **Additional context** None
process
cannot generate change logs due to secondary rate limit describe the bug i am trying to generate the change log with this command bash changelog github token redacted dev release update change log all sh master output warning faraday connection authorization is deprecated it will be removed in version while initializing your connection use request authorization instead see for more usage info found tags fetching tags dates sorting tags received issues pull request count filtered pull requests filtered issues octokit forbidden get you have exceeded a secondary rate limit please wait a few minutes before you try again see exceeded retry limit to reproduce see above expected behavior should not fail additional context none
1
671,632
22,770,116,309
IssuesEvent
2022-07-08 09:12:05
ewels/rich-codex
https://api.github.com/repos/ewels/rich-codex
closed
Is setup.py necessary?
bug priority: high
In a non-python repository, I found it necessary to have a `setup.py` file, and its removal was sufficient to break rich-codex: https://github.com/telatin/seqfu2/commit/88d5d84a6e56d7c6f2e4e76433fa8637683f1700 [and thx again for the great tool]
1.0
Is setup.py necessary? - In a non-python repository, I found it necessary to have a `setup.py` file, and its removal was sufficient to break rich-codex: https://github.com/telatin/seqfu2/commit/88d5d84a6e56d7c6f2e4e76433fa8637683f1700 [and thx again for the great tool]
non_process
is setup py necessary in a non python repository i found it necessary to have a setup py file and its removal was sufficient to break rich codex
0
6,272
9,231,174,395
IssuesEvent
2019-03-13 01:08:35
EthVM/EthVM
https://api.github.com/repos/EthVM/EthVM
closed
Enable compression in Kafka
enhancement milestone:2 project:processing
Kafka has various compression settings. Research and apply as suitable.
1.0
Enable compression in Kafka - Kafka has various compression settings. Research and apply as suitable.
process
enable compression in kafka kafka has various compression settings research and apply as suitable
1
13,542
16,084,285,333
IssuesEvent
2021-04-26 09:21:27
aiidateam/aiida-core
https://api.github.com/repos/aiidateam/aiida-core
closed
`Process.exposed_outputs` does not work with nested namespaces
priority/important topic/processes type/bug
Simple test case to demonstrate the problem: ``` class ChildProcess(Process): _node_class = orm.WorkflowNode @classmethod def define(cls, spec): super(ChildProcess, cls).define(spec) spec.input('input', valid_type=orm.Int) spec.output('output', valid_type=orm.Int) spec.output('name.space', valid_type=orm.Int) @override def run(self): self.out('output', self.inputs.input) self.out('name.space', self.inputs.input) class ParentProcess(Process): _node_class = orm.WorkflowNode @classmethod def define(cls, spec): super(ParentProcess, cls).define(spec) spec.input('input', valid_type=orm.Int) spec.expose_outputs(ChildProcess) @override def run(self): from aiida.manage.manager import get_manager runner = get_manager().create_runner() results, node = runner.run_get_node(ChildProcess, **self.inputs) self.out_many(self.exposed_outputs(node, ChildProcess)) class TestProcessNamespace(AiidaTestCase): def test_namespaced_process(self): results, node = run_get_node(ParentProcess, input=orm.Int(5)) print(results) ``` The results will only contain `output` and not the `name.space` output.
1.0
`Process.exposed_outputs` does not work with nested namespaces - Simple test case to demonstrate the problem: ``` class ChildProcess(Process): _node_class = orm.WorkflowNode @classmethod def define(cls, spec): super(ChildProcess, cls).define(spec) spec.input('input', valid_type=orm.Int) spec.output('output', valid_type=orm.Int) spec.output('name.space', valid_type=orm.Int) @override def run(self): self.out('output', self.inputs.input) self.out('name.space', self.inputs.input) class ParentProcess(Process): _node_class = orm.WorkflowNode @classmethod def define(cls, spec): super(ParentProcess, cls).define(spec) spec.input('input', valid_type=orm.Int) spec.expose_outputs(ChildProcess) @override def run(self): from aiida.manage.manager import get_manager runner = get_manager().create_runner() results, node = runner.run_get_node(ChildProcess, **self.inputs) self.out_many(self.exposed_outputs(node, ChildProcess)) class TestProcessNamespace(AiidaTestCase): def test_namespaced_process(self): results, node = run_get_node(ParentProcess, input=orm.Int(5)) print(results) ``` The results will only contain `output` and not the `name.space` output.
process
process exposed outputs does not work with nested namespaces simple test case to demonstrate the problem class childprocess process node class orm workflownode classmethod def define cls spec super childprocess cls define spec spec input input valid type orm int spec output output valid type orm int spec output name space valid type orm int override def run self self out output self inputs input self out name space self inputs input class parentprocess process node class orm workflownode classmethod def define cls spec super parentprocess cls define spec spec input input valid type orm int spec expose outputs childprocess override def run self from aiida manage manager import get manager runner get manager create runner results node runner run get node childprocess self inputs self out many self exposed outputs node childprocess class testprocessnamespace aiidatestcase def test namespaced process self results node run get node parentprocess input orm int print results the results will only contain output and not the name space output
1
4,755
7,613,521,616
IssuesEvent
2018-05-01 21:33:20
alexstone/timecard
https://api.github.com/repos/alexstone/timecard
closed
Created process to update an Entry's `hours` value
backend process
When an entry is updated, the `hours` value on the model should be updated.
1.0
Created process to update an Entry's `hours` value - When an entry is updated, the `hours` value on the model should be updated.
process
created process to update an entry s hours value when an entry is updated the hours value on the model should be updated
1
504,085
14,612,808,795
IssuesEvent
2020-12-22 06:58:33
pingcap/tidb
https://api.github.com/repos/pingcap/tidb
closed
`LEAST` and `GREATEST` are not compatible with Mysql
Priority/P3 challenge-program component/expression difficulty/easy good-first-issue high-performance severity/major sig/execution status/help-wanted type/bug type/compatibility
## Description ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` select least(cast('01-01-01' as date), '01-01-02'); select greatest(cast('01-01-01' as date), '01-01-02'); select least(cast('01-01-01' as date), '01-01-02') + 0; select greatest(cast('01-01-01' as date), '01-01-02') + 0; select least(cast('01-01-01' as datetime), '01-01-02') + 0; select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); ``` 2. What did you expect to see? In Mysql ``` mysql> select least(cast('01-01-01' as date), '01-01-02'); +---------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') | +---------------------------------------------+ | 2001-01-01 | +---------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02'); +------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') | +------------------------------------------------+ | 01-01-02 | +------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as date), '01-01-02') + 0; +-------------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') + 0 | +-------------------------------------------------+ | 20010101 | +-------------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02') + 0; +----------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') + 0 | +----------------------------------------------------+ | 20010102 | +----------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as datetime), '01-01-02') + 0; +-----------------------------------------------------+ | least(cast('01-01-01' as datetime), '01-01-02') + 0 | +-----------------------------------------------------+ | 20010101000000 | +-----------------------------------------------------+ 1 row in set (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); +-----------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as signed) | +-----------------------------------------------------------------+ | 20010101000000 | +-----------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); +------------------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)) | +------------------------------------------------------------------------+ | 20010101000000.00 | +------------------------------------------------------------------------+ 1 row in set (0.00 sec) ``` 3. What did you see instead? In TiDB ``` mysql> select least(cast('01-01-01' as date), '01-01-02'); +---------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') | +---------------------------------------------+ | 2001-01-01 00:00:00 | +---------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02'); +------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') | +------------------------------------------------+ | 2001-01-02 00:00:00 | +------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as date), '01-01-02') + 0; +-------------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') + 0 | +-------------------------------------------------+ | 2001 | +-------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02') + 0; +----------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') + 0 | +----------------------------------------------------+ | 2001 | +----------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select least(cast('01-01-01' as datetime), '01-01-02') + 0; +-----------------------------------------------------+ | least(cast('01-01-01' as datetime), '01-01-02') + 0 | +-----------------------------------------------------+ | 2001 | +-----------------------------------------------------+ 1 row in set, 1 warning (0.01 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); +-----------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as signed) | +-----------------------------------------------------------------+ | 2001 | +-----------------------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); +------------------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)) | +------------------------------------------------------------------------+ | 2001.00 | +------------------------------------------------------------------------+ 1 row in set (0.01 sec) ``` 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? ``` +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: v3.0.0-beta-227-g06183393e-dirty Git Commit Hash: 06183393ed536aa248248b72d4bf9f5010947f66 Git Branch: master UTC Build Time: 2019-03-15 08:22:53 GoVersion: go version go1.12 darwin/amd64 Race Enabled: false TiKV Min Version: 2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e Check Table Before Drop: false | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ``` ## SIG slack channel [#sig-exec](https://tidbcommunity.slack.com/archives/CMRD79DRR) ## Score - 300 ## Mentor * @XuHuaiyu
1.0
`LEAST` and `GREATEST` are not compatible with Mysql - ## Description ## Bug Report Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a recipe for reproducing the error. ``` select least(cast('01-01-01' as date), '01-01-02'); select greatest(cast('01-01-01' as date), '01-01-02'); select least(cast('01-01-01' as date), '01-01-02') + 0; select greatest(cast('01-01-01' as date), '01-01-02') + 0; select least(cast('01-01-01' as datetime), '01-01-02') + 0; select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); ``` 2. What did you expect to see? In Mysql ``` mysql> select least(cast('01-01-01' as date), '01-01-02'); +---------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') | +---------------------------------------------+ | 2001-01-01 | +---------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02'); +------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') | +------------------------------------------------+ | 01-01-02 | +------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as date), '01-01-02') + 0; +-------------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') + 0 | +-------------------------------------------------+ | 20010101 | +-------------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02') + 0; +----------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') + 0 | +----------------------------------------------------+ | 20010102 | +----------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as datetime), '01-01-02') + 0; +-----------------------------------------------------+ | least(cast('01-01-01' as datetime), '01-01-02') + 0 | +-----------------------------------------------------+ | 20010101000000 | +-----------------------------------------------------+ 1 row in set (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); +-----------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as signed) | +-----------------------------------------------------------------+ | 20010101000000 | +-----------------------------------------------------------------+ 1 row in set (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); +------------------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)) | +------------------------------------------------------------------------+ | 20010101000000.00 | +------------------------------------------------------------------------+ 1 row in set (0.00 sec) ``` 3. What did you see instead? In TiDB ``` mysql> select least(cast('01-01-01' as date), '01-01-02'); +---------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') | +---------------------------------------------+ | 2001-01-01 00:00:00 | +---------------------------------------------+ 1 row in set (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02'); +------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') | +------------------------------------------------+ | 2001-01-02 00:00:00 | +------------------------------------------------+ 1 row in set (0.00 sec) mysql> select least(cast('01-01-01' as date), '01-01-02') + 0; +-------------------------------------------------+ | least(cast('01-01-01' as date), '01-01-02') + 0 | +-------------------------------------------------+ | 2001 | +-------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select greatest(cast('01-01-01' as date), '01-01-02') + 0; +----------------------------------------------------+ | greatest(cast('01-01-01' as date), '01-01-02') + 0 | +----------------------------------------------------+ | 2001 | +----------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select least(cast('01-01-01' as datetime), '01-01-02') + 0; +-----------------------------------------------------+ | least(cast('01-01-01' as datetime), '01-01-02') + 0 | +-----------------------------------------------------+ | 2001 | +-----------------------------------------------------+ 1 row in set, 1 warning (0.01 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as signed); +-----------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as signed) | +-----------------------------------------------------------------+ | 2001 | +-----------------------------------------------------------------+ 1 row in set, 1 warning (0.00 sec) mysql> select cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)); +------------------------------------------------------------------------+ | cast(least(cast('01-01-01' as datetime), '01-01-02') as decimal(16,2)) | +------------------------------------------------------------------------+ | 2001.00 | +------------------------------------------------------------------------+ 1 row in set (0.01 sec) ``` 4. What version of TiDB are you using (`tidb-server -V` or run `select tidb_version();` on TiDB)? ``` +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: v3.0.0-beta-227-g06183393e-dirty Git Commit Hash: 06183393ed536aa248248b72d4bf9f5010947f66 Git Branch: master UTC Build Time: 2019-03-15 08:22:53 GoVersion: go version go1.12 darwin/amd64 Race Enabled: false TiKV Min Version: 2.1.0-alpha.1-ff3dd160846b7d1aed9079c389fc188f7f5ea13e Check Table Before Drop: false | +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ ``` ## SIG slack channel [#sig-exec](https://tidbcommunity.slack.com/archives/CMRD79DRR) ## Score - 300 ## Mentor * @XuHuaiyu
non_process
least and greatest are not compatible with mysql description bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error select least cast as date select greatest cast as date select least cast as date select greatest cast as date select least cast as datetime select cast least cast as datetime as signed select cast least cast as datetime as decimal what did you expect to see in mysql mysql select least cast as date least cast as date row in set sec mysql select greatest cast as date greatest cast as date row in set sec mysql select least cast as date least cast as date row in set sec mysql select greatest cast as date greatest cast as date row in set sec mysql select least cast as datetime least cast as datetime row in set sec mysql select cast least cast as datetime as signed cast least cast as datetime as signed row in set sec mysql select cast least cast as datetime as decimal cast least cast as datetime as decimal row in set sec what did you see instead in tidb mysql select least cast as date least cast as date row in set sec mysql select greatest cast as date greatest cast as date row in set sec mysql select least cast as date least cast as date row in set warning sec mysql select greatest cast as date greatest cast as date row in set warning sec mysql select least cast as datetime least cast as datetime row in set warning sec mysql select cast least cast as datetime as signed cast least cast as datetime as signed row in set warning sec mysql select cast least cast as datetime as decimal cast least cast as datetime as decimal row in set sec what version of tidb are you using tidb server v or run select tidb version on tidb tidb version release version beta dirty git commit hash git branch master utc build time goversion go version darwin race enabled false tikv min version alpha check table before drop false sig slack channel score mentor xuhuaiyu
0
144,773
19,301,917,114
IssuesEvent
2021-12-13 07:07:34
SmartBear/soapui
https://api.github.com/repos/SmartBear/soapui
closed
CVE-2021-21341 (High) detected in xstream-1.4.13.jar - autoclosed
security vulnerability
## CVE-2021-21341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.13.jar</b></p></summary> <p></p> <p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p> <p>Path to dependency file: soapui/soapui/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/thoughtworks/xstream/1.4.13/xstream-1.4.13.jar</p> <p> Dependency Hierarchy: - :x: **xstream-1.4.13.jar** (Vulnerable Library) <p>Found in base branch: <b>next</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> XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21341>CVE-2021-21341</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.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: None - Integrity Impact: None - 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/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh">https://github.com/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.thoughtworks.xstream","packageName":"xstream","packageVersion":"1.4.13","packageFilePaths":["/soapui/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.thoughtworks.xstream:xstream:1.4.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.thoughtworks.xstream:xstream:1.4.16","isBinary":false}],"baseBranches":["next"],"vulnerabilityIdentifier":"CVE-2021-21341","vulnerabilityDetails":"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21341","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-21341 (High) detected in xstream-1.4.13.jar - autoclosed - ## CVE-2021-21341 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.13.jar</b></p></summary> <p></p> <p>Library home page: <a href="http://x-stream.github.io">http://x-stream.github.io</a></p> <p>Path to dependency file: soapui/soapui/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/thoughtworks/xstream/1.4.13/xstream-1.4.13.jar</p> <p> Dependency Hierarchy: - :x: **xstream-1.4.13.jar** (Vulnerable Library) <p>Found in base branch: <b>next</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> XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream's security framework with a whitelist limited to the minimal required types. If you rely on XStream's default blacklist of the Security Framework, you will have to use at least version 1.4.16. <p>Publish Date: 2021-03-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21341>CVE-2021-21341</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.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: None - Integrity Impact: None - 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/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh">https://github.com/x-stream/xstream/security/advisories/GHSA-2p3x-qw9c-25hh</a></p> <p>Release Date: 2021-03-23</p> <p>Fix Resolution: com.thoughtworks.xstream:xstream:1.4.16</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.thoughtworks.xstream","packageName":"xstream","packageVersion":"1.4.13","packageFilePaths":["/soapui/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"com.thoughtworks.xstream:xstream:1.4.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.thoughtworks.xstream:xstream:1.4.16","isBinary":false}],"baseBranches":["next"],"vulnerabilityIdentifier":"CVE-2021-21341","vulnerabilityDetails":"XStream is a Java library to serialize objects to XML and back again. In XStream before version 1.4.16, there is vulnerability which may allow a remote attacker to allocate 100% CPU time on the target system depending on CPU type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream. No user is affected who followed the recommendation to setup XStream\u0027s security framework with a whitelist limited to the minimal required types. If you rely on XStream\u0027s default blacklist of the Security Framework, you will have to use at least version 1.4.16.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-21341","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_process
cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar library home page a href path to dependency file soapui soapui pom xml path to vulnerable library canner repository thoughtworks xstream xstream jar dependency hierarchy x xstream jar vulnerable library found in base branch next vulnerability details xstream is a java library to serialize objects to xml and back again in xstream before version there is vulnerability which may allow a remote attacker to allocate cpu time on the target system depending on cpu type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream s security framework with a whitelist limited to the minimal required types if you rely on xstream s default blacklist of the security framework you will have to use at least version 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com thoughtworks xstream xstream check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree com thoughtworks xstream xstream isminimumfixversionavailable true minimumfixversion com thoughtworks xstream xstream isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails xstream is a java library to serialize objects to xml and back again in xstream before version there is vulnerability which may allow a remote attacker to allocate cpu time on the target system depending on cpu type or parallel execution of such a payload resulting in a denial of service only by manipulating the processed input stream no user is affected who followed the recommendation to setup xstream security framework with a whitelist limited to the minimal required types if you rely on xstream default blacklist of the security framework you will have to use at least version vulnerabilityurl
0
18,535
24,553,266,413
IssuesEvent
2022-10-12 14:06:25
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
Allocation after libc::fork on Android
O-android A-thread-locals C-bug T-libs A-process
<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I am trying to fix it so that Rust's stdlib prevents unwinding, or allocating, in the child, after a fork on Unix (including in `Command`). That is #81858. (Allocation after fork of a multithreaded program is UB in several libcs.) I added a new test case, <strike>https://github.com/rust-lang/rust/blob/8220f2f2127b9aec972163ded97be7d8cff6b9a8/src/test/ui/process/process-panic-after-fork.rs</strike> https://github.com/rust-lang/rust/blob/6369637a192bbd0a2fbf8084345ddb7c099aa460/src/test/ui/process/process-panic-after-fork.rs Unfortunately this test fails, but just on Android: https://github.com/rust-lang/rust/pull/81858#issuecomment-834717407 I have few good theories as to why. I wrote some speculations: https://github.com/rust-lang/rust/pull/81858#issuecomment-835314612 I think this probably needs attention from an Android expert to try to repro and fix this issue. I suspect it's a problem with the library rather than the tests. The worst case is that it might be a general UB bug in Android Rust programs using `libc::fork` or `Command`. I'm filing this issue here to try to ask for help again, since writing in #81858 doesn't seem like a particularly good way of getting the attention of Android folks. If we can't get a resolution, reluctantly, I guess I will disable that test on Android so that my MR can go through. The current situation is quite a hazard (see eg #79740 "panic! in Command child forked from non-main thread results in exit status 0") ### Technical discussion I will try to explain what the test does and what the symptoms seem to mean: The test file has a custom global allocator, whose purpose is to spot allocations in the child after fork. That global allocator has an atomic variable which is supposed to contain either zero (initially, meaning it's not engaged yet) or the process's pid. Whenever an allocator method is called, we read the atomic and, if it is not zero, we check it against `process::id()`. If it doesn't match we `libc::raise(libc::`<strike>`SIGTRAP`</strike> `SIGUSR1)`. The test enters `main`, and engages the stunt allocator, recording the program's pid. Each call to `expect_aborted` (which is called from `run` and therefore from `one`) produces output from `dbg!(status)`. We see only one of these, so this must be the first test, `one(&|| panic!())`. The test uses `libc::fork` to fork. In the child, it calls `panic::always_abort()` (my new function to disable panic unwinding). It then panics (using the provided closure). This ought to result in the program dying with `SIGABRT` (or maybe `SIGILL` or `SIGTRAP`). The parent collects the child's exit status. For the first test case, we run `expect_aborted`. This extracts the signal number from it and checks that it is as expected. On other systems this works. In the failing test, this test fails. The assertion on `signal` fails. Meaning, the child did die of a signal but the signal number wasn't the one expected. The previous debug print shows that the raw wait status (confusingly described by Rust stdlib as an "exit status") is <strike>`5`</strike>`10`. Usually, a bare number like that in a wait status is a signal number, and indeed that seems to be the case here since `status.signal()` is `Some(...)`. On Linux (and most Unices), `5` is `SIGTRAP` and 10 is `SIGUSR1`. Ie, it seems that the child tried to allocate memory, despite my efforts to make sure that panicking does not involve allocation. Weirdly, a more-portable test case which uses `Command` and does not insist on specific signal numbers passes. It's definitely my stunt allocator which is tripping here, because when I changed it to use `SIGUSR` instead of `SIGTRAP`, the failing test case signal number changed too.
1.0
Allocation after libc::fork on Android - <!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I am trying to fix it so that Rust's stdlib prevents unwinding, or allocating, in the child, after a fork on Unix (including in `Command`). That is #81858. (Allocation after fork of a multithreaded program is UB in several libcs.) I added a new test case, <strike>https://github.com/rust-lang/rust/blob/8220f2f2127b9aec972163ded97be7d8cff6b9a8/src/test/ui/process/process-panic-after-fork.rs</strike> https://github.com/rust-lang/rust/blob/6369637a192bbd0a2fbf8084345ddb7c099aa460/src/test/ui/process/process-panic-after-fork.rs Unfortunately this test fails, but just on Android: https://github.com/rust-lang/rust/pull/81858#issuecomment-834717407 I have few good theories as to why. I wrote some speculations: https://github.com/rust-lang/rust/pull/81858#issuecomment-835314612 I think this probably needs attention from an Android expert to try to repro and fix this issue. I suspect it's a problem with the library rather than the tests. The worst case is that it might be a general UB bug in Android Rust programs using `libc::fork` or `Command`. I'm filing this issue here to try to ask for help again, since writing in #81858 doesn't seem like a particularly good way of getting the attention of Android folks. If we can't get a resolution, reluctantly, I guess I will disable that test on Android so that my MR can go through. The current situation is quite a hazard (see eg #79740 "panic! in Command child forked from non-main thread results in exit status 0") ### Technical discussion I will try to explain what the test does and what the symptoms seem to mean: The test file has a custom global allocator, whose purpose is to spot allocations in the child after fork. That global allocator has an atomic variable which is supposed to contain either zero (initially, meaning it's not engaged yet) or the process's pid. Whenever an allocator method is called, we read the atomic and, if it is not zero, we check it against `process::id()`. If it doesn't match we `libc::raise(libc::`<strike>`SIGTRAP`</strike> `SIGUSR1)`. The test enters `main`, and engages the stunt allocator, recording the program's pid. Each call to `expect_aborted` (which is called from `run` and therefore from `one`) produces output from `dbg!(status)`. We see only one of these, so this must be the first test, `one(&|| panic!())`. The test uses `libc::fork` to fork. In the child, it calls `panic::always_abort()` (my new function to disable panic unwinding). It then panics (using the provided closure). This ought to result in the program dying with `SIGABRT` (or maybe `SIGILL` or `SIGTRAP`). The parent collects the child's exit status. For the first test case, we run `expect_aborted`. This extracts the signal number from it and checks that it is as expected. On other systems this works. In the failing test, this test fails. The assertion on `signal` fails. Meaning, the child did die of a signal but the signal number wasn't the one expected. The previous debug print shows that the raw wait status (confusingly described by Rust stdlib as an "exit status") is <strike>`5`</strike>`10`. Usually, a bare number like that in a wait status is a signal number, and indeed that seems to be the case here since `status.signal()` is `Some(...)`. On Linux (and most Unices), `5` is `SIGTRAP` and 10 is `SIGUSR1`. Ie, it seems that the child tried to allocate memory, despite my efforts to make sure that panicking does not involve allocation. Weirdly, a more-portable test case which uses `Command` and does not insist on specific signal numbers passes. It's definitely my stunt allocator which is tripping here, because when I changed it to use `SIGUSR` instead of `SIGTRAP`, the failing test case signal number changed too.
process
allocation after libc fork on android thank you for filing a bug report 🐛 please provide a short summary of the bug along with any information you feel relevant to replicating the bug i am trying to fix it so that rust s stdlib prevents unwinding or allocating in the child after a fork on unix including in command that is allocation after fork of a multithreaded program is ub in several libcs i added a new test case unfortunately this test fails but just on android i have few good theories as to why i wrote some speculations i think this probably needs attention from an android expert to try to repro and fix this issue i suspect it s a problem with the library rather than the tests the worst case is that it might be a general ub bug in android rust programs using libc fork or command i m filing this issue here to try to ask for help again since writing in doesn t seem like a particularly good way of getting the attention of android folks if we can t get a resolution reluctantly i guess i will disable that test on android so that my mr can go through the current situation is quite a hazard see eg panic in command child forked from non main thread results in exit status technical discussion i will try to explain what the test does and what the symptoms seem to mean the test file has a custom global allocator whose purpose is to spot allocations in the child after fork that global allocator has an atomic variable which is supposed to contain either zero initially meaning it s not engaged yet or the process s pid whenever an allocator method is called we read the atomic and if it is not zero we check it against process id if it doesn t match we libc raise libc sigtrap the test enters main and engages the stunt allocator recording the program s pid each call to expect aborted which is called from run and therefore from one produces output from dbg status we see only one of these so this must be the first test one panic the test uses libc fork to fork in the child it calls panic always abort my new function to disable panic unwinding it then panics using the provided closure this ought to result in the program dying with sigabrt or maybe sigill or sigtrap the parent collects the child s exit status for the first test case we run expect aborted this extracts the signal number from it and checks that it is as expected on other systems this works in the failing test this test fails the assertion on signal fails meaning the child did die of a signal but the signal number wasn t the one expected the previous debug print shows that the raw wait status confusingly described by rust stdlib as an exit status is usually a bare number like that in a wait status is a signal number and indeed that seems to be the case here since status signal is some on linux and most unices is sigtrap and is ie it seems that the child tried to allocate memory despite my efforts to make sure that panicking does not involve allocation weirdly a more portable test case which uses command and does not insist on specific signal numbers passes it s definitely my stunt allocator which is tripping here because when i changed it to use sigusr instead of sigtrap the failing test case signal number changed too
1
12,185
14,742,128,750
IssuesEvent
2021-01-07 11:45:08
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Keener - two invoices received
anc-process anp-1 ant-support
In GitLab by @kdjstudios on Mar 15, 2019, 09:43 **Submitted by:** Gaylan Garrett <gaylan@keenercom.net> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/7530107 **Server:** External (All?) **Client/Site:** Keener **Account:** Multiple **Issue:** I have multiple clients that have said they received two invoices via the emailing of the 3/11/2019 billing for MAIN. My theory is that if an invoice is created between billing cycles, it has the date of the next billing cycle and therefore when the emails are sent for the 3/11/2019 billing cycle, it sends anything with the 3/11 date. If this is the case, is there a way so that it will only send the last invoice with the date of that billing cycle because the invoice I created in between billing cycles would have been for a specific reason and the client has already received a copy of that invoice when I generated it for them. It is confusing to the clients when they receive two invoices dated the same.
1.0
Keener - two invoices received - In GitLab by @kdjstudios on Mar 15, 2019, 09:43 **Submitted by:** Gaylan Garrett <gaylan@keenercom.net> **Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/7530107 **Server:** External (All?) **Client/Site:** Keener **Account:** Multiple **Issue:** I have multiple clients that have said they received two invoices via the emailing of the 3/11/2019 billing for MAIN. My theory is that if an invoice is created between billing cycles, it has the date of the next billing cycle and therefore when the emails are sent for the 3/11/2019 billing cycle, it sends anything with the 3/11 date. If this is the case, is there a way so that it will only send the last invoice with the date of that billing cycle because the invoice I created in between billing cycles would have been for a specific reason and the client has already received a copy of that invoice when I generated it for them. It is confusing to the clients when they receive two invoices dated the same.
process
keener two invoices received in gitlab by kdjstudios on mar submitted by gaylan garrett helpdesk server external all client site keener account multiple issue i have multiple clients that have said they received two invoices via the emailing of the billing for main my theory is that if an invoice is created between billing cycles it has the date of the next billing cycle and therefore when the emails are sent for the billing cycle it sends anything with the date if this is the case is there a way so that it will only send the last invoice with the date of that billing cycle because the invoice i created in between billing cycles would have been for a specific reason and the client has already received a copy of that invoice when i generated it for them it is confusing to the clients when they receive two invoices dated the same
1
75,078
15,391,348,477
IssuesEvent
2021-03-03 14:28:12
Madhusuthanan-B/FOO
https://api.github.com/repos/Madhusuthanan-B/FOO
closed
WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - autoclosed
security vulnerability
## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary> <p>HTTP proxying for the masses</p> <p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p> <p>Path to dependency file: FOO/package.json</p> <p>Path to vulnerable library: FOO/node_modules/http-proxy/package.json</p> <p> Dependency Hierarchy: - karma-4.1.0.tgz (Root Library) - :x: **http-proxy-1.18.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Madhusuthanan-B/FOO/commit/b157124c24c1ddf938f36ca47f9212b09527a6a9">b157124c24c1ddf938f36ca47f9212b09527a6a9</a></p> <p>Found in base branch: <b>master</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> Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</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.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: None - Integrity Impact: None - 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://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p> <p>Release Date: 2020-05-26</p> <p>Fix Resolution: http-proxy - 1.18.1 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - autoclosed - ## WS-2020-0091 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary> <p>HTTP proxying for the masses</p> <p>Library home page: <a href="https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz">https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.0.tgz</a></p> <p>Path to dependency file: FOO/package.json</p> <p>Path to vulnerable library: FOO/node_modules/http-proxy/package.json</p> <p> Dependency Hierarchy: - karma-4.1.0.tgz (Root Library) - :x: **http-proxy-1.18.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Madhusuthanan-B/FOO/commit/b157124c24c1ddf938f36ca47f9212b09527a6a9">b157124c24c1ddf938f36ca47f9212b09527a6a9</a></p> <p>Found in base branch: <b>master</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> Versions of http-proxy prior to 1.18.1 are vulnerable to Denial of Service. An HTTP request with a long body triggers an ERR_HTTP_HEADERS_SENT unhandled exception that crashes the proxy server. This is only possible when the proxy server sets headers in the proxy request using the proxyReq.setHeader function. <p>Publish Date: 2020-05-14 <p>URL: <a href=https://github.com/http-party/node-http-proxy/pull/1447>WS-2020-0091</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.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: None - Integrity Impact: None - 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://www.npmjs.com/advisories/1486">https://www.npmjs.com/advisories/1486</a></p> <p>Release Date: 2020-05-26</p> <p>Fix Resolution: http-proxy - 1.18.1 </p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
ws high detected in http proxy tgz autoclosed ws high severity vulnerability vulnerable library http proxy tgz http proxying for the masses library home page a href path to dependency file foo package json path to vulnerable library foo node modules http proxy package json dependency hierarchy karma tgz root library x http proxy tgz vulnerable library found in head commit a href found in base branch master vulnerability details versions of http proxy prior to are vulnerable to denial of service an http request with a long body triggers an err http headers sent unhandled exception that crashes the proxy server this is only possible when the proxy server sets headers in the proxy request using the proxyreq setheader function 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 none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution http proxy step up your open source security game with whitesource
0
22,310
30,862,229,617
IssuesEvent
2023-08-03 04:46:57
vnphanquang/svelte-put
https://api.github.com/repos/vnphanquang/svelte-put
closed
[preprocess-auto-slug] Convert package to ESM
scope:preprocess-auto-slug type:refactor priority:low
## Context `svelte.config.js` seems to support importing esm package, proven during implementation of [process-inline-svg](https://github.com/vnphanquang/svelte-put/tree/main/packages/preprocessors/inline-svg). We should migrate to esm for `auto-slug` to keep consistency?
1.0
[preprocess-auto-slug] Convert package to ESM - ## Context `svelte.config.js` seems to support importing esm package, proven during implementation of [process-inline-svg](https://github.com/vnphanquang/svelte-put/tree/main/packages/preprocessors/inline-svg). We should migrate to esm for `auto-slug` to keep consistency?
process
convert package to esm context svelte config js seems to support importing esm package proven during implementation of we should migrate to esm for auto slug to keep consistency
1
15,755
19,911,801,598
IssuesEvent
2022-01-25 17:55:02
input-output-hk/high-assurance-legacy
https://api.github.com/repos/input-output-hk/high-assurance-legacy
closed
Replace `io_action` by a type `io_kind`
language: isabelle topic: process calculus type: improvement
The two data constructors of type `io_action` have the same arguments: a channel and a value. Our goal is to move these arguments to the `IO` data constructor of type `basic_action`, turning `io_action` into a type of kinds of I/O (sending and receiving), which we want to call `io_kind`.
1.0
Replace `io_action` by a type `io_kind` - The two data constructors of type `io_action` have the same arguments: a channel and a value. Our goal is to move these arguments to the `IO` data constructor of type `basic_action`, turning `io_action` into a type of kinds of I/O (sending and receiving), which we want to call `io_kind`.
process
replace io action by a type io kind the two data constructors of type io action have the same arguments a channel and a value our goal is to move these arguments to the io data constructor of type basic action turning io action into a type of kinds of i o sending and receiving which we want to call io kind
1
12,708
5,229,289,416
IssuesEvent
2017-01-29 01:26:00
osresearch/heads
https://api.github.com/repos/osresearch/heads
closed
Tools are compiled with build machine's gcc
buildsystem
It is harder to reproduce builds since they are built with the system's gcc, rather than a specific version. Coreboot builds its own gcc, can we use that instead?
1.0
Tools are compiled with build machine's gcc - It is harder to reproduce builds since they are built with the system's gcc, rather than a specific version. Coreboot builds its own gcc, can we use that instead?
non_process
tools are compiled with build machine s gcc it is harder to reproduce builds since they are built with the system s gcc rather than a specific version coreboot builds its own gcc can we use that instead
0
499
2,944,880,906
IssuesEvent
2015-07-03 08:51:06
e-government-ua/i
https://api.github.com/repos/e-government-ua/i
closed
На дашборде, в полях типа "queueData" брать из значения параметр с датой и отображать его на форме, вместо всего содержимого поля
hi priority In process of testing test version
Значение данного поля выглядит примерно так(объект JSON): {'nID_SubjectTicket':3452534, 'sDate': '2015-11-23 15:30:00.00'}" из него нужно брать значение параметра "sDate"(2015-11-23 15:30:00.00) и отрисовывать в тэге lable (жирным шрифтом) данного поля При этом в title писать "Тикет № 3452534" (номер брать из элемента nID_SubjectTicket)
1.0
На дашборде, в полях типа "queueData" брать из значения параметр с датой и отображать его на форме, вместо всего содержимого поля - Значение данного поля выглядит примерно так(объект JSON): {'nID_SubjectTicket':3452534, 'sDate': '2015-11-23 15:30:00.00'}" из него нужно брать значение параметра "sDate"(2015-11-23 15:30:00.00) и отрисовывать в тэге lable (жирным шрифтом) данного поля При этом в title писать "Тикет № 3452534" (номер брать из элемента nID_SubjectTicket)
process
на дашборде в полях типа queuedata брать из значения параметр с датой и отображать его на форме вместо всего содержимого поля значение данного поля выглядит примерно так объект json nid subjectticket sdate из него нужно брать значение параметра sdate и отрисовывать в тэге lable жирным шрифтом данного поля при этом в title писать тикет № номер брать из элемента nid subjectticket
1
475
2,911,381,984
IssuesEvent
2015-06-22 09:12:10
haskell-distributed/distributed-process-azure
https://api.github.com/repos/haskell-distributed/distributed-process-azure
opened
Better warning if binary is not installed on VM
bug distributed-process-azure
_From @edsko on October 16, 2012 9:44_ _Copied from original issue: haskell-distributed/distributed-process#44_
1.0
Better warning if binary is not installed on VM - _From @edsko on October 16, 2012 9:44_ _Copied from original issue: haskell-distributed/distributed-process#44_
process
better warning if binary is not installed on vm from edsko on october copied from original issue haskell distributed distributed process
1
10,851
13,629,088,053
IssuesEvent
2020-09-24 14:41:51
IanDarwin/pdfshow
https://api.github.com/repos/IanDarwin/pdfshow
opened
Put version number into About page.
development process
Get the <version> from the pom.xml into a .java file, display that in Help->About. While here, have the mkInstaller script extract that value to avoid DRY violation.
1.0
Put version number into About page. - Get the <version> from the pom.xml into a .java file, display that in Help->About. While here, have the mkInstaller script extract that value to avoid DRY violation.
process
put version number into about page get the from the pom xml into a java file display that in help about while here have the mkinstaller script extract that value to avoid dry violation
1
12,811
15,188,883,647
IssuesEvent
2021-02-15 15:40:49
Geonovum/disgeo-arch
https://api.github.com/repos/Geonovum/disgeo-arch
closed
Relatie proces en functies graag beschrijven.
In Behandeling In behandeling - voorstel processen e.d. Processen Functies Componenten
Relatie proces en functies graag beschrijven. De processtappen uit 2.2 en 2.3 zijn anders ingedeeld dan de functies in de uitvoeringslaag (ontsluiten, verrrijken, gebruiken) versus (afname, notificatie). Waarom is hier geen processtap Notificatie? Er zit een n:m relatie tussen processtap en functie die, als je hem opneemt, bepaalde ontwerpkeuzes laat zien. Daarmee is het makkelijker om de connectie met andere architecturen op dit gebied te leggen (zoals GO i.o.).
2.0
Relatie proces en functies graag beschrijven. - Relatie proces en functies graag beschrijven. De processtappen uit 2.2 en 2.3 zijn anders ingedeeld dan de functies in de uitvoeringslaag (ontsluiten, verrrijken, gebruiken) versus (afname, notificatie). Waarom is hier geen processtap Notificatie? Er zit een n:m relatie tussen processtap en functie die, als je hem opneemt, bepaalde ontwerpkeuzes laat zien. Daarmee is het makkelijker om de connectie met andere architecturen op dit gebied te leggen (zoals GO i.o.).
process
relatie proces en functies graag beschrijven relatie proces en functies graag beschrijven de processtappen uit en zijn anders ingedeeld dan de functies in de uitvoeringslaag ontsluiten verrrijken gebruiken versus afname notificatie waarom is hier geen processtap notificatie er zit een n m relatie tussen processtap en functie die als je hem opneemt bepaalde ontwerpkeuzes laat zien daarmee is het makkelijker om de connectie met andere architecturen op dit gebied te leggen zoals go i o
1
21,901
30,348,505,787
IssuesEvent
2023-07-11 17:06:19
scverse/scanpy
https://api.github.com/repos/scverse/scanpy
opened
Stop tests from writing files everywhere
Enhancement ✨ Development Process 🚀 Area - Datasets
### What kind of feature would you like to request? Other? ### Please describe your wishes - use [`cache.mkdir()`](https://docs.pytest.org/en/7.1.x/reference/reference.html#std-fixture-cache) for persistent files (data) - set directory to read only in CI during test run
1.0
Stop tests from writing files everywhere - ### What kind of feature would you like to request? Other? ### Please describe your wishes - use [`cache.mkdir()`](https://docs.pytest.org/en/7.1.x/reference/reference.html#std-fixture-cache) for persistent files (data) - set directory to read only in CI during test run
process
stop tests from writing files everywhere what kind of feature would you like to request other please describe your wishes use for persistent files data set directory to read only in ci during test run
1
13,719
5,434,112,627
IssuesEvent
2017-03-05 02:49:56
quran/common-components
https://api.github.com/repos/quran/common-components
opened
Mobile/Reponsive Tabs
Build Component
Maybe something like this: <img width="603" alt="screen shot 2017-03-05 at 2 48 57 am" src="https://cloud.githubusercontent.com/assets/2606228/23584086/629b7680-014e-11e7-8b73-9bed017984a4.png">
1.0
Mobile/Reponsive Tabs - Maybe something like this: <img width="603" alt="screen shot 2017-03-05 at 2 48 57 am" src="https://cloud.githubusercontent.com/assets/2606228/23584086/629b7680-014e-11e7-8b73-9bed017984a4.png">
non_process
mobile reponsive tabs maybe something like this img width alt screen shot at am src
0
94,205
3,922,795,384
IssuesEvent
2016-04-22 08:27:25
Captianrock/android_PV
https://api.github.com/repos/Captianrock/android_PV
closed
Display only the user traces
High Priority
Limit the traces that the user sees on the web app to the traces that they have uploaded.
1.0
Display only the user traces - Limit the traces that the user sees on the web app to the traces that they have uploaded.
non_process
display only the user traces limit the traces that the user sees on the web app to the traces that they have uploaded
0
8,846
11,949,605,135
IssuesEvent
2020-04-03 13:55:20
Graylog2/graylog2-server
https://api.github.com/repos/Graylog2/graylog2-server
closed
Pipeline parse api endpoint is broken
bug processing triaged
## Expected Behavior When a user sends a pipeline data struct containing a source field, the parse function should either return parse errors or a success response. ## Current Behavior The api endpoint tries to build a `PipelineSource` object without `stages` field. This is doomed to fail not matter what the user sends. ## Possible Solution Since it is only a parse end point for scripting and the user never actually was able to use it, I would suggest to simplify the api here. The user should only send the source and a optional id and gets either the error or a plain 200 success. Makes the API much easier to use. ## Steps to Reproduce (for bugs) 1. Open swagger UI and try to send anything to the parse endpoint ## Your Environment * Graylog Version: 3.2. beta (but broken in earlier versions as well)
1.0
Pipeline parse api endpoint is broken - ## Expected Behavior When a user sends a pipeline data struct containing a source field, the parse function should either return parse errors or a success response. ## Current Behavior The api endpoint tries to build a `PipelineSource` object without `stages` field. This is doomed to fail not matter what the user sends. ## Possible Solution Since it is only a parse end point for scripting and the user never actually was able to use it, I would suggest to simplify the api here. The user should only send the source and a optional id and gets either the error or a plain 200 success. Makes the API much easier to use. ## Steps to Reproduce (for bugs) 1. Open swagger UI and try to send anything to the parse endpoint ## Your Environment * Graylog Version: 3.2. beta (but broken in earlier versions as well)
process
pipeline parse api endpoint is broken expected behavior when a user sends a pipeline data struct containing a source field the parse function should either return parse errors or a success response current behavior the api endpoint tries to build a pipelinesource object without stages field this is doomed to fail not matter what the user sends possible solution since it is only a parse end point for scripting and the user never actually was able to use it i would suggest to simplify the api here the user should only send the source and a optional id and gets either the error or a plain success makes the api much easier to use steps to reproduce for bugs open swagger ui and try to send anything to the parse endpoint your environment graylog version beta but broken in earlier versions as well
1
8,880
11,980,629,611
IssuesEvent
2020-04-07 09:40:00
prisma/prisma
https://api.github.com/repos/prisma/prisma
closed
Proposal: Rename prisma binary to query-engine
kind/improvement process/candidate
More consistent. Has implications for the binary fetching on the client side.
1.0
Proposal: Rename prisma binary to query-engine - More consistent. Has implications for the binary fetching on the client side.
process
proposal rename prisma binary to query engine more consistent has implications for the binary fetching on the client side
1
328,738
9,999,361,533
IssuesEvent
2019-07-12 10:26:58
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
Integrate/develop OTP two factor authentification into OpenNebula 5.6.1 Suntone UI
Category: Sunstone Community Priority: Normal Status: Accepted Type: Feature
**Description** The user should be able to enable two-factor auth in his account and then he is able to scan a QR code with Google Authenticator like that in the OpenNebula portal (see otp-settings-sample.png and otp-settings-sample2.png). If the two-step auth is configured, the user can enter the two factor code providing the login credentials into the portal (see otp-auth.png). **Use case** To increase security for authentication. **Interface Changes** I am unsure yet. ![otp-settings-sample2](https://user-images.githubusercontent.com/2961693/46737844-e2647900-cc9c-11e8-8395-a21ae194d3f6.png) ![otp-settings-sample](https://user-images.githubusercontent.com/2961693/46737845-e2647900-cc9c-11e8-845c-87cdffa05bba.png) ![otp-auth](https://user-images.githubusercontent.com/2961693/46737846-e2647900-cc9c-11e8-8ed2-b25481cdef17.png) **Additional Context** I am a developer and have a task to implement such two factor authentication. I am not familiar with Open Nebula and would appreciate some guidance on how best to approach this task it would be great if it were accepted into OpenNebula. <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
1.0
Integrate/develop OTP two factor authentification into OpenNebula 5.6.1 Suntone UI - **Description** The user should be able to enable two-factor auth in his account and then he is able to scan a QR code with Google Authenticator like that in the OpenNebula portal (see otp-settings-sample.png and otp-settings-sample2.png). If the two-step auth is configured, the user can enter the two factor code providing the login credentials into the portal (see otp-auth.png). **Use case** To increase security for authentication. **Interface Changes** I am unsure yet. ![otp-settings-sample2](https://user-images.githubusercontent.com/2961693/46737844-e2647900-cc9c-11e8-8395-a21ae194d3f6.png) ![otp-settings-sample](https://user-images.githubusercontent.com/2961693/46737845-e2647900-cc9c-11e8-845c-87cdffa05bba.png) ![otp-auth](https://user-images.githubusercontent.com/2961693/46737846-e2647900-cc9c-11e8-8ed2-b25481cdef17.png) **Additional Context** I am a developer and have a task to implement such two factor authentication. I am not familiar with Open Nebula and would appreciate some guidance on how best to approach this task it would be great if it were accepted into OpenNebula. <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [x] Branch created - [x] Code committed to development branch - [x] Testing - QA - [x] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
non_process
integrate develop otp two factor authentification into opennebula suntone ui description the user should be able to enable two factor auth in his account and then he is able to scan a qr code with google authenticator like that in the opennebula portal see otp settings sample png and otp settings png if the two step auth is configured the user can enter the two factor code providing the login credentials into the portal see otp auth png use case to increase security for authentication interface changes i am unsure yet additional context i am a developer and have a task to implement such two factor authentication i am not familiar with open nebula and would appreciate some guidance on how best to approach this task it would be great if it were accepted into opennebula progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
0
5,461
8,321,163,161
IssuesEvent
2018-09-25 22:44:41
GoogleCloudPlatform/google-cloud-python
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python
closed
BigQuery: leaked datasets from systests / snippets
api: bigquery_datatransfer flaky testing type: process
Looking at the console for our CI project, I see numerous leaked tables: ```python >>> from pprint import pprint >>> from google.cloud.bigquery import Client >>> client = Client() >>> ds_ids = [ds.dataset_id for ds in client.list_datasets()] >>> pprint(ds_ids) ['bq_load_test_1517464273303', 'bq_load_test_1517464652136', 'bq_load_test_1517464769805', 'bq_load_test_1517465646039', 'bq_load_test_1517465791394', 'bq_load_test_1517466146255', 'bq_load_test_5728_1519837947', 'bq_load_test_5738_1519840079', 'bq_load_test_5864_1520444923', 'copy_table_1515538478649', 'copy_table_1515612277017', 'copy_table_1515614291953', 'copy_table_dataset_1519840582805', 'copy_table_dataset_1536950987573', 'create_dataset_1512416182668', 'create_table_3683_1507750163', 'create_table_nested_schema_1519768730786', 'create_table_nested_schema_2975_1503348977', 'create_table_nested_schema_6215_1522873095', 'dataset_name_1515979468888', 'delete_dataset_1508969099933', 'delete_table_dataset_1527117708399', 'delete_table_false_1515540384282', 'delete_table_false_1515540420321', 'delete_table_false_1515540486669', 'delete_table_false_1515605873551', 'delete_table_false_1515606134603', 'delete_table_false_1516826006764', 'delete_table_false_1516826364379', 'delete_table_false_1516829475422', 'delete_table_false_1516829801988', 'delete_table_false_1517201055896', 'delete_table_false_1517201436920', 'delete_table_false_1517203137412', 'delete_table_false_1517203637327', 'delete_table_false_1517204004675', 'delete_table_false_1517470381381', 'delete_table_false_1517504895002', 'delete_table_false_1517686600818', 'delete_table_false_1517686900240', 'delete_table_false_1517688124050', 'delete_table_false_1517688399389', 'delete_table_false_1517689820867', 'delete_table_false_1517690107913', 'delete_table_false_1517693766215', 'delete_table_false_1517694049872', 'delete_table_false_1518202059616', 'delete_table_false_1519594512480', 'delete_table_false_1519594687618', 'delete_table_false_1519594807365', 'delete_table_false_1519595257534', 'delete_table_false_1519598760891', 'delete_table_false_1519615578651', 'delete_table_false_1519615981767', 'delete_table_false_1519691118876', 'delete_table_false_1519763930903', 'delete_table_false_1519764287461', 'delete_table_false_1519765884013', 'delete_table_false_1519766512980', 'delete_table_false_1519837582196', 'delete_table_false_1519837927991', 'delete_table_false_1519859217037', 'delete_table_false_1520182453034', 'delete_table_false_1520182758687', 'delete_table_false_1520194344060', 'delete_table_false_1520194647163', 'delete_table_false_1521137656435', 'delete_table_false_1521652221231', 'delete_table_false_1521748889181', 'delete_table_false_1521749498530', 'delete_table_false_1521750806829', 'delete_table_false_1521822706506', 'delete_table_false_1522094566258', 'delete_table_false_1522095118545', 'delete_table_false_1522097238062', 'delete_table_false_1524776495656', 'delete_table_false_1530121623665', 'delete_table_false_1530640653721', 'delete_table_false_1533223309409', 'delete_table_false_1535566721702', 'delete_table_false_1535566982106', 'delete_table_false_1535641008853', 'delete_table_false_5127_1515618304', 'delete_table_false_5127_1515618571', 'delete_table_false_5128_1515618667', 'delete_table_false_5128_1515618926', 'delete_table_false_5129_1515620924', 'delete_table_false_5129_1515621169', 'delete_table_false_5132_1515623719', 'delete_table_false_5132_1515623986', 'delete_table_false_5137_1515625799', 'delete_table_false_5137_1515626042', 'delete_table_false_5143_1515631521', 'delete_table_false_5143_1515631762', 'delete_table_false_5144_1515632655', 'delete_table_false_5144_1515632890', 'delete_table_false_5145_1515632748', 'delete_table_false_5145_1515632996', 'delete_table_false_5146_1515633943', 'delete_table_false_5146_1515634214', 'delete_table_false_5151_1515637491', 'delete_table_false_5151_1515637760', 'delete_table_false_5154_1515691479', 'delete_table_false_5154_1515691723', 'delete_table_false_5157_1515697194', 'delete_table_false_5157_1515697537', 'delete_table_false_5162_1515702116', 'delete_table_false_5162_1515702371', 'delete_table_false_5167_1515712023', 'delete_table_false_5167_1515712281', 'delete_table_false_5174_1515783403', 'delete_table_false_5174_1515783767', 'delete_table_false_5177_1515796740', 'delete_table_false_5177_1515796980', 'delete_table_false_5178_1515796755', 'delete_table_false_5178_1515796993', 'delete_table_false_5183_1515875787', 'delete_table_false_5183_1515876031', 'delete_table_false_5186_1516118962', 'delete_table_false_5186_1516119240', 'delete_table_false_5191_1516124044', 'delete_table_false_5191_1516124281', 'delete_table_false_5192_1516128689', 'delete_table_false_5192_1516128933', 'delete_table_false_5194_1516134665', 'delete_table_false_5194_1516134901', 'delete_table_false_5196_1516134792', 'delete_table_false_5196_1516135030', 'delete_table_false_5200_1516143432', 'delete_table_false_5200_1516143672', 'delete_table_false_5210_1516234830', 'delete_table_false_5210_1516235109', 'delete_table_false_5211_1516296757', 'delete_table_false_5211_1516297025', 'delete_table_false_5212_1516306651', 'delete_table_false_5212_1516306905', 'delete_table_false_5213_1516312310', 'delete_table_false_5213_1516312590', 'delete_table_false_5217_1516319235', 'delete_table_false_5217_1516319465', 'delete_table_false_5222_1516370182', 'delete_table_false_5222_1516370422', 'delete_table_false_5230_1516398151', 'delete_table_false_5230_1516398394', 'delete_table_false_5235_1516399397', 'delete_table_false_5235_1516399649', 'delete_table_false_5237_1516400649', 'delete_table_false_5237_1516400897', 'delete_table_false_5238_1516400958', 'delete_table_false_5238_1516401197', 'delete_table_false_5240_1516404294', 'delete_table_false_5240_1516404526', 'delete_table_false_5245_1516606550', 'delete_table_false_5245_1516606805', 'delete_table_false_5246_1516608249', 'delete_table_false_5246_1516608529', 'delete_table_false_5249_1516650456', 'delete_table_false_5249_1516650713', 'delete_table_false_5250_1516656034', 'delete_table_false_5250_1516656284', 'delete_table_false_5257_1516739081', 'delete_table_false_5257_1516739335', 'delete_table_false_5260_1516745089', 'delete_table_false_5260_1516745334', 'delete_table_false_5268_1516826001', 'delete_table_false_5268_1516826257', 'delete_table_false_5277_1516842593', 'delete_table_false_5277_1516842836', 'delete_table_false_5284_1516973064', 'delete_table_false_5284_1516973375', 'delete_table_false_5291_1516990409', 'delete_table_false_5291_1516990645', 'delete_table_false_5308_1517245985', 'delete_table_false_5308_1517246294', 'delete_table_false_5313_1517324739', 'delete_table_false_5313_1517324987', 'delete_table_false_5316_1517334060', 'delete_table_false_5316_1517334301', 'delete_table_false_5324_1517411784', 'delete_table_false_5324_1517412026', 'delete_table_false_5344_1517510141', 'delete_table_false_5344_1517510431', 'delete_table_false_5352_1517553566', 'delete_table_false_5352_1517553827', 'delete_table_false_5355_1517591865', 'delete_table_false_5355_1517592145', 'delete_table_false_5358_1517596405', 'delete_table_false_5358_1517596701', 'delete_table_false_5368_1517767947', 'delete_table_false_5368_1517768233', 'delete_table_false_5370_1517790706', 'delete_table_false_5370_1517791077', 'delete_table_false_5374_1517859081', 'delete_table_false_5374_1517859427', 'delete_table_false_5375_1517859010', 'delete_table_false_5375_1517859378', 'delete_table_false_5377_1517866876', 'delete_table_false_5377_1517867137', 'delete_table_false_5378_1517867053', 'delete_table_false_5378_1517867342', 'delete_table_false_5379_1517867345', 'delete_table_false_5379_1517867624', 'delete_table_false_5382_1517869704', 'delete_table_false_5382_1517869976', 'delete_table_false_5390_1517950499', 'delete_table_false_5390_1517950778', 'delete_table_false_5391_1517951191', 'delete_table_false_5391_1517951453', 'delete_table_false_5393_1517956830', 'delete_table_false_5393_1517957097', 'delete_table_false_5407_1518027072', 'delete_table_false_5407_1518027341', 'delete_table_false_5413_1518030273', 'delete_table_false_5413_1518030566', 'delete_table_false_5414_1518030558', 'delete_table_false_5414_1518030804', 'delete_table_false_5421_1518034876', 'delete_table_false_5421_1518035212', 'delete_table_false_5432_1518049497', 'delete_table_false_5432_1518049786', 'delete_table_false_5434_1518051045', 'delete_table_false_5434_1518051320', 'delete_table_false_5441_1518108452', 'delete_table_false_5441_1518108755', 'delete_table_false_5443_1518108649', 'delete_table_false_5443_1518108910', 'delete_table_false_5444_1518108437', 'delete_table_false_5444_1518108703', 'delete_table_false_5451_1518113160', 'delete_table_false_5451_1518113467', 'delete_table_false_5458_1518117818', 'delete_table_false_5458_1518118089', 'delete_table_false_5460_1518131453', 'delete_table_false_5460_1518131730', 'delete_table_false_5462_1518133826', 'delete_table_false_5462_1518134113', 'delete_table_false_5465_1518136572', 'delete_table_false_5465_1518136840', 'delete_table_false_5469_1518200722', 'delete_table_false_5469_1518200998', 'delete_table_false_5471_1518202221', 'delete_table_false_5471_1518202511', 'delete_table_false_5474_1518209387', 'delete_table_false_5474_1518209658', 'delete_table_false_5476_1518212240', 'delete_table_false_5476_1518212509', 'delete_table_false_5478_1518215887', 'delete_table_false_5478_1518216172', 'delete_table_false_5489_1518468623', 'delete_table_false_5489_1518468966', 'delete_table_false_5493_1518470857', 'delete_table_false_5493_1518471147', 'delete_table_false_5495_1518470977', 'delete_table_false_5495_1518471263', 'delete_table_false_5504_1518480219', 'delete_table_false_5504_1518480569', 'delete_table_false_5505_1518480602', 'delete_table_false_5505_1518480930', 'delete_table_false_5507_1518501578', 'delete_table_false_5507_1518501861', 'delete_table_false_5508_1518501561', 'delete_table_false_5508_1518501843', 'delete_table_false_5528_1518631518', 'delete_table_false_5528_1518631833', 'delete_table_false_5532_1518636306', 'delete_table_false_5532_1518636593', 'delete_table_false_5533_1518638931', 'delete_table_false_5533_1518639220', 'delete_table_false_5536_1518643308', 'delete_table_false_5536_1518643586', 'delete_table_false_5537_1518644718', 'delete_table_false_5537_1518644971', 'delete_table_false_5539_1518649246', 'delete_table_false_5539_1518649525', 'delete_table_false_5552_1518750177', 'delete_table_false_5552_1518750494', 'delete_table_false_5559_1518809944', 'delete_table_false_5559_1518810239', 'delete_table_false_5575_1519152492', 'delete_table_false_5575_1519152791', 'delete_table_false_5577_1519154706', 'delete_table_false_5577_1519154979', 'delete_table_false_5582_1519164427', 'delete_table_false_5582_1519164729', 'delete_table_false_5585_1519165087', 'delete_table_false_5585_1519165381', 'delete_table_false_5587_1519165523', 'delete_table_false_5587_1519165816', 'delete_table_false_5590_1519169418', 'delete_table_false_5590_1519169720', 'delete_table_false_5594_1519173641', 'delete_table_false_5594_1519173911', 'delete_table_false_5596_1519234061', 'delete_table_false_5596_1519234329', 'delete_table_false_5605_1519248386', 'delete_table_false_5605_1519248691', 'delete_table_false_5607_1519249279', 'delete_table_false_5607_1519249572', 'delete_table_false_5615_1519323256', 'delete_table_false_5615_1519323559', 'delete_table_false_5616_1519324715', 'delete_table_false_5616_1519325028', 'delete_table_false_5618_1519334689', 'delete_table_false_5618_1519335033', 'delete_table_false_5621_1519336263', 'delete_table_false_5621_1519336610', 'delete_table_false_5623_1519339916', 'delete_table_false_5623_1519340190', 'delete_table_false_5629_1519345006', 'delete_table_false_5629_1519345297', 'delete_table_false_5633_1519410557', 'delete_table_false_5633_1519410910', 'delete_table_false_5637_1519419117', 'delete_table_false_5637_1519419400', 'delete_table_false_5638_1519419239', 'delete_table_false_5638_1519419509', 'delete_table_false_5647_1519436596', 'delete_table_false_5647_1519436878', 'delete_table_false_5648_1519437505', 'delete_table_false_5648_1519437778', 'delete_table_false_5653_1519664934', 'delete_table_false_5653_1519665242', 'delete_table_false_5655_1519668629', 'delete_table_false_5655_1519668946', 'delete_table_false_5656_1519671909', 'delete_table_false_5656_1519672173', 'delete_table_false_5660_1519679067', 'delete_table_false_5660_1519679366', 'delete_table_false_5662_1519680465', 'delete_table_false_5662_1519680737', 'delete_table_false_5666_1519684947', 'delete_table_false_5666_1519685212', 'delete_table_false_5668_1519685694', 'delete_table_false_5668_1519685967', 'delete_table_false_5669_1519686135', 'delete_table_false_5669_1519686403', 'delete_table_false_5671_1519689276', 'delete_table_false_5671_1519689565', 'delete_table_false_5672_1519689786', 'delete_table_false_5672_1519690084', 'delete_table_false_5673_1519690087', 'delete_table_false_5673_1519690374', 'delete_table_false_5678_1519739382', 'delete_table_false_5678_1519739648', 'delete_table_false_5679_1519748764', 'delete_table_false_5679_1519749041', 'delete_table_false_5680_1519757793', 'delete_table_false_5680_1519758097', 'delete_table_false_5682_1519758815', 'delete_table_false_5682_1519759096', 'delete_table_false_5686_1519761507', 'delete_table_false_5686_1519761785', 'delete_table_false_5689_1519761843', 'delete_table_false_5689_1519762134', 'delete_table_false_5694_1519767139', 'delete_table_false_5694_1519767417', 'delete_table_false_5697_1519767596', 'delete_table_false_5697_1519767870', 'delete_table_false_5698_1519770223', 'delete_table_false_5698_1519770482', 'delete_table_false_5699_1519770170', 'delete_table_false_5699_1519770457', 'delete_table_false_5700_1519769972', 'delete_table_false_5700_1519770252', 'delete_table_false_5704_1519771150', 'delete_table_false_5704_1519771447', 'delete_table_false_5720_1519774957', 'delete_table_false_5720_1519775224', 'delete_table_false_5725_1519775392', 'delete_table_false_5725_1519775660', 'delete_table_false_5728_1519837589', 'delete_table_false_5728_1519837873', 'delete_table_false_5729_1519837531', 'delete_table_false_5729_1519837814', 'delete_table_false_5730_1519837595', 'delete_table_false_5730_1519837875', 'delete_table_false_5731_1519837605', 'delete_table_false_5731_1519837922', 'delete_table_false_5732_1519837667', 'delete_table_false_5732_1519837945', 'delete_table_false_5733_1519837687', 'delete_table_false_5733_1519837917', 'delete_table_false_5734_1519837674', 'delete_table_false_5734_1519837935', 'delete_table_false_5735_1519837733', 'delete_table_false_5735_1519838010', 'delete_table_false_5736_1519839981', 'delete_table_false_5736_1519840239', 'delete_table_false_5737_1519839968', 'delete_table_false_5737_1519840216', 'delete_table_false_5738_1519840009', 'delete_table_false_5738_1519840273', 'delete_table_false_5739_1519839972', 'delete_table_false_5739_1519840220', 'delete_table_false_5740_1519839996', 'delete_table_false_5740_1519840253', 'delete_table_false_5746_1519840037', 'delete_table_false_5746_1519840331', 'delete_table_false_5756_1519842549', 'delete_table_false_5756_1519842809', 'delete_table_false_5757_1519842289', 'delete_table_false_5757_1519842608', 'delete_table_false_5758_1519842641', 'delete_table_false_5758_1519842911', 'delete_table_false_5761_1519846528', 'delete_table_false_5761_1519846821', 'delete_table_false_5763_1519848200', 'delete_table_false_5763_1519848508', 'delete_table_false_5764_1519848235', 'delete_table_false_5764_1519848515', 'delete_table_false_5780_1519849739', 'delete_table_false_5780_1519850015', 'delete_table_false_5823_1520236725', 'delete_table_false_5823_1520237016', 'delete_table_false_5823_1520241577', 'delete_table_false_5823_1520241832', 'delete_table_false_5828_1520273602', 'delete_table_false_5828_1520273878', 'delete_table_false_5840_1520288813', 'delete_table_false_5840_1520289105', 'delete_table_false_5844_1520310612', 'delete_table_false_5844_1520310889', 'delete_table_false_5853_1520381130', 'delete_table_false_5853_1520381440', 'delete_table_false_5860_1520388035', 'delete_table_false_5860_1520388362', 'delete_table_false_5862_1520442031', 'delete_table_false_5862_1520442461', 'delete_table_false_5864_1520444789', 'delete_table_false_5864_1520445199', 'delete_table_false_5865_1520444972', 'delete_table_false_5865_1520445352', 'delete_table_false_5867_1520447046', 'delete_table_false_5867_1520447409', 'delete_table_false_5869_1520454795', 'delete_table_false_5869_1520455185', 'delete_table_false_5874_1520459048', 'delete_table_false_5874_1520459436', 'delete_table_false_5878_1520540143', 'delete_table_false_5878_1520540512', 'delete_table_false_5879_1520543237', 'delete_table_false_5879_1520543516', 'delete_table_false_5881_1520619416', 'delete_table_false_5881_1520619706', 'delete_table_false_5891_1520634485', 'delete_table_false_5891_1520634769', 'delete_table_false_5900_1520869626', 'delete_table_false_5900_1520869951', 'delete_table_false_5901_1520875314', 'delete_table_false_5901_1520875608', 'delete_table_false_5904_1520878880', 'delete_table_false_5904_1520879170', 'delete_table_false_5905_1520879020', 'delete_table_false_5905_1520879291', 'delete_table_false_5906_1520879885', 'delete_table_false_5906_1520880226', 'delete_table_false_5913_1520887498', 'delete_table_false_5913_1520887791', 'delete_table_false_5914_1520888549', 'delete_table_false_5914_1520888842', 'delete_table_false_5917_1520892190', 'delete_table_false_5917_1520892480', 'delete_table_false_5918_1520894093', 'delete_table_false_5918_1520894373', 'delete_table_false_5924_1520958356', 'delete_table_false_5924_1520958698', 'delete_table_false_5926_1520959342', 'delete_table_false_5926_1520959641', 'delete_table_false_5929_1520972306', 'delete_table_false_5929_1520972614', 'delete_table_false_5931_1521042022', 'delete_table_false_5931_1521042326', 'delete_table_false_5932_1521046433', 'delete_table_false_5932_1521046729', 'delete_table_false_5935_1521047000', 'delete_table_false_5935_1521047288', 'delete_table_false_5937_1521047096', 'delete_table_false_5937_1521047376', 'delete_table_false_5938_1521048137', 'delete_table_false_5938_1521048421', 'delete_table_false_5940_1521048316', 'delete_table_false_5940_1521048640', 'delete_table_false_5943_1521050776', 'delete_table_false_5943_1521051075', 'delete_table_false_5945_1521051221', 'delete_table_false_5945_1521051540', 'delete_table_false_5947_1521051510', 'delete_table_false_5947_1521051779', 'delete_table_false_5948_1521053724', 'delete_table_false_5948_1521054102', 'delete_table_false_5952_1521059452', 'delete_table_false_5952_1521059790', 'delete_table_false_5954_1521079129', 'delete_table_false_5954_1521079412', 'delete_table_false_5955_1521129815', 'delete_table_false_5955_1521130092', 'delete_table_false_5960_1521139287', 'delete_table_false_5960_1521139573', 'delete_table_false_5967_1521148929', 'delete_table_false_5967_1521149208', 'delete_table_false_5968_1521150656', 'delete_table_false_5968_1521150996', 'delete_table_false_5973_1521155416', 'delete_table_false_5973_1521155676', 'delete_table_false_5976_1521160198', 'delete_table_false_5976_1521160474', 'delete_table_false_5981_1521227741', 'delete_table_false_5981_1521228016', 'delete_table_false_5985_1521234394', 'delete_table_false_5985_1521234706', 'delete_table_false_5989_1521236774', 'delete_table_false_5989_1521237089', 'delete_table_false_5991_1521238041', 'delete_table_false_5991_1521238326', 'delete_table_false_5992_1521238065', 'delete_table_false_5992_1521238333', 'delete_table_false_5995_1521238432', 'delete_table_false_5995_1521238703', 'delete_table_false_5997_1521238590', 'delete_table_false_5997_1521238851', 'delete_table_false_5998_1521238581', 'delete_table_false_5998_1521238835', 'delete_table_false_6001_1521238955', 'delete_table_false_6001_1521239214', 'delete_table_false_6007_1521246694', 'delete_table_false_6007_1521246994', 'delete_table_false_6021_1521491386', 'delete_table_false_6021_1521491690', 'delete_table_false_6023_1521492738', 'delete_table_false_6023_1521493029', 'delete_table_false_6024_1521492683', 'delete_table_false_6024_1521492959', 'delete_table_false_6025_1521493254', 'delete_table_false_6025_1521493544', 'delete_table_false_6030_1521559753', 'delete_table_false_6030_1521560026', 'delete_table_false_6031_1521562270', 'delete_table_false_6031_1521562555', 'delete_table_false_6033_1521567168', 'delete_table_false_6033_1521567476', 'delete_table_false_6036_1521574423', 'delete_table_false_6036_1521574748', 'delete_table_false_6038_1521577671', 'delete_table_false_6038_1521577966', 'delete_table_false_6042_1521578527', 'delete_table_false_6042_1521578841', 'delete_table_false_6044_1521578812', 'delete_table_false_6044_1521579097', 'delete_table_false_6045_1521578902', 'delete_table_false_6045_1521579200', 'delete_table_false_6049_1521579567', 'delete_table_false_6049_1521579871', 'delete_table_false_6050_1521580022', 'delete_table_false_6050_1521580323', 'delete_table_false_6054_1521585361', 'delete_table_false_6054_1521585656', 'delete_table_false_6055_1521590202', 'delete_table_false_6055_1521590516', 'delete_table_false_6059_1521647787', 'delete_table_false_6059_1521648125', 'delete_table_false_6060_1521653780', 'delete_table_false_6060_1521654243', 'delete_table_false_6062_1521659350', 'delete_table_false_6062_1521659779', 'delete_table_false_6065_1521665471', 'delete_table_false_6065_1521665724', 'delete_table_false_6067_1521667505', 'delete_table_false_6067_1521668041', 'delete_table_false_6068_1521695497', 'delete_table_false_6068_1521695929', 'delete_table_false_6072_1521750780', 'delete_table_false_6072_1521751343', 'delete_table_false_6073_1521751174', 'delete_table_false_6073_1521751719', 'delete_table_false_6074_1521753200', 'delete_table_false_6074_1521753717', 'delete_table_false_6094_1521841738', 'delete_table_false_6094_1521842201', 'delete_table_false_6095_1521842063', 'delete_table_false_6095_1521842505', 'delete_table_false_6104_1522082244', 'delete_table_false_6104_1522082794', 'delete_table_false_6107_1522092996', 'delete_table_false_6107_1522093444', 'delete_table_false_6109_1522094258', 'delete_table_false_6109_1522094725', 'delete_table_false_6112_1522095010', 'delete_table_false_6112_1522095502', 'delete_table_false_6115_1522096775', 'delete_table_false_6115_1522097279', 'delete_table_false_6117_1522096782', 'delete_table_false_6117_1522097241', 'delete_table_false_6119_1522098215', 'delete_table_false_6119_1522098684', 'delete_table_false_6121_1522101967', 'delete_table_false_6121_1522102389', 'delete_table_false_6122_1522104181', 'delete_table_false_6122_1522104653', 'delete_table_false_6145_1522264706', 'delete_table_false_6145_1522265199', 'delete_table_false_6154_1522267625', 'delete_table_false_6154_1522268090', 'delete_table_false_6156_1522269074', 'delete_table_false_6156_1522269508', 'delete_table_false_6158_1522279421', 'delete_table_false_6158_1522279872', 'delete_table_false_6161_1522332769', 'delete_table_false_6161_1522333220', 'delete_table_false_6162_1522337167', 'delete_table_false_6162_1522337672', 'delete_table_false_6168_1522427155', 'delete_table_false_6168_1522427630', 'delete_table_false_6170_1522434177', 'delete_table_false_6170_1522434618', 'delete_table_false_6178_1522456450', 'delete_table_false_6178_1522456890', 'delete_table_false_6186_1522707255', 'delete_table_false_6186_1522707717', 'delete_table_false_6187_1522772922', 'delete_table_false_6187_1522773384', 'delete_table_false_6191_1522794352', 'delete_table_false_6191_1522794810', 'delete_table_false_6197_1522858047', 'delete_table_false_6197_1522858515', 'delete_table_false_6199_1522860140', 'delete_table_false_6199_1522860561', 'delete_table_false_6201_1522861176', 'delete_table_false_6201_1522861634', 'delete_table_false_6202_1522861966', 'delete_table_false_6202_1522862480', 'delete_table_false_6210_1522865071', 'delete_table_false_6210_1522865564', 'delete_table_false_6211_1522867064', 'delete_table_false_6211_1522867531', 'delete_table_false_6214_1522873420', 'delete_table_false_6214_1522873891', 'delete_table_false_6215_1522873128', 'delete_table_false_6215_1522873575', 'delete_table_false_6216_1522875391', 'delete_table_false_6216_1522875877', 'delete_table_false_6217_1522876328', 'delete_table_false_6217_1522876800', 'delete_table_false_6220_1522885885', 'delete_table_false_6220_1522886310', 'delete_table_false_6222_1522886848', 'delete_table_false_6222_1522887267', 'delete_table_false_6227_1522961032', 'delete_table_false_6227_1522961471', 'delete_table_false_6229_1522964879', 'delete_table_false_6229_1522965355', 'delete_table_false_6231_1522967471', 'delete_table_false_6231_1522967953', 'delete_table_false_6233_1522969179', 'delete_table_false_6233_1522969636', 'delete_table_false_6240_1522985303', 'delete_table_false_6240_1522985741', 'delete_table_false_6246_1523031210', 'delete_table_false_6246_1523031689', 'delete_table_false_6249_1523037646', 'delete_table_false_6249_1523038087', 'delete_table_false_6257_1523042355', 'delete_table_false_6257_1523042781', 'delete_table_false_6259_1523042675', 'delete_table_false_6259_1523043135', 'delete_table_false_6267_1523388513', 'delete_table_false_6267_1523389017', 'delete_table_false_6268_1523388765', 'delete_table_false_6268_1523389283', 'delete_table_false_6272_1523412150', 'delete_table_false_6272_1523412558', 'delete_table_false_6272_1523417485', 'delete_table_false_6272_1523417895', 'delete_table_false_6273_1523468176', 'delete_table_false_6273_1523468737', 'delete_table_false_6275_1523469331', 'delete_table_false_6275_1523469829', 'delete_table_false_6277_1523471653', 'delete_table_false_6277_1523472118', 'delete_table_false_6279_1523477871', 'delete_table_false_6279_1523478303', 'delete_table_false_6280_1523482887', 'delete_table_false_6280_1523483357', 'delete_table_false_6286_1523489227', 'delete_table_false_6286_1523489687', 'delete_table_false_6287_1523489274', 'delete_table_false_6287_1523489765', 'delete_table_false_6290_1523556546', 'delete_table_false_6290_1523557031', 'delete_table_false_6292_1523557232', 'delete_table_false_6293_1523557887', 'delete_table_false_6293_1523558401', 'delete_table_false_6295_1523563800', 'delete_table_false_6295_1523564205', 'delete_table_false_6304_1523641943', 'delete_table_false_6304_1523642436', 'delete_table_false_6309_1523649696', 'delete_table_false_6309_1523650134', 'delete_table_false_6318_1523984639', 'delete_table_false_6318_1523985150', 'delete_table_false_6320_1523992540', 'delete_table_false_6320_1523993007', 'delete_table_false_6323_1523998221', 'delete_table_false_6323_1523998727', 'delete_table_false_6325_1524001091', 'delete_table_false_6325_1524001584', 'delete_table_false_6326_1524003205', 'delete_table_false_6326_1524003753', 'delete_table_false_6328_1524007618', 'delete_table_false_6328_1524008123', 'delete_table_false_6329_1524075302', 'delete_table_false_6329_1524075818', 'delete_table_false_6330_1524076083', 'delete_table_false_6330_1524076570', 'delete_table_false_6331_1524075908', 'delete_table_false_6331_1524076354', 'delete_table_false_6334_1524080556', 'delete_table_false_6334_1524081044', 'delete_table_false_6335_1524081735', 'delete_table_false_6335_1524082202', 'delete_table_false_6336_1524083528', 'delete_table_false_6336_1524084248', 'delete_table_false_6337_1524085165', 'delete_table_false_6337_1524085622', 'delete_table_false_6338_1524085200', 'delete_table_false_6338_1524085655', 'delete_table_false_6342_1524088112', 'delete_table_false_6342_1524088689', 'delete_table_false_6343_1524087975', 'delete_table_false_6343_1524088463', 'delete_table_false_6346_1524111803', 'delete_table_false_6346_1524112251', 'delete_table_false_6348_1524173519', 'delete_table_false_6348_1524173984', 'delete_table_false_6358_1524251978', 'delete_table_false_6358_1524252463', 'delete_table_false_6359_1524252997', 'delete_table_false_6359_1524253461', 'delete_table_false_6361_1524503570', 'delete_table_false_6361_1524504153', 'delete_table_false_6363_1524506689', 'delete_table_false_6363_1524507235', 'delete_table_false_6364_1524513480', 'delete_table_false_6364_1524514061', 'delete_table_false_6365_1524514656', 'delete_table_false_6365_1524515138', 'delete_table_false_6366_1524516315', 'delete_table_false_6366_1524516904', 'delete_table_false_6368_1524519537', 'delete_table_false_6368_1524520003', 'delete_table_false_6370_1524524371', 'delete_table_false_6370_1524524822', 'delete_table_false_6381_1524587659', 'delete_table_false_6381_1524588213', 'delete_table_false_6383_1524593174', 'delete_table_false_6383_1524593603', 'delete_table_false_6387_1524598563', 'delete_table_false_6387_1524599009', 'delete_table_false_6389_1524601066', 'delete_table_false_6389_1524601567', 'delete_table_false_6399_1524688620', 'delete_table_false_6399_1524689106', 'delete_table_false_6402_1524761974', 'delete_table_false_6402_1524762431', 'delete_table_false_6403_1524762546', 'delete_table_false_6403_1524762989', 'delete_table_false_6404_1524763184', 'delete_table_false_6404_1524763655', 'delete_table_false_6407_1524764735', 'delete_table_false_6407_1524765160', 'delete_table_false_6408_1524770064', 'delete_table_false_6408_1524770519', 'delete_table_false_6409_1524770130', 'delete_table_false_6409_1524770620', 'delete_table_false_6412_1524773611', 'delete_table_false_6412_1524774070', 'delete_table_false_6417_1524776349', 'delete_table_false_6417_1524776810', 'delete_table_false_6421_1524779122', 'delete_table_false_6421_1524779587', 'delete_table_false_6428_1524782507', 'delete_table_false_6428_1524783029', 'delete_table_false_6431_1524783306', 'delete_table_false_6431_1524783811', 'delete_table_false_6435_1524796690', 'delete_table_false_6435_1524797131', 'delete_table_false_6437_1524845528', 'delete_table_false_6437_1524846025', 'delete_table_false_6438_1524845632', 'delete_table_false_6438_1524846135', 'delete_table_false_6439_1524845909', 'delete_table_false_6439_1524846395', 'delete_table_false_6442_1524846261', 'delete_table_false_6442_1524846699', 'delete_table_false_6447_1524853940', 'delete_table_false_6447_1524854408', 'delete_table_false_6449_1524854560', 'delete_table_false_6449_1524855078', 'delete_table_false_6450_1524856841', 'delete_table_false_6450_1524857420', 'delete_table_false_6455_1524862811', 'delete_table_false_6455_1524863276', 'delete_table_false_6458_1524866043', 'delete_table_false_6458_1524866528', 'delete_table_false_6459_1524869137', 'delete_table_false_6459_1524869659', 'delete_table_false_6461_1525102290', 'delete_table_false_6461_1525102777', 'delete_table_false_6463_1525107242', 'delete_table_false_6463_1525107754', 'delete_table_false_6466_1525111540', 'delete_table_false_6466_1525111964', 'delete_table_false_6467_1525111648', 'delete_table_false_6467_1525112125', 'delete_table_false_6469_1525111709', 'delete_table_false_6469_1525112158', 'delete_table_false_6475_1525117345', 'delete_table_false_6475_1525117822', 'delete_table_false_6476_1525117502', 'delete_table_false_6476_1525117934', 'delete_table_false_6478_1525117787', 'delete_table_false_6478_1525118241', 'delete_table_false_6481_1525121550', 'delete_table_false_6481_1525122044', 'delete_table_false_6485_1525127492', 'delete_table_false_6485_1525127959', 'delete_table_false_6487_1525129757', 'delete_table_false_6487_1525130311', 'delete_table_false_6489_1525145216', 'delete_table_false_6489_1525145686', 'delete_table_false_6499_1525198250', 'delete_table_false_6499_1525198713', 'delete_table_false_6503_1525199716', 'delete_table_false_6503_1525200244', 'delete_table_false_6504_1525199783', 'delete_table_false_6504_1525200394', 'delete_table_false_6507_1525206674', 'delete_table_false_6507_1525207141', 'delete_table_false_6512_1525276586', 'delete_table_false_6512_1525277085', 'delete_table_false_6514_1525277942', 'delete_table_false_6514_1525278460', 'delete_table_false_6517_1525281520', 'delete_table_false_6517_1525281987', 'delete_table_false_6518_1525281826', 'delete_table_false_6518_1525282342', 'delete_table_false_6525_1525289772', 'delete_table_false_6525_1525290288', 'delete_table_false_6526_1525291128', 'delete_table_false_6527_1525291483', 'delete_table_false_6527_1525291977', 'delete_table_false_6530_1525295838', 'delete_table_false_6530_1525296352', 'delete_table_false_6538_1525304069', 'delete_table_false_6538_1525304513', 'delete_table_false_6543_1525367860', 'delete_table_false_6543_1525368317', 'delete_table_false_6544_1525370570', 'delete_table_false_6544_1525371121', 'delete_table_false_6548_1525450459', 'delete_table_false_6548_1525450970', 'delete_table_false_6549_1525456054', 'delete_table_false_6549_1525456534', 'delete_table_false_6550_1525463338', 'delete_table_false_6550_1525463788', 'delete_table_false_6555_1525465195', 'delete_table_false_6555_1525465687', 'delete_table_false_6556_1525465474', 'delete_table_false_6556_1525466092', 'delete_table_false_6557_1525468685', 'delete_table_false_6557_1525469139', 'delete_table_false_6558_1525468714', 'delete_table_false_6558_1525469168', 'delete_table_false_6560_1525468291', 'delete_table_false_6560_1525468790', 'delete_table_false_6561_1525468511', 'delete_table_false_6561_1525468952', 'delete_table_false_6564_1525473625', 'delete_table_false_6564_1525474113', 'delete_table_false_6566_1525475293', 'delete_table_false_6566_1525475783', 'delete_table_false_6567_1525478027', 'delete_table_false_6567_1525478473', 'delete_table_false_6569_1525478576', 'delete_table_false_6569_1525479038', 'delete_table_false_6570_1525485234', 'delete_table_false_6570_1525485657', 'delete_table_false_6571_1525491333', 'delete_table_false_6571_1525491755', 'delete_table_false_6573_1525728677', 'delete_table_false_6573_1525729142', 'delete_table_false_6577_1525740362', 'delete_table_false_6577_1525740876', 'delete_table_false_6578_1525799792', 'delete_table_false_6578_1525800246', 'delete_table_false_6579_1525802803', 'delete_table_false_6579_1525803243', 'delete_table_false_6581_1525802729', 'delete_table_false_6581_1525803194', 'delete_table_false_6586_1525811569', 'delete_table_false_6586_1525812040', 'delete_table_false_6592_1525903432', 'delete_table_false_6592_1525903899', 'delete_table_false_6594_1525907350', 'delete_table_false_6594_1525907803', 'delete_table_false_6596_1525985633', 'delete_table_false_6596_1525985999', 'delete_table_false_6604_1526401213', 'delete_table_false_6604_1526401615', 'delete_table_false_6605_1526402088', 'delete_table_false_6605_1526402450', 'delete_table_false_6618_1526501548', 'delete_table_false_6618_1526501967', 'delete_table_false_6621_1526505709', 'delete_table_false_6621_1526506052', 'delete_table_false_6623_1526509319', 'delete_table_false_6623_1526509669', 'delete_table_false_6627_1526581916', 'delete_table_false_6627_1526582312', 'delete_table_false_6630_1526586779', 'delete_table_false_6630_1526587104', 'delete_table_false_6631_1526586935', 'delete_table_false_6631_1526587240', 'delete_table_false_6639_1526668459', 'delete_table_false_6639_1526668756', 'delete_table_false_6640_1526671787', 'delete_table_false_6640_1526672116', 'delete_table_false_6643_1526920851', 'delete_table_false_6643_1526921185', 'delete_table_false_6645_1526935422', 'delete_table_false_6645_1526935759', 'delete_table_false_6646_1526935400', 'delete_table_false_6646_1526935756', 'delete_table_false_6648_1526944985', 'delete_table_false_6648_1526945311', 'delete_table_false_6654_1526945798', 'delete_table_false_6654_1526946108', 'delete_table_false_6659_1527009460', 'delete_table_false_6659_1527009782', 'delete_table_false_6665_1527016160', 'delete_table_false_6665_1527016507', 'delete_table_false_6666_1527017756', 'delete_table_false_6666_1527018054', 'delete_table_false_6667_1527020183', 'delete_table_false_6667_1527020521', 'delete_table_false_6668_1527020176', 'delete_table_false_6668_1527020506', 'delete_table_false_6669_1527022417', 'delete_table_false_6669_1527022735', 'delete_table_false_6670_1527023221', 'delete_table_false_6670_1527023518', 'delete_table_false_6672_1527023278', 'delete_table_false_6672_1527023569', 'delete_table_false_6673_1527024713', 'delete_table_false_6673_1527025056', 'delete_table_false_6674_1527031326', 'delete_table_false_6674_1527031604', 'delete_table_false_6676_1527031375', 'delete_table_false_6676_1527031669', 'delete_table_false_6681_1527095266', 'delete_table_false_6681_1527095558', 'delete_table_false_6682_1527097388', 'delete_table_false_6682_1527097653', 'delete_table_false_6686_1527099801', 'delete_table_false_6686_1527100065', 'delete_table_false_6687_1527110039', 'delete_table_false_6687_1527110327', 'delete_table_false_6688_1527111357', 'delete_table_false_6688_1527111663', 'delete_table_false_6692_1527115726', 'delete_table_false_6692_1527116010', 'delete_table_false_6694_1527116804', 'delete_table_false_6694_1527117076', 'delete_table_false_6696_1527116853', 'delete_table_false_6696_1527117132', 'delete_table_false_6702_1527119484', 'delete_table_false_6702_1527119758', 'delete_table_false_6709_1527178989', 'delete_table_false_6709_1527179257', 'delete_table_false_6712_1527182997', 'delete_table_false_6712_1527183278', 'delete_table_false_6714_1527184795', 'delete_table_false_6714_1527185089', 'delete_table_false_6715_1527188380', 'delete_table_false_6715_1527188668', 'delete_table_false_6716_1527192958', 'delete_table_false_6716_1527193234', 'delete_table_false_6717_1527196327', 'delete_table_false_6717_1527196632', 'delete_table_false_6724_1527597667', 'delete_table_false_6724_1527597953', 'delete_table_false_6725_1527598885', 'delete_table_false_6725_1527599181', 'delete_table_false_6728_1527617802', 'delete_table_false_6728_1527618133', 'delete_table_false_6729_1527618510', 'delete_table_false_6729_1527618801', 'delete_table_false_6733_1527621652', 'delete_table_false_6733_1527621934', 'delete_table_false_6734_1527622990', 'delete_table_false_6734_1527623257', 'delete_table_false_6739_1527624434', 'delete_table_false_6739_1527624731', 'delete_table_false_6740_1527623884', 'delete_table_false_6740_1527624202', 'delete_table_false_6742_1527625224', 'delete_table_false_6742_1527625494', 'delete_table_false_6744_1527628765', 'delete_table_false_6744_1527629138', 'delete_table_false_6747_1527637362', 'delete_table_false_6747_1527637646', 'delete_table_false_6751_1527703769', 'delete_table_false_6751_1527704102', 'delete_table_false_6754_1527708779', 'delete_table_false_6754_1527709089', 'delete_table_false_6756_1527710435', 'delete_table_false_6756_1527710729', 'delete_table_false_6761_1527719581', 'delete_table_false_6761_1527719867', 'delete_table_false_6763_1527723042', 'delete_table_false_6763_1527723319', 'delete_table_false_6766_1527772909', 'delete_table_false_6766_1527773271', 'delete_table_false_6767_1527775317', 'delete_table_false_6767_1527775622', 'delete_table_false_6771_1527787910', 'delete_table_false_6771_1527788204', 'delete_table_false_6773_1527789024', 'delete_table_false_6773_1527789313', 'delete_table_false_6774_1527789187', 'delete_table_false_6774_1527789439', 'delete_table_false_6775_1527789288', 'delete_table_false_6775_1527789570', 'delete_table_false_6777_1527793948', 'delete_table_false_6777_1527794280', 'delete_table_false_6781_1527798222', 'delete_table_false_6781_1527798550', 'delete_table_false_6783_1527895548', 'delete_table_false_6783_1527895851', 'delete_table_false_6785_1528132687', 'delete_table_false_6785_1528133023', 'delete_table_false_6787_1528134781', 'delete_table_false_6787_1528135115', 'delete_table_false_6791_1528227033', 'delete_table_false_6791_1528227370', 'delete_table_false_6792_1528227470', 'delete_table_false_6792_1528227764', 'delete_table_false_6793_1528231273', 'delete_table_false_6793_1528231579', 'delete_table_false_6797_1528233312', 'delete_table_false_6797_1528233645', 'delete_table_false_6802_1528242852', 'delete_table_false_6802_1528243132', 'delete_table_false_6803_1528303026', 'delete_table_false_6803_1528303298', 'delete_table_false_6807_1528314136', 'delete_table_false_6807_1528314445', 'delete_table_false_6809_1528320612', 'delete_table_false_6809_1528320902', 'delete_table_false_6811_1528322692', 'delete_table_false_6811_1528323003', 'delete_table_false_6814_1528390800', 'delete_table_false_6814_1528391098', 'delete_table_false_6815_1528391032', 'delete_table_false_6815_1528391333', 'delete_table_false_6816_1528390935', 'delete_table_false_6816_1528391245', 'delete_table_false_6817_1528392184', 'delete_table_false_6817_1528392502', 'delete_table_false_6819_1528393275', 'delete_table_false_6819_1528393603', 'delete_table_false_6820_1528393553', 'delete_table_false_6820_1528393851', 'delete_table_false_6824_1528408321', 'delete_table_false_6824_1528408604', 'delete_table_false_6828_1528479233', 'delete_table_false_6828_1528479514', 'delete_table_false_6829_1528480060', 'delete_table_false_6829_1528480357', 'delete_table_false_6832_1528493505', 'delete_table_false_6832_1528493794', 'delete_table_false_6834_1528734522', 'delete_table_false_6834_1528734820', 'delete_table_false_6837_1528736744', 'delete_table_false_6837_1528737049', 'delete_table_false_6838_1528742390', 'delete_table_false_6838_1528742671', 'delete_table_false_6839_1528742558', 'delete_table_false_6839_1528742835', 'delete_table_false_6850_1528760847', 'delete_table_false_6850_1528761119', 'delete_table_false_6852_1528761445', 'delete_table_false_6852_1528761740', 'delete_table_false_6854_1528761883', 'delete_table_false_6854_1528762171', 'delete_table_false_6856_1528768073', 'delete_table_false_6856_1528768358', 'delete_table_false_6861_1528820438', 'delete_table_false_6861_1528820729', 'delete_table_false_6862_1528820540', 'delete_table_false_6862_1528820824', 'delete_table_false_6864_1528823238', 'delete_table_false_6864_1528823546', 'delete_table_false_6867_1528826685', 'delete_table_false_6867_1528826960', 'delete_table_false_6872_1528828410', 'delete_table_false_6872_1528828678', 'delete_table_false_6873_1528833218', 'delete_table_false_6873_1528833563', 'delete_table_false_6883_1528923725', 'delete_table_false_6883_1528924055', 'delete_table_false_6886_1528941067', 'delete_table_false_6886_1528941355', 'delete_table_false_6888_1528986865', 'delete_table_false_6888_1528987168', 'delete_table_false_6895_1528994213', 'delete_table_false_6895_1528994505', 'delete_table_false_6898_1528995811', 'delete_table_false_6898_1528996150', 'delete_table_false_6899_1528995817', 'delete_table_false_6899_1528996148', 'delete_table_false_6905_1529004106', 'delete_table_false_6905_1529004553', 'delete_table_false_6906_1529004268', 'delete_table_false_6906_1529005059', 'delete_table_false_6908_1529008005', 'delete_table_false_6908_1529008488', 'delete_table_false_6911_1529008006', 'delete_table_false_6911_1529008581', 'delete_table_false_6919_1529078949', 'delete_table_false_6919_1529079326', 'delete_table_false_6922_1529093084', 'delete_table_false_6922_1529093632', 'delete_table_false_6924_1529096620', 'delete_table_false_6924_1529097054', 'delete_table_false_6925_1529098164', 'delete_table_false_6925_1529098814', 'delete_table_false_6933_1529344679', 'delete_table_false_6933_1529344996', 'delete_table_false_6941_1529427606', 'delete_table_false_6941_1529427902', 'delete_table_false_6943_1529525219', 'delete_table_false_6943_1529525601', 'delete_table_false_6949_1529545919', 'delete_table_false_6949_1529546182', 'delete_table_false_6956_1529619908', 'delete_table_false_6956_1529620270', 'delete_table_false_6958_1529619957', 'delete_table_false_6958_1529620287', 'delete_table_false_6959_1529626657', 'delete_table_false_6959_1529627023', 'delete_table_false_6964_1529685160', 'delete_table_false_6964_1529685436', 'delete_table_false_6966_1529688572', 'delete_table_false_6966_1529688856', 'delete_table_false_6970_1529692327', 'delete_table_false_6970_1529692616', 'delete_table_false_6974_1529696035', 'delete_table_false_6974_1529696338', 'delete_table_false_6992_1529960553', 'delete_table_false_6992_1529960894', 'delete_table_false_6993_1529960501', 'delete_table_false_6993_1529960861', 'delete_table_false_6995_1529961472', 'delete_table_false_6995_1529961776', 'delete_table_false_7011_1530120586', 'delete_table_false_7011_1530120897', 'delete_table_false_7013_1530129190', 'delete_table_false_7013_1530129694', 'delete_table_false_7015_1530137933', 'delete_table_false_7015_1530138383', 'delete_table_false_7025_1530219703', 'delete_table_false_7025_1530219993', 'delete_table_false_7029_1530222537', 'delete_table_false_7029_1530222826', 'delete_table_false_7040_1530308889', 'delete_table_false_7040_1530309231', 'delete_table_false_7060_1530549244', 'delete_table_false_7060_1530549556', 'delete_table_false_7064_1530559431', 'delete_table_false_7064_1530559709', 'delete_table_false_7070_1530639621', 'delete_table_false_7070_1530639925', 'delete_table_false_7076_1530660772', 'delete_table_false_7076_1530661029', 'delete_table_false_7110_1531180225', 'delete_table_false_7110_1531180498', 'delete_table_false_7110_1531184499', 'delete_table_false_7110_1531184756', 'delete_table_false_7117_1531241246', 'delete_table_false_7117_1531241543', 'delete_table_false_7120_1531244456', 'delete_table_false_7120_1531244723', 'delete_table_false_7121_1531244679', 'delete_table_false_7121_1531244949', 'delete_table_false_7126_1531263134', 'delete_table_false_7126_1531263409', 'delete_table_false_7128_1531266851', 'delete_table_false_7128_1531267100', 'delete_table_false_7136_1531331361', 'delete_table_false_7136_1531331635', 'delete_table_false_7142_1531342632', 'delete_table_false_7142_1531342886', 'delete_table_false_7147_1531348373', 'delete_table_false_7147_1531348646', 'delete_table_false_7161_1531408660', 'delete_table_false_7161_1531408925', 'delete_table_false_7162_1531408907', 'delete_table_false_7162_1531409173', 'delete_table_false_7165_1531415500', 'delete_table_false_7165_1531415786', 'delete_table_false_7171_1531432081', 'delete_table_false_7171_1531432342', 'delete_table_false_7172_1531432422', 'delete_table_false_7172_1531432657', 'delete_table_false_7173_1531433338', 'delete_table_false_7173_1531433579', 'delete_table_false_7175_1531434075', 'delete_table_false_7175_1531434315', 'delete_table_false_7177_1531439332', 'delete_table_false_7177_1531439593', 'delete_table_false_7179_1531453948', 'delete_table_false_7179_1531454224', 'delete_table_false_7180_1531455140', 'delete_table_false_7180_1531455390', 'delete_table_false_7181_1531492486', 'delete_table_false_7181_1531492745', 'delete_table_false_7183_1531501182', 'delete_table_false_7183_1531501483', 'delete_table_false_7192_1531507038', 'delete_table_false_7192_1531507300', 'delete_table_false_7193_1531507061', 'delete_table_false_7193_1531507326', 'delete_table_false_7198_1531512172', 'delete_table_false_7198_1531512442', 'delete_table_false_7202_1531517048', 'delete_table_false_7202_1531517308', 'delete_table_false_7207_1531529587', 'delete_table_false_7207_1531529836', 'delete_table_false_7212_1531710860', 'delete_table_false_7212_1531711137', 'delete_table_false_7215_1531712260', 'delete_table_false_7215_1531712526', 'delete_table_false_7217_1531714030', 'delete_table_false_7217_1531714280', 'delete_table_false_7224_1531761228', 'delete_table_false_7224_1531761496', 'delete_table_false_7227_1531768309', 'delete_table_false_7227_1531768611', 'delete_table_false_7228_1531768371', 'delete_table_false_7228_1531768643', 'delete_table_false_7230_1531771879', 'delete_table_false_7230_1531772152', 'delete_table_false_7231_1531772762', 'delete_table_false_7231_1531773018', 'delete_table_false_7233_1531773469', 'delete_table_false_7233_1531773724', 'delete_table_false_7234_1531774221', 'delete_table_false_7234_1531774470', 'delete_table_false_7238_1531780833', 'delete_table_false_7238_1531781088', 'delete_table_false_7240_1531782378', 'delete_table_false_7240_1531782643', 'delete_table_false_7246_1531851573', 'delete_table_false_7246_1531851868', 'delete_table_false_7248_1531854732', 'delete_table_false_7248_1531855004', 'delete_table_false_7249_1531854810', 'delete_table_false_7249_1531855076', 'delete_table_false_7250_1531859047', 'delete_table_false_7250_1531859312', 'delete_table_false_7278_1531947056', 'delete_table_false_7278_1531947352', 'delete_table_false_7280_1531948627', 'delete_table_false_7280_1531948890', 'delete_table_false_7284_1531951530', 'delete_table_false_7284_1531951788', 'delete_table_false_7285_1531952074', 'delete_table_false_7285_1531952340', 'delete_table_false_7287_1531953135', 'delete_table_false_7287_1531953383', 'delete_table_false_7299_1532030317', 'delete_table_false_7299_1532030598', 'delete_table_false_7301_1532030273', 'delete_table_false_7301_1532030524', 'delete_table_false_7304_1532031852', 'delete_table_false_7304_1532032120', 'delete_table_false_7314_1532107034', 'delete_table_false_7314_1532107285', 'delete_table_false_7320_1532123523', 'delete_table_false_7320_1532123798', 'delete_table_false_7324_1532125596', 'delete_table_false_7324_1532125851', 'delete_table_false_7333_1532278748', 'delete_table_false_7333_1532279027', 'delete_table_false_7333_1532283936', 'delete_table_false_7333_1532284204', 'delete_table_false_7341_1532370704', 'delete_table_false_7341_1532370983', 'delete_table_false_7345_1532378441', 'delete_table_false_7345_1532378742', 'delete_table_false_7351_1532385960', 'delete_table_false_7351_1532386218', 'delete_table_false_7359_1532389247', 'delete_table_false_7359_1532389507', 'delete_table_false_7367_1532446034', 'delete_table_false_7367_1532446299', 'delete_table_false_7370_1532452981', 'delete_table_false_7370_1532453269', 'delete_table_false_7388_1532537414', 'delete_table_false_7388_1532537671', 'delete_table_false_7396_1532542784', 'delete_table_false_7396_1532543091', 'delete_table_false_7397_1532543532', 'delete_table_false_7397_1532543914', 'delete_table_false_7398_1532543621', 'delete_table_false_7398_1532543943', 'delete_table_false_7405_1532553948', 'delete_table_false_7405_1532554229', 'delete_table_false_7418_1532625477', 'delete_table_false_7418_1532625773', 'delete_table_false_7428_1532629228', 'delete_table_false_7428_1532629499', 'delete_table_false_7428_1532633791', 'delete_table_false_7428_1532634048', 'delete_table_false_7429_1532629486', 'delete_table_false_7429_1532629755', 'delete_table_false_7434_1532630517', 'delete_table_false_7434_1532630779', 'delete_table_false_7437_1532631260', 'delete_table_false_7437_1532631505', 'delete_table_false_7441_1532633749', 'delete_table_false_7441_1532634013', 'delete_table_false_7450_1532637208', 'delete_table_false_7450_1532637467', 'delete_table_false_7463_1532713124', 'delete_table_false_7463_1532713386', 'delete_table_false_7468_1532714600', 'delete_table_false_7468_1532714848', 'delete_table_false_7470_1532715160', 'delete_table_false_7470_1532715423', 'delete_table_false_7471_1532716703', 'delete_table_false_7471_1532716964', 'delete_table_false_7479_1532965395', 'delete_table_false_7479_1532965683', 'delete_table_false_7481_1532973342', 'delete_table_false_7481_1532973594', 'delete_table_false_7482_1532973411', 'delete_table_false_7482_1532973656', 'delete_table_false_7483_1532973451', 'delete_table_false_7483_1532973697', 'delete_table_false_7490_1532978039', 'delete_table_false_7490_1532978297', 'delete_table_false_7491_1532979092', 'delete_table_false_7491_1532979353', 'delete_table_false_7496_1532990695', 'delete_table_false_7496_1532990967', 'delete_table_false_7501_1533061545', 'delete_table_false_7501_1533061838', 'delete_table_false_7505_1533062439', 'delete_table_false_7505_1533062690', 'delete_table_false_7509_1533071433', 'delete_table_false_7509_1533071689', 'delete_table_false_7511_1533071661', 'delete_table_false_7511_1533071926', 'delete_table_false_7514_1533073236', 'delete_table_false_7514_1533073491', 'delete_table_false_7524_1533137609', 'delete_table_false_7524_1533137873', 'delete_table_false_7525_1533144934', 'delete_table_false_7525_1533145211', 'delete_table_false_7526_1533167738', 'delete_table_false_7526_1533168008', 'delete_table_false_7533_1533219433', 'delete_table_false_7533_1533219693', 'delete_table_false_7534_1533224206', 'delete_table_false_7534_1533224468', 'delete_table_false_7536_1533224860', 'delete_table_false_7536_1533225128', 'delete_table_false_7537_1533225981', 'delete_table_false_7537_1533226279', 'delete_table_false_7540_1533228436', 'delete_table_false_7540_1533228711', 'delete_table_false_7543_1533234165', 'delete_table_false_7543_1533234442', 'delete_table_false_7549_1533237898', 'delete_table_false_7549_1533238189', 'delete_table_false_7553_1533243222', 'delete_table_false_7553_1533243499', 'delete_table_false_7554_1533243184', 'delete_table_false_7554_1533243463', 'delete_table_false_7556_1533248762', 'delete_table_false_7556_1533249047', 'delete_table_false_7563_1533305802', 'delete_table_false_7563_1533306098', 'delete_table_false_7566_1533306582', 'delete_table_false_7566_1533306861', 'delete_table_false_7567_1533306770', 'delete_table_false_7567_1533307046', 'delete_table_false_7568_1533307053', 'delete_table_false_7568_1533307333', 'delete_table_false_7569_1533311016', 'delete_table_false_7569_1533311290', 'delete_table_false_7586_1533580191', 'delete_table_false_7586_1533580554', 'delete_table_false_7588_1533580599', 'delete_table_false_7588_1533580886', 'delete_table_false_7589_1533580755', 'delete_table_false_7589_1533581040', 'delete_table_false_7591_1533581698', 'delete_table_false_7591_1533582022', 'delete_table_false_7592_1533581724', 'delete_table_false_7592_1533582001', 'delete_table_false_7593_1533581757', 'delete_table_false_7593_1533582044', 'delete_table_false_7594_1533581843', 'delete_table_false_7594_1533582110', 'delete_table_false_7598_1533586364', 'delete_table_false_7598_1533586669', 'delete_table_false_7601_1533587067', 'delete_table_false_7601_1533587374', 'delete_table_false_7602_1533587198', 'delete_table_false_7602_1533587478', 'delete_table_false_7603_1533587292', 'delete_table_false_7603_1533587578', 'delete_table_false_7609_1533599133', 'delete_table_false_7609_1533599405', 'delete_table_false_7611_1533599307', 'delete_table_false_7611_1533599568', 'delete_table_false_7615_1533645595', 'delete_table_false_7615_1533645865', 'delete_table_false_7623_1533659941', 'delete_table_false_7623_1533660226', 'delete_table_false_7632_1533746907', 'delete_table_false_7632_1533747216', 'delete_table_false_7638_1533763570', 'delete_table_false_7638_1533763846', 'delete_table_false_7640_1533766575', 'delete_table_false_7640_1533766858', 'delete_table_false_7645_1533835320', 'delete_table_false_7645_1533835594', 'delete_table_false_7658_1533930408', 'delete_table_false_7658_1533930715', 'delete_table_false_7660_1533931664', 'delete_table_false_7660_1533931951', 'delete_table_false_7665_1533941104', 'delete_table_false_7665_1533941396', 'delete_table_false_7675_1534202172', 'delete_table_false_7675_1534202506', 'delete_table_false_7678_1534203519', 'delete_table_false_7678_1534203797', 'delete_table_false_7682_1534268712', 'delete_table_false_7682_1534268999', 'delete_table_false_7689_1534278232', 'delete_table_false_7689_1534278528', 'delete_table_false_7690_1534280181', 'delete_table_false_7690_1534280526', 'delete_table_false_7700_1534389383', 'delete_table_false_7700_1534389676', 'delete_table_false_7711_1534438554', 'delete_table_false_7711_1534439039', 'delete_table_false_7713_1534438754', 'delete_table_false_7713_1534439186', 'delete_table_false_7716_1534441397', 'delete_table_false_7716_1534441677', 'delete_table_false_7720_1534445531', 'delete_table_false_7720_1534445815', 'delete_table_false_7722_1534447580', 'delete_table_false_7722_1534447899', 'delete_table_false_7728_1534525886', 'delete_table_false_7728_1534526261', 'delete_table_false_7731_1534541013', 'delete_table_false_7731_1534541307', 'delete_table_false_7739_1534781218', 'delete_table_false_7739_1534781512', 'delete_table_false_7741_1534781395', 'delete_table_false_7741_1534781659', 'delete_table_false_7742_1534781393', 'delete_table_false_7742_1534781679', 'delete_table_false_7742_1534787007', 'delete_table_false_7742_1534787268', 'delete_table_false_7744_1534782080', 'delete_table_false_7744_1534782342', 'delete_table_false_7750_1534794278', 'delete_table_false_7750_1534794571', 'delete_table_false_7754_1534865113', 'delete_table_false_7754_1534865388', 'delete_table_false_7756_1534874199', 'delete_table_false_7756_1534874481', 'delete_table_false_7761_1534880557', 'delete_table_false_7761_1534880856', 'delete_table_false_7763_1534880559', 'delete_table_false_7763_1534880814', 'delete_table_false_7766_1534882683', 'delete_table_false_7766_1534882966', 'delete_table_false_7768_1534885915', 'delete_table_false_7768_1534886244', 'delete_table_false_7772_1534890667', 'delete_table_false_7772_1534890940', 'delete_table_false_7773_1534891847', 'delete_table_false_7773_1534892143', 'delete_table_false_7777_1534956436', 'delete_table_false_7777_1534956772', 'delete_table_false_7781_1534961997', 'delete_table_false_7781_1534962288', 'delete_table_false_7782_1534964000', 'delete_table_false_7782_1534964289', 'delete_table_false_7793_1535134199', 'delete_table_false_7793_1535134515', 'delete_table_false_7801_1535386559', 'delete_table_false_7801_1535386850', 'delete_table_false_7805_1535395465', 'delete_table_false_7805_1535395732', 'delete_table_false_7806_1535396155', 'delete_table_false_7806_1535396409', 'delete_table_false_7815_1535471730', 'delete_table_false_7815_1535472001', 'delete_table_false_7825_1535508536', 'delete_table_false_7825_1535508800', 'delete_table_false_7826_1535508493', 'delete_table_false_7826_1535508749', 'delete_table_false_7832_1535561095', 'delete_table_false_7832_1535561364', 'delete_table_false_7834_1535562885', 'delete_table_false_7834_1535563153', 'delete_table_false_7835_1535562916', 'delete_table_false_7835_1535563171', 'delete_table_false_7840_1535569670', 'delete_table_false_7840_1535569938', 'delete_table_false_7845_1535580659', 'delete_table_false_7845_1535580953', 'delete_table_false_7853_1535637774', 'delete_table_false_7853_1535638100', 'delete_table_false_7855_1535641794', 'delete_table_false_7855_1535642055', 'delete_table_false_7857_1535644707', 'delete_table_false_7857_1535644969', 'delete_table_false_7859_1535647707', 'delete_table_false_7859_1535647990', 'delete_table_false_7862_1535658062', 'delete_table_false_7862_1535658448', 'delete_table_false_7878_1535820926', 'delete_table_false_7878_1535821209', 'delete_table_false_7891_1535991594', 'delete_table_false_7891_1535991892', 'delete_table_false_7891_1535996705', 'delete_table_false_7891_1535996966', 'delete_table_false_7896_1535998294', 'delete_table_false_7896_1535998567', 'delete_table_false_7900_1536020505', 'delete_table_false_7900_1536020780', 'delete_table_false_7900_1536024991', 'delete_table_false_7900_1536025261', 'delete_table_false_7904_1536075779', 'delete_table_false_7904_1536076091', 'delete_table_false_7908_1536096904', 'delete_table_false_7908_1536097245', 'delete_table_false_7912_1536180738', 'delete_table_false_7912_1536181035', 'delete_table_false_7918_1536248320', 'delete_table_false_7918_1536248644', 'delete_table_false_7922_1536251108', 'delete_table_false_7922_1536251387', 'delete_table_false_7930_1536329693', 'delete_table_false_7930_1536329984', 'delete_table_false_7932_1536329850', 'delete_table_false_7932_1536330143', 'delete_table_false_7936_1536337153', 'delete_table_false_7936_1536337425', 'delete_table_false_7937_1536337137', 'delete_table_false_7937_1536337428', 'delete_table_false_7939_1536340532', 'delete_table_false_7939_1536340811', 'delete_table_false_7944_1536347241', 'delete_table_false_7944_1536347532', 'delete_table_false_7955_1536609836', 'delete_table_false_7955_1536610140', 'delete_table_false_7958_1536621130', 'delete_table_false_7958_1536621425', 'delete_table_false_7962_1536639623', 'delete_table_false_7962_1536639891', 'delete_table_false_7977_1536683895', 'delete_table_false_7977_1536684162', 'delete_table_false_7978_1536683900', 'delete_table_false_7978_1536684162', 'delete_table_false_7984_1536689095', 'delete_table_false_7984_1536689370', 'delete_table_false_7985_1536688977', 'delete_table_false_7985_1536689253', 'delete_table_false_7987_1536689406', 'delete_table_false_7987_1536689683', 'delete_table_false_7988_1536689387', 'delete_table_false_7988_1536689634', 'delete_table_false_7991_1536689496', 'delete_table_false_7991_1536689756', 'delete_table_false_7997_1536692904', 'delete_table_false_7997_1536693188', 'delete_table_false_7998_1536693252', 'delete_table_false_7998_1536693517', 'delete_table_false_8000_1536693335', 'delete_table_false_8000_1536693611', 'delete_table_false_8007_1536697708', 'delete_table_false_8007_1536697975', 'delete_table_false_8010_1536698712', 'delete_table_false_8010_1536698981', 'delete_table_false_8019_1536701203', 'delete_table_false_8019_1536701478', 'delete_table_false_8030_1536711446', 'delete_table_false_8030_1536711718', 'delete_table_false_8050_1536769546', 'delete_table_false_8050_1536769834', 'delete_table_false_8051_1536769627', 'delete_table_false_8051_1536769882', 'delete_table_false_8052_1536769608', 'delete_table_false_8052_1536769875', 'delete_table_false_8060_1536775560', 'delete_table_false_8060_1536775880', 'delete_table_false_8064_1536777772', 'delete_table_false_8064_1536778074', 'delete_table_false_8068_1536778832', 'delete_table_false_8068_1536779112', 'delete_table_false_8071_1536780137', 'delete_table_false_8071_1536780412', 'delete_table_false_8073_1536780255', 'delete_table_false_8073_1536780519', 'delete_table_false_8079_1536783232', 'delete_table_false_8079_1536783508', 'delete_table_false_8080_1536783288', 'delete_table_false_8080_1536783560', 'delete_table_false_8081_1536783229', 'delete_table_false_8081_1536783502', 'delete_table_false_8082_1536783413', 'delete_table_false_8082_1536783673', 'delete_table_false_8085_1536783967', 'delete_table_false_8087_1536784576', 'delete_table_false_8087_1536784849', 'delete_table_false_8096_1536790286', 'delete_table_false_8096_1536790584', 'delete_table_false_8098_1536790883', 'delete_table_false_8099_1536790901', 'delete_table_false_8100_1536790954', 'delete_table_false_8106_1536791680', 'delete_table_false_8106_1536791949', 'delete_table_false_8108_1536792057', 'delete_table_false_8108_1536792356', 'delete_table_false_8110_1536794322', 'delete_table_false_8110_1536794611', 'delete_table_false_8111_1536795522', 'delete_table_false_8111_1536795807', 'delete_table_false_8119_1536861650', 'delete_table_false_8119_1536861934', 'delete_table_false_8127_1536871244', 'delete_table_false_8127_1536871562', 'delete_table_false_8146_1536948935', 'delete_table_false_8146_1536949214', 'delete_table_false_8148_1536950166', 'delete_table_false_8148_1536950423', 'delete_table_false_8149_1536950380', 'delete_table_false_8149_1536950645', 'delete_table_false_8150_1536950392', 'delete_table_false_8150_1536950648', 'delete_table_false_8151_1536950487', 'delete_table_false_8151_1536950766', 'delete_table_false_8152_1536950541', 'delete_table_false_8152_1536950818', 'delete_table_false_8153_1536950545', 'delete_table_false_8153_1536950844', 'delete_table_false_8164_1536953772', 'delete_table_false_8164_1536954054', 'delete_table_false_8168_1536955763', 'delete_table_false_8168_1536956055', 'delete_table_false_8170_1536956790', 'delete_table_false_8170_1536957058', 'delete_table_false_8176_1536975111', 'delete_table_false_8176_1536975381', 'delete_table_false_8182_1537197679', 'delete_table_false_8182_1537197974', 'delete_table_false_8187_1537203878', 'delete_table_false_8187_1537204157', 'delete_table_false_8188_1537204009', 'delete_table_false_8188_1537204295', 'delete_table_false_8192_1537205499', 'delete_table_false_8192_1537205782', 'delete_table_false_8194_1537205697', 'delete_table_false_8194_1537205979', 'delete_table_false_8202_1537210482', 'delete_table_false_8202_1537210763', 'delete_table_false_8202_1537211862', 'delete_table_false_8202_1537212124', 'delete_table_false_8205_1537211910', 'delete_table_false_8205_1537212165', 'delete_table_false_8205_1537213263', 'delete_table_false_8205_1537213579', 'delete_table_false_8207_1537217159', 'delete_table_false_8207_1537217431', 'delete_table_false_8207_1537218545', 'delete_table_false_8207_1537218809', 'delete_table_false_8209_1537218203', 'delete_table_false_8209_1537218482', 'delete_table_false_8213_1537219115', 'delete_table_false_8213_1537219389', 'delete_table_false_8213_1537220459', 'delete_table_false_8213_1537220744', 'delete_table_false_8224_1537238733', 'delete_table_false_8224_1537239006', 'delete_table_false_8231_1537239825', 'delete_table_false_8231_1537240103', 'delete_table_false_8238_1537302936', 'delete_table_false_8238_1537303262', 'delete_table_false_8240_1537306002', 'delete_table_false_8240_1537306282', 'delete_table_false_8243_1537309895', 'delete_table_false_8243_1537310179', 'delete_table_false_8251_1537360654', 'delete_table_false_8251_1537360932', 'delete_table_false_8269_1537379670', 'delete_table_false_8269_1537379960', 'delete_table_false_8274_1537385453', 'delete_table_false_8274_1537385736', 'delete_table_false_8276_1537389379', 'delete_table_false_8276_1537389674', 'delete_table_false_8279_1537392649', 'delete_table_false_8279_1537393028', 'delete_table_false_8287_1537462646', 'delete_table_false_8287_1537462916', 'delete_table_false_8287_1537466411', 'delete_table_false_8287_1537466763', 'delete_table_false_8290_1537463128', 'delete_table_false_8290_1537463442', 'delete_table_false_8292_1537468900', 'delete_table_false_8292_1537469193', 'delete_table_false_8293_1537468958', 'delete_table_false_8293_1537469235', 'delete_table_false_8299_1537474881', 'delete_table_false_8299_1537475173', 'delete_table_false_8301_1537475588', 'delete_table_false_8301_1537475862', 'delete_table_false_8314_1537543945', 'delete_table_false_8314_1537544245', 'delete_table_false_8326_1537544984', 'delete_table_false_8326_1537545272', 'delete_table_false_8331_1537548251', 'delete_table_false_8331_1537548535', 'delete_table_false_8339_1537557949', 'delete_table_false_8339_1537558235', 'delete_table_false_8340_1537558779', 'delete_table_false_8340_1537559045', 'delete_table_false_8341_1537558869', 'delete_table_false_8341_1537559167', 'delete_table_false_8343_1537576404', 'delete_table_false_8343_1537576689', 'delete_table_false_8344_1537577473', 'delete_table_false_8344_1537577751', 'delete_table_false_8345_1537577476', 'delete_table_false_8345_1537577738', 'delete_table_false_8346_1537577456', 'delete_table_false_8346_1537577750', 'delete_table_false_8354_1537620226', 'delete_table_false_8354_1537620516', 'delete_table_false_8355_1537620232', 'delete_table_false_8355_1537620510', 'delete_table_false_8356_1537620171', 'delete_table_false_8356_1537620475', 'delete_table_false_8363_1537734979', 'delete_table_false_8363_1537735247', 'delete_table_false_8386_1537898554', 'delete_table_false_8386_1537898862', 'delete_table_false_8387_1537899145', 'delete_table_false_8387_1537899403', 'delete_table_false_8388_1537899126', 'delete_table_false_8388_1537899397', 'delete_table_false_8389_1537899138', 'delete_table_false_8389_1537899394', 'delete_table_false_8390_1537899222', 'delete_table_false_8390_1537899510', 'delete_table_false_8391_1537899216', 'delete_table_false_8391_1537899485', 'delete_table_false_8392_1537899222', 'delete_table_false_8392_1537899491', 'delete_table_false_8393_1537899256', 'delete_table_false_8393_1537899516', 'delete_table_false_8394_1537899325', 'delete_table_false_8394_1537899612', 'delete_table_true_1515538238207', 'dest_dataset_1521666034110', 'dml_tests_1508978066267', 'dml_tests_1515611761770', 'dml_tests_2972_1503348563', 'dml_tests_3026_1503508432', 'dml_tests_3808_1508197141', 'eu_load_file_1522097331279', 'gcloud_logging_test036bdb30_b028_11e7_b1be_6dd9a8925e4d', 'gcloud_logging_test0dd5b820_b028_11e7_9285_333caaadfa9c', 'gcloud_logging_test0e047e50_b35f_11e7_a73e_713cdaac2f0a', 'gcloud_logging_test0f069a20_b361_11e7_8c7c_fdf279a86d05', 'gcloud_logging_test227b8750_b361_11e7_ab01_f9b2ed96217f', 'gcloud_logging_test232a01b1_b35f_11e7_b108_ed23734cf033', 'gcloud_logging_test249461d0_b288_11e7_a540_27ed8ee1e8d6', 'gcloud_logging_test285e2b50_b028_11e7_a4da_d17bc64d3da6', 'gcloud_logging_test309fad20_b361_11e7_a9e8_d3c79a7bae1e', 'gcloud_logging_test31cec220_af8e_11e7_92b4_a7a300f458ec', 'gcloud_logging_test3b991fe0_b361_11e7_b705_eb3792b0a38e', 'gcloud_logging_test3bebc3e0_b289_11e7_aa74_7d30cb92020f', 'gcloud_logging_test4395a650_b361_11e7_b6c2_8d35f407c254', 'gcloud_logging_test44dba5c0_b35f_11e7_8ed2_af1821bde956', 'gcloud_logging_test4ad1da20_b289_11e7_91b2_f50d82071f69', 'gcloud_logging_test4b360880_af7b_11e7_9640_77d2b892cb25', 'gcloud_logging_test5533fec0_b361_11e7_9010_e36ed01a3c6f', 'gcloud_logging_test5c8dcee0_b027_11e7_9486_2f7fc86cf120', 'gcloud_logging_test5d371e50_b284_11e7_b290_ff799d9541fa', 'gcloud_logging_test65a00e30_b360_11e7_9075_c7a0701b300b', 'gcloud_logging_test6b1d8ae0_b360_11e7_b5b4_3fd600d883d4', 'gcloud_logging_test73fc6590_b361_11e7_a932_b3daf723e601', 'gcloud_logging_test8612e440_af7c_11e7_be4b_69cbbd128114', 'gcloud_logging_test8a3a86f0_b287_11e7_af0b_af226746f777', 'gcloud_logging_test988656f0_b361_11e7_b915_d9a7ec12b394', 'gcloud_logging_test9daeaec0_b361_11e7_8ffa_85314c7afa90', 'gcloud_logging_testa3c6da40_b360_11e7_9561_97c90f4418b8', 'gcloud_logging_testaf803530_af7c_11e7_a63d_278912bcf4a7', 'gcloud_logging_testb9f9e7f0_b35e_11e7_adf6_b510f76cbcc5', 'gcloud_logging_testbb50c770_b284_11e7_b808_ff7516e367cd', 'gcloud_logging_testc0d21b50_af7c_11e7_b779_99531bbc9260', 'gcloud_logging_testc1e01550_b360_11e7_a6f2_4f9555b5fe9d', 'gcloud_logging_testc5eeec50_af7a_11e7_9ed8_7d05211c9218', 'gcloud_logging_testc71a89e0_b281_11e7_bc2c_13ba721e8bfe', 'gcloud_logging_testc78dbd50_af7c_11e7_9785_b32f1649c967', 'gcloud_logging_testc8bfebb0_b361_11e7_b88a_8199c8de2904', 'gcloud_logging_testd0c95750_b349_11e7_abbd_69bd7a1bdda4', 'gcloud_logging_testd14418d0_b44a_11e7_a626_2199178063d7', 'gcloud_logging_teste5f25090_b35e_11e7_aec7_a107006e0c73', 'gcloud_logging_teste6e6d7d0_b360_11e7_8f3e_63e8fbdb773e', 'gcloud_logging_testf16d9d80_b35e_11e7_90b0_e969b89e8a06', 'gcloud_logging_testf33864f0_b2ba_11e7_ab78_77f8ad1419e4', 'gcloud_logging_testf397f5b0_af7b_11e7_b883_0922b5a8892c', 'gcloud_logging_testfc5778a0_b44a_11e7_a10f_47490e771844', 'gcp_5539', 'insert_data_then_dump_2966_1503345569', 'issue_2951_2996_1503423408', 'job_cancel_1515539387924', 'job_cancel_4541_1512415684', 'list_dataset_tables_dataset_1512415630186', 'list_rows_1522095191872', 'list_rows_1522095304826', 'list_rows_1522097311649', 'list_rows_1522097697638', 'list_rows_6065_1521665545', 'list_rows_6065_1521665586', 'list_rows_6065_1521665815', 'list_rows_6065_1521665857', 'list_rows_6094_1521842273', 'list_rows_6094_1521842389', 'list_rows_6095_1521842572', 'list_rows_6095_1521842667', 'list_rows_6104_1522082865', 'list_rows_6104_1522082982', 'list_rows_6107_1522093245', 'list_rows_6107_1522093517', 'list_rows_6107_1522093650', 'list_rows_6109_1522094798', 'list_rows_6109_1522094883', 'list_rows_6112_1522095569', 'list_rows_6112_1522095673', 'list_rows_6115_1522097351', 'list_rows_6115_1522097447', 'list_rows_6117_1522097311', 'list_rows_6117_1522097416', 'load_gcs_1517447574314', 'load_gcs_1517448483366', 'load_gcs_1517449486233', 'load_gcs_1517457045236', 'load_gcs_1517458132075', 'load_gcs_1517460362668', 'load_gcs_1517461160176', 'load_gcs_1517462899763', 'load_gcs_1517463162737', 'load_gcs_then_dump_1517440141450', 'load_gcs_then_dump_3188_1504871869', 'load_gcs_then_dump_4189_1510262329', 'load_gcs_then_dump_5736_1519840089', 'load_gcs_then_dump_5739_1519840084', 'load_gcs_then_dump_5862_1520442635', 'load_gcs_then_dump_5865_1520445533', 'load_gcs_then_dump_5867_1520447221', 'load_gcs_then_dump_5869_1520454980', 'load_gcs_then_dump_5874_1520459220', 'load_gcs_then_dump_6272_1523418022', 'load_gcs_then_dump_6793_1528231675', 'load_gcs_then_dump_8387_1537899237', 'load_gcs_then_extract_1515612624598', 'load_gcs_then_extract_1519594515444', 'load_gcs_then_extract_1519594690321', 'load_gcs_then_extract_3653_1507584001', 'load_gcs_then_extract_3792_1508185693', 'load_gcs_then_extract_4047_1509565483', 'load_gcs_then_extract_4687_1513020224', 'load_gcs_then_extract_4803_1513632388', 'load_gcs_then_extract_5594_1519173682', 'load_gcs_then_extract_5734_1519837705', 'load_gcs_then_extract_5864_1520444823', 'load_gcs_then_extract_5864_1520445251', 'load_gcs_then_extract_5867_1520447433', 'load_gcs_then_extract_7598_1533586671', 'load_local_then_dump_1512439284015', 'load_local_then_dump_1517464462080', 'load_local_then_dump_1519599083240', 'load_local_then_dump_2964_1503345004', 'load_local_then_dump_3503_1506439223', 'load_local_then_dump_3528_1506543753', 'load_local_then_dump_3559_1506720221', 'load_local_then_dump_6065_1521665564', 'load_local_then_dump_6065_1521665837', 'load_local_then_dump_6604_1526401760', 'load_local_then_dump_8207_1537218893', 'load_table_dataset_1521661862795', 'load_table_dataset_1521750346541', 'load_table_dataset_1527117684812', 'load_table_dataset_1536784268774', 'load_table_dataset_1536950984067', 'load_table_dataset_1536950984276', 'load_table_relax_column_1533589759884', 'nested_df_1518202213424', 'nested_df_1519691215395', 'nested_df_1519692282984', 'nested_df_1519692501483', 'nested_df_1519696889821', 'nested_df_1519697592365', 'nested_df_1519752352876', 'nested_df_1519755497834', 'nested_df_1519756505328', 'nested_df_1519759107122', 'nested_df_1519761558445', 'nested_df_1519761884941', 'nested_df_1519761919927', 'nested_df_1519761964575', 'nested_df_1519762044230', 'nested_df_1519762081134', 'nested_df_1519762198033', 'nested_df_1519762232513', 'nested_df_1519762331836', 'nested_df_1519762383314', 'nested_df_1521750966063', 'nested_df_1521751844564', 'nested_df_1521751903347', 'nested_df_1521752048646', 'nested_df_1521752108902', 'nested_df_6065_1521665575', 'nested_df_6065_1521665848', 'new_4541_1512415690', 'query_destination_table_1537218899488', 'query_external_table_1517433783318', 'query_external_table_1517433831543', 'query_external_table_1517435527705', 'query_external_table_1517435591563', 'query_external_table_1517435654272', 'query_external_table_1517435686633', 'query_external_table_4185_1510262332', 'query_external_table_4298_1510958300', 'query_external_table_5730_1519837734', 'query_external_table_5862_1520442274', 'query_external_table_5878_1520540297', 'query_external_table_6272_1523418028', 'source_dataset_1521661641149', 'source_dataset_1521666034449', 'system_testing_dataset_1516500731193', 'system_testing_dataset_1516503394117', 'system_testing_dataset_1516640009279', 'system_testing_dataset_1516640224658', 'system_testing_dataset_1516640430414', 'system_testing_dataset_1516640693159', 'system_testing_dataset_1516640889678', 'system_testing_dataset_1516641074565', 'system_testing_dataset_1516641309671', 'system_testing_dataset_1516641472837', 'system_testing_dataset_1516641771595', 'system_testing_dataset_1516641945804', 'system_testing_dataset_1516642048770', 'table_insert_rows_dataset_1522428092133', 'table_upload_from_file_dataset_1521694971680', 'temp_dataset_1521752328464', 'temp_dataset_1521752385121', 'temp_dataset_1521752589742', 'temp_dataset_1521752639276', 'update_dataset_4541_1512415766', 'wide_schema_8100_1536791057', 'wide_schema_8153_1536950959'] ```
1.0
BigQuery: leaked datasets from systests / snippets - Looking at the console for our CI project, I see numerous leaked tables: ```python >>> from pprint import pprint >>> from google.cloud.bigquery import Client >>> client = Client() >>> ds_ids = [ds.dataset_id for ds in client.list_datasets()] >>> pprint(ds_ids) ['bq_load_test_1517464273303', 'bq_load_test_1517464652136', 'bq_load_test_1517464769805', 'bq_load_test_1517465646039', 'bq_load_test_1517465791394', 'bq_load_test_1517466146255', 'bq_load_test_5728_1519837947', 'bq_load_test_5738_1519840079', 'bq_load_test_5864_1520444923', 'copy_table_1515538478649', 'copy_table_1515612277017', 'copy_table_1515614291953', 'copy_table_dataset_1519840582805', 'copy_table_dataset_1536950987573', 'create_dataset_1512416182668', 'create_table_3683_1507750163', 'create_table_nested_schema_1519768730786', 'create_table_nested_schema_2975_1503348977', 'create_table_nested_schema_6215_1522873095', 'dataset_name_1515979468888', 'delete_dataset_1508969099933', 'delete_table_dataset_1527117708399', 'delete_table_false_1515540384282', 'delete_table_false_1515540420321', 'delete_table_false_1515540486669', 'delete_table_false_1515605873551', 'delete_table_false_1515606134603', 'delete_table_false_1516826006764', 'delete_table_false_1516826364379', 'delete_table_false_1516829475422', 'delete_table_false_1516829801988', 'delete_table_false_1517201055896', 'delete_table_false_1517201436920', 'delete_table_false_1517203137412', 'delete_table_false_1517203637327', 'delete_table_false_1517204004675', 'delete_table_false_1517470381381', 'delete_table_false_1517504895002', 'delete_table_false_1517686600818', 'delete_table_false_1517686900240', 'delete_table_false_1517688124050', 'delete_table_false_1517688399389', 'delete_table_false_1517689820867', 'delete_table_false_1517690107913', 'delete_table_false_1517693766215', 'delete_table_false_1517694049872', 'delete_table_false_1518202059616', 'delete_table_false_1519594512480', 'delete_table_false_1519594687618', 'delete_table_false_1519594807365', 'delete_table_false_1519595257534', 'delete_table_false_1519598760891', 'delete_table_false_1519615578651', 'delete_table_false_1519615981767', 'delete_table_false_1519691118876', 'delete_table_false_1519763930903', 'delete_table_false_1519764287461', 'delete_table_false_1519765884013', 'delete_table_false_1519766512980', 'delete_table_false_1519837582196', 'delete_table_false_1519837927991', 'delete_table_false_1519859217037', 'delete_table_false_1520182453034', 'delete_table_false_1520182758687', 'delete_table_false_1520194344060', 'delete_table_false_1520194647163', 'delete_table_false_1521137656435', 'delete_table_false_1521652221231', 'delete_table_false_1521748889181', 'delete_table_false_1521749498530', 'delete_table_false_1521750806829', 'delete_table_false_1521822706506', 'delete_table_false_1522094566258', 'delete_table_false_1522095118545', 'delete_table_false_1522097238062', 'delete_table_false_1524776495656', 'delete_table_false_1530121623665', 'delete_table_false_1530640653721', 'delete_table_false_1533223309409', 'delete_table_false_1535566721702', 'delete_table_false_1535566982106', 'delete_table_false_1535641008853', 'delete_table_false_5127_1515618304', 'delete_table_false_5127_1515618571', 'delete_table_false_5128_1515618667', 'delete_table_false_5128_1515618926', 'delete_table_false_5129_1515620924', 'delete_table_false_5129_1515621169', 'delete_table_false_5132_1515623719', 'delete_table_false_5132_1515623986', 'delete_table_false_5137_1515625799', 'delete_table_false_5137_1515626042', 'delete_table_false_5143_1515631521', 'delete_table_false_5143_1515631762', 'delete_table_false_5144_1515632655', 'delete_table_false_5144_1515632890', 'delete_table_false_5145_1515632748', 'delete_table_false_5145_1515632996', 'delete_table_false_5146_1515633943', 'delete_table_false_5146_1515634214', 'delete_table_false_5151_1515637491', 'delete_table_false_5151_1515637760', 'delete_table_false_5154_1515691479', 'delete_table_false_5154_1515691723', 'delete_table_false_5157_1515697194', 'delete_table_false_5157_1515697537', 'delete_table_false_5162_1515702116', 'delete_table_false_5162_1515702371', 'delete_table_false_5167_1515712023', 'delete_table_false_5167_1515712281', 'delete_table_false_5174_1515783403', 'delete_table_false_5174_1515783767', 'delete_table_false_5177_1515796740', 'delete_table_false_5177_1515796980', 'delete_table_false_5178_1515796755', 'delete_table_false_5178_1515796993', 'delete_table_false_5183_1515875787', 'delete_table_false_5183_1515876031', 'delete_table_false_5186_1516118962', 'delete_table_false_5186_1516119240', 'delete_table_false_5191_1516124044', 'delete_table_false_5191_1516124281', 'delete_table_false_5192_1516128689', 'delete_table_false_5192_1516128933', 'delete_table_false_5194_1516134665', 'delete_table_false_5194_1516134901', 'delete_table_false_5196_1516134792', 'delete_table_false_5196_1516135030', 'delete_table_false_5200_1516143432', 'delete_table_false_5200_1516143672', 'delete_table_false_5210_1516234830', 'delete_table_false_5210_1516235109', 'delete_table_false_5211_1516296757', 'delete_table_false_5211_1516297025', 'delete_table_false_5212_1516306651', 'delete_table_false_5212_1516306905', 'delete_table_false_5213_1516312310', 'delete_table_false_5213_1516312590', 'delete_table_false_5217_1516319235', 'delete_table_false_5217_1516319465', 'delete_table_false_5222_1516370182', 'delete_table_false_5222_1516370422', 'delete_table_false_5230_1516398151', 'delete_table_false_5230_1516398394', 'delete_table_false_5235_1516399397', 'delete_table_false_5235_1516399649', 'delete_table_false_5237_1516400649', 'delete_table_false_5237_1516400897', 'delete_table_false_5238_1516400958', 'delete_table_false_5238_1516401197', 'delete_table_false_5240_1516404294', 'delete_table_false_5240_1516404526', 'delete_table_false_5245_1516606550', 'delete_table_false_5245_1516606805', 'delete_table_false_5246_1516608249', 'delete_table_false_5246_1516608529', 'delete_table_false_5249_1516650456', 'delete_table_false_5249_1516650713', 'delete_table_false_5250_1516656034', 'delete_table_false_5250_1516656284', 'delete_table_false_5257_1516739081', 'delete_table_false_5257_1516739335', 'delete_table_false_5260_1516745089', 'delete_table_false_5260_1516745334', 'delete_table_false_5268_1516826001', 'delete_table_false_5268_1516826257', 'delete_table_false_5277_1516842593', 'delete_table_false_5277_1516842836', 'delete_table_false_5284_1516973064', 'delete_table_false_5284_1516973375', 'delete_table_false_5291_1516990409', 'delete_table_false_5291_1516990645', 'delete_table_false_5308_1517245985', 'delete_table_false_5308_1517246294', 'delete_table_false_5313_1517324739', 'delete_table_false_5313_1517324987', 'delete_table_false_5316_1517334060', 'delete_table_false_5316_1517334301', 'delete_table_false_5324_1517411784', 'delete_table_false_5324_1517412026', 'delete_table_false_5344_1517510141', 'delete_table_false_5344_1517510431', 'delete_table_false_5352_1517553566', 'delete_table_false_5352_1517553827', 'delete_table_false_5355_1517591865', 'delete_table_false_5355_1517592145', 'delete_table_false_5358_1517596405', 'delete_table_false_5358_1517596701', 'delete_table_false_5368_1517767947', 'delete_table_false_5368_1517768233', 'delete_table_false_5370_1517790706', 'delete_table_false_5370_1517791077', 'delete_table_false_5374_1517859081', 'delete_table_false_5374_1517859427', 'delete_table_false_5375_1517859010', 'delete_table_false_5375_1517859378', 'delete_table_false_5377_1517866876', 'delete_table_false_5377_1517867137', 'delete_table_false_5378_1517867053', 'delete_table_false_5378_1517867342', 'delete_table_false_5379_1517867345', 'delete_table_false_5379_1517867624', 'delete_table_false_5382_1517869704', 'delete_table_false_5382_1517869976', 'delete_table_false_5390_1517950499', 'delete_table_false_5390_1517950778', 'delete_table_false_5391_1517951191', 'delete_table_false_5391_1517951453', 'delete_table_false_5393_1517956830', 'delete_table_false_5393_1517957097', 'delete_table_false_5407_1518027072', 'delete_table_false_5407_1518027341', 'delete_table_false_5413_1518030273', 'delete_table_false_5413_1518030566', 'delete_table_false_5414_1518030558', 'delete_table_false_5414_1518030804', 'delete_table_false_5421_1518034876', 'delete_table_false_5421_1518035212', 'delete_table_false_5432_1518049497', 'delete_table_false_5432_1518049786', 'delete_table_false_5434_1518051045', 'delete_table_false_5434_1518051320', 'delete_table_false_5441_1518108452', 'delete_table_false_5441_1518108755', 'delete_table_false_5443_1518108649', 'delete_table_false_5443_1518108910', 'delete_table_false_5444_1518108437', 'delete_table_false_5444_1518108703', 'delete_table_false_5451_1518113160', 'delete_table_false_5451_1518113467', 'delete_table_false_5458_1518117818', 'delete_table_false_5458_1518118089', 'delete_table_false_5460_1518131453', 'delete_table_false_5460_1518131730', 'delete_table_false_5462_1518133826', 'delete_table_false_5462_1518134113', 'delete_table_false_5465_1518136572', 'delete_table_false_5465_1518136840', 'delete_table_false_5469_1518200722', 'delete_table_false_5469_1518200998', 'delete_table_false_5471_1518202221', 'delete_table_false_5471_1518202511', 'delete_table_false_5474_1518209387', 'delete_table_false_5474_1518209658', 'delete_table_false_5476_1518212240', 'delete_table_false_5476_1518212509', 'delete_table_false_5478_1518215887', 'delete_table_false_5478_1518216172', 'delete_table_false_5489_1518468623', 'delete_table_false_5489_1518468966', 'delete_table_false_5493_1518470857', 'delete_table_false_5493_1518471147', 'delete_table_false_5495_1518470977', 'delete_table_false_5495_1518471263', 'delete_table_false_5504_1518480219', 'delete_table_false_5504_1518480569', 'delete_table_false_5505_1518480602', 'delete_table_false_5505_1518480930', 'delete_table_false_5507_1518501578', 'delete_table_false_5507_1518501861', 'delete_table_false_5508_1518501561', 'delete_table_false_5508_1518501843', 'delete_table_false_5528_1518631518', 'delete_table_false_5528_1518631833', 'delete_table_false_5532_1518636306', 'delete_table_false_5532_1518636593', 'delete_table_false_5533_1518638931', 'delete_table_false_5533_1518639220', 'delete_table_false_5536_1518643308', 'delete_table_false_5536_1518643586', 'delete_table_false_5537_1518644718', 'delete_table_false_5537_1518644971', 'delete_table_false_5539_1518649246', 'delete_table_false_5539_1518649525', 'delete_table_false_5552_1518750177', 'delete_table_false_5552_1518750494', 'delete_table_false_5559_1518809944', 'delete_table_false_5559_1518810239', 'delete_table_false_5575_1519152492', 'delete_table_false_5575_1519152791', 'delete_table_false_5577_1519154706', 'delete_table_false_5577_1519154979', 'delete_table_false_5582_1519164427', 'delete_table_false_5582_1519164729', 'delete_table_false_5585_1519165087', 'delete_table_false_5585_1519165381', 'delete_table_false_5587_1519165523', 'delete_table_false_5587_1519165816', 'delete_table_false_5590_1519169418', 'delete_table_false_5590_1519169720', 'delete_table_false_5594_1519173641', 'delete_table_false_5594_1519173911', 'delete_table_false_5596_1519234061', 'delete_table_false_5596_1519234329', 'delete_table_false_5605_1519248386', 'delete_table_false_5605_1519248691', 'delete_table_false_5607_1519249279', 'delete_table_false_5607_1519249572', 'delete_table_false_5615_1519323256', 'delete_table_false_5615_1519323559', 'delete_table_false_5616_1519324715', 'delete_table_false_5616_1519325028', 'delete_table_false_5618_1519334689', 'delete_table_false_5618_1519335033', 'delete_table_false_5621_1519336263', 'delete_table_false_5621_1519336610', 'delete_table_false_5623_1519339916', 'delete_table_false_5623_1519340190', 'delete_table_false_5629_1519345006', 'delete_table_false_5629_1519345297', 'delete_table_false_5633_1519410557', 'delete_table_false_5633_1519410910', 'delete_table_false_5637_1519419117', 'delete_table_false_5637_1519419400', 'delete_table_false_5638_1519419239', 'delete_table_false_5638_1519419509', 'delete_table_false_5647_1519436596', 'delete_table_false_5647_1519436878', 'delete_table_false_5648_1519437505', 'delete_table_false_5648_1519437778', 'delete_table_false_5653_1519664934', 'delete_table_false_5653_1519665242', 'delete_table_false_5655_1519668629', 'delete_table_false_5655_1519668946', 'delete_table_false_5656_1519671909', 'delete_table_false_5656_1519672173', 'delete_table_false_5660_1519679067', 'delete_table_false_5660_1519679366', 'delete_table_false_5662_1519680465', 'delete_table_false_5662_1519680737', 'delete_table_false_5666_1519684947', 'delete_table_false_5666_1519685212', 'delete_table_false_5668_1519685694', 'delete_table_false_5668_1519685967', 'delete_table_false_5669_1519686135', 'delete_table_false_5669_1519686403', 'delete_table_false_5671_1519689276', 'delete_table_false_5671_1519689565', 'delete_table_false_5672_1519689786', 'delete_table_false_5672_1519690084', 'delete_table_false_5673_1519690087', 'delete_table_false_5673_1519690374', 'delete_table_false_5678_1519739382', 'delete_table_false_5678_1519739648', 'delete_table_false_5679_1519748764', 'delete_table_false_5679_1519749041', 'delete_table_false_5680_1519757793', 'delete_table_false_5680_1519758097', 'delete_table_false_5682_1519758815', 'delete_table_false_5682_1519759096', 'delete_table_false_5686_1519761507', 'delete_table_false_5686_1519761785', 'delete_table_false_5689_1519761843', 'delete_table_false_5689_1519762134', 'delete_table_false_5694_1519767139', 'delete_table_false_5694_1519767417', 'delete_table_false_5697_1519767596', 'delete_table_false_5697_1519767870', 'delete_table_false_5698_1519770223', 'delete_table_false_5698_1519770482', 'delete_table_false_5699_1519770170', 'delete_table_false_5699_1519770457', 'delete_table_false_5700_1519769972', 'delete_table_false_5700_1519770252', 'delete_table_false_5704_1519771150', 'delete_table_false_5704_1519771447', 'delete_table_false_5720_1519774957', 'delete_table_false_5720_1519775224', 'delete_table_false_5725_1519775392', 'delete_table_false_5725_1519775660', 'delete_table_false_5728_1519837589', 'delete_table_false_5728_1519837873', 'delete_table_false_5729_1519837531', 'delete_table_false_5729_1519837814', 'delete_table_false_5730_1519837595', 'delete_table_false_5730_1519837875', 'delete_table_false_5731_1519837605', 'delete_table_false_5731_1519837922', 'delete_table_false_5732_1519837667', 'delete_table_false_5732_1519837945', 'delete_table_false_5733_1519837687', 'delete_table_false_5733_1519837917', 'delete_table_false_5734_1519837674', 'delete_table_false_5734_1519837935', 'delete_table_false_5735_1519837733', 'delete_table_false_5735_1519838010', 'delete_table_false_5736_1519839981', 'delete_table_false_5736_1519840239', 'delete_table_false_5737_1519839968', 'delete_table_false_5737_1519840216', 'delete_table_false_5738_1519840009', 'delete_table_false_5738_1519840273', 'delete_table_false_5739_1519839972', 'delete_table_false_5739_1519840220', 'delete_table_false_5740_1519839996', 'delete_table_false_5740_1519840253', 'delete_table_false_5746_1519840037', 'delete_table_false_5746_1519840331', 'delete_table_false_5756_1519842549', 'delete_table_false_5756_1519842809', 'delete_table_false_5757_1519842289', 'delete_table_false_5757_1519842608', 'delete_table_false_5758_1519842641', 'delete_table_false_5758_1519842911', 'delete_table_false_5761_1519846528', 'delete_table_false_5761_1519846821', 'delete_table_false_5763_1519848200', 'delete_table_false_5763_1519848508', 'delete_table_false_5764_1519848235', 'delete_table_false_5764_1519848515', 'delete_table_false_5780_1519849739', 'delete_table_false_5780_1519850015', 'delete_table_false_5823_1520236725', 'delete_table_false_5823_1520237016', 'delete_table_false_5823_1520241577', 'delete_table_false_5823_1520241832', 'delete_table_false_5828_1520273602', 'delete_table_false_5828_1520273878', 'delete_table_false_5840_1520288813', 'delete_table_false_5840_1520289105', 'delete_table_false_5844_1520310612', 'delete_table_false_5844_1520310889', 'delete_table_false_5853_1520381130', 'delete_table_false_5853_1520381440', 'delete_table_false_5860_1520388035', 'delete_table_false_5860_1520388362', 'delete_table_false_5862_1520442031', 'delete_table_false_5862_1520442461', 'delete_table_false_5864_1520444789', 'delete_table_false_5864_1520445199', 'delete_table_false_5865_1520444972', 'delete_table_false_5865_1520445352', 'delete_table_false_5867_1520447046', 'delete_table_false_5867_1520447409', 'delete_table_false_5869_1520454795', 'delete_table_false_5869_1520455185', 'delete_table_false_5874_1520459048', 'delete_table_false_5874_1520459436', 'delete_table_false_5878_1520540143', 'delete_table_false_5878_1520540512', 'delete_table_false_5879_1520543237', 'delete_table_false_5879_1520543516', 'delete_table_false_5881_1520619416', 'delete_table_false_5881_1520619706', 'delete_table_false_5891_1520634485', 'delete_table_false_5891_1520634769', 'delete_table_false_5900_1520869626', 'delete_table_false_5900_1520869951', 'delete_table_false_5901_1520875314', 'delete_table_false_5901_1520875608', 'delete_table_false_5904_1520878880', 'delete_table_false_5904_1520879170', 'delete_table_false_5905_1520879020', 'delete_table_false_5905_1520879291', 'delete_table_false_5906_1520879885', 'delete_table_false_5906_1520880226', 'delete_table_false_5913_1520887498', 'delete_table_false_5913_1520887791', 'delete_table_false_5914_1520888549', 'delete_table_false_5914_1520888842', 'delete_table_false_5917_1520892190', 'delete_table_false_5917_1520892480', 'delete_table_false_5918_1520894093', 'delete_table_false_5918_1520894373', 'delete_table_false_5924_1520958356', 'delete_table_false_5924_1520958698', 'delete_table_false_5926_1520959342', 'delete_table_false_5926_1520959641', 'delete_table_false_5929_1520972306', 'delete_table_false_5929_1520972614', 'delete_table_false_5931_1521042022', 'delete_table_false_5931_1521042326', 'delete_table_false_5932_1521046433', 'delete_table_false_5932_1521046729', 'delete_table_false_5935_1521047000', 'delete_table_false_5935_1521047288', 'delete_table_false_5937_1521047096', 'delete_table_false_5937_1521047376', 'delete_table_false_5938_1521048137', 'delete_table_false_5938_1521048421', 'delete_table_false_5940_1521048316', 'delete_table_false_5940_1521048640', 'delete_table_false_5943_1521050776', 'delete_table_false_5943_1521051075', 'delete_table_false_5945_1521051221', 'delete_table_false_5945_1521051540', 'delete_table_false_5947_1521051510', 'delete_table_false_5947_1521051779', 'delete_table_false_5948_1521053724', 'delete_table_false_5948_1521054102', 'delete_table_false_5952_1521059452', 'delete_table_false_5952_1521059790', 'delete_table_false_5954_1521079129', 'delete_table_false_5954_1521079412', 'delete_table_false_5955_1521129815', 'delete_table_false_5955_1521130092', 'delete_table_false_5960_1521139287', 'delete_table_false_5960_1521139573', 'delete_table_false_5967_1521148929', 'delete_table_false_5967_1521149208', 'delete_table_false_5968_1521150656', 'delete_table_false_5968_1521150996', 'delete_table_false_5973_1521155416', 'delete_table_false_5973_1521155676', 'delete_table_false_5976_1521160198', 'delete_table_false_5976_1521160474', 'delete_table_false_5981_1521227741', 'delete_table_false_5981_1521228016', 'delete_table_false_5985_1521234394', 'delete_table_false_5985_1521234706', 'delete_table_false_5989_1521236774', 'delete_table_false_5989_1521237089', 'delete_table_false_5991_1521238041', 'delete_table_false_5991_1521238326', 'delete_table_false_5992_1521238065', 'delete_table_false_5992_1521238333', 'delete_table_false_5995_1521238432', 'delete_table_false_5995_1521238703', 'delete_table_false_5997_1521238590', 'delete_table_false_5997_1521238851', 'delete_table_false_5998_1521238581', 'delete_table_false_5998_1521238835', 'delete_table_false_6001_1521238955', 'delete_table_false_6001_1521239214', 'delete_table_false_6007_1521246694', 'delete_table_false_6007_1521246994', 'delete_table_false_6021_1521491386', 'delete_table_false_6021_1521491690', 'delete_table_false_6023_1521492738', 'delete_table_false_6023_1521493029', 'delete_table_false_6024_1521492683', 'delete_table_false_6024_1521492959', 'delete_table_false_6025_1521493254', 'delete_table_false_6025_1521493544', 'delete_table_false_6030_1521559753', 'delete_table_false_6030_1521560026', 'delete_table_false_6031_1521562270', 'delete_table_false_6031_1521562555', 'delete_table_false_6033_1521567168', 'delete_table_false_6033_1521567476', 'delete_table_false_6036_1521574423', 'delete_table_false_6036_1521574748', 'delete_table_false_6038_1521577671', 'delete_table_false_6038_1521577966', 'delete_table_false_6042_1521578527', 'delete_table_false_6042_1521578841', 'delete_table_false_6044_1521578812', 'delete_table_false_6044_1521579097', 'delete_table_false_6045_1521578902', 'delete_table_false_6045_1521579200', 'delete_table_false_6049_1521579567', 'delete_table_false_6049_1521579871', 'delete_table_false_6050_1521580022', 'delete_table_false_6050_1521580323', 'delete_table_false_6054_1521585361', 'delete_table_false_6054_1521585656', 'delete_table_false_6055_1521590202', 'delete_table_false_6055_1521590516', 'delete_table_false_6059_1521647787', 'delete_table_false_6059_1521648125', 'delete_table_false_6060_1521653780', 'delete_table_false_6060_1521654243', 'delete_table_false_6062_1521659350', 'delete_table_false_6062_1521659779', 'delete_table_false_6065_1521665471', 'delete_table_false_6065_1521665724', 'delete_table_false_6067_1521667505', 'delete_table_false_6067_1521668041', 'delete_table_false_6068_1521695497', 'delete_table_false_6068_1521695929', 'delete_table_false_6072_1521750780', 'delete_table_false_6072_1521751343', 'delete_table_false_6073_1521751174', 'delete_table_false_6073_1521751719', 'delete_table_false_6074_1521753200', 'delete_table_false_6074_1521753717', 'delete_table_false_6094_1521841738', 'delete_table_false_6094_1521842201', 'delete_table_false_6095_1521842063', 'delete_table_false_6095_1521842505', 'delete_table_false_6104_1522082244', 'delete_table_false_6104_1522082794', 'delete_table_false_6107_1522092996', 'delete_table_false_6107_1522093444', 'delete_table_false_6109_1522094258', 'delete_table_false_6109_1522094725', 'delete_table_false_6112_1522095010', 'delete_table_false_6112_1522095502', 'delete_table_false_6115_1522096775', 'delete_table_false_6115_1522097279', 'delete_table_false_6117_1522096782', 'delete_table_false_6117_1522097241', 'delete_table_false_6119_1522098215', 'delete_table_false_6119_1522098684', 'delete_table_false_6121_1522101967', 'delete_table_false_6121_1522102389', 'delete_table_false_6122_1522104181', 'delete_table_false_6122_1522104653', 'delete_table_false_6145_1522264706', 'delete_table_false_6145_1522265199', 'delete_table_false_6154_1522267625', 'delete_table_false_6154_1522268090', 'delete_table_false_6156_1522269074', 'delete_table_false_6156_1522269508', 'delete_table_false_6158_1522279421', 'delete_table_false_6158_1522279872', 'delete_table_false_6161_1522332769', 'delete_table_false_6161_1522333220', 'delete_table_false_6162_1522337167', 'delete_table_false_6162_1522337672', 'delete_table_false_6168_1522427155', 'delete_table_false_6168_1522427630', 'delete_table_false_6170_1522434177', 'delete_table_false_6170_1522434618', 'delete_table_false_6178_1522456450', 'delete_table_false_6178_1522456890', 'delete_table_false_6186_1522707255', 'delete_table_false_6186_1522707717', 'delete_table_false_6187_1522772922', 'delete_table_false_6187_1522773384', 'delete_table_false_6191_1522794352', 'delete_table_false_6191_1522794810', 'delete_table_false_6197_1522858047', 'delete_table_false_6197_1522858515', 'delete_table_false_6199_1522860140', 'delete_table_false_6199_1522860561', 'delete_table_false_6201_1522861176', 'delete_table_false_6201_1522861634', 'delete_table_false_6202_1522861966', 'delete_table_false_6202_1522862480', 'delete_table_false_6210_1522865071', 'delete_table_false_6210_1522865564', 'delete_table_false_6211_1522867064', 'delete_table_false_6211_1522867531', 'delete_table_false_6214_1522873420', 'delete_table_false_6214_1522873891', 'delete_table_false_6215_1522873128', 'delete_table_false_6215_1522873575', 'delete_table_false_6216_1522875391', 'delete_table_false_6216_1522875877', 'delete_table_false_6217_1522876328', 'delete_table_false_6217_1522876800', 'delete_table_false_6220_1522885885', 'delete_table_false_6220_1522886310', 'delete_table_false_6222_1522886848', 'delete_table_false_6222_1522887267', 'delete_table_false_6227_1522961032', 'delete_table_false_6227_1522961471', 'delete_table_false_6229_1522964879', 'delete_table_false_6229_1522965355', 'delete_table_false_6231_1522967471', 'delete_table_false_6231_1522967953', 'delete_table_false_6233_1522969179', 'delete_table_false_6233_1522969636', 'delete_table_false_6240_1522985303', 'delete_table_false_6240_1522985741', 'delete_table_false_6246_1523031210', 'delete_table_false_6246_1523031689', 'delete_table_false_6249_1523037646', 'delete_table_false_6249_1523038087', 'delete_table_false_6257_1523042355', 'delete_table_false_6257_1523042781', 'delete_table_false_6259_1523042675', 'delete_table_false_6259_1523043135', 'delete_table_false_6267_1523388513', 'delete_table_false_6267_1523389017', 'delete_table_false_6268_1523388765', 'delete_table_false_6268_1523389283', 'delete_table_false_6272_1523412150', 'delete_table_false_6272_1523412558', 'delete_table_false_6272_1523417485', 'delete_table_false_6272_1523417895', 'delete_table_false_6273_1523468176', 'delete_table_false_6273_1523468737', 'delete_table_false_6275_1523469331', 'delete_table_false_6275_1523469829', 'delete_table_false_6277_1523471653', 'delete_table_false_6277_1523472118', 'delete_table_false_6279_1523477871', 'delete_table_false_6279_1523478303', 'delete_table_false_6280_1523482887', 'delete_table_false_6280_1523483357', 'delete_table_false_6286_1523489227', 'delete_table_false_6286_1523489687', 'delete_table_false_6287_1523489274', 'delete_table_false_6287_1523489765', 'delete_table_false_6290_1523556546', 'delete_table_false_6290_1523557031', 'delete_table_false_6292_1523557232', 'delete_table_false_6293_1523557887', 'delete_table_false_6293_1523558401', 'delete_table_false_6295_1523563800', 'delete_table_false_6295_1523564205', 'delete_table_false_6304_1523641943', 'delete_table_false_6304_1523642436', 'delete_table_false_6309_1523649696', 'delete_table_false_6309_1523650134', 'delete_table_false_6318_1523984639', 'delete_table_false_6318_1523985150', 'delete_table_false_6320_1523992540', 'delete_table_false_6320_1523993007', 'delete_table_false_6323_1523998221', 'delete_table_false_6323_1523998727', 'delete_table_false_6325_1524001091', 'delete_table_false_6325_1524001584', 'delete_table_false_6326_1524003205', 'delete_table_false_6326_1524003753', 'delete_table_false_6328_1524007618', 'delete_table_false_6328_1524008123', 'delete_table_false_6329_1524075302', 'delete_table_false_6329_1524075818', 'delete_table_false_6330_1524076083', 'delete_table_false_6330_1524076570', 'delete_table_false_6331_1524075908', 'delete_table_false_6331_1524076354', 'delete_table_false_6334_1524080556', 'delete_table_false_6334_1524081044', 'delete_table_false_6335_1524081735', 'delete_table_false_6335_1524082202', 'delete_table_false_6336_1524083528', 'delete_table_false_6336_1524084248', 'delete_table_false_6337_1524085165', 'delete_table_false_6337_1524085622', 'delete_table_false_6338_1524085200', 'delete_table_false_6338_1524085655', 'delete_table_false_6342_1524088112', 'delete_table_false_6342_1524088689', 'delete_table_false_6343_1524087975', 'delete_table_false_6343_1524088463', 'delete_table_false_6346_1524111803', 'delete_table_false_6346_1524112251', 'delete_table_false_6348_1524173519', 'delete_table_false_6348_1524173984', 'delete_table_false_6358_1524251978', 'delete_table_false_6358_1524252463', 'delete_table_false_6359_1524252997', 'delete_table_false_6359_1524253461', 'delete_table_false_6361_1524503570', 'delete_table_false_6361_1524504153', 'delete_table_false_6363_1524506689', 'delete_table_false_6363_1524507235', 'delete_table_false_6364_1524513480', 'delete_table_false_6364_1524514061', 'delete_table_false_6365_1524514656', 'delete_table_false_6365_1524515138', 'delete_table_false_6366_1524516315', 'delete_table_false_6366_1524516904', 'delete_table_false_6368_1524519537', 'delete_table_false_6368_1524520003', 'delete_table_false_6370_1524524371', 'delete_table_false_6370_1524524822', 'delete_table_false_6381_1524587659', 'delete_table_false_6381_1524588213', 'delete_table_false_6383_1524593174', 'delete_table_false_6383_1524593603', 'delete_table_false_6387_1524598563', 'delete_table_false_6387_1524599009', 'delete_table_false_6389_1524601066', 'delete_table_false_6389_1524601567', 'delete_table_false_6399_1524688620', 'delete_table_false_6399_1524689106', 'delete_table_false_6402_1524761974', 'delete_table_false_6402_1524762431', 'delete_table_false_6403_1524762546', 'delete_table_false_6403_1524762989', 'delete_table_false_6404_1524763184', 'delete_table_false_6404_1524763655', 'delete_table_false_6407_1524764735', 'delete_table_false_6407_1524765160', 'delete_table_false_6408_1524770064', 'delete_table_false_6408_1524770519', 'delete_table_false_6409_1524770130', 'delete_table_false_6409_1524770620', 'delete_table_false_6412_1524773611', 'delete_table_false_6412_1524774070', 'delete_table_false_6417_1524776349', 'delete_table_false_6417_1524776810', 'delete_table_false_6421_1524779122', 'delete_table_false_6421_1524779587', 'delete_table_false_6428_1524782507', 'delete_table_false_6428_1524783029', 'delete_table_false_6431_1524783306', 'delete_table_false_6431_1524783811', 'delete_table_false_6435_1524796690', 'delete_table_false_6435_1524797131', 'delete_table_false_6437_1524845528', 'delete_table_false_6437_1524846025', 'delete_table_false_6438_1524845632', 'delete_table_false_6438_1524846135', 'delete_table_false_6439_1524845909', 'delete_table_false_6439_1524846395', 'delete_table_false_6442_1524846261', 'delete_table_false_6442_1524846699', 'delete_table_false_6447_1524853940', 'delete_table_false_6447_1524854408', 'delete_table_false_6449_1524854560', 'delete_table_false_6449_1524855078', 'delete_table_false_6450_1524856841', 'delete_table_false_6450_1524857420', 'delete_table_false_6455_1524862811', 'delete_table_false_6455_1524863276', 'delete_table_false_6458_1524866043', 'delete_table_false_6458_1524866528', 'delete_table_false_6459_1524869137', 'delete_table_false_6459_1524869659', 'delete_table_false_6461_1525102290', 'delete_table_false_6461_1525102777', 'delete_table_false_6463_1525107242', 'delete_table_false_6463_1525107754', 'delete_table_false_6466_1525111540', 'delete_table_false_6466_1525111964', 'delete_table_false_6467_1525111648', 'delete_table_false_6467_1525112125', 'delete_table_false_6469_1525111709', 'delete_table_false_6469_1525112158', 'delete_table_false_6475_1525117345', 'delete_table_false_6475_1525117822', 'delete_table_false_6476_1525117502', 'delete_table_false_6476_1525117934', 'delete_table_false_6478_1525117787', 'delete_table_false_6478_1525118241', 'delete_table_false_6481_1525121550', 'delete_table_false_6481_1525122044', 'delete_table_false_6485_1525127492', 'delete_table_false_6485_1525127959', 'delete_table_false_6487_1525129757', 'delete_table_false_6487_1525130311', 'delete_table_false_6489_1525145216', 'delete_table_false_6489_1525145686', 'delete_table_false_6499_1525198250', 'delete_table_false_6499_1525198713', 'delete_table_false_6503_1525199716', 'delete_table_false_6503_1525200244', 'delete_table_false_6504_1525199783', 'delete_table_false_6504_1525200394', 'delete_table_false_6507_1525206674', 'delete_table_false_6507_1525207141', 'delete_table_false_6512_1525276586', 'delete_table_false_6512_1525277085', 'delete_table_false_6514_1525277942', 'delete_table_false_6514_1525278460', 'delete_table_false_6517_1525281520', 'delete_table_false_6517_1525281987', 'delete_table_false_6518_1525281826', 'delete_table_false_6518_1525282342', 'delete_table_false_6525_1525289772', 'delete_table_false_6525_1525290288', 'delete_table_false_6526_1525291128', 'delete_table_false_6527_1525291483', 'delete_table_false_6527_1525291977', 'delete_table_false_6530_1525295838', 'delete_table_false_6530_1525296352', 'delete_table_false_6538_1525304069', 'delete_table_false_6538_1525304513', 'delete_table_false_6543_1525367860', 'delete_table_false_6543_1525368317', 'delete_table_false_6544_1525370570', 'delete_table_false_6544_1525371121', 'delete_table_false_6548_1525450459', 'delete_table_false_6548_1525450970', 'delete_table_false_6549_1525456054', 'delete_table_false_6549_1525456534', 'delete_table_false_6550_1525463338', 'delete_table_false_6550_1525463788', 'delete_table_false_6555_1525465195', 'delete_table_false_6555_1525465687', 'delete_table_false_6556_1525465474', 'delete_table_false_6556_1525466092', 'delete_table_false_6557_1525468685', 'delete_table_false_6557_1525469139', 'delete_table_false_6558_1525468714', 'delete_table_false_6558_1525469168', 'delete_table_false_6560_1525468291', 'delete_table_false_6560_1525468790', 'delete_table_false_6561_1525468511', 'delete_table_false_6561_1525468952', 'delete_table_false_6564_1525473625', 'delete_table_false_6564_1525474113', 'delete_table_false_6566_1525475293', 'delete_table_false_6566_1525475783', 'delete_table_false_6567_1525478027', 'delete_table_false_6567_1525478473', 'delete_table_false_6569_1525478576', 'delete_table_false_6569_1525479038', 'delete_table_false_6570_1525485234', 'delete_table_false_6570_1525485657', 'delete_table_false_6571_1525491333', 'delete_table_false_6571_1525491755', 'delete_table_false_6573_1525728677', 'delete_table_false_6573_1525729142', 'delete_table_false_6577_1525740362', 'delete_table_false_6577_1525740876', 'delete_table_false_6578_1525799792', 'delete_table_false_6578_1525800246', 'delete_table_false_6579_1525802803', 'delete_table_false_6579_1525803243', 'delete_table_false_6581_1525802729', 'delete_table_false_6581_1525803194', 'delete_table_false_6586_1525811569', 'delete_table_false_6586_1525812040', 'delete_table_false_6592_1525903432', 'delete_table_false_6592_1525903899', 'delete_table_false_6594_1525907350', 'delete_table_false_6594_1525907803', 'delete_table_false_6596_1525985633', 'delete_table_false_6596_1525985999', 'delete_table_false_6604_1526401213', 'delete_table_false_6604_1526401615', 'delete_table_false_6605_1526402088', 'delete_table_false_6605_1526402450', 'delete_table_false_6618_1526501548', 'delete_table_false_6618_1526501967', 'delete_table_false_6621_1526505709', 'delete_table_false_6621_1526506052', 'delete_table_false_6623_1526509319', 'delete_table_false_6623_1526509669', 'delete_table_false_6627_1526581916', 'delete_table_false_6627_1526582312', 'delete_table_false_6630_1526586779', 'delete_table_false_6630_1526587104', 'delete_table_false_6631_1526586935', 'delete_table_false_6631_1526587240', 'delete_table_false_6639_1526668459', 'delete_table_false_6639_1526668756', 'delete_table_false_6640_1526671787', 'delete_table_false_6640_1526672116', 'delete_table_false_6643_1526920851', 'delete_table_false_6643_1526921185', 'delete_table_false_6645_1526935422', 'delete_table_false_6645_1526935759', 'delete_table_false_6646_1526935400', 'delete_table_false_6646_1526935756', 'delete_table_false_6648_1526944985', 'delete_table_false_6648_1526945311', 'delete_table_false_6654_1526945798', 'delete_table_false_6654_1526946108', 'delete_table_false_6659_1527009460', 'delete_table_false_6659_1527009782', 'delete_table_false_6665_1527016160', 'delete_table_false_6665_1527016507', 'delete_table_false_6666_1527017756', 'delete_table_false_6666_1527018054', 'delete_table_false_6667_1527020183', 'delete_table_false_6667_1527020521', 'delete_table_false_6668_1527020176', 'delete_table_false_6668_1527020506', 'delete_table_false_6669_1527022417', 'delete_table_false_6669_1527022735', 'delete_table_false_6670_1527023221', 'delete_table_false_6670_1527023518', 'delete_table_false_6672_1527023278', 'delete_table_false_6672_1527023569', 'delete_table_false_6673_1527024713', 'delete_table_false_6673_1527025056', 'delete_table_false_6674_1527031326', 'delete_table_false_6674_1527031604', 'delete_table_false_6676_1527031375', 'delete_table_false_6676_1527031669', 'delete_table_false_6681_1527095266', 'delete_table_false_6681_1527095558', 'delete_table_false_6682_1527097388', 'delete_table_false_6682_1527097653', 'delete_table_false_6686_1527099801', 'delete_table_false_6686_1527100065', 'delete_table_false_6687_1527110039', 'delete_table_false_6687_1527110327', 'delete_table_false_6688_1527111357', 'delete_table_false_6688_1527111663', 'delete_table_false_6692_1527115726', 'delete_table_false_6692_1527116010', 'delete_table_false_6694_1527116804', 'delete_table_false_6694_1527117076', 'delete_table_false_6696_1527116853', 'delete_table_false_6696_1527117132', 'delete_table_false_6702_1527119484', 'delete_table_false_6702_1527119758', 'delete_table_false_6709_1527178989', 'delete_table_false_6709_1527179257', 'delete_table_false_6712_1527182997', 'delete_table_false_6712_1527183278', 'delete_table_false_6714_1527184795', 'delete_table_false_6714_1527185089', 'delete_table_false_6715_1527188380', 'delete_table_false_6715_1527188668', 'delete_table_false_6716_1527192958', 'delete_table_false_6716_1527193234', 'delete_table_false_6717_1527196327', 'delete_table_false_6717_1527196632', 'delete_table_false_6724_1527597667', 'delete_table_false_6724_1527597953', 'delete_table_false_6725_1527598885', 'delete_table_false_6725_1527599181', 'delete_table_false_6728_1527617802', 'delete_table_false_6728_1527618133', 'delete_table_false_6729_1527618510', 'delete_table_false_6729_1527618801', 'delete_table_false_6733_1527621652', 'delete_table_false_6733_1527621934', 'delete_table_false_6734_1527622990', 'delete_table_false_6734_1527623257', 'delete_table_false_6739_1527624434', 'delete_table_false_6739_1527624731', 'delete_table_false_6740_1527623884', 'delete_table_false_6740_1527624202', 'delete_table_false_6742_1527625224', 'delete_table_false_6742_1527625494', 'delete_table_false_6744_1527628765', 'delete_table_false_6744_1527629138', 'delete_table_false_6747_1527637362', 'delete_table_false_6747_1527637646', 'delete_table_false_6751_1527703769', 'delete_table_false_6751_1527704102', 'delete_table_false_6754_1527708779', 'delete_table_false_6754_1527709089', 'delete_table_false_6756_1527710435', 'delete_table_false_6756_1527710729', 'delete_table_false_6761_1527719581', 'delete_table_false_6761_1527719867', 'delete_table_false_6763_1527723042', 'delete_table_false_6763_1527723319', 'delete_table_false_6766_1527772909', 'delete_table_false_6766_1527773271', 'delete_table_false_6767_1527775317', 'delete_table_false_6767_1527775622', 'delete_table_false_6771_1527787910', 'delete_table_false_6771_1527788204', 'delete_table_false_6773_1527789024', 'delete_table_false_6773_1527789313', 'delete_table_false_6774_1527789187', 'delete_table_false_6774_1527789439', 'delete_table_false_6775_1527789288', 'delete_table_false_6775_1527789570', 'delete_table_false_6777_1527793948', 'delete_table_false_6777_1527794280', 'delete_table_false_6781_1527798222', 'delete_table_false_6781_1527798550', 'delete_table_false_6783_1527895548', 'delete_table_false_6783_1527895851', 'delete_table_false_6785_1528132687', 'delete_table_false_6785_1528133023', 'delete_table_false_6787_1528134781', 'delete_table_false_6787_1528135115', 'delete_table_false_6791_1528227033', 'delete_table_false_6791_1528227370', 'delete_table_false_6792_1528227470', 'delete_table_false_6792_1528227764', 'delete_table_false_6793_1528231273', 'delete_table_false_6793_1528231579', 'delete_table_false_6797_1528233312', 'delete_table_false_6797_1528233645', 'delete_table_false_6802_1528242852', 'delete_table_false_6802_1528243132', 'delete_table_false_6803_1528303026', 'delete_table_false_6803_1528303298', 'delete_table_false_6807_1528314136', 'delete_table_false_6807_1528314445', 'delete_table_false_6809_1528320612', 'delete_table_false_6809_1528320902', 'delete_table_false_6811_1528322692', 'delete_table_false_6811_1528323003', 'delete_table_false_6814_1528390800', 'delete_table_false_6814_1528391098', 'delete_table_false_6815_1528391032', 'delete_table_false_6815_1528391333', 'delete_table_false_6816_1528390935', 'delete_table_false_6816_1528391245', 'delete_table_false_6817_1528392184', 'delete_table_false_6817_1528392502', 'delete_table_false_6819_1528393275', 'delete_table_false_6819_1528393603', 'delete_table_false_6820_1528393553', 'delete_table_false_6820_1528393851', 'delete_table_false_6824_1528408321', 'delete_table_false_6824_1528408604', 'delete_table_false_6828_1528479233', 'delete_table_false_6828_1528479514', 'delete_table_false_6829_1528480060', 'delete_table_false_6829_1528480357', 'delete_table_false_6832_1528493505', 'delete_table_false_6832_1528493794', 'delete_table_false_6834_1528734522', 'delete_table_false_6834_1528734820', 'delete_table_false_6837_1528736744', 'delete_table_false_6837_1528737049', 'delete_table_false_6838_1528742390', 'delete_table_false_6838_1528742671', 'delete_table_false_6839_1528742558', 'delete_table_false_6839_1528742835', 'delete_table_false_6850_1528760847', 'delete_table_false_6850_1528761119', 'delete_table_false_6852_1528761445', 'delete_table_false_6852_1528761740', 'delete_table_false_6854_1528761883', 'delete_table_false_6854_1528762171', 'delete_table_false_6856_1528768073', 'delete_table_false_6856_1528768358', 'delete_table_false_6861_1528820438', 'delete_table_false_6861_1528820729', 'delete_table_false_6862_1528820540', 'delete_table_false_6862_1528820824', 'delete_table_false_6864_1528823238', 'delete_table_false_6864_1528823546', 'delete_table_false_6867_1528826685', 'delete_table_false_6867_1528826960', 'delete_table_false_6872_1528828410', 'delete_table_false_6872_1528828678', 'delete_table_false_6873_1528833218', 'delete_table_false_6873_1528833563', 'delete_table_false_6883_1528923725', 'delete_table_false_6883_1528924055', 'delete_table_false_6886_1528941067', 'delete_table_false_6886_1528941355', 'delete_table_false_6888_1528986865', 'delete_table_false_6888_1528987168', 'delete_table_false_6895_1528994213', 'delete_table_false_6895_1528994505', 'delete_table_false_6898_1528995811', 'delete_table_false_6898_1528996150', 'delete_table_false_6899_1528995817', 'delete_table_false_6899_1528996148', 'delete_table_false_6905_1529004106', 'delete_table_false_6905_1529004553', 'delete_table_false_6906_1529004268', 'delete_table_false_6906_1529005059', 'delete_table_false_6908_1529008005', 'delete_table_false_6908_1529008488', 'delete_table_false_6911_1529008006', 'delete_table_false_6911_1529008581', 'delete_table_false_6919_1529078949', 'delete_table_false_6919_1529079326', 'delete_table_false_6922_1529093084', 'delete_table_false_6922_1529093632', 'delete_table_false_6924_1529096620', 'delete_table_false_6924_1529097054', 'delete_table_false_6925_1529098164', 'delete_table_false_6925_1529098814', 'delete_table_false_6933_1529344679', 'delete_table_false_6933_1529344996', 'delete_table_false_6941_1529427606', 'delete_table_false_6941_1529427902', 'delete_table_false_6943_1529525219', 'delete_table_false_6943_1529525601', 'delete_table_false_6949_1529545919', 'delete_table_false_6949_1529546182', 'delete_table_false_6956_1529619908', 'delete_table_false_6956_1529620270', 'delete_table_false_6958_1529619957', 'delete_table_false_6958_1529620287', 'delete_table_false_6959_1529626657', 'delete_table_false_6959_1529627023', 'delete_table_false_6964_1529685160', 'delete_table_false_6964_1529685436', 'delete_table_false_6966_1529688572', 'delete_table_false_6966_1529688856', 'delete_table_false_6970_1529692327', 'delete_table_false_6970_1529692616', 'delete_table_false_6974_1529696035', 'delete_table_false_6974_1529696338', 'delete_table_false_6992_1529960553', 'delete_table_false_6992_1529960894', 'delete_table_false_6993_1529960501', 'delete_table_false_6993_1529960861', 'delete_table_false_6995_1529961472', 'delete_table_false_6995_1529961776', 'delete_table_false_7011_1530120586', 'delete_table_false_7011_1530120897', 'delete_table_false_7013_1530129190', 'delete_table_false_7013_1530129694', 'delete_table_false_7015_1530137933', 'delete_table_false_7015_1530138383', 'delete_table_false_7025_1530219703', 'delete_table_false_7025_1530219993', 'delete_table_false_7029_1530222537', 'delete_table_false_7029_1530222826', 'delete_table_false_7040_1530308889', 'delete_table_false_7040_1530309231', 'delete_table_false_7060_1530549244', 'delete_table_false_7060_1530549556', 'delete_table_false_7064_1530559431', 'delete_table_false_7064_1530559709', 'delete_table_false_7070_1530639621', 'delete_table_false_7070_1530639925', 'delete_table_false_7076_1530660772', 'delete_table_false_7076_1530661029', 'delete_table_false_7110_1531180225', 'delete_table_false_7110_1531180498', 'delete_table_false_7110_1531184499', 'delete_table_false_7110_1531184756', 'delete_table_false_7117_1531241246', 'delete_table_false_7117_1531241543', 'delete_table_false_7120_1531244456', 'delete_table_false_7120_1531244723', 'delete_table_false_7121_1531244679', 'delete_table_false_7121_1531244949', 'delete_table_false_7126_1531263134', 'delete_table_false_7126_1531263409', 'delete_table_false_7128_1531266851', 'delete_table_false_7128_1531267100', 'delete_table_false_7136_1531331361', 'delete_table_false_7136_1531331635', 'delete_table_false_7142_1531342632', 'delete_table_false_7142_1531342886', 'delete_table_false_7147_1531348373', 'delete_table_false_7147_1531348646', 'delete_table_false_7161_1531408660', 'delete_table_false_7161_1531408925', 'delete_table_false_7162_1531408907', 'delete_table_false_7162_1531409173', 'delete_table_false_7165_1531415500', 'delete_table_false_7165_1531415786', 'delete_table_false_7171_1531432081', 'delete_table_false_7171_1531432342', 'delete_table_false_7172_1531432422', 'delete_table_false_7172_1531432657', 'delete_table_false_7173_1531433338', 'delete_table_false_7173_1531433579', 'delete_table_false_7175_1531434075', 'delete_table_false_7175_1531434315', 'delete_table_false_7177_1531439332', 'delete_table_false_7177_1531439593', 'delete_table_false_7179_1531453948', 'delete_table_false_7179_1531454224', 'delete_table_false_7180_1531455140', 'delete_table_false_7180_1531455390', 'delete_table_false_7181_1531492486', 'delete_table_false_7181_1531492745', 'delete_table_false_7183_1531501182', 'delete_table_false_7183_1531501483', 'delete_table_false_7192_1531507038', 'delete_table_false_7192_1531507300', 'delete_table_false_7193_1531507061', 'delete_table_false_7193_1531507326', 'delete_table_false_7198_1531512172', 'delete_table_false_7198_1531512442', 'delete_table_false_7202_1531517048', 'delete_table_false_7202_1531517308', 'delete_table_false_7207_1531529587', 'delete_table_false_7207_1531529836', 'delete_table_false_7212_1531710860', 'delete_table_false_7212_1531711137', 'delete_table_false_7215_1531712260', 'delete_table_false_7215_1531712526', 'delete_table_false_7217_1531714030', 'delete_table_false_7217_1531714280', 'delete_table_false_7224_1531761228', 'delete_table_false_7224_1531761496', 'delete_table_false_7227_1531768309', 'delete_table_false_7227_1531768611', 'delete_table_false_7228_1531768371', 'delete_table_false_7228_1531768643', 'delete_table_false_7230_1531771879', 'delete_table_false_7230_1531772152', 'delete_table_false_7231_1531772762', 'delete_table_false_7231_1531773018', 'delete_table_false_7233_1531773469', 'delete_table_false_7233_1531773724', 'delete_table_false_7234_1531774221', 'delete_table_false_7234_1531774470', 'delete_table_false_7238_1531780833', 'delete_table_false_7238_1531781088', 'delete_table_false_7240_1531782378', 'delete_table_false_7240_1531782643', 'delete_table_false_7246_1531851573', 'delete_table_false_7246_1531851868', 'delete_table_false_7248_1531854732', 'delete_table_false_7248_1531855004', 'delete_table_false_7249_1531854810', 'delete_table_false_7249_1531855076', 'delete_table_false_7250_1531859047', 'delete_table_false_7250_1531859312', 'delete_table_false_7278_1531947056', 'delete_table_false_7278_1531947352', 'delete_table_false_7280_1531948627', 'delete_table_false_7280_1531948890', 'delete_table_false_7284_1531951530', 'delete_table_false_7284_1531951788', 'delete_table_false_7285_1531952074', 'delete_table_false_7285_1531952340', 'delete_table_false_7287_1531953135', 'delete_table_false_7287_1531953383', 'delete_table_false_7299_1532030317', 'delete_table_false_7299_1532030598', 'delete_table_false_7301_1532030273', 'delete_table_false_7301_1532030524', 'delete_table_false_7304_1532031852', 'delete_table_false_7304_1532032120', 'delete_table_false_7314_1532107034', 'delete_table_false_7314_1532107285', 'delete_table_false_7320_1532123523', 'delete_table_false_7320_1532123798', 'delete_table_false_7324_1532125596', 'delete_table_false_7324_1532125851', 'delete_table_false_7333_1532278748', 'delete_table_false_7333_1532279027', 'delete_table_false_7333_1532283936', 'delete_table_false_7333_1532284204', 'delete_table_false_7341_1532370704', 'delete_table_false_7341_1532370983', 'delete_table_false_7345_1532378441', 'delete_table_false_7345_1532378742', 'delete_table_false_7351_1532385960', 'delete_table_false_7351_1532386218', 'delete_table_false_7359_1532389247', 'delete_table_false_7359_1532389507', 'delete_table_false_7367_1532446034', 'delete_table_false_7367_1532446299', 'delete_table_false_7370_1532452981', 'delete_table_false_7370_1532453269', 'delete_table_false_7388_1532537414', 'delete_table_false_7388_1532537671', 'delete_table_false_7396_1532542784', 'delete_table_false_7396_1532543091', 'delete_table_false_7397_1532543532', 'delete_table_false_7397_1532543914', 'delete_table_false_7398_1532543621', 'delete_table_false_7398_1532543943', 'delete_table_false_7405_1532553948', 'delete_table_false_7405_1532554229', 'delete_table_false_7418_1532625477', 'delete_table_false_7418_1532625773', 'delete_table_false_7428_1532629228', 'delete_table_false_7428_1532629499', 'delete_table_false_7428_1532633791', 'delete_table_false_7428_1532634048', 'delete_table_false_7429_1532629486', 'delete_table_false_7429_1532629755', 'delete_table_false_7434_1532630517', 'delete_table_false_7434_1532630779', 'delete_table_false_7437_1532631260', 'delete_table_false_7437_1532631505', 'delete_table_false_7441_1532633749', 'delete_table_false_7441_1532634013', 'delete_table_false_7450_1532637208', 'delete_table_false_7450_1532637467', 'delete_table_false_7463_1532713124', 'delete_table_false_7463_1532713386', 'delete_table_false_7468_1532714600', 'delete_table_false_7468_1532714848', 'delete_table_false_7470_1532715160', 'delete_table_false_7470_1532715423', 'delete_table_false_7471_1532716703', 'delete_table_false_7471_1532716964', 'delete_table_false_7479_1532965395', 'delete_table_false_7479_1532965683', 'delete_table_false_7481_1532973342', 'delete_table_false_7481_1532973594', 'delete_table_false_7482_1532973411', 'delete_table_false_7482_1532973656', 'delete_table_false_7483_1532973451', 'delete_table_false_7483_1532973697', 'delete_table_false_7490_1532978039', 'delete_table_false_7490_1532978297', 'delete_table_false_7491_1532979092', 'delete_table_false_7491_1532979353', 'delete_table_false_7496_1532990695', 'delete_table_false_7496_1532990967', 'delete_table_false_7501_1533061545', 'delete_table_false_7501_1533061838', 'delete_table_false_7505_1533062439', 'delete_table_false_7505_1533062690', 'delete_table_false_7509_1533071433', 'delete_table_false_7509_1533071689', 'delete_table_false_7511_1533071661', 'delete_table_false_7511_1533071926', 'delete_table_false_7514_1533073236', 'delete_table_false_7514_1533073491', 'delete_table_false_7524_1533137609', 'delete_table_false_7524_1533137873', 'delete_table_false_7525_1533144934', 'delete_table_false_7525_1533145211', 'delete_table_false_7526_1533167738', 'delete_table_false_7526_1533168008', 'delete_table_false_7533_1533219433', 'delete_table_false_7533_1533219693', 'delete_table_false_7534_1533224206', 'delete_table_false_7534_1533224468', 'delete_table_false_7536_1533224860', 'delete_table_false_7536_1533225128', 'delete_table_false_7537_1533225981', 'delete_table_false_7537_1533226279', 'delete_table_false_7540_1533228436', 'delete_table_false_7540_1533228711', 'delete_table_false_7543_1533234165', 'delete_table_false_7543_1533234442', 'delete_table_false_7549_1533237898', 'delete_table_false_7549_1533238189', 'delete_table_false_7553_1533243222', 'delete_table_false_7553_1533243499', 'delete_table_false_7554_1533243184', 'delete_table_false_7554_1533243463', 'delete_table_false_7556_1533248762', 'delete_table_false_7556_1533249047', 'delete_table_false_7563_1533305802', 'delete_table_false_7563_1533306098', 'delete_table_false_7566_1533306582', 'delete_table_false_7566_1533306861', 'delete_table_false_7567_1533306770', 'delete_table_false_7567_1533307046', 'delete_table_false_7568_1533307053', 'delete_table_false_7568_1533307333', 'delete_table_false_7569_1533311016', 'delete_table_false_7569_1533311290', 'delete_table_false_7586_1533580191', 'delete_table_false_7586_1533580554', 'delete_table_false_7588_1533580599', 'delete_table_false_7588_1533580886', 'delete_table_false_7589_1533580755', 'delete_table_false_7589_1533581040', 'delete_table_false_7591_1533581698', 'delete_table_false_7591_1533582022', 'delete_table_false_7592_1533581724', 'delete_table_false_7592_1533582001', 'delete_table_false_7593_1533581757', 'delete_table_false_7593_1533582044', 'delete_table_false_7594_1533581843', 'delete_table_false_7594_1533582110', 'delete_table_false_7598_1533586364', 'delete_table_false_7598_1533586669', 'delete_table_false_7601_1533587067', 'delete_table_false_7601_1533587374', 'delete_table_false_7602_1533587198', 'delete_table_false_7602_1533587478', 'delete_table_false_7603_1533587292', 'delete_table_false_7603_1533587578', 'delete_table_false_7609_1533599133', 'delete_table_false_7609_1533599405', 'delete_table_false_7611_1533599307', 'delete_table_false_7611_1533599568', 'delete_table_false_7615_1533645595', 'delete_table_false_7615_1533645865', 'delete_table_false_7623_1533659941', 'delete_table_false_7623_1533660226', 'delete_table_false_7632_1533746907', 'delete_table_false_7632_1533747216', 'delete_table_false_7638_1533763570', 'delete_table_false_7638_1533763846', 'delete_table_false_7640_1533766575', 'delete_table_false_7640_1533766858', 'delete_table_false_7645_1533835320', 'delete_table_false_7645_1533835594', 'delete_table_false_7658_1533930408', 'delete_table_false_7658_1533930715', 'delete_table_false_7660_1533931664', 'delete_table_false_7660_1533931951', 'delete_table_false_7665_1533941104', 'delete_table_false_7665_1533941396', 'delete_table_false_7675_1534202172', 'delete_table_false_7675_1534202506', 'delete_table_false_7678_1534203519', 'delete_table_false_7678_1534203797', 'delete_table_false_7682_1534268712', 'delete_table_false_7682_1534268999', 'delete_table_false_7689_1534278232', 'delete_table_false_7689_1534278528', 'delete_table_false_7690_1534280181', 'delete_table_false_7690_1534280526', 'delete_table_false_7700_1534389383', 'delete_table_false_7700_1534389676', 'delete_table_false_7711_1534438554', 'delete_table_false_7711_1534439039', 'delete_table_false_7713_1534438754', 'delete_table_false_7713_1534439186', 'delete_table_false_7716_1534441397', 'delete_table_false_7716_1534441677', 'delete_table_false_7720_1534445531', 'delete_table_false_7720_1534445815', 'delete_table_false_7722_1534447580', 'delete_table_false_7722_1534447899', 'delete_table_false_7728_1534525886', 'delete_table_false_7728_1534526261', 'delete_table_false_7731_1534541013', 'delete_table_false_7731_1534541307', 'delete_table_false_7739_1534781218', 'delete_table_false_7739_1534781512', 'delete_table_false_7741_1534781395', 'delete_table_false_7741_1534781659', 'delete_table_false_7742_1534781393', 'delete_table_false_7742_1534781679', 'delete_table_false_7742_1534787007', 'delete_table_false_7742_1534787268', 'delete_table_false_7744_1534782080', 'delete_table_false_7744_1534782342', 'delete_table_false_7750_1534794278', 'delete_table_false_7750_1534794571', 'delete_table_false_7754_1534865113', 'delete_table_false_7754_1534865388', 'delete_table_false_7756_1534874199', 'delete_table_false_7756_1534874481', 'delete_table_false_7761_1534880557', 'delete_table_false_7761_1534880856', 'delete_table_false_7763_1534880559', 'delete_table_false_7763_1534880814', 'delete_table_false_7766_1534882683', 'delete_table_false_7766_1534882966', 'delete_table_false_7768_1534885915', 'delete_table_false_7768_1534886244', 'delete_table_false_7772_1534890667', 'delete_table_false_7772_1534890940', 'delete_table_false_7773_1534891847', 'delete_table_false_7773_1534892143', 'delete_table_false_7777_1534956436', 'delete_table_false_7777_1534956772', 'delete_table_false_7781_1534961997', 'delete_table_false_7781_1534962288', 'delete_table_false_7782_1534964000', 'delete_table_false_7782_1534964289', 'delete_table_false_7793_1535134199', 'delete_table_false_7793_1535134515', 'delete_table_false_7801_1535386559', 'delete_table_false_7801_1535386850', 'delete_table_false_7805_1535395465', 'delete_table_false_7805_1535395732', 'delete_table_false_7806_1535396155', 'delete_table_false_7806_1535396409', 'delete_table_false_7815_1535471730', 'delete_table_false_7815_1535472001', 'delete_table_false_7825_1535508536', 'delete_table_false_7825_1535508800', 'delete_table_false_7826_1535508493', 'delete_table_false_7826_1535508749', 'delete_table_false_7832_1535561095', 'delete_table_false_7832_1535561364', 'delete_table_false_7834_1535562885', 'delete_table_false_7834_1535563153', 'delete_table_false_7835_1535562916', 'delete_table_false_7835_1535563171', 'delete_table_false_7840_1535569670', 'delete_table_false_7840_1535569938', 'delete_table_false_7845_1535580659', 'delete_table_false_7845_1535580953', 'delete_table_false_7853_1535637774', 'delete_table_false_7853_1535638100', 'delete_table_false_7855_1535641794', 'delete_table_false_7855_1535642055', 'delete_table_false_7857_1535644707', 'delete_table_false_7857_1535644969', 'delete_table_false_7859_1535647707', 'delete_table_false_7859_1535647990', 'delete_table_false_7862_1535658062', 'delete_table_false_7862_1535658448', 'delete_table_false_7878_1535820926', 'delete_table_false_7878_1535821209', 'delete_table_false_7891_1535991594', 'delete_table_false_7891_1535991892', 'delete_table_false_7891_1535996705', 'delete_table_false_7891_1535996966', 'delete_table_false_7896_1535998294', 'delete_table_false_7896_1535998567', 'delete_table_false_7900_1536020505', 'delete_table_false_7900_1536020780', 'delete_table_false_7900_1536024991', 'delete_table_false_7900_1536025261', 'delete_table_false_7904_1536075779', 'delete_table_false_7904_1536076091', 'delete_table_false_7908_1536096904', 'delete_table_false_7908_1536097245', 'delete_table_false_7912_1536180738', 'delete_table_false_7912_1536181035', 'delete_table_false_7918_1536248320', 'delete_table_false_7918_1536248644', 'delete_table_false_7922_1536251108', 'delete_table_false_7922_1536251387', 'delete_table_false_7930_1536329693', 'delete_table_false_7930_1536329984', 'delete_table_false_7932_1536329850', 'delete_table_false_7932_1536330143', 'delete_table_false_7936_1536337153', 'delete_table_false_7936_1536337425', 'delete_table_false_7937_1536337137', 'delete_table_false_7937_1536337428', 'delete_table_false_7939_1536340532', 'delete_table_false_7939_1536340811', 'delete_table_false_7944_1536347241', 'delete_table_false_7944_1536347532', 'delete_table_false_7955_1536609836', 'delete_table_false_7955_1536610140', 'delete_table_false_7958_1536621130', 'delete_table_false_7958_1536621425', 'delete_table_false_7962_1536639623', 'delete_table_false_7962_1536639891', 'delete_table_false_7977_1536683895', 'delete_table_false_7977_1536684162', 'delete_table_false_7978_1536683900', 'delete_table_false_7978_1536684162', 'delete_table_false_7984_1536689095', 'delete_table_false_7984_1536689370', 'delete_table_false_7985_1536688977', 'delete_table_false_7985_1536689253', 'delete_table_false_7987_1536689406', 'delete_table_false_7987_1536689683', 'delete_table_false_7988_1536689387', 'delete_table_false_7988_1536689634', 'delete_table_false_7991_1536689496', 'delete_table_false_7991_1536689756', 'delete_table_false_7997_1536692904', 'delete_table_false_7997_1536693188', 'delete_table_false_7998_1536693252', 'delete_table_false_7998_1536693517', 'delete_table_false_8000_1536693335', 'delete_table_false_8000_1536693611', 'delete_table_false_8007_1536697708', 'delete_table_false_8007_1536697975', 'delete_table_false_8010_1536698712', 'delete_table_false_8010_1536698981', 'delete_table_false_8019_1536701203', 'delete_table_false_8019_1536701478', 'delete_table_false_8030_1536711446', 'delete_table_false_8030_1536711718', 'delete_table_false_8050_1536769546', 'delete_table_false_8050_1536769834', 'delete_table_false_8051_1536769627', 'delete_table_false_8051_1536769882', 'delete_table_false_8052_1536769608', 'delete_table_false_8052_1536769875', 'delete_table_false_8060_1536775560', 'delete_table_false_8060_1536775880', 'delete_table_false_8064_1536777772', 'delete_table_false_8064_1536778074', 'delete_table_false_8068_1536778832', 'delete_table_false_8068_1536779112', 'delete_table_false_8071_1536780137', 'delete_table_false_8071_1536780412', 'delete_table_false_8073_1536780255', 'delete_table_false_8073_1536780519', 'delete_table_false_8079_1536783232', 'delete_table_false_8079_1536783508', 'delete_table_false_8080_1536783288', 'delete_table_false_8080_1536783560', 'delete_table_false_8081_1536783229', 'delete_table_false_8081_1536783502', 'delete_table_false_8082_1536783413', 'delete_table_false_8082_1536783673', 'delete_table_false_8085_1536783967', 'delete_table_false_8087_1536784576', 'delete_table_false_8087_1536784849', 'delete_table_false_8096_1536790286', 'delete_table_false_8096_1536790584', 'delete_table_false_8098_1536790883', 'delete_table_false_8099_1536790901', 'delete_table_false_8100_1536790954', 'delete_table_false_8106_1536791680', 'delete_table_false_8106_1536791949', 'delete_table_false_8108_1536792057', 'delete_table_false_8108_1536792356', 'delete_table_false_8110_1536794322', 'delete_table_false_8110_1536794611', 'delete_table_false_8111_1536795522', 'delete_table_false_8111_1536795807', 'delete_table_false_8119_1536861650', 'delete_table_false_8119_1536861934', 'delete_table_false_8127_1536871244', 'delete_table_false_8127_1536871562', 'delete_table_false_8146_1536948935', 'delete_table_false_8146_1536949214', 'delete_table_false_8148_1536950166', 'delete_table_false_8148_1536950423', 'delete_table_false_8149_1536950380', 'delete_table_false_8149_1536950645', 'delete_table_false_8150_1536950392', 'delete_table_false_8150_1536950648', 'delete_table_false_8151_1536950487', 'delete_table_false_8151_1536950766', 'delete_table_false_8152_1536950541', 'delete_table_false_8152_1536950818', 'delete_table_false_8153_1536950545', 'delete_table_false_8153_1536950844', 'delete_table_false_8164_1536953772', 'delete_table_false_8164_1536954054', 'delete_table_false_8168_1536955763', 'delete_table_false_8168_1536956055', 'delete_table_false_8170_1536956790', 'delete_table_false_8170_1536957058', 'delete_table_false_8176_1536975111', 'delete_table_false_8176_1536975381', 'delete_table_false_8182_1537197679', 'delete_table_false_8182_1537197974', 'delete_table_false_8187_1537203878', 'delete_table_false_8187_1537204157', 'delete_table_false_8188_1537204009', 'delete_table_false_8188_1537204295', 'delete_table_false_8192_1537205499', 'delete_table_false_8192_1537205782', 'delete_table_false_8194_1537205697', 'delete_table_false_8194_1537205979', 'delete_table_false_8202_1537210482', 'delete_table_false_8202_1537210763', 'delete_table_false_8202_1537211862', 'delete_table_false_8202_1537212124', 'delete_table_false_8205_1537211910', 'delete_table_false_8205_1537212165', 'delete_table_false_8205_1537213263', 'delete_table_false_8205_1537213579', 'delete_table_false_8207_1537217159', 'delete_table_false_8207_1537217431', 'delete_table_false_8207_1537218545', 'delete_table_false_8207_1537218809', 'delete_table_false_8209_1537218203', 'delete_table_false_8209_1537218482', 'delete_table_false_8213_1537219115', 'delete_table_false_8213_1537219389', 'delete_table_false_8213_1537220459', 'delete_table_false_8213_1537220744', 'delete_table_false_8224_1537238733', 'delete_table_false_8224_1537239006', 'delete_table_false_8231_1537239825', 'delete_table_false_8231_1537240103', 'delete_table_false_8238_1537302936', 'delete_table_false_8238_1537303262', 'delete_table_false_8240_1537306002', 'delete_table_false_8240_1537306282', 'delete_table_false_8243_1537309895', 'delete_table_false_8243_1537310179', 'delete_table_false_8251_1537360654', 'delete_table_false_8251_1537360932', 'delete_table_false_8269_1537379670', 'delete_table_false_8269_1537379960', 'delete_table_false_8274_1537385453', 'delete_table_false_8274_1537385736', 'delete_table_false_8276_1537389379', 'delete_table_false_8276_1537389674', 'delete_table_false_8279_1537392649', 'delete_table_false_8279_1537393028', 'delete_table_false_8287_1537462646', 'delete_table_false_8287_1537462916', 'delete_table_false_8287_1537466411', 'delete_table_false_8287_1537466763', 'delete_table_false_8290_1537463128', 'delete_table_false_8290_1537463442', 'delete_table_false_8292_1537468900', 'delete_table_false_8292_1537469193', 'delete_table_false_8293_1537468958', 'delete_table_false_8293_1537469235', 'delete_table_false_8299_1537474881', 'delete_table_false_8299_1537475173', 'delete_table_false_8301_1537475588', 'delete_table_false_8301_1537475862', 'delete_table_false_8314_1537543945', 'delete_table_false_8314_1537544245', 'delete_table_false_8326_1537544984', 'delete_table_false_8326_1537545272', 'delete_table_false_8331_1537548251', 'delete_table_false_8331_1537548535', 'delete_table_false_8339_1537557949', 'delete_table_false_8339_1537558235', 'delete_table_false_8340_1537558779', 'delete_table_false_8340_1537559045', 'delete_table_false_8341_1537558869', 'delete_table_false_8341_1537559167', 'delete_table_false_8343_1537576404', 'delete_table_false_8343_1537576689', 'delete_table_false_8344_1537577473', 'delete_table_false_8344_1537577751', 'delete_table_false_8345_1537577476', 'delete_table_false_8345_1537577738', 'delete_table_false_8346_1537577456', 'delete_table_false_8346_1537577750', 'delete_table_false_8354_1537620226', 'delete_table_false_8354_1537620516', 'delete_table_false_8355_1537620232', 'delete_table_false_8355_1537620510', 'delete_table_false_8356_1537620171', 'delete_table_false_8356_1537620475', 'delete_table_false_8363_1537734979', 'delete_table_false_8363_1537735247', 'delete_table_false_8386_1537898554', 'delete_table_false_8386_1537898862', 'delete_table_false_8387_1537899145', 'delete_table_false_8387_1537899403', 'delete_table_false_8388_1537899126', 'delete_table_false_8388_1537899397', 'delete_table_false_8389_1537899138', 'delete_table_false_8389_1537899394', 'delete_table_false_8390_1537899222', 'delete_table_false_8390_1537899510', 'delete_table_false_8391_1537899216', 'delete_table_false_8391_1537899485', 'delete_table_false_8392_1537899222', 'delete_table_false_8392_1537899491', 'delete_table_false_8393_1537899256', 'delete_table_false_8393_1537899516', 'delete_table_false_8394_1537899325', 'delete_table_false_8394_1537899612', 'delete_table_true_1515538238207', 'dest_dataset_1521666034110', 'dml_tests_1508978066267', 'dml_tests_1515611761770', 'dml_tests_2972_1503348563', 'dml_tests_3026_1503508432', 'dml_tests_3808_1508197141', 'eu_load_file_1522097331279', 'gcloud_logging_test036bdb30_b028_11e7_b1be_6dd9a8925e4d', 'gcloud_logging_test0dd5b820_b028_11e7_9285_333caaadfa9c', 'gcloud_logging_test0e047e50_b35f_11e7_a73e_713cdaac2f0a', 'gcloud_logging_test0f069a20_b361_11e7_8c7c_fdf279a86d05', 'gcloud_logging_test227b8750_b361_11e7_ab01_f9b2ed96217f', 'gcloud_logging_test232a01b1_b35f_11e7_b108_ed23734cf033', 'gcloud_logging_test249461d0_b288_11e7_a540_27ed8ee1e8d6', 'gcloud_logging_test285e2b50_b028_11e7_a4da_d17bc64d3da6', 'gcloud_logging_test309fad20_b361_11e7_a9e8_d3c79a7bae1e', 'gcloud_logging_test31cec220_af8e_11e7_92b4_a7a300f458ec', 'gcloud_logging_test3b991fe0_b361_11e7_b705_eb3792b0a38e', 'gcloud_logging_test3bebc3e0_b289_11e7_aa74_7d30cb92020f', 'gcloud_logging_test4395a650_b361_11e7_b6c2_8d35f407c254', 'gcloud_logging_test44dba5c0_b35f_11e7_8ed2_af1821bde956', 'gcloud_logging_test4ad1da20_b289_11e7_91b2_f50d82071f69', 'gcloud_logging_test4b360880_af7b_11e7_9640_77d2b892cb25', 'gcloud_logging_test5533fec0_b361_11e7_9010_e36ed01a3c6f', 'gcloud_logging_test5c8dcee0_b027_11e7_9486_2f7fc86cf120', 'gcloud_logging_test5d371e50_b284_11e7_b290_ff799d9541fa', 'gcloud_logging_test65a00e30_b360_11e7_9075_c7a0701b300b', 'gcloud_logging_test6b1d8ae0_b360_11e7_b5b4_3fd600d883d4', 'gcloud_logging_test73fc6590_b361_11e7_a932_b3daf723e601', 'gcloud_logging_test8612e440_af7c_11e7_be4b_69cbbd128114', 'gcloud_logging_test8a3a86f0_b287_11e7_af0b_af226746f777', 'gcloud_logging_test988656f0_b361_11e7_b915_d9a7ec12b394', 'gcloud_logging_test9daeaec0_b361_11e7_8ffa_85314c7afa90', 'gcloud_logging_testa3c6da40_b360_11e7_9561_97c90f4418b8', 'gcloud_logging_testaf803530_af7c_11e7_a63d_278912bcf4a7', 'gcloud_logging_testb9f9e7f0_b35e_11e7_adf6_b510f76cbcc5', 'gcloud_logging_testbb50c770_b284_11e7_b808_ff7516e367cd', 'gcloud_logging_testc0d21b50_af7c_11e7_b779_99531bbc9260', 'gcloud_logging_testc1e01550_b360_11e7_a6f2_4f9555b5fe9d', 'gcloud_logging_testc5eeec50_af7a_11e7_9ed8_7d05211c9218', 'gcloud_logging_testc71a89e0_b281_11e7_bc2c_13ba721e8bfe', 'gcloud_logging_testc78dbd50_af7c_11e7_9785_b32f1649c967', 'gcloud_logging_testc8bfebb0_b361_11e7_b88a_8199c8de2904', 'gcloud_logging_testd0c95750_b349_11e7_abbd_69bd7a1bdda4', 'gcloud_logging_testd14418d0_b44a_11e7_a626_2199178063d7', 'gcloud_logging_teste5f25090_b35e_11e7_aec7_a107006e0c73', 'gcloud_logging_teste6e6d7d0_b360_11e7_8f3e_63e8fbdb773e', 'gcloud_logging_testf16d9d80_b35e_11e7_90b0_e969b89e8a06', 'gcloud_logging_testf33864f0_b2ba_11e7_ab78_77f8ad1419e4', 'gcloud_logging_testf397f5b0_af7b_11e7_b883_0922b5a8892c', 'gcloud_logging_testfc5778a0_b44a_11e7_a10f_47490e771844', 'gcp_5539', 'insert_data_then_dump_2966_1503345569', 'issue_2951_2996_1503423408', 'job_cancel_1515539387924', 'job_cancel_4541_1512415684', 'list_dataset_tables_dataset_1512415630186', 'list_rows_1522095191872', 'list_rows_1522095304826', 'list_rows_1522097311649', 'list_rows_1522097697638', 'list_rows_6065_1521665545', 'list_rows_6065_1521665586', 'list_rows_6065_1521665815', 'list_rows_6065_1521665857', 'list_rows_6094_1521842273', 'list_rows_6094_1521842389', 'list_rows_6095_1521842572', 'list_rows_6095_1521842667', 'list_rows_6104_1522082865', 'list_rows_6104_1522082982', 'list_rows_6107_1522093245', 'list_rows_6107_1522093517', 'list_rows_6107_1522093650', 'list_rows_6109_1522094798', 'list_rows_6109_1522094883', 'list_rows_6112_1522095569', 'list_rows_6112_1522095673', 'list_rows_6115_1522097351', 'list_rows_6115_1522097447', 'list_rows_6117_1522097311', 'list_rows_6117_1522097416', 'load_gcs_1517447574314', 'load_gcs_1517448483366', 'load_gcs_1517449486233', 'load_gcs_1517457045236', 'load_gcs_1517458132075', 'load_gcs_1517460362668', 'load_gcs_1517461160176', 'load_gcs_1517462899763', 'load_gcs_1517463162737', 'load_gcs_then_dump_1517440141450', 'load_gcs_then_dump_3188_1504871869', 'load_gcs_then_dump_4189_1510262329', 'load_gcs_then_dump_5736_1519840089', 'load_gcs_then_dump_5739_1519840084', 'load_gcs_then_dump_5862_1520442635', 'load_gcs_then_dump_5865_1520445533', 'load_gcs_then_dump_5867_1520447221', 'load_gcs_then_dump_5869_1520454980', 'load_gcs_then_dump_5874_1520459220', 'load_gcs_then_dump_6272_1523418022', 'load_gcs_then_dump_6793_1528231675', 'load_gcs_then_dump_8387_1537899237', 'load_gcs_then_extract_1515612624598', 'load_gcs_then_extract_1519594515444', 'load_gcs_then_extract_1519594690321', 'load_gcs_then_extract_3653_1507584001', 'load_gcs_then_extract_3792_1508185693', 'load_gcs_then_extract_4047_1509565483', 'load_gcs_then_extract_4687_1513020224', 'load_gcs_then_extract_4803_1513632388', 'load_gcs_then_extract_5594_1519173682', 'load_gcs_then_extract_5734_1519837705', 'load_gcs_then_extract_5864_1520444823', 'load_gcs_then_extract_5864_1520445251', 'load_gcs_then_extract_5867_1520447433', 'load_gcs_then_extract_7598_1533586671', 'load_local_then_dump_1512439284015', 'load_local_then_dump_1517464462080', 'load_local_then_dump_1519599083240', 'load_local_then_dump_2964_1503345004', 'load_local_then_dump_3503_1506439223', 'load_local_then_dump_3528_1506543753', 'load_local_then_dump_3559_1506720221', 'load_local_then_dump_6065_1521665564', 'load_local_then_dump_6065_1521665837', 'load_local_then_dump_6604_1526401760', 'load_local_then_dump_8207_1537218893', 'load_table_dataset_1521661862795', 'load_table_dataset_1521750346541', 'load_table_dataset_1527117684812', 'load_table_dataset_1536784268774', 'load_table_dataset_1536950984067', 'load_table_dataset_1536950984276', 'load_table_relax_column_1533589759884', 'nested_df_1518202213424', 'nested_df_1519691215395', 'nested_df_1519692282984', 'nested_df_1519692501483', 'nested_df_1519696889821', 'nested_df_1519697592365', 'nested_df_1519752352876', 'nested_df_1519755497834', 'nested_df_1519756505328', 'nested_df_1519759107122', 'nested_df_1519761558445', 'nested_df_1519761884941', 'nested_df_1519761919927', 'nested_df_1519761964575', 'nested_df_1519762044230', 'nested_df_1519762081134', 'nested_df_1519762198033', 'nested_df_1519762232513', 'nested_df_1519762331836', 'nested_df_1519762383314', 'nested_df_1521750966063', 'nested_df_1521751844564', 'nested_df_1521751903347', 'nested_df_1521752048646', 'nested_df_1521752108902', 'nested_df_6065_1521665575', 'nested_df_6065_1521665848', 'new_4541_1512415690', 'query_destination_table_1537218899488', 'query_external_table_1517433783318', 'query_external_table_1517433831543', 'query_external_table_1517435527705', 'query_external_table_1517435591563', 'query_external_table_1517435654272', 'query_external_table_1517435686633', 'query_external_table_4185_1510262332', 'query_external_table_4298_1510958300', 'query_external_table_5730_1519837734', 'query_external_table_5862_1520442274', 'query_external_table_5878_1520540297', 'query_external_table_6272_1523418028', 'source_dataset_1521661641149', 'source_dataset_1521666034449', 'system_testing_dataset_1516500731193', 'system_testing_dataset_1516503394117', 'system_testing_dataset_1516640009279', 'system_testing_dataset_1516640224658', 'system_testing_dataset_1516640430414', 'system_testing_dataset_1516640693159', 'system_testing_dataset_1516640889678', 'system_testing_dataset_1516641074565', 'system_testing_dataset_1516641309671', 'system_testing_dataset_1516641472837', 'system_testing_dataset_1516641771595', 'system_testing_dataset_1516641945804', 'system_testing_dataset_1516642048770', 'table_insert_rows_dataset_1522428092133', 'table_upload_from_file_dataset_1521694971680', 'temp_dataset_1521752328464', 'temp_dataset_1521752385121', 'temp_dataset_1521752589742', 'temp_dataset_1521752639276', 'update_dataset_4541_1512415766', 'wide_schema_8100_1536791057', 'wide_schema_8153_1536950959'] ```
process
bigquery leaked datasets from systests snippets looking at the console for our ci project i see numerous leaked tables python from pprint import pprint from google cloud bigquery import client client client ds ids pprint ds ids bq load test bq load test bq load test bq load test bq load test bq load test bq load test bq load test bq load test copy table copy table copy table copy table dataset copy table dataset create dataset create table create table nested schema create table nested schema create table nested schema dataset name delete dataset delete table dataset delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table false delete table true dest dataset dml tests dml tests dml tests dml tests dml tests eu load file gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging abbd gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcloud logging gcp insert data then dump issue job cancel job cancel list dataset tables dataset list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows list rows load gcs load gcs load gcs load gcs load gcs load gcs load gcs load gcs load gcs load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then dump load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load gcs then extract load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load local then dump load table dataset load table dataset load table dataset load table dataset load table dataset load table dataset load table relax column nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df nested df new query destination table query external table query external table query external table query external table query external table query external table query external table query external table query external table query external table query external table query external table source dataset source dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset system testing dataset table insert rows dataset table upload from file dataset temp dataset temp dataset temp dataset temp dataset update dataset wide schema wide schema
1
444,689
12,819,355,538
IssuesEvent
2020-07-06 01:48:25
Multi-Tier-Cloud/service-manager
https://api.github.com/repos/Multi-Tier-Cloud/service-manager
closed
Occasional Crash in pcache
Medium Priority bug
Index out-of-range error when removing peer: ``` panic: runtime error: index out of range [2] with length 1 goroutine 142 [running]: github.com/Multi-Tier-Cloud/service-manager/pcache.rpfs(...) /home/ubuntu/service-manager/pcache/pcache.go:90 github.com/Multi-Tier-Cloud/service-manager/pcache.(*PeerCache).updateCache(0x1b7fc80) /home/ubuntu/service-manager/pcache/pcache.go:169 +0x1852 github.com/Multi-Tier-Cloud/service-manager/pcache.(*PeerCache).UpdateCache(0x1b7fc80) /home/ubuntu/service-manager/pcache/pcache.go:250 +0xa7 created by main.main /home/ubuntu/service-manager/l4-proxy/l4-proxy.go:395 +0xc6d ``` Root cause seems to be due to modifying the slice while actively ranging over it. If removing a single element, it *usually* succeeds, but sometimes may trigger a crash (likely due to some underlying race condition). The following code replicates this behaviour more reliably by trying to remove every other element: ``` package main import ( "fmt" ) func rpfs(s []int, i uint) []int{ s[len(s)-1], s[i] = s[i], s[len(s)-1] return s[:len(s)-1] } func main() { a := []int{0, 1, 2, 3, 4, 5, 6} for i := range a { if i % 2 == 1 { a = rpfs(a, uint(i)) } } fmt.Printf("slice is: %#v\n", a) return } ```
1.0
Occasional Crash in pcache - Index out-of-range error when removing peer: ``` panic: runtime error: index out of range [2] with length 1 goroutine 142 [running]: github.com/Multi-Tier-Cloud/service-manager/pcache.rpfs(...) /home/ubuntu/service-manager/pcache/pcache.go:90 github.com/Multi-Tier-Cloud/service-manager/pcache.(*PeerCache).updateCache(0x1b7fc80) /home/ubuntu/service-manager/pcache/pcache.go:169 +0x1852 github.com/Multi-Tier-Cloud/service-manager/pcache.(*PeerCache).UpdateCache(0x1b7fc80) /home/ubuntu/service-manager/pcache/pcache.go:250 +0xa7 created by main.main /home/ubuntu/service-manager/l4-proxy/l4-proxy.go:395 +0xc6d ``` Root cause seems to be due to modifying the slice while actively ranging over it. If removing a single element, it *usually* succeeds, but sometimes may trigger a crash (likely due to some underlying race condition). The following code replicates this behaviour more reliably by trying to remove every other element: ``` package main import ( "fmt" ) func rpfs(s []int, i uint) []int{ s[len(s)-1], s[i] = s[i], s[len(s)-1] return s[:len(s)-1] } func main() { a := []int{0, 1, 2, 3, 4, 5, 6} for i := range a { if i % 2 == 1 { a = rpfs(a, uint(i)) } } fmt.Printf("slice is: %#v\n", a) return } ```
non_process
occasional crash in pcache index out of range error when removing peer panic runtime error index out of range with length goroutine github com multi tier cloud service manager pcache rpfs home ubuntu service manager pcache pcache go github com multi tier cloud service manager pcache peercache updatecache home ubuntu service manager pcache pcache go github com multi tier cloud service manager pcache peercache updatecache home ubuntu service manager pcache pcache go created by main main home ubuntu service manager proxy proxy go root cause seems to be due to modifying the slice while actively ranging over it if removing a single element it usually succeeds but sometimes may trigger a crash likely due to some underlying race condition the following code replicates this behaviour more reliably by trying to remove every other element package main import fmt func rpfs s int i uint int s s s s return s func main a int for i range a if i a rpfs a uint i fmt printf slice is v n a return
0
10,518
13,301,887,044
IssuesEvent
2020-08-25 13:34:17
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
Notebook controller needs OWNERs file
area/jupyter kind/process priority/p0
/kind process The notebook controller needs an OWNERs file indicating who can review and approve PRs. Per kubeflow/community/issues/379 @kimwnasptd and @StefanoFioravanzo are you interested in this as part of the notebooks WG?
1.0
Notebook controller needs OWNERs file - /kind process The notebook controller needs an OWNERs file indicating who can review and approve PRs. Per kubeflow/community/issues/379 @kimwnasptd and @StefanoFioravanzo are you interested in this as part of the notebooks WG?
process
notebook controller needs owners file kind process the notebook controller needs an owners file indicating who can review and approve prs per kubeflow community issues kimwnasptd and stefanofioravanzo are you interested in this as part of the notebooks wg
1
523,621
15,186,482,295
IssuesEvent
2021-02-15 12:26:56
wso2/product-apim-tooling
https://api.github.com/repos/wso2/product-apim-tooling
closed
Error Initializing API Project which has a "%" symbol in the Definition
4.0.0 Affected/3.2.0 Priority/High Type/Bug
**Description:** When using [1] to initialize an API Project using apictl init command, the following error message was printed. ``` panic: parse "#/paths/~1stats~1id~1{plateform}~1{id}/get/responses/200/schema/properties/lifetimeStats/properties/win%": invalid URL escape "%" goroutine 1 [running]: github.com/go-openapi/jsonreference.MustCreateRef(0xc0000896c0, 0x68, 0x0, 0x0, 0x0, 0x0, 0x0) /home/naduni/go/pkg/mod/github.com/go-openapi/jsonreference@v0.19.3/reference.go:55 +0xbe github.com/go-openapi/spec.MustCreateRef(...) /home/naduni/go/pkg/mod/github.com/go-openapi/spec@v0.19.4/ref.go:129 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xc00011fd04, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:394 +0x1a7 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xc0003f8480, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:414 +0x7e2 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xec620d, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:414 +0x7e2 github.com/go-openapi/analysis.(*Spec).analyzeOperation(0xc0002b45b0, 0xec4592, 0x3, 0xc000486f00, 0x1a, 0xc0001781c0) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:383 +0xe66 github.com/go-openapi/analysis.(*Spec).analyzeOperations(0xc0002b45b0, 0xc000486f00, 0x1a, 0xc00054eb20) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:269 +0xa2 github.com/go-openapi/analysis.(*Spec).initialize(0xc0002b45b0) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:215 +0x35d github.com/go-openapi/analysis.New(0xc0000b6100, 0xc0000b7900) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:151 +0x5f github.com/go-openapi/loads.Analyzed(0xc000172000, 0x38fe, 0x38fe, 0x0, 0x0, 0x0, 0x0, 0x40e668) /home/naduni/go/pkg/mod/github.com/go-openapi/loads@v0.19.4/spec.go:190 +0x23e github.com/go-openapi/loads.Spec(0x7fff4ac39088, 0x7d, 0x1, 0x7fff4ac39088, 0x7d) /home/naduni/go/pkg/mod/github.com/go-openapi/loads@v0.19.4/spec.go:128 +0x12d github.com/wso2/product-apim-tooling/import-export-cli/cmd.loadSwagger(0x7fff4ac39088, 0x7d, 0x0, 0x0, 0x2) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:103 +0xe4 github.com/wso2/product-apim-tooling/import-export-cli/cmd.executeInitCmd(0x1040720, 0xc00047fb30) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:160 +0x266 github.com/wso2/product-apim-tooling/import-export-cli/cmd.glob..func23(0x16e5160, 0xc00047fad0, 0x1, 0x3) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:321 +0x16f github.com/spf13/cobra.(*Command).execute(0x16e5160, 0xc00047fa40, 0x3, 0x3, 0x16e5160, 0xc00047fa40) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830 +0x29d github.com/spf13/cobra.(*Command).ExecuteC(0x16e6a60, 0x443aba, 0x16872c0, 0xc000000180) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 +0x2fb github.com/spf13/cobra.(*Command).Execute(...) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864 github.com/wso2/product-apim-tooling/import-export-cli/cmd.Execute() /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/root.go:79 +0x31 main.main() /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/apictl.go:24 +0x20 ``` There are % symbols in the definition. [2]. It is possible to import these APIs using the publisher UI and publish them to the devportal. **Suggested Labels:** Import-third-party-APIs **Affected Product Version:** apictl-3.2.0 **OS, DB, other environment details and versions:** OS: Ubuntu 20.04.1 LTS (64-bit) **Steps to reproduce:** 1. Use [1] as the --oas parameter value and initialize an API project using apictl. This would result in the error message. ![percentage_error](https://user-images.githubusercontent.com/30455603/96674872-4db2ac80-1387-11eb-8561-913d5c13bfd2.png) [1] https://github.com/APIs-guru/openapi-directory/blob/master/APIs/skynewz-api-fortnite.herokuapp.com/3.1.5/swagger.yaml [2] https://github.com/APIs-guru/openapi-directory/blob/master/APIs/skynewz-api-fortnite.herokuapp.com/3.1.5/swagger.yaml#L295
1.0
Error Initializing API Project which has a "%" symbol in the Definition - **Description:** When using [1] to initialize an API Project using apictl init command, the following error message was printed. ``` panic: parse "#/paths/~1stats~1id~1{plateform}~1{id}/get/responses/200/schema/properties/lifetimeStats/properties/win%": invalid URL escape "%" goroutine 1 [running]: github.com/go-openapi/jsonreference.MustCreateRef(0xc0000896c0, 0x68, 0x0, 0x0, 0x0, 0x0, 0x0) /home/naduni/go/pkg/mod/github.com/go-openapi/jsonreference@v0.19.3/reference.go:55 +0xbe github.com/go-openapi/spec.MustCreateRef(...) /home/naduni/go/pkg/mod/github.com/go-openapi/spec@v0.19.4/ref.go:129 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xc00011fd04, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:394 +0x1a7 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xc0003f8480, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:414 +0x7e2 github.com/go-openapi/analysis.(*Spec).analyzeSchema(0xc0002b45b0, 0xec620d, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:414 +0x7e2 github.com/go-openapi/analysis.(*Spec).analyzeOperation(0xc0002b45b0, 0xec4592, 0x3, 0xc000486f00, 0x1a, 0xc0001781c0) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:383 +0xe66 github.com/go-openapi/analysis.(*Spec).analyzeOperations(0xc0002b45b0, 0xc000486f00, 0x1a, 0xc00054eb20) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:269 +0xa2 github.com/go-openapi/analysis.(*Spec).initialize(0xc0002b45b0) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:215 +0x35d github.com/go-openapi/analysis.New(0xc0000b6100, 0xc0000b7900) /home/naduni/go/pkg/mod/github.com/go-openapi/analysis@v0.19.5/analyzer.go:151 +0x5f github.com/go-openapi/loads.Analyzed(0xc000172000, 0x38fe, 0x38fe, 0x0, 0x0, 0x0, 0x0, 0x40e668) /home/naduni/go/pkg/mod/github.com/go-openapi/loads@v0.19.4/spec.go:190 +0x23e github.com/go-openapi/loads.Spec(0x7fff4ac39088, 0x7d, 0x1, 0x7fff4ac39088, 0x7d) /home/naduni/go/pkg/mod/github.com/go-openapi/loads@v0.19.4/spec.go:128 +0x12d github.com/wso2/product-apim-tooling/import-export-cli/cmd.loadSwagger(0x7fff4ac39088, 0x7d, 0x0, 0x0, 0x2) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:103 +0xe4 github.com/wso2/product-apim-tooling/import-export-cli/cmd.executeInitCmd(0x1040720, 0xc00047fb30) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:160 +0x266 github.com/wso2/product-apim-tooling/import-export-cli/cmd.glob..func23(0x16e5160, 0xc00047fad0, 0x1, 0x3) /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/init.go:321 +0x16f github.com/spf13/cobra.(*Command).execute(0x16e5160, 0xc00047fa40, 0x3, 0x3, 0x16e5160, 0xc00047fa40) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:830 +0x29d github.com/spf13/cobra.(*Command).ExecuteC(0x16e6a60, 0x443aba, 0x16872c0, 0xc000000180) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:914 +0x2fb github.com/spf13/cobra.(*Command).Execute(...) /home/naduni/go/pkg/mod/github.com/spf13/cobra@v0.0.5/command.go:864 github.com/wso2/product-apim-tooling/import-export-cli/cmd.Execute() /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/cmd/root.go:79 +0x31 main.main() /home/naduni/Documents/Wso2/CLI/product-apim-tooling/import-export-cli/apictl.go:24 +0x20 ``` There are % symbols in the definition. [2]. It is possible to import these APIs using the publisher UI and publish them to the devportal. **Suggested Labels:** Import-third-party-APIs **Affected Product Version:** apictl-3.2.0 **OS, DB, other environment details and versions:** OS: Ubuntu 20.04.1 LTS (64-bit) **Steps to reproduce:** 1. Use [1] as the --oas parameter value and initialize an API project using apictl. This would result in the error message. ![percentage_error](https://user-images.githubusercontent.com/30455603/96674872-4db2ac80-1387-11eb-8561-913d5c13bfd2.png) [1] https://github.com/APIs-guru/openapi-directory/blob/master/APIs/skynewz-api-fortnite.herokuapp.com/3.1.5/swagger.yaml [2] https://github.com/APIs-guru/openapi-directory/blob/master/APIs/skynewz-api-fortnite.herokuapp.com/3.1.5/swagger.yaml#L295
non_process
error initializing api project which has a symbol in the definition description when using to initialize an api project using apictl init command the following error message was printed panic parse paths plateform id get responses schema properties lifetimestats properties win invalid url escape goroutine github com go openapi jsonreference mustcreateref home naduni go pkg mod github com go openapi jsonreference reference go github com go openapi spec mustcreateref home naduni go pkg mod github com go openapi spec ref go github com go openapi analysis spec analyzeschema home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis spec analyzeschema home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis spec analyzeschema home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis spec analyzeoperation home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis spec analyzeoperations home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis spec initialize home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi analysis new home naduni go pkg mod github com go openapi analysis analyzer go github com go openapi loads analyzed home naduni go pkg mod github com go openapi loads spec go github com go openapi loads spec home naduni go pkg mod github com go openapi loads spec go github com product apim tooling import export cli cmd loadswagger home naduni documents cli product apim tooling import export cli cmd init go github com product apim tooling import export cli cmd executeinitcmd home naduni documents cli product apim tooling import export cli cmd init go github com product apim tooling import export cli cmd glob home naduni documents cli product apim tooling import export cli cmd init go github com cobra command execute home naduni go pkg mod github com cobra command go github com cobra command executec home naduni go pkg mod github com cobra command go github com cobra command execute home naduni go pkg mod github com cobra command go github com product apim tooling import export cli cmd execute home naduni documents cli product apim tooling import export cli cmd root go main main home naduni documents cli product apim tooling import export cli apictl go there are symbols in the definition it is possible to import these apis using the publisher ui and publish them to the devportal suggested labels import third party apis affected product version apictl os db other environment details and versions os ubuntu lts bit steps to reproduce use as the oas parameter value and initialize an api project using apictl this would result in the error message
0
447,989
31,760,320,065
IssuesEvent
2023-09-12 04:18:11
st-tech/gatling-operator
https://api.github.com/repos/st-tech/gatling-operator
closed
[Feature Request]: Update quick-start-guide.md and provide make version documents
documentation
### Summary I wanted to bring to your attention that the current Quick Start Guide provided for the project appears to be outdated. Some of the steps mentioned in the guide are no longer applicable, and it might cause confusion among new users trying to get started with the project. I saw, some makefile contains helpful information for quick start. - [x] Update [quickstart-guide.md](https://github.com/st-tech/gatling-operator/blob/main/docs/quickstart-guide.md) - [ ] Add information about make commands
1.0
[Feature Request]: Update quick-start-guide.md and provide make version documents - ### Summary I wanted to bring to your attention that the current Quick Start Guide provided for the project appears to be outdated. Some of the steps mentioned in the guide are no longer applicable, and it might cause confusion among new users trying to get started with the project. I saw, some makefile contains helpful information for quick start. - [x] Update [quickstart-guide.md](https://github.com/st-tech/gatling-operator/blob/main/docs/quickstart-guide.md) - [ ] Add information about make commands
non_process
update quick start guide md and provide make version documents summary i wanted to bring to your attention that the current quick start guide provided for the project appears to be outdated some of the steps mentioned in the guide are no longer applicable and it might cause confusion among new users trying to get started with the project i saw some makefile contains helpful information for quick start update add information about make commands
0
1,337
3,900,008,467
IssuesEvent
2016-04-18 01:59:24
huntzhan/magic-parameter
https://api.github.com/repos/huntzhan/magic-parameter
opened
Support function annotation.
dev-process::idea
1. inject `__annotations__` for potential IDE support (I don't know), see [Function annotations][1], [PEP 3107][2] and [Function definitions][3] 2. support type checking for python 3.2+, should be something like ```python @check_this def func(a: int) -> list: return [] ``` [1]: http://python-future.org/func_annotations.html [2]: https://www.python.org/dev/peps/pep-3107/ [3]: https://docs.python.org/3.5/reference/compound_stmts.html#function-definitions
1.0
Support function annotation. - 1. inject `__annotations__` for potential IDE support (I don't know), see [Function annotations][1], [PEP 3107][2] and [Function definitions][3] 2. support type checking for python 3.2+, should be something like ```python @check_this def func(a: int) -> list: return [] ``` [1]: http://python-future.org/func_annotations.html [2]: https://www.python.org/dev/peps/pep-3107/ [3]: https://docs.python.org/3.5/reference/compound_stmts.html#function-definitions
process
support function annotation inject annotations for potential ide support i don t know see and support type checking for python should be something like python check this def func a int list return
1
138,024
30,798,484,120
IssuesEvent
2023-07-31 22:08:07
withfig/fig
https://api.github.com/repos/withfig/fig
closed
error: Could not sync remote dotfiles
awaiting user reply codebase:dotfiles
### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X] I have run `fig restart` and replicated the issue again ### Operating system macOS 13.4.0 (22F66) ### Expected behaviour not to see this error, i am not sure if everything work well. ### Actual behaviour see this error on new installation after i reinstall my mac and install fresh fig ### Steps to reproduce _No response_ ### Environment ```yaml fig-details: - 2.16.0 hardware-info: - model: - model-id: - chip-id: Apple M1 - cores: 8 - mem: 16.00 GB os-info: - macOS 13.4.0 (22F66) environment: - shell: /bin/zsh - terminal: iterm - cwd: /Users/tald - exe-path: /opt/homebrew/bin/fig - install-method: brew - env-vars: - FIGTERM_SESSION_ID: 71ed6d7b-58f1-4ee3-84ed-e0600163038b - FIG_SET_PARENT_CHECK: 1 - FIG_TERM: 2.16.0 - PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tald/.fig/bin:/Users/tald/.local/bin - SHELL: /bin/zsh - TERM: xterm-256color - __CFBundleIdentifier: com.googlecode.iterm2 - FIG_PID: 9653 - FIG_SET_PARENT: 71ed6d7b-58f1-4ee3-84ed-e0600163038b ```
1.0
error: Could not sync remote dotfiles - ### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X] I have run `fig restart` and replicated the issue again ### Operating system macOS 13.4.0 (22F66) ### Expected behaviour not to see this error, i am not sure if everything work well. ### Actual behaviour see this error on new installation after i reinstall my mac and install fresh fig ### Steps to reproduce _No response_ ### Environment ```yaml fig-details: - 2.16.0 hardware-info: - model: - model-id: - chip-id: Apple M1 - cores: 8 - mem: 16.00 GB os-info: - macOS 13.4.0 (22F66) environment: - shell: /bin/zsh - terminal: iterm - cwd: /Users/tald - exe-path: /opt/homebrew/bin/fig - install-method: brew - env-vars: - FIGTERM_SESSION_ID: 71ed6d7b-58f1-4ee3-84ed-e0600163038b - FIG_SET_PARENT_CHECK: 1 - FIG_TERM: 2.16.0 - PATH: /opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tald/.fig/bin:/Users/tald/.local/bin - SHELL: /bin/zsh - TERM: xterm-256color - __CFBundleIdentifier: com.googlecode.iterm2 - FIG_PID: 9653 - FIG_SET_PARENT: 71ed6d7b-58f1-4ee3-84ed-e0600163038b ```
non_process
error could not sync remote dotfiles checks i have searched and there are no duplicates of my issue i have run fig doctor in the affected terminal session i have run fig restart and replicated the issue again operating system macos expected behaviour not to see this error i am not sure if everything work well actual behaviour see this error on new installation after i reinstall my mac and install fresh fig steps to reproduce no response environment yaml fig details hardware info model model id chip id apple cores mem gb os info macos environment shell bin zsh terminal iterm cwd users tald exe path opt homebrew bin fig install method brew env vars figterm session id fig set parent check fig term path opt homebrew bin opt homebrew sbin usr local bin system cryptexes app usr bin usr bin bin usr sbin sbin var run com apple security cryptexd codex system bootstrap usr local bin var run com apple security cryptexd codex system bootstrap usr bin var run com apple security cryptexd codex system bootstrap usr appleinternal bin users tald fig bin users tald local bin shell bin zsh term xterm cfbundleidentifier com googlecode fig pid fig set parent
0
94,527
10,826,171,959
IssuesEvent
2019-11-09 20:49:43
peterbrittain/asciimatics
https://api.github.com/repos/peterbrittain/asciimatics
closed
More than 8 background colours
Documentation
**Is your feature request related to a problem? Please describe.** Can't make background colour grey. ``` screen.print_at( text='Text grey background black', x=0, y=1, colour=Screen.COLOUR_BLACK, attr=Screen.A_BOLD, bg=Screen.COLOUR_BLACK) ``` The `A_BOLD` makes the text grey, but there is no corresponding attribute for `bg`? **Describe the solution you'd like** Maybe an attribute for `bg`, similar to `attr` for `text`? **Describe alternatives you've considered** I looked at the samples, but they are hard to understand, and it seems they all use default black background. The documentation for colours is lacking, but it seems there is some kind of 256 colour support. But how does it work? I looked at `class Fire()`, but just see magic values with no context. Can I use that for `bg`? **Additional context** Managing two values to get a colour (colour and attr) is troublesome. In curses i am able to generate colours by OR'ing them, e.g. `curses.COLOR_BLACK | curses.A_BOLD = grey`. This would be easier.
1.0
More than 8 background colours - **Is your feature request related to a problem? Please describe.** Can't make background colour grey. ``` screen.print_at( text='Text grey background black', x=0, y=1, colour=Screen.COLOUR_BLACK, attr=Screen.A_BOLD, bg=Screen.COLOUR_BLACK) ``` The `A_BOLD` makes the text grey, but there is no corresponding attribute for `bg`? **Describe the solution you'd like** Maybe an attribute for `bg`, similar to `attr` for `text`? **Describe alternatives you've considered** I looked at the samples, but they are hard to understand, and it seems they all use default black background. The documentation for colours is lacking, but it seems there is some kind of 256 colour support. But how does it work? I looked at `class Fire()`, but just see magic values with no context. Can I use that for `bg`? **Additional context** Managing two values to get a colour (colour and attr) is troublesome. In curses i am able to generate colours by OR'ing them, e.g. `curses.COLOR_BLACK | curses.A_BOLD = grey`. This would be easier.
non_process
more than background colours is your feature request related to a problem please describe can t make background colour grey screen print at text text grey background black x y colour screen colour black attr screen a bold bg screen colour black the a bold makes the text grey but there is no corresponding attribute for bg describe the solution you d like maybe an attribute for bg similar to attr for text describe alternatives you ve considered i looked at the samples but they are hard to understand and it seems they all use default black background the documentation for colours is lacking but it seems there is some kind of colour support but how does it work i looked at class fire but just see magic values with no context can i use that for bg additional context managing two values to get a colour colour and attr is troublesome in curses i am able to generate colours by or ing them e g curses color black curses a bold grey this would be easier
0
215,242
16,657,408,124
IssuesEvent
2021-06-05 19:33:51
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
closed
Implement Test: CreateCommunityController
Component: Backend Component: Junit-Testing Priority: Medium Status: Completed Type: Testing
A unit test should be written for the CreateCommunityController.
2.0
Implement Test: CreateCommunityController - A unit test should be written for the CreateCommunityController.
non_process
implement test createcommunitycontroller a unit test should be written for the createcommunitycontroller
0
11
2,496,236,348
IssuesEvent
2015-01-06 18:02:01
vivo-isf/vivo-isf-ontology
https://api.github.com/repos/vivo-isf/vivo-isf-ontology
closed
regulation of neuronal synaptic plasticity
biological_process imported
_From [vasil...@ohsu.edu](https://code.google.com/u/108803237899917466626/) on November 12, 2012 15:48:39_ GO:0048168 parent: system process \<a href="http://purl.obolibrary.org/obo/GO_0003008" rel="nofollow">http://purl.obolibrary.org/obo/GO_0003008</a>&#13; &#13; for this lab:&#13; \<a href="http://ohsu.eagle-i.net/i/0000012f-0dd3-6911-4384-aa6580000000" rel="nofollow">http://ohsu.eagle-i.net/i/0000012f-0dd3-6911-4384-aa6580000000</a>&#13; _Original issue: http://code.google.com/p/eagle-i/issues/detail?id=161_
1.0
regulation of neuronal synaptic plasticity - _From [vasil...@ohsu.edu](https://code.google.com/u/108803237899917466626/) on November 12, 2012 15:48:39_ GO:0048168 parent: system process \<a href="http://purl.obolibrary.org/obo/GO_0003008" rel="nofollow">http://purl.obolibrary.org/obo/GO_0003008</a>&#13; &#13; for this lab:&#13; \<a href="http://ohsu.eagle-i.net/i/0000012f-0dd3-6911-4384-aa6580000000" rel="nofollow">http://ohsu.eagle-i.net/i/0000012f-0dd3-6911-4384-aa6580000000</a>&#13; _Original issue: http://code.google.com/p/eagle-i/issues/detail?id=161_
process
regulation of neuronal synaptic plasticity from on november go parent system process for this lab original issue
1
12,564
14,981,676,100
IssuesEvent
2021-01-28 15:07:02
panther-labs/panther
https://api.github.com/repos/panther-labs/panther
opened
Limit the number of events stored in a Rule error alert
p2 story team:data processing
### Description Rule errors don't have a cap on the number of events that can be matched. In case of rule errors we would like to put a cap: * Usually a handful of events are enough for someone to troubleshoot rule issues * A bad rule could match all events leading to performance and $$ issues. ### Related Services panther-rules-engine ### Designs Not required, changes are only in backend ### Acceptance Criteria - Put a cap of 1000 events that can be associated to each rule error
1.0
Limit the number of events stored in a Rule error alert - ### Description Rule errors don't have a cap on the number of events that can be matched. In case of rule errors we would like to put a cap: * Usually a handful of events are enough for someone to troubleshoot rule issues * A bad rule could match all events leading to performance and $$ issues. ### Related Services panther-rules-engine ### Designs Not required, changes are only in backend ### Acceptance Criteria - Put a cap of 1000 events that can be associated to each rule error
process
limit the number of events stored in a rule error alert description rule errors don t have a cap on the number of events that can be matched in case of rule errors we would like to put a cap usually a handful of events are enough for someone to troubleshoot rule issues a bad rule could match all events leading to performance and issues related services panther rules engine designs not required changes are only in backend acceptance criteria put a cap of events that can be associated to each rule error
1
6,265
9,220,368,358
IssuesEvent
2019-03-11 17:20:44
NCAR/comp-pipeline
https://api.github.com/repos/NCAR/comp-pipeline
opened
Tom Schad (NSO)
process
Reprocess 20140314 with and without the continuum correction. - [ ] with continuum correction (.schad-continuum-correction) - [ ] without continuum correction (.schad-no-continuum-correction)
1.0
Tom Schad (NSO) - Reprocess 20140314 with and without the continuum correction. - [ ] with continuum correction (.schad-continuum-correction) - [ ] without continuum correction (.schad-no-continuum-correction)
process
tom schad nso reprocess with and without the continuum correction with continuum correction schad continuum correction without continuum correction schad no continuum correction
1
7,384
10,515,303,214
IssuesEvent
2019-09-28 08:40:05
sysown/proxysql
https://api.github.com/repos/sysown/proxysql
closed
Disable/enable multiplexing from mysql_query_rules
ADMIN CONNECTION POOL MYSQL PROTOCOL QUERY PROCESSOR
In `mysql_query_rules` we need to add a new variable that defines if multiplexing needs to be disabled or re-enabled. This can be useful if: - we want that a specific query disables multiplexing - we want that multiplexing is re-enabled for example after ProxySQL thinks that is not safe to use multiplexing (ex, when `@` is used)
1.0
Disable/enable multiplexing from mysql_query_rules - In `mysql_query_rules` we need to add a new variable that defines if multiplexing needs to be disabled or re-enabled. This can be useful if: - we want that a specific query disables multiplexing - we want that multiplexing is re-enabled for example after ProxySQL thinks that is not safe to use multiplexing (ex, when `@` is used)
process
disable enable multiplexing from mysql query rules in mysql query rules we need to add a new variable that defines if multiplexing needs to be disabled or re enabled this can be useful if we want that a specific query disables multiplexing we want that multiplexing is re enabled for example after proxysql thinks that is not safe to use multiplexing ex when is used
1
47,727
7,344,950,879
IssuesEvent
2018-03-07 16:03:20
JGCRI/hector
https://api.github.com/repos/JGCRI/hector
closed
Update changelog.txt
documentation
The `./changelog.txt` file needs to be updated with a succinct but complete list of changes before `rc2.0` is merged into `master`.
1.0
Update changelog.txt - The `./changelog.txt` file needs to be updated with a succinct but complete list of changes before `rc2.0` is merged into `master`.
non_process
update changelog txt the changelog txt file needs to be updated with a succinct but complete list of changes before is merged into master
0
25,146
12,501,357,431
IssuesEvent
2020-06-02 01:04:01
astropy/astropy
https://api.github.com/repos/astropy/astropy
closed
Simplify python interface to liberfa
Feature Request Performance erfa
This may also go into `erfa` itself, but it should be possible to simplify the generation of the python interface to erfa, possibly doing away with the large template, and possibly auto-generating the files on the fly (thus reducing the memory load and speeding up initialization for those who do not use `Time` and `SkyCoord` enough to care about `erfa`). These ideas were partially implemented in #3181, but that project got stalled. This is a reminder to think about this...
True
Simplify python interface to liberfa - This may also go into `erfa` itself, but it should be possible to simplify the generation of the python interface to erfa, possibly doing away with the large template, and possibly auto-generating the files on the fly (thus reducing the memory load and speeding up initialization for those who do not use `Time` and `SkyCoord` enough to care about `erfa`). These ideas were partially implemented in #3181, but that project got stalled. This is a reminder to think about this...
non_process
simplify python interface to liberfa this may also go into erfa itself but it should be possible to simplify the generation of the python interface to erfa possibly doing away with the large template and possibly auto generating the files on the fly thus reducing the memory load and speeding up initialization for those who do not use time and skycoord enough to care about erfa these ideas were partially implemented in but that project got stalled this is a reminder to think about this
0
21,072
28,017,741,873
IssuesEvent
2023-03-28 01:04:22
HaoNguyenNhat/CNPMNC
https://api.github.com/repos/HaoNguyenNhat/CNPMNC
opened
Đăng nhập/ Đăng xuất
1 point DG HUY NN HÀO IN PROCESS
Là khách hàng chính thức tôi muốn đăng nhập để đặt hàng, quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn, và đăng xuất tài khoản cá nhân
1.0
Đăng nhập/ Đăng xuất - Là khách hàng chính thức tôi muốn đăng nhập để đặt hàng, quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn, và đăng xuất tài khoản cá nhân
process
đăng nhập đăng xuất là khách hàng chính thức tôi muốn đăng nhập để đặt hàng quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn và đăng xuất tài khoản cá nhân
1
274,820
23,870,539,721
IssuesEvent
2022-09-07 14:30:50
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: unoptimized-query-oracle/disable-rules=all failed
C-test-failure O-robot O-roachtest branch-master release-blocker
roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=all) on master @ [2372698da1dfacb90f60c6a63f2c1298d1db16b8](https://github.com/cockroachdb/cockroach/commits/2372698da1dfacb90f60c6a63f2c1298d1db16b8): ``` |    }, ""), |    strings.Join({ |    "à,105,1,)nq{b],7226836753237314999998802426396.594538945,0,-119", |    "7573603", | +  ".405461055", |    }, ""), |    strings.Join({ |    "à,105,1,a\n,7226836753237315000000000000001.1,0,", | +  "1.", |    "1", |    }, ""), |    strings.Join({ |    "à,105,1,igqt\x06,7226836753237314999999999999999.99999999899,0,-", | +  "1.", |    "0", | +  "1E-9", |    }, ""), |    strings.Join({ |    "à,105,1,rgc,1.1859662682854660147315E+37,0,1", | +  ".", |    "185965545601790691", | -  "0000000000000000000", | +  "E+37", |    }, ""), |    strings.Join({ |    "à,105,1,x,1.244048348144881532315E+36,0,1", | +  ".", |    "244041121308128295", | -  "000000000000000000", | +  "E+36", |    }, ""), |    strings.Join({ |    "à,105,1,�,7.226836753237315000000000001E+30,0,1", | -  "000", | +  "E+3", |    }, ""), |   } | sql: SELECT | e'\u00E0':::STRING AS col_99547, | tab_33623.tableoid AS col_99548, | '1':::JSONB AS col_99549, | tab_33623.col2_4 AS col_99550, | tab_33623.col2_3 AS col_99551, | 0:::DECIMAL AS col_99552, | (tab_33623.col2_0::DECIMAL // 1:::DECIMAL::DECIMAL)::DECIMAL AS col_99553 | FROM | defaultdb.public.table2@[0] AS tab_33623 | ORDER BY | tab_33623.col2_0 ASC, tab_33623.crdb_internal_mvcc_timestamp DESC Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</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/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=all.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: unoptimized-query-oracle/disable-rules=all failed - roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=all) on master @ [2372698da1dfacb90f60c6a63f2c1298d1db16b8](https://github.com/cockroachdb/cockroach/commits/2372698da1dfacb90f60c6a63f2c1298d1db16b8): ``` |    }, ""), |    strings.Join({ |    "à,105,1,)nq{b],7226836753237314999998802426396.594538945,0,-119", |    "7573603", | +  ".405461055", |    }, ""), |    strings.Join({ |    "à,105,1,a\n,7226836753237315000000000000001.1,0,", | +  "1.", |    "1", |    }, ""), |    strings.Join({ |    "à,105,1,igqt\x06,7226836753237314999999999999999.99999999899,0,-", | +  "1.", |    "0", | +  "1E-9", |    }, ""), |    strings.Join({ |    "à,105,1,rgc,1.1859662682854660147315E+37,0,1", | +  ".", |    "185965545601790691", | -  "0000000000000000000", | +  "E+37", |    }, ""), |    strings.Join({ |    "à,105,1,x,1.244048348144881532315E+36,0,1", | +  ".", |    "244041121308128295", | -  "000000000000000000", | +  "E+36", |    }, ""), |    strings.Join({ |    "à,105,1,�,7.226836753237315000000000001E+30,0,1", | -  "000", | +  "E+3", |    }, ""), |   } | sql: SELECT | e'\u00E0':::STRING AS col_99547, | tab_33623.tableoid AS col_99548, | '1':::JSONB AS col_99549, | tab_33623.col2_4 AS col_99550, | tab_33623.col2_3 AS col_99551, | 0:::DECIMAL AS col_99552, | (tab_33623.col2_0::DECIMAL // 1:::DECIMAL::DECIMAL)::DECIMAL AS col_99553 | FROM | defaultdb.public.table2@[0] AS tab_33623 | ORDER BY | tab_33623.col2_0 ASC, tab_33623.crdb_internal_mvcc_timestamp DESC Error types: (1) *withstack.withStack (2) *errutil.withPrefix (3) *withstack.withStack (4) *errutil.leafError ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</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/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=all.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_process
roachtest unoptimized query oracle disable rules all failed roachtest unoptimized query oracle disable rules all with on master       strings join    à nq b            strings join    à a n            strings join    à igqt              strings join    à rgc          e       strings join    à x          e       strings join    à �     e       sql select e string as col tab tableoid as col jsonb as col tab as col tab as col decimal as col tab decimal decimal decimal decimal as col from defaultdb public as tab order by tab asc tab crdb internal mvcc timestamp desc error types withstack withstack errutil withprefix withstack withstack errutil leaferror parameters roachtest cloud gce roachtest cpu roachtest ssd help see see cc cockroachdb sql queries
0
441,984
12,735,754,140
IssuesEvent
2020-06-25 15:47:58
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
VM state is not update if monitor message includes not imported wilds.
Category: Core & System Priority: Normal Status: Accepted Type: Bug
**Description** When the state update messages includes wild VMs the state of some of the other VMs is not updated. **To Reproduce** Change (directly interacting with the hypervisor) VM state in a hypervisor with wild VMs **Expected behavior** All VM state is correctly updated. **Details** - Affected Component: oned - Hypervisor: vcenter, although potentially any is affected - Version: 5.12 **Additional context** Add any other context about the problem here. <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
1.0
VM state is not update if monitor message includes not imported wilds. - **Description** When the state update messages includes wild VMs the state of some of the other VMs is not updated. **To Reproduce** Change (directly interacting with the hypervisor) VM state in a hypervisor with wild VMs **Expected behavior** All VM state is correctly updated. **Details** - Affected Component: oned - Hypervisor: vcenter, although potentially any is affected - Version: 5.12 **Additional context** Add any other context about the problem here. <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
non_process
vm state is not update if monitor message includes not imported wilds description when the state update messages includes wild vms the state of some of the other vms is not updated to reproduce change directly interacting with the hypervisor vm state in a hypervisor with wild vms expected behavior all vm state is correctly updated details affected component oned hypervisor vcenter although potentially any is affected version additional context add any other context about the problem here progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
0
16,321
20,976,072,326
IssuesEvent
2022-03-28 15:19:13
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
opened
Merge * GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin
multi-species process
- [ ] GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host Merge into GO:0070360 migration of symbiont within host by polymerization of host actin: 0 annotations * GO:0070360 is a part_of child of GO:0070359; however this is inconsistent with the definitions, ie GO:0070360 mentions host actin, while GO:0070359. * The data is papers cited and annotated do not provide in vivo evidence for the mechanisms of cell motiility * The Multiorg group proposes to merge the two terms and change the label to 'actin-dependent migration in host'. We can create new terms later when more is known about this process. * Def: update to remove "host" The directional movement of an organism, usually a bacterial cell, from one place to another within its host organism, by a process involving continuous polymerization of ~host~ actin at one pole of the symbiont cell. Some bacteria use host actin for migration. The host is defined as the larger of the organisms involved in a symbiotic interaction.
1.0
Merge * GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin - - [ ] GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host Merge into GO:0070360 migration of symbiont within host by polymerization of host actin: 0 annotations * GO:0070360 is a part_of child of GO:0070359; however this is inconsistent with the definitions, ie GO:0070360 mentions host actin, while GO:0070359. * The data is papers cited and annotated do not provide in vivo evidence for the mechanisms of cell motiility * The Multiorg group proposes to merge the two terms and change the label to 'actin-dependent migration in host'. We can create new terms later when more is known about this process. * Def: update to remove "host" The directional movement of an organism, usually a bacterial cell, from one place to another within its host organism, by a process involving continuous polymerization of ~host~ actin at one pole of the symbiont cell. Some bacteria use host actin for migration. The host is defined as the larger of the organisms involved in a symbiotic interaction.
process
merge go actin polymerization dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin go actin polymerization dependent cell motility involved in migration of symbiont in host merge into go migration of symbiont within host by polymerization of host actin annotations go is a part of child of go however this is inconsistent with the definitions ie go mentions host actin while go the data is papers cited and annotated do not provide in vivo evidence for the mechanisms of cell motiility the multiorg group proposes to merge the two terms and change the label to actin dependent migration in host we can create new terms later when more is known about this process def update to remove host the directional movement of an organism usually a bacterial cell from one place to another within its host organism by a process involving continuous polymerization of host actin at one pole of the symbiont cell some bacteria use host actin for migration the host is defined as the larger of the organisms involved in a symbiotic interaction
1
178,853
13,797,432,807
IssuesEvent
2020-10-09 22:15:33
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
opened
make a test case just for login in gnome
0.kind: bug 6.topic: GNOME 6.topic: testing
**Describe the bug** The two tests we have for gnome are basically gnome-terminal tests. It logs in and launches gnome-terminal. Nothing more nothing less. But there's a whole lot of other things we need to make sure work in gnome like: - adding a user (I know ew, this is nixos but imperative users are still a thing.) - login - logout - switch user - reboot - more...? or various permutations of this This is a test used in fedora for gnome (and also plasma) for login that could be used as a reference: * https://pagure.io/fedora-qa/os-autoinst-distri-fedora/blob/master/f/tests/desktop_login.pm I will also mention that we're lacking a lot of ability in the testing driver to do these things. Links to gnome tests: - https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/gnome3-xorg.nix - https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/gnome3.nix
1.0
make a test case just for login in gnome - **Describe the bug** The two tests we have for gnome are basically gnome-terminal tests. It logs in and launches gnome-terminal. Nothing more nothing less. But there's a whole lot of other things we need to make sure work in gnome like: - adding a user (I know ew, this is nixos but imperative users are still a thing.) - login - logout - switch user - reboot - more...? or various permutations of this This is a test used in fedora for gnome (and also plasma) for login that could be used as a reference: * https://pagure.io/fedora-qa/os-autoinst-distri-fedora/blob/master/f/tests/desktop_login.pm I will also mention that we're lacking a lot of ability in the testing driver to do these things. Links to gnome tests: - https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/gnome3-xorg.nix - https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/gnome3.nix
non_process
make a test case just for login in gnome describe the bug the two tests we have for gnome are basically gnome terminal tests it logs in and launches gnome terminal nothing more nothing less but there s a whole lot of other things we need to make sure work in gnome like adding a user i know ew this is nixos but imperative users are still a thing login logout switch user reboot more or various permutations of this this is a test used in fedora for gnome and also plasma for login that could be used as a reference i will also mention that we re lacking a lot of ability in the testing driver to do these things links to gnome tests
0
6,304
9,308,774,722
IssuesEvent
2019-03-25 15:11:21
onurasiliskender/ocial
https://api.github.com/repos/onurasiliskender/ocial
closed
WK12
Planning Weekly Process
Issues of 12th Week of 2019 (18 - 24 Mar 2019) Listed issues are from WK09 #2 : #6 Listed issues are from WK11 #12 : #13
1.0
WK12 - Issues of 12th Week of 2019 (18 - 24 Mar 2019) Listed issues are from WK09 #2 : #6 Listed issues are from WK11 #12 : #13
process
issues of week of mar listed issues are from listed issues are from
1
205,049
15,964,449,855
IssuesEvent
2021-04-16 06:14:53
ssagit/pe
https://api.github.com/repos/ssagit/pe
opened
Glossary in UG should be closer to quick start, contents or features
severity.VeryLow type.DocumentationBug
It might be more convenient to access by users if glossary is introduced near the start. <!--session: 1618552946167-c07b4e2c-f0db-4aab-aa8a-8075d0d04903-->
1.0
Glossary in UG should be closer to quick start, contents or features - It might be more convenient to access by users if glossary is introduced near the start. <!--session: 1618552946167-c07b4e2c-f0db-4aab-aa8a-8075d0d04903-->
non_process
glossary in ug should be closer to quick start contents or features it might be more convenient to access by users if glossary is introduced near the start
0
230,878
25,482,789,381
IssuesEvent
2022-11-26 01:32:04
nidhi7598/linux-3.0.35_CVE-2018-13405
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2018-13405
reopened
CVE-2019-3460 (Medium) detected in linux-stable-rtv3.8.6
security vulnerability
## CVE-2019-3460 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/l2cap_core.c</b> </p> </details> <p></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> A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was found in the Linux kernel before 5.1-rc1. <p>Publish Date: 2019-04-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-3460>CVE-2019-3460</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: Adjacent - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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-2019-3460">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3460</a></p> <p>Release Date: 2019-04-11</p> <p>Fix Resolution: v5.1-rc1</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-2019-3460 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2019-3460 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/net/bluetooth/l2cap_core.c</b> </p> </details> <p></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> A heap data infoleak in multiple locations including L2CAP_PARSE_CONF_RSP was found in the Linux kernel before 5.1-rc1. <p>Publish Date: 2019-04-11 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2019-3460>CVE-2019-3460</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: Adjacent - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - 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-2019-3460">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-3460</a></p> <p>Release Date: 2019-04-11</p> <p>Fix Resolution: v5.1-rc1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_process
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files net bluetooth core c vulnerability details a heap data infoleak in multiple locations including parse conf rsp was found in the linux kernel before publish date url a href cvss score details base score metrics exploitability metrics attack vector adjacent attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none 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
326,094
27,975,536,589
IssuesEvent
2023-03-25 14:36:27
armgilles/vcub_keeper
https://api.github.com/repos/armgilles/vcub_keeper
opened
Benchmark fonction de transformation json to DataFrame
testing
Faire un benchmark de speed via `pytest-codspeed` pour la fonction `transform_json_station_data_to_df()`. Link to #70
1.0
Benchmark fonction de transformation json to DataFrame - Faire un benchmark de speed via `pytest-codspeed` pour la fonction `transform_json_station_data_to_df()`. Link to #70
non_process
benchmark fonction de transformation json to dataframe faire un benchmark de speed via pytest codspeed pour la fonction transform json station data to df link to
0
151,077
5,796,540,544
IssuesEvent
2017-05-02 19:43:24
uclibs/scholar_uc
https://api.github.com/repos/uclibs/scholar_uc
closed
Suppress Lease option in Visibility Settings
Priority C Scholar 3.0
### Descriptive summary Per Product Owner feedback, "Lease" is not an appropriate option for Scholar@UC. We should suppress this choice under visibility settings. Solution should suppress the option on the input form (on both individual and batch create, all work types), but not remove the code. P.O.s expressed some intention for repository admins to see this feature - we should not act on that variation now, but should keep in mind that this could be a future request. Advise P.O.s if out of scope for Beta release -then it will become post-beta release. See also #1333
1.0
Suppress Lease option in Visibility Settings - ### Descriptive summary Per Product Owner feedback, "Lease" is not an appropriate option for Scholar@UC. We should suppress this choice under visibility settings. Solution should suppress the option on the input form (on both individual and batch create, all work types), but not remove the code. P.O.s expressed some intention for repository admins to see this feature - we should not act on that variation now, but should keep in mind that this could be a future request. Advise P.O.s if out of scope for Beta release -then it will become post-beta release. See also #1333
non_process
suppress lease option in visibility settings descriptive summary per product owner feedback lease is not an appropriate option for scholar uc we should suppress this choice under visibility settings solution should suppress the option on the input form on both individual and batch create all work types but not remove the code p o s expressed some intention for repository admins to see this feature we should not act on that variation now but should keep in mind that this could be a future request advise p o s if out of scope for beta release then it will become post beta release see also
0
13,436
8,924,272,758
IssuesEvent
2019-01-21 18:04:11
gitcoinco/web
https://api.github.com/repos/gitcoinco/web
closed
Gitcoin Grants Smart Contract Bug Bounty
grants security
# Gitcoin Grants - Smart Contract Bug Bounty Hello bounty hunters, Gitcoin Grants is a platform to fund your open source work with recurring payments. We've developed Gitcoin Grants so that OSS Developers can crowdsource funding for the awesome work they are already doing and allow companies to provide more significant recurring funding for contributions on their open source repos. ## Task The task is to find security vulnerabilities in our Subscription smart contract. A security vulnerability is any issue that impacts the well-being of the end-user on the platform. Compensation will not be provided for visual, optmization, or interface issues. ## Application details The contract can be found at https://github.com/gitcoinco/grants1337/blob/master/Subscription/Subscription.sol. The dependencies are solidity. Unfotunately, we do not have a truffle test suite written. We need to implement a listener in the main app in order to do so, but hope to have one up soon. ## Severity OWASP model ![Sample OWASP model](https://user-images.githubusercontent.com/23189295/44337157-8c7c0d80-a471-11e8-8231-ca1b113fd791.png) ## Payouts Payouts are structured according to the severity of the security issue raised. See aforementioned OWASP model for more info. * Critical - 2.5ETH * High - 1.75 ETH * Medium - 1 ETH * Low - .25-.50 ETH *We may receive many responses before being able to implement changes, because of this payouts will be for bugs that are unknown to us at the time of notification.* ## Submission Please email any findings to founders@gitcoin.co.
True
Gitcoin Grants Smart Contract Bug Bounty - # Gitcoin Grants - Smart Contract Bug Bounty Hello bounty hunters, Gitcoin Grants is a platform to fund your open source work with recurring payments. We've developed Gitcoin Grants so that OSS Developers can crowdsource funding for the awesome work they are already doing and allow companies to provide more significant recurring funding for contributions on their open source repos. ## Task The task is to find security vulnerabilities in our Subscription smart contract. A security vulnerability is any issue that impacts the well-being of the end-user on the platform. Compensation will not be provided for visual, optmization, or interface issues. ## Application details The contract can be found at https://github.com/gitcoinco/grants1337/blob/master/Subscription/Subscription.sol. The dependencies are solidity. Unfotunately, we do not have a truffle test suite written. We need to implement a listener in the main app in order to do so, but hope to have one up soon. ## Severity OWASP model ![Sample OWASP model](https://user-images.githubusercontent.com/23189295/44337157-8c7c0d80-a471-11e8-8231-ca1b113fd791.png) ## Payouts Payouts are structured according to the severity of the security issue raised. See aforementioned OWASP model for more info. * Critical - 2.5ETH * High - 1.75 ETH * Medium - 1 ETH * Low - .25-.50 ETH *We may receive many responses before being able to implement changes, because of this payouts will be for bugs that are unknown to us at the time of notification.* ## Submission Please email any findings to founders@gitcoin.co.
non_process
gitcoin grants smart contract bug bounty gitcoin grants smart contract bug bounty hello bounty hunters gitcoin grants is a platform to fund your open source work with recurring payments we ve developed gitcoin grants so that oss developers can crowdsource funding for the awesome work they are already doing and allow companies to provide more significant recurring funding for contributions on their open source repos task the task is to find security vulnerabilities in our subscription smart contract a security vulnerability is any issue that impacts the well being of the end user on the platform compensation will not be provided for visual optmization or interface issues application details the contract can be found at the dependencies are solidity unfotunately we do not have a truffle test suite written we need to implement a listener in the main app in order to do so but hope to have one up soon severity owasp model payouts payouts are structured according to the severity of the security issue raised see aforementioned owasp model for more info critical high eth medium eth low eth we may receive many responses before being able to implement changes because of this payouts will be for bugs that are unknown to us at the time of notification submission please email any findings to founders gitcoin co
0
11,579
14,443,291,859
IssuesEvent
2020-12-07 19:25:38
kubernetes/minikube
https://api.github.com/repos/kubernetes/minikube
closed
add initial integration tests for google cloud shell
area/testing kind/process priority/important-soon
minikube integeration tests should run against cloud shell
1.0
add initial integration tests for google cloud shell - minikube integeration tests should run against cloud shell
process
add initial integration tests for google cloud shell minikube integeration tests should run against cloud shell
1
17,759
5,512,274,452
IssuesEvent
2017-03-17 08:54:24
akvo/akvo-flow-mobile
https://api.github.com/repos/akvo/akvo-flow-mobile
closed
Create 3 modules for the layers of the app
Code Refactoring New and noteworthy Ready for release
This is the basic "skeleton" for clean architecture 1) Presentation layer (ui, activities…) /app -already exists 2) Domain layer (business logic, interactors) /domain 3) Data logic (repositories: apis, database, shared preferences) /data App logic and components will be refactored and/or moved later on progressively. https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html
1.0
Create 3 modules for the layers of the app - This is the basic "skeleton" for clean architecture 1) Presentation layer (ui, activities…) /app -already exists 2) Domain layer (business logic, interactors) /domain 3) Data logic (repositories: apis, database, shared preferences) /data App logic and components will be refactored and/or moved later on progressively. https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html
non_process
create modules for the layers of the app this is the basic skeleton for clean architecture presentation layer ui activities… app already exists domain layer business logic interactors domain data logic repositories apis database shared preferences data app logic and components will be refactored and or moved later on progressively
0
820
3,292,263,687
IssuesEvent
2015-10-30 13:55:36
superroma/testcafe-hammerhead
https://api.github.com/repos/superroma/testcafe-hammerhead
closed
Multiple element processing inside DomProcessor.processPage
!IMPORTANT! AREA: server SYSTEM: resource processing TYPE: bug
This is perfomance issue. `CONST.ELEMENT_PROCESSED_FLAG` always equal `false` because `Const` does not contain `ELEMENT_PROCESSED_FLAG` Code fragment: ```javascript var $all = $('*'); for (var i = 0; i < this.elementProcessorPatterns.length; i++) { var pattern = this.elementProcessorPatterns[i]; /*eslint-disable no-loop-func*/ $all.filter(function () { return pattern.selector(this); }).each(function () { if (!this[CONST.ELEMENT_PROCESSED_FLAG]) { for (var j = 0; j < pattern.elementProcessors.length; j++) pattern.elementProcessors[j].call(domProc, this, replacer, pattern); } }); /*eslint-enable no-loop-func*/ } ``` Need to provide perfomance check results
1.0
Multiple element processing inside DomProcessor.processPage - This is perfomance issue. `CONST.ELEMENT_PROCESSED_FLAG` always equal `false` because `Const` does not contain `ELEMENT_PROCESSED_FLAG` Code fragment: ```javascript var $all = $('*'); for (var i = 0; i < this.elementProcessorPatterns.length; i++) { var pattern = this.elementProcessorPatterns[i]; /*eslint-disable no-loop-func*/ $all.filter(function () { return pattern.selector(this); }).each(function () { if (!this[CONST.ELEMENT_PROCESSED_FLAG]) { for (var j = 0; j < pattern.elementProcessors.length; j++) pattern.elementProcessors[j].call(domProc, this, replacer, pattern); } }); /*eslint-enable no-loop-func*/ } ``` Need to provide perfomance check results
process
multiple element processing inside domprocessor processpage this is perfomance issue const element processed flag always equal false because const does not contain element processed flag code fragment javascript var all for var i i this elementprocessorpatterns length i var pattern this elementprocessorpatterns eslint disable no loop func all filter function return pattern selector this each function if this for var j j pattern elementprocessors length j pattern elementprocessors call domproc this replacer pattern eslint enable no loop func need to provide perfomance check results
1
314,917
27,031,709,807
IssuesEvent
2023-02-12 09:26:19
Skyrat-SS13/Skyrat-tg
https://api.github.com/repos/Skyrat-SS13/Skyrat-tg
opened
Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans
🤖 Flaky Test Report
<!-- This issue can be renamed, but do not change the next comment! --> <!-- title: Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans --> Flaky tests were detected in [this test run](https://github.com/Skyrat-SS13/Skyrat-tg/actions/runs/4155516154/attempts/1). This means that there was a failure that was cleared when the tests were simply restarted. Failures: ``` spawn_humans: [08:52:11] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 monkey_business: [08:52:57] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:55:07] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:55:37] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:57:07] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 ```
1.0
Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans - <!-- This issue can be renamed, but do not change the next comment! --> <!-- title: Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans --> Flaky tests were detected in [this test run](https://github.com/Skyrat-SS13/Skyrat-tg/actions/runs/4155516154/attempts/1). This means that there was a failure that was cleared when the tests were simply restarted. Failures: ``` spawn_humans: [08:52:11] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 monkey_business: [08:52:57] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:55:07] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:55:37] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 create_and_destroy: [08:57:07] Runtime in stack_trace.dm,4: addtimer called with a callback assigned to a qdeleted object. In the future such timers will not be supported and may refuse to run or run with a 0 wait (code/controllers/subsystem/timer.dm:583) proc name: stack trace (/proc/_stack_trace) src: null call stack: stack trace("addtimer called with a callbac...", "code/controllers/subsystem/tim...", 583) addtimer(/datum/callback (/datum/callback), 300, 8, null, "code/modules/mob/living/simple...", 596) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GainPatience() the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): GiveTarget(the turret (/obj/machinery/porta_turret/syndicate)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): FindTarget(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): AIShouldSleep(/list (/list)) the demonic watcher (/mob/living/simple_animal/hostile/asteroid/ice_demon): handle automated action() at stack_trace.dm:4 ```
non_process
multiple flaky test failures in create and destroy monkey business spawn humans flaky tests were detected in this means that there was a failure that was cleared when the tests were simply restarted failures spawn humans runtime in stack trace dm addtimer called with a callback assigned to a qdeleted object in the future such timers will not be supported and may refuse to run or run with a wait code controllers subsystem timer dm proc name stack trace proc stack trace src null call stack stack trace addtimer called with a callbac code controllers subsystem tim addtimer datum callback datum callback null code modules mob living simple the demonic watcher mob living simple animal hostile asteroid ice demon gainpatience the demonic watcher mob living simple animal hostile asteroid ice demon givetarget the turret obj machinery porta turret syndicate the demonic watcher mob living simple animal hostile asteroid ice demon findtarget list list the demonic watcher mob living simple animal hostile asteroid ice demon aishouldsleep list list the demonic watcher mob living simple animal hostile asteroid ice demon handle automated action at stack trace dm monkey business runtime in stack trace dm addtimer called with a callback assigned to a qdeleted object in the future such timers will not be supported and may refuse to run or run with a wait code controllers subsystem timer dm proc name stack trace proc stack trace src null call stack stack trace addtimer called with a callbac code controllers subsystem tim addtimer datum callback datum callback null code modules mob living simple the demonic watcher mob living simple animal hostile asteroid ice demon gainpatience the demonic watcher mob living simple animal hostile asteroid ice demon givetarget the turret obj machinery porta turret syndicate the demonic watcher mob living simple animal hostile asteroid ice demon findtarget list list the demonic watcher mob living simple animal hostile asteroid ice demon aishouldsleep list list the demonic watcher mob living simple animal hostile asteroid ice demon handle automated action at stack trace dm create and destroy runtime in stack trace dm addtimer called with a callback assigned to a qdeleted object in the future such timers will not be supported and may refuse to run or run with a wait code controllers subsystem timer dm proc name stack trace proc stack trace src null call stack stack trace addtimer called with a callbac code controllers subsystem tim addtimer datum callback datum callback null code modules mob living simple the demonic watcher mob living simple animal hostile asteroid ice demon gainpatience the demonic watcher mob living simple animal hostile asteroid ice demon givetarget the turret obj machinery porta turret syndicate the demonic watcher mob living simple animal hostile asteroid ice demon findtarget list list the demonic watcher mob living simple animal hostile asteroid ice demon aishouldsleep list list the demonic watcher mob living simple animal hostile asteroid ice demon handle automated action at stack trace dm create and destroy runtime in stack trace dm addtimer called with a callback assigned to a qdeleted object in the future such timers will not be supported and may refuse to run or run with a wait code controllers subsystem timer dm proc name stack trace proc stack trace src null call stack stack trace addtimer called with a callbac code controllers subsystem tim addtimer datum callback datum callback null code modules mob living simple the demonic watcher mob living simple animal hostile asteroid ice demon gainpatience the demonic watcher mob living simple animal hostile asteroid ice demon givetarget the turret obj machinery porta turret syndicate the demonic watcher mob living simple animal hostile asteroid ice demon findtarget list list the demonic watcher mob living simple animal hostile asteroid ice demon aishouldsleep list list the demonic watcher mob living simple animal hostile asteroid ice demon handle automated action at stack trace dm create and destroy runtime in stack trace dm addtimer called with a callback assigned to a qdeleted object in the future such timers will not be supported and may refuse to run or run with a wait code controllers subsystem timer dm proc name stack trace proc stack trace src null call stack stack trace addtimer called with a callbac code controllers subsystem tim addtimer datum callback datum callback null code modules mob living simple the demonic watcher mob living simple animal hostile asteroid ice demon gainpatience the demonic watcher mob living simple animal hostile asteroid ice demon givetarget the turret obj machinery porta turret syndicate the demonic watcher mob living simple animal hostile asteroid ice demon findtarget list list the demonic watcher mob living simple animal hostile asteroid ice demon aishouldsleep list list the demonic watcher mob living simple animal hostile asteroid ice demon handle automated action at stack trace dm
0
513,700
14,924,930,258
IssuesEvent
2021-01-24 02:58:37
weaveworks/eksctl
https://api.github.com/repos/weaveworks/eksctl
closed
Synchronise Flux after enabling a quickstart profile
area/gitops components/flux kind/feature priority/backlog stale
**Why do you want this feature?** Once an EKS cluster is enabled for GitOps (via running `eksctl enable repo`), and Flux is running there, when a "quickstart" profile is enabled, given Flux synchronises with the Git repository every 5 minutes, users have to wait an average of 2.5 minutes before the components of the profile actually get installed by Flux. This isn't ideal as people may expect to see a change in their clusters immediately after running the `eksctl enable profile` command. **What feature/behavior/change do you want?** Various alternatives are possible (or a combination of these): 1. Add a log statement at the end of the execution of the command about the fact changes may not be visible immediately. 2. Add a log statement at the end of the execution of the command asking users to run `fluxctl sync --k8s-fwd-ns ${FLUX_NS}` s.t. `FLUX_NS` is the Kubernetes namespaces where Flux is running. 3. Check if `fluxctl` is present in `${PATH}`, and if so check where Flux is running (either by scanning the cluster, or, once supported via #1415, by getting this information from `ClusterConfig`), and then having `eksctl` run the aforementioned command itself. 4. ~Add `fluxctl` as a dependency of `eksctl` (via `brew`, by packaging it inside the `eksctl` binary, etc.) and then having `eksctl` run the aforementioned command itself.~ (Adding a dependency isn't necessarily ideal.) 5. Port-forward into Flux and call the Flux API to synchronise with the Git repository, as done [here](https://github.com/fluxcd/flux/blob/master/cmd/fluxctl/sync_cmd.go#L58).
1.0
Synchronise Flux after enabling a quickstart profile - **Why do you want this feature?** Once an EKS cluster is enabled for GitOps (via running `eksctl enable repo`), and Flux is running there, when a "quickstart" profile is enabled, given Flux synchronises with the Git repository every 5 minutes, users have to wait an average of 2.5 minutes before the components of the profile actually get installed by Flux. This isn't ideal as people may expect to see a change in their clusters immediately after running the `eksctl enable profile` command. **What feature/behavior/change do you want?** Various alternatives are possible (or a combination of these): 1. Add a log statement at the end of the execution of the command about the fact changes may not be visible immediately. 2. Add a log statement at the end of the execution of the command asking users to run `fluxctl sync --k8s-fwd-ns ${FLUX_NS}` s.t. `FLUX_NS` is the Kubernetes namespaces where Flux is running. 3. Check if `fluxctl` is present in `${PATH}`, and if so check where Flux is running (either by scanning the cluster, or, once supported via #1415, by getting this information from `ClusterConfig`), and then having `eksctl` run the aforementioned command itself. 4. ~Add `fluxctl` as a dependency of `eksctl` (via `brew`, by packaging it inside the `eksctl` binary, etc.) and then having `eksctl` run the aforementioned command itself.~ (Adding a dependency isn't necessarily ideal.) 5. Port-forward into Flux and call the Flux API to synchronise with the Git repository, as done [here](https://github.com/fluxcd/flux/blob/master/cmd/fluxctl/sync_cmd.go#L58).
non_process
synchronise flux after enabling a quickstart profile why do you want this feature once an eks cluster is enabled for gitops via running eksctl enable repo and flux is running there when a quickstart profile is enabled given flux synchronises with the git repository every minutes users have to wait an average of minutes before the components of the profile actually get installed by flux this isn t ideal as people may expect to see a change in their clusters immediately after running the eksctl enable profile command what feature behavior change do you want various alternatives are possible or a combination of these add a log statement at the end of the execution of the command about the fact changes may not be visible immediately add a log statement at the end of the execution of the command asking users to run fluxctl sync fwd ns flux ns s t flux ns is the kubernetes namespaces where flux is running check if fluxctl is present in path and if so check where flux is running either by scanning the cluster or once supported via by getting this information from clusterconfig and then having eksctl run the aforementioned command itself add fluxctl as a dependency of eksctl via brew by packaging it inside the eksctl binary etc and then having eksctl run the aforementioned command itself adding a dependency isn t necessarily ideal port forward into flux and call the flux api to synchronise with the git repository as done
0
240,115
7,800,404,012
IssuesEvent
2018-06-09 09:00:56
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
closed
0009216: When editing a contract again, the template shows a date
Bug HumanResources Mantis high priority
**Reported by astintzing on 8 Nov 2013 11:39** **Version:** Collin (2013.10.1) When editing a contract again, the template shows a date
1.0
0009216: When editing a contract again, the template shows a date - **Reported by astintzing on 8 Nov 2013 11:39** **Version:** Collin (2013.10.1) When editing a contract again, the template shows a date
non_process
when editing a contract again the template shows a date reported by astintzing on nov version collin when editing a contract again the template shows a date
0
13,677
16,420,501,747
IssuesEvent
2021-05-19 12:00:49
alphagov/govuk-design-system
https://api.github.com/repos/alphagov/govuk-design-system
opened
How can we make contributions to the Design System which are in progress more visible to users and the team
contribution process 🕔 days
## What We agreed in retro on 19/05/21 to run an ideation session looking at how we can make contributions to the Design System more visible. ## Why We know from speaking to contributors and users that understanding progress with a particular contribution is challenging. It can also be difficult for the Design System team to know what's happening particularly if work is happening in slios. ## Who needs to know about this Delivery manager (to facilitate ideation), Design System team (input) ## Done when - [ ] Plan ideation session - [ ] Run session - [ ] Agree actions - [ ] Implement improvements
1.0
How can we make contributions to the Design System which are in progress more visible to users and the team - ## What We agreed in retro on 19/05/21 to run an ideation session looking at how we can make contributions to the Design System more visible. ## Why We know from speaking to contributors and users that understanding progress with a particular contribution is challenging. It can also be difficult for the Design System team to know what's happening particularly if work is happening in slios. ## Who needs to know about this Delivery manager (to facilitate ideation), Design System team (input) ## Done when - [ ] Plan ideation session - [ ] Run session - [ ] Agree actions - [ ] Implement improvements
process
how can we make contributions to the design system which are in progress more visible to users and the team what we agreed in retro on to run an ideation session looking at how we can make contributions to the design system more visible why we know from speaking to contributors and users that understanding progress with a particular contribution is challenging it can also be difficult for the design system team to know what s happening particularly if work is happening in slios who needs to know about this delivery manager to facilitate ideation design system team input done when plan ideation session run session agree actions implement improvements
1
13,615
16,195,360,890
IssuesEvent
2021-05-04 13:59:16
NationalSecurityAgency/ghidra
https://api.github.com/repos/NationalSecurityAgency/ghidra
closed
Relocation(?) incorrect on MOV.W and RCALL instructions
Feature: Loader/ELF Feature: Processor/PIC
In the module sqrt.eo from the **xc16** library ```libm-elf.a```, there are a couple of disassembly problems that I think might have something to do with relocation entries that aren't handled correctly--but I could be wrong about that. 1. Where the source file ```sqrt.s``` has the following ```mov``` instructions: ``` mov.w #WREG11,w13 ; (w13) = &t mov.w #WREG3,w14 ; (w14) = &q ``` and the Microchip assembly listing has: ``` 136 000044 0D 00 20 mov.w #WREG11,w13 ; (w13) = &t 137 000046 0E 00 20 mov.w #WREG3,w14 ; (w14) = &q ``` Ghidra's disassembler listing shows an immediate value for the source operands: ``` rom:010044 1d 80 20 00 mov.w #0x801,W13 rom:010046 2e 80 20 00 mov.w #0x802,W14 ``` 2. Where the source file has ``` rcall __dpack ``` (```dpack``` is an external symbol), and the Microchip assembly listing has: ``` 191 00008e 00 00 07 rcall __dpack ; Round and pack ``` Ghidra has: ``` rom:01008e b9 03 07 00 rcall WREG3 undefined WREG3() ``` I'm attaching the source file as it comes from Microchip, the object module extracted from the library, and an archive of the sample Ghidra project (with the extension changed from ```.gar``` to ```.zip``` to please **github**.) [sqrt.s.txt](https://github.com/NationalSecurityAgency/ghidra/files/6337908/sqrt.s.txt) [sqrt.eo.zip](https://github.com/NationalSecurityAgency/ghidra/files/6337918/sqrt.eo.zip) [GhidraSupport-sqrt.o-20210419.zip](https://github.com/NationalSecurityAgency/ghidra/files/6337937/GhidraSupport-sqrt.o-20210419.zip)
1.0
Relocation(?) incorrect on MOV.W and RCALL instructions - In the module sqrt.eo from the **xc16** library ```libm-elf.a```, there are a couple of disassembly problems that I think might have something to do with relocation entries that aren't handled correctly--but I could be wrong about that. 1. Where the source file ```sqrt.s``` has the following ```mov``` instructions: ``` mov.w #WREG11,w13 ; (w13) = &t mov.w #WREG3,w14 ; (w14) = &q ``` and the Microchip assembly listing has: ``` 136 000044 0D 00 20 mov.w #WREG11,w13 ; (w13) = &t 137 000046 0E 00 20 mov.w #WREG3,w14 ; (w14) = &q ``` Ghidra's disassembler listing shows an immediate value for the source operands: ``` rom:010044 1d 80 20 00 mov.w #0x801,W13 rom:010046 2e 80 20 00 mov.w #0x802,W14 ``` 2. Where the source file has ``` rcall __dpack ``` (```dpack``` is an external symbol), and the Microchip assembly listing has: ``` 191 00008e 00 00 07 rcall __dpack ; Round and pack ``` Ghidra has: ``` rom:01008e b9 03 07 00 rcall WREG3 undefined WREG3() ``` I'm attaching the source file as it comes from Microchip, the object module extracted from the library, and an archive of the sample Ghidra project (with the extension changed from ```.gar``` to ```.zip``` to please **github**.) [sqrt.s.txt](https://github.com/NationalSecurityAgency/ghidra/files/6337908/sqrt.s.txt) [sqrt.eo.zip](https://github.com/NationalSecurityAgency/ghidra/files/6337918/sqrt.eo.zip) [GhidraSupport-sqrt.o-20210419.zip](https://github.com/NationalSecurityAgency/ghidra/files/6337937/GhidraSupport-sqrt.o-20210419.zip)
process
relocation incorrect on mov w and rcall instructions in the module sqrt eo from the library libm elf a there are a couple of disassembly problems that i think might have something to do with relocation entries that aren t handled correctly but i could be wrong about that where the source file sqrt s has the following mov instructions mov w t mov w q and the microchip assembly listing has mov w t mov w q ghidra s disassembler listing shows an immediate value for the source operands rom mov w rom mov w where the source file has rcall dpack dpack is an external symbol and the microchip assembly listing has rcall dpack round and pack ghidra has rom rcall undefined i m attaching the source file as it comes from microchip the object module extracted from the library and an archive of the sample ghidra project with the extension changed from gar to zip to please github
1
310,486
23,339,820,226
IssuesEvent
2022-08-09 13:12:01
karacca/Beetle
https://api.github.com/repos/karacca/Beetle
opened
gy
documentation
## Description gg ## Device Info |Key|Value| |:-|:-| |Android Version|Android 8.0.0 (API 26)| |Brand|HUAWEI| |Model|ANE-LX1| ## Custom Data |Key|Value| |:-|:-| |Custom Test|1| ## Screenshot <img src="https://iili.io/UvDAmb.png" alt="screenshot" width="200"/>
1.0
gy - ## Description gg ## Device Info |Key|Value| |:-|:-| |Android Version|Android 8.0.0 (API 26)| |Brand|HUAWEI| |Model|ANE-LX1| ## Custom Data |Key|Value| |:-|:-| |Custom Test|1| ## Screenshot <img src="https://iili.io/UvDAmb.png" alt="screenshot" width="200"/>
non_process
gy description gg device info key value android version android api brand huawei model ane custom data key value custom test screenshot
0
16,457
21,335,642,785
IssuesEvent
2022-04-18 14:16:36
lbryio/scribe
https://api.github.com/repos/lbryio/scribe
opened
MemoryError (OOM) in advance block
type: bug area: block processor
```2022-04-18 12:14:38,547 ERROR scribe.service.BlockchainProcessorService:1629: error in block processor loop: Traceback (most recent call last): File "/home/lbry/scribe/blockchain/service.py", line 1625, in process_blocks_and_mempool_forever raise err File "/home/lbry/scribe/blockchain/service.py", line 1620, in process_blocks_and_mempool_forever await self.check_and_advance_blocks(blocks) File "/home/lbry/scribe/blockchain/service.py", line 212, in check_and_advance_blocks txo_count = await self.run_in_thread_with_lock(self.advance_block, block) File "/home/lbry/scribe/blockchain/service.py", line 140, in run_in_thread_with_lock return await asyncio.shield(run_in_thread_locked()) File "/home/lbry/scribe/blockchain/service.py", line 139, in run_in_thread_locked return await asyncio.get_event_loop().run_in_executor(self._executor, func, *args) File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/home/lbry/scribe/blockchain/service.py", line 1441, in advance_block self.db.prefix_db.commit(self.height, self.tip) File "/home/lbry/scribe/db/interface.py", line 209, in commit undo_ops = self._op_stack.get_undo_ops() File "/home/lbry/scribe/db/revertable.py", line 163, in get_undo_ops return b''.join(op.invert().pack() for op in reversed(self)) MemoryError ``` This error can be recovered from by restarting scribe.
1.0
MemoryError (OOM) in advance block - ```2022-04-18 12:14:38,547 ERROR scribe.service.BlockchainProcessorService:1629: error in block processor loop: Traceback (most recent call last): File "/home/lbry/scribe/blockchain/service.py", line 1625, in process_blocks_and_mempool_forever raise err File "/home/lbry/scribe/blockchain/service.py", line 1620, in process_blocks_and_mempool_forever await self.check_and_advance_blocks(blocks) File "/home/lbry/scribe/blockchain/service.py", line 212, in check_and_advance_blocks txo_count = await self.run_in_thread_with_lock(self.advance_block, block) File "/home/lbry/scribe/blockchain/service.py", line 140, in run_in_thread_with_lock return await asyncio.shield(run_in_thread_locked()) File "/home/lbry/scribe/blockchain/service.py", line 139, in run_in_thread_locked return await asyncio.get_event_loop().run_in_executor(self._executor, func, *args) File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) File "/home/lbry/scribe/blockchain/service.py", line 1441, in advance_block self.db.prefix_db.commit(self.height, self.tip) File "/home/lbry/scribe/db/interface.py", line 209, in commit undo_ops = self._op_stack.get_undo_ops() File "/home/lbry/scribe/db/revertable.py", line 163, in get_undo_ops return b''.join(op.invert().pack() for op in reversed(self)) MemoryError ``` This error can be recovered from by restarting scribe.
process
memoryerror oom in advance block error scribe service blockchainprocessorservice error in block processor loop traceback most recent call last file home lbry scribe blockchain service py line in process blocks and mempool forever raise err file home lbry scribe blockchain service py line in process blocks and mempool forever await self check and advance blocks blocks file home lbry scribe blockchain service py line in check and advance blocks txo count await self run in thread with lock self advance block block file home lbry scribe blockchain service py line in run in thread with lock return await asyncio shield run in thread locked file home lbry scribe blockchain service py line in run in thread locked return await asyncio get event loop run in executor self executor func args file usr lib concurrent futures thread py line in run result self fn self args self kwargs file home lbry scribe blockchain service py line in advance block self db prefix db commit self height self tip file home lbry scribe db interface py line in commit undo ops self op stack get undo ops file home lbry scribe db revertable py line in get undo ops return b join op invert pack for op in reversed self memoryerror this error can be recovered from by restarting scribe
1
9,047
12,130,108,038
IssuesEvent
2020-04-23 00:30:41
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt
priority: p2 remove-gcp-devrel-py-tools type: process
remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt
1.0
remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt - remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt
process
remove gcp devrel py tools from appengine standard blobstore blobreader requirements test txt remove gcp devrel py tools from appengine standard blobstore blobreader requirements test txt
1
514,381
14,938,116,686
IssuesEvent
2021-01-25 15:24:37
Computational-Plant-Science/plantit-cli
https://api.github.com/repos/Computational-Plant-Science/plantit-cli
closed
Separate commands for CyVerse inputs/outputs and container execution
enhancement priority
This will allow more fine-grained control over data management from the PlantIT application side.
1.0
Separate commands for CyVerse inputs/outputs and container execution - This will allow more fine-grained control over data management from the PlantIT application side.
non_process
separate commands for cyverse inputs outputs and container execution this will allow more fine grained control over data management from the plantit application side
0
86,763
8,049,605,769
IssuesEvent
2018-08-01 10:39:01
dzhw/zofar
https://api.github.com/repos/dzhw/zofar
reopened
SC Matrix Dropdown/other versions
category: zofar et: 2 prio: ? status: testing type: backlog.task
Adjust the SC Matrix for other functionforms like SCM Dropdown etc.
1.0
SC Matrix Dropdown/other versions - Adjust the SC Matrix for other functionforms like SCM Dropdown etc.
non_process
sc matrix dropdown other versions adjust the sc matrix for other functionforms like scm dropdown etc
0
4,397
7,293,476,087
IssuesEvent
2018-02-25 14:38:30
VeliovGroup/Meteor-Files
https://api.github.com/repos/VeliovGroup/Meteor-Files
closed
Thumbnails generation error
Post Processing help wanted question
### I'm having an issue: - generating thumbnails - Meteor-Files: Version 1.9.5 - Meteor Version: 1.6.0.1 - Appearing on Mac/Linux (not tested on windows) - this issue is appearing server side I am using the thumbnail generation example found [here](https://github.com/VeliovGroup/Meteor-Files/wiki/Image-Processing). When I upload several images at once, most of the images create thumbnails. However, for a handful of the images, the thumbnails are not generated. I receive the error shown below: ``` [159.203.61.14][createThumbnails] [img.resize] { Error: Command failed: [159.203.61.14] at ChildProcess.onExit (/bundle/bundle/programs/server/npm/node_modules/gm/lib/command.js:301:17) [159.203.61.14] at emitTwo (events.js:125:13) [159.203.61.14] at ChildProcess.emit (events.js:213:7) [159.203.61.14] at maybeClose (internal/child_process.js:927:16) [159.203.61.14] at Socket.stream.socket.on (internal/child_process.js:348:11) [159.203.61.14] at emitOne (events.js:115:13) [159.203.61.14] at Socket.emit (events.js:210:7) [159.203.61.14] at Pipe._handle.close [as _onclose] (net.js:545:12) code: null, signal: 'SIGKILL' } [159.203.61.14]{ Error: Command failed: [159.203.61.14] at ChildProcess.onExit (/bundle/bundle/programs/server/npm/node_modules/gm/lib/command.js:301:17) [159.203.61.14] at emitTwo (events.js:125:13) [159.203.61.14] at ChildProcess.emit (events.js:213:7) [159.203.61.14] at maybeClose (internal/child_process.js:927:16) [159.203.61.14] at Socket.stream.socket.on (internal/child_process.js:348:11) [159.203.61.14] at emitOne (events.js:115:13) [159.203.61.14] at Socket.emit (events.js:210:7) [159.203.61.14] at Pipe._handle.close [as _onclose] (net.js:545:12) code: null, signal: 'SIGKILL' } [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4746-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/SNygdJC3G647dxLM7.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/v59YFLdZXW8bp4y5f.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: iSfykHMSdENSLeMGR [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/3 chunks, dst: IMG_4741-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/v59YFLdZXW8bp4y5f.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: i7ZC63i8GHEwuJpFc [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/r7T7ZzYux2tjrZahW.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: ppixaEvznRennF7GW [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4739-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/r7T7ZzYux2tjrZahW.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/McpEckrGhQ2gZZmEB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: L6ARAcbLqAbAtzDWk [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4754-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/McpEckrGhQ2gZZmEB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: SNygdJC3G647dxLM7 [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/YDJx5P3KLGyyMRx95.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: v59YFLdZXW8bp4y5f [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4752-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/YDJx5P3KLGyyMRx95.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: iSfykHMSdENSLeMGR [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/tfWsoZkjw9d55v9TB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: i7ZC63i8GHEwuJpFc [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4751-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/tfWsoZkjw9d55v9TB.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/RE2c9g7YZhCiizZJn.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: r7T7ZzYux2tjrZahW ```
1.0
Thumbnails generation error - ### I'm having an issue: - generating thumbnails - Meteor-Files: Version 1.9.5 - Meteor Version: 1.6.0.1 - Appearing on Mac/Linux (not tested on windows) - this issue is appearing server side I am using the thumbnail generation example found [here](https://github.com/VeliovGroup/Meteor-Files/wiki/Image-Processing). When I upload several images at once, most of the images create thumbnails. However, for a handful of the images, the thumbnails are not generated. I receive the error shown below: ``` [159.203.61.14][createThumbnails] [img.resize] { Error: Command failed: [159.203.61.14] at ChildProcess.onExit (/bundle/bundle/programs/server/npm/node_modules/gm/lib/command.js:301:17) [159.203.61.14] at emitTwo (events.js:125:13) [159.203.61.14] at ChildProcess.emit (events.js:213:7) [159.203.61.14] at maybeClose (internal/child_process.js:927:16) [159.203.61.14] at Socket.stream.socket.on (internal/child_process.js:348:11) [159.203.61.14] at emitOne (events.js:115:13) [159.203.61.14] at Socket.emit (events.js:210:7) [159.203.61.14] at Pipe._handle.close [as _onclose] (net.js:545:12) code: null, signal: 'SIGKILL' } [159.203.61.14]{ Error: Command failed: [159.203.61.14] at ChildProcess.onExit (/bundle/bundle/programs/server/npm/node_modules/gm/lib/command.js:301:17) [159.203.61.14] at emitTwo (events.js:125:13) [159.203.61.14] at ChildProcess.emit (events.js:213:7) [159.203.61.14] at maybeClose (internal/child_process.js:927:16) [159.203.61.14] at Socket.stream.socket.on (internal/child_process.js:348:11) [159.203.61.14] at emitOne (events.js:115:13) [159.203.61.14] at Socket.emit (events.js:210:7) [159.203.61.14] at Pipe._handle.close [as _onclose] (net.js:545:12) code: null, signal: 'SIGKILL' } [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4746-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/SNygdJC3G647dxLM7.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/v59YFLdZXW8bp4y5f.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: iSfykHMSdENSLeMGR [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/3 chunks, dst: IMG_4741-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/v59YFLdZXW8bp4y5f.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: i7ZC63i8GHEwuJpFc [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/r7T7ZzYux2tjrZahW.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: ppixaEvznRennF7GW [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4739-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/r7T7ZzYux2tjrZahW.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/McpEckrGhQ2gZZmEB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: L6ARAcbLqAbAtzDWk [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4754-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/McpEckrGhQ2gZZmEB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: SNygdJC3G647dxLM7 [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/YDJx5P3KLGyyMRx95.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: v59YFLdZXW8bp4y5f [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4752-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/YDJx5P3KLGyyMRx95.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: iSfykHMSdENSLeMGR [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/tfWsoZkjw9d55v9TB.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [removed]: i7ZC63i8GHEwuJpFc [159.203.61.14][FilesCollection] [Upload] [DDP] Got #-1/2 chunks, dst: IMG_4751-1.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ed)Upload] -> /images/tfWsoZkjw9d55v9TB.jpg [159.203.61.14][FilesCollection] [Upload] [finish(ing)Upload] -> /images/RE2c9g7YZhCiizZJn.jpg [159.203.61.14][FilesCollection] [_preCollectionCursor.observe] [changed]: r7T7ZzYux2tjrZahW ```
process
thumbnails generation error i m having an issue generating thumbnails meteor files version meteor version appearing on mac linux not tested on windows this issue is appearing server side i am using the thumbnail generation example found when i upload several images at once most of the images create thumbnails however for a handful of the images the thumbnails are not generated i receive the error shown below error command failed at childprocess onexit bundle bundle programs server npm node modules gm lib command js at emittwo events js at childprocess emit events js at maybeclose internal child process js at socket stream socket on internal child process js at emitone events js at socket emit events js at pipe handle close net js code null signal sigkill error command failed at childprocess onexit bundle bundle programs server npm node modules gm lib command js at emittwo events js at childprocess emit events js at maybeclose internal child process js at socket stream socket on internal child process js at emitone events js at socket emit events js at pipe handle close net js code null signal sigkill got chunks dst img jpg images jpg images jpg isfykhmsdenslemgr got chunks dst img jpg images jpg images jpg got chunks dst img jpg images jpg images jpg got chunks dst img jpg images jpg images jpg got chunks dst img jpg images jpg isfykhmsdenslemgr images jpg got chunks dst img jpg images jpg images jpg
1
21,439
29,478,614,589
IssuesEvent
2023-06-02 02:05:51
cypress-io/cypress
https://api.github.com/repos/cypress-io/cypress
closed
Webpack bundle stats do not log when using webpack-preprocessor and webpack v5
stage: backlog npm: @cypress/webpack-preprocessor stale
### Current behavior When using webpack-preprocessor with webpack v5, stats do not log with the `DEBUG=cypress:webpack:stats` option. ### Desired behavior Webpack stats log in the console. ### Test code to reproduce 1. Clone this repo. 2. cd into `npm/webpack-preprocessor` 3. upgrade to webpack v5 (`npm i --save-dev webpack@5`) 4. cd into `examples/use-babelrc` 5. run `DEBUG=cypress:webpack:stats npm run cy:open` Stats do not log. ### Cypress Version 0.0.0-development ### Other _No response_
1.0
Webpack bundle stats do not log when using webpack-preprocessor and webpack v5 - ### Current behavior When using webpack-preprocessor with webpack v5, stats do not log with the `DEBUG=cypress:webpack:stats` option. ### Desired behavior Webpack stats log in the console. ### Test code to reproduce 1. Clone this repo. 2. cd into `npm/webpack-preprocessor` 3. upgrade to webpack v5 (`npm i --save-dev webpack@5`) 4. cd into `examples/use-babelrc` 5. run `DEBUG=cypress:webpack:stats npm run cy:open` Stats do not log. ### Cypress Version 0.0.0-development ### Other _No response_
process
webpack bundle stats do not log when using webpack preprocessor and webpack current behavior when using webpack preprocessor with webpack stats do not log with the debug cypress webpack stats option desired behavior webpack stats log in the console test code to reproduce clone this repo cd into npm webpack preprocessor upgrade to webpack npm i save dev webpack cd into examples use babelrc run debug cypress webpack stats npm run cy open stats do not log cypress version development other no response
1
7,940
11,137,243,496
IssuesEvent
2019-12-20 18:47:53
elastic/beats
https://api.github.com/repos/elastic/beats
closed
Rename add_locale to add_timezone
:Processors Team:Beats breaking change
The new `add_locale` processor adds time zone information to events. I think it would be more clear to simply call it `add_timezone`. So let's rename it and update the documentation.
1.0
Rename add_locale to add_timezone - The new `add_locale` processor adds time zone information to events. I think it would be more clear to simply call it `add_timezone`. So let's rename it and update the documentation.
process
rename add locale to add timezone the new add locale processor adds time zone information to events i think it would be more clear to simply call it add timezone so let s rename it and update the documentation
1
17,058
22,492,217,767
IssuesEvent
2022-06-23 03:13:05
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
mac系统操作Raster--Miscellaneous--Merge时报错
Feedback stale Processing Bug
### What is the bug or the crash? <img width="1004" alt="1" src="https://user-images.githubusercontent.com/104621369/165915439-5fe293ca-bd4a-4e68-b4b6-9e9eb483e569.png"> ### Steps to reproduce the issue 把下载好的5个地形纹理文件拖进QGIS中,点击Raster -> Miscellaneous -> Merge,输入5个图层并全选,点击运行按钮,就会报出GDAL命令输出错误ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db ### Versions <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body> QGIS版本 | 3.22.6-Białowieża | QGIS代码版本 | a9824e4192 -- | -- | -- | -- Qt版本 | 5.14.2 Python版本 | 3.8.7 GDAL/OGR版本 | 3.2.1 PROJ版本 | 6.3.2 EPSG注册数据库版本 | v9.8.6 (2020-01-22) GEOS版本 | 3.9.1-CAPI-1.14.2 SQLite版本 | 3.31.1 PostgreSQL客户端版本 | 12.3 SpatiaLite版本 | 4.3.0a QWT版本 | 6.1.4 QScintilla2版本 | 2.11.4 操作系统版本 | macOS 12.2   |   |   |   激活Python插件 processing | 2.12.99 sagaprovider | 2.12.99 grassprovider | 2.12.99 db_manager | 0.1.20 MetaSearch | 0.3.5 </body></html>QGIS版本 3.22.6-Białowieża QGIS代码版本 [a9824e4192](https://github.com/qgis/QGIS/commit/a9824e4192) Qt版本 5.14.2 Python版本 3.8.7 GDAL/OGR版本 3.2.1 PROJ版本 6.3.2 EPSG注册数据库版本 v9.8.6 (2020-01-22) GEOS版本 3.9.1-CAPI-1.14.2 SQLite版本 3.31.1 PostgreSQL客户端版本 12.3 SpatiaLite版本 4.3.0a QWT版本 6.1.4 QScintilla2版本 2.11.4 操作系统版本 macOS 12.2 激活Python插件 processing 2.12.99 sagaprovider 2.12.99 grassprovider 2.12.99 db_manager 0.1.20 MetaSearch 0.3.5 <img width="902" alt="2" src="https://user-images.githubusercontent.com/104621369/165916893-f9ae766e-0702-4541-bc21-cacfc4e72f1e.png"> ### Supported QGIS version - [X] I'm running a supported QGIS version according to the roadmap. ### New profile - [X] I tried with a new QGIS profile ### Additional context _No response_
1.0
mac系统操作Raster--Miscellaneous--Merge时报错 - ### What is the bug or the crash? <img width="1004" alt="1" src="https://user-images.githubusercontent.com/104621369/165915439-5fe293ca-bd4a-4e68-b4b6-9e9eb483e569.png"> ### Steps to reproduce the issue 把下载好的5个地形纹理文件拖进QGIS中,点击Raster -> Miscellaneous -> Merge,输入5个图层并全选,点击运行按钮,就会报出GDAL命令输出错误ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db ### Versions <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body> QGIS版本 | 3.22.6-Białowieża | QGIS代码版本 | a9824e4192 -- | -- | -- | -- Qt版本 | 5.14.2 Python版本 | 3.8.7 GDAL/OGR版本 | 3.2.1 PROJ版本 | 6.3.2 EPSG注册数据库版本 | v9.8.6 (2020-01-22) GEOS版本 | 3.9.1-CAPI-1.14.2 SQLite版本 | 3.31.1 PostgreSQL客户端版本 | 12.3 SpatiaLite版本 | 4.3.0a QWT版本 | 6.1.4 QScintilla2版本 | 2.11.4 操作系统版本 | macOS 12.2   |   |   |   激活Python插件 processing | 2.12.99 sagaprovider | 2.12.99 grassprovider | 2.12.99 db_manager | 0.1.20 MetaSearch | 0.3.5 </body></html>QGIS版本 3.22.6-Białowieża QGIS代码版本 [a9824e4192](https://github.com/qgis/QGIS/commit/a9824e4192) Qt版本 5.14.2 Python版本 3.8.7 GDAL/OGR版本 3.2.1 PROJ版本 6.3.2 EPSG注册数据库版本 v9.8.6 (2020-01-22) GEOS版本 3.9.1-CAPI-1.14.2 SQLite版本 3.31.1 PostgreSQL客户端版本 12.3 SpatiaLite版本 4.3.0a QWT版本 6.1.4 QScintilla2版本 2.11.4 操作系统版本 macOS 12.2 激活Python插件 processing 2.12.99 sagaprovider 2.12.99 grassprovider 2.12.99 db_manager 0.1.20 MetaSearch 0.3.5 <img width="902" alt="2" src="https://user-images.githubusercontent.com/104621369/165916893-f9ae766e-0702-4541-bc21-cacfc4e72f1e.png"> ### Supported QGIS version - [X] I'm running a supported QGIS version according to the roadmap. ### New profile - [X] I tried with a new QGIS profile ### Additional context _No response_
process
mac系统操作raster miscellaneous merge时报错 what is the bug or the crash img width alt src steps to reproduce the issue ,点击raster miscellaneous merge, ,点击运行按钮,就会报出gdal命令输出错误error proj proj create from database cannot find proj db versions doctype html public dtd html en p li white space pre wrap qgis版本 białowieża qgis代码版本 qt版本 python版本 gdal ogr版本 proj版本 epsg注册数据库版本 geos版本 capi sqlite版本 postgresql客户端版本 spatialite版本 qwt版本 操作系统版本 macos         激活python插件 processing sagaprovider grassprovider db manager metasearch qgis版本 białowieża qgis代码版本 qt版本 python版本 gdal ogr版本 proj版本 epsg注册数据库版本 geos版本 capi sqlite版本 postgresql客户端版本 spatialite版本 qwt版本 操作系统版本 macos 激活python插件 processing sagaprovider grassprovider db manager metasearch img width alt src supported qgis version i m running a supported qgis version according to the roadmap new profile i tried with a new qgis profile additional context no response
1
325,201
9,921,007,010
IssuesEvent
2019-06-30 14:35:59
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
Answer card text offset, <span> after audio file(s)?
Good First Issue! Priority-Low UI
###### Research *Enter an [ x ] character to confirm the points below:* [ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid [ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue [ x ] I have searched for similar existing issues here and on the user forum ###### Reproduction Steps 1. Download and import [this deck](https://u.teknik.io/qoWn5.apkg) 2. Practice the deck until an affected card is displayed 3. (Affected cards include "moon", "four"; there are lots) 4. (One way to force the card to display is to find it, give it a custom tag, then study that tag) ###### Expected Result English translation text is centered, as it is for most cards (and all other fields), and in Anki Desktop. ###### Actual Result English translation text is offset to the right. A workaround (suggested by "sneep" in #anki on Freenode) was to edit the Card definition. The references to the audio fields were at the "top" of the Answer card, and moving them to the bottom seems to prevent the offset. ###### Debug info AnkiDroid Version = 2.8.3 Android Version = 7.1.2 ACRA UUID = e1d89010-713e-4945-8de9-035503d22422
1.0
Answer card text offset, <span> after audio file(s)? - ###### Research *Enter an [ x ] character to confirm the points below:* [ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid [ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://github.com/ankidroid/Anki-Android/wiki/FAQ) and could not find a solution to my issue [ x ] I have searched for similar existing issues here and on the user forum ###### Reproduction Steps 1. Download and import [this deck](https://u.teknik.io/qoWn5.apkg) 2. Practice the deck until an affected card is displayed 3. (Affected cards include "moon", "four"; there are lots) 4. (One way to force the card to display is to find it, give it a custom tag, then study that tag) ###### Expected Result English translation text is centered, as it is for most cards (and all other fields), and in Anki Desktop. ###### Actual Result English translation text is offset to the right. A workaround (suggested by "sneep" in #anki on Freenode) was to edit the Card definition. The references to the audio fields were at the "top" of the Answer card, and moving them to the bottom seems to prevent the offset. ###### Debug info AnkiDroid Version = 2.8.3 Android Version = 7.1.2 ACRA UUID = e1d89010-713e-4945-8de9-035503d22422
non_process
answer card text offset after audio file s research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for similar existing issues here and on the user forum reproduction steps download and import practice the deck until an affected card is displayed affected cards include moon four there are lots one way to force the card to display is to find it give it a custom tag then study that tag expected result english translation text is centered as it is for most cards and all other fields and in anki desktop actual result english translation text is offset to the right a workaround suggested by sneep in anki on freenode was to edit the card definition the references to the audio fields were at the top of the answer card and moving them to the bottom seems to prevent the offset debug info ankidroid version android version acra uuid
0
60,622
8,446,110,888
IssuesEvent
2018-10-19 00:41:30
HDFGroup/HDF.PInvoke
https://api.github.com/repos/HDFGroup/HDF.PInvoke
closed
HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: H5G.c line 615 in H5Gget_info_by_name(): group not found
documentation question
When running this code: ```C# ... H5G.info_t info = new H5G.info_t(); // Next line triggers console error: var gid = H5G.get_info_by_name(myFileId, "my_group_name_here", ref info); // Code from here on does continue to run and works fine... ... ``` I get this error in the console: ```shell HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: #000: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5G.c line 615 in H5Gget_info_by_name(): group not found major: Symbol table minor: Object not found #001: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gloc.c line 428 in H5G_loc_find(): can't find object major: Symbol table minor: Object not found #002: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gtraverse.c line 867 in H5G_traverse(): internal path traversal failed major: Symbol table minor: Object not found #003: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gtraverse.c line 639 in H5G_traverse_real(): traversal operator failed major: Symbol table minor: Callback failed #004: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gloc.c line 383 in H5G_loc_find_cb(): object 'my_group_name_here' doesn't exist major: Symbol table minor: Object not found ``` The code does continue to run and works fine. Is this error some kind of debug message? Docs say: https://support.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfoByName > Returns a non-negative value if successful; otherwise returns a negative value. I didn't expect to see the error in the console when checking for a Group that doesn't exist. Only a negative value for `gid `.
1.0
HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: H5G.c line 615 in H5Gget_info_by_name(): group not found - When running this code: ```C# ... H5G.info_t info = new H5G.info_t(); // Next line triggers console error: var gid = H5G.get_info_by_name(myFileId, "my_group_name_here", ref info); // Code from here on does continue to run and works fine... ... ``` I get this error in the console: ```shell HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: #000: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5G.c line 615 in H5Gget_info_by_name(): group not found major: Symbol table minor: Object not found #001: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gloc.c line 428 in H5G_loc_find(): can't find object major: Symbol table minor: Object not found #002: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gtraverse.c line 867 in H5G_traverse(): internal path traversal failed major: Symbol table minor: Object not found #003: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gtraverse.c line 639 in H5G_traverse_real(): traversal operator failed major: Symbol table minor: Callback failed #004: D:\build\HDF5\1.10.2\hdf5-1.10.2\src\H5Gloc.c line 383 in H5G_loc_find_cb(): object 'my_group_name_here' doesn't exist major: Symbol table minor: Object not found ``` The code does continue to run and works fine. Is this error some kind of debug message? Docs say: https://support.hdfgroup.org/HDF5/doc/RM/RM_H5G.html#Group-GetInfoByName > Returns a non-negative value if successful; otherwise returns a negative value. I didn't expect to see the error in the console when checking for a Group that doesn't exist. Only a negative value for `gid `.
non_process
diag error detected in thread c line in info by name group not found when running this code c info t info new info t next line triggers console error var gid get info by name myfileid my group name here ref info code from here on does continue to run and works fine i get this error in the console shell diag error detected in thread d build src c line in info by name group not found major symbol table minor object not found d build src c line in loc find can t find object major symbol table minor object not found d build src c line in traverse internal path traversal failed major symbol table minor object not found d build src c line in traverse real traversal operator failed major symbol table minor callback failed d build src c line in loc find cb object my group name here doesn t exist major symbol table minor object not found the code does continue to run and works fine is this error some kind of debug message docs say returns a non negative value if successful otherwise returns a negative value i didn t expect to see the error in the console when checking for a group that doesn t exist only a negative value for gid
0
406,592
27,572,525,632
IssuesEvent
2023-03-08 10:23:55
TonicFizzRicky/solid-realworld
https://api.github.com/repos/TonicFizzRicky/solid-realworld
closed
实现简易 Counter 组件
documentation enhancement
## 概要 创建一个 Counter 组件,主要实现: 1. 点击后手动递增/递减/归零的功能 1. 点击增加/卸载定时器,实现计数自动递增的功能 ## 需要使用的 API createSignal createEeefect
1.0
实现简易 Counter 组件 - ## 概要 创建一个 Counter 组件,主要实现: 1. 点击后手动递增/递减/归零的功能 1. 点击增加/卸载定时器,实现计数自动递增的功能 ## 需要使用的 API createSignal createEeefect
non_process
实现简易 counter 组件 概要 创建一个 counter 组件,主要实现 点击后手动递增 递减 归零的功能 点击增加 卸载定时器,实现计数自动递增的功能 需要使用的 api createsignal createeeefect
0
13,655
16,361,852,949
IssuesEvent
2021-05-14 10:42:57
wordpress-mobile/gutenberg-mobile
https://api.github.com/repos/wordpress-mobile/gutenberg-mobile
reopened
Localized strings files are missing strings and adding extra ones
[Type] Bug release-process
**Describe the bug** For each platform we generate a specific file with the localized strings: - [iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift) - [Android: strings.xml](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/android/strings.xml) I investigated further the process of generating these files and I noticed the following issues: ## Missing strings Comparing the files generated in the latest releases, I saw that some strings were missing, for example, the string `Block copied` is present in version [`1.51.1`](https://github.com/wordpress-mobile/gutenberg-mobile/blob/8611e4978ba6072cf6f77ccb6cb4b2adc1e7ba62/bundle/ios/GutenbergNativeTranslations.swift#L32) but not in [`1.52.0`](https://github.com/wordpress-mobile/gutenberg-mobile/blob/v1.52.0/bundle/ios/GutenbergNativeTranslations.swift), [here is the diff](https://github.com/wordpress-mobile/gutenberg-mobile/commit/8645885e0549eac2425502b66dd088c268c0bd97#diff-d5d2ed0bfbc4117c67ed9c3822eda75a06c4cd100b1d51961a0df2bbe9718db5L32) of the commit that introduced the change. I debugged the scripts that we use for extracting the strings from the codebase and looks like that some files are not including their strings. Specifically, when we run the command with the debug option (`npm run makepot:ios -- --debug`), we can see that some files can't be parsed (see attached logs). This is caused due to the use of the optional chaining operator that is not supported by the script ([this is known bug](https://github.com/wp-cli/i18n-command/issues/218)) we use to extract the strings ([`wp i18n make-pot`](https://developer.wordpress.org/cli/commands/i18n/make-pot/)). <details><summary><strong>Parse file errors generated by npm run makepot:ios</strong></summary> ``` Debug: Could not parse file block-editor/src/components/block-icon/index.native.js: Unexpected: . (line 23, column 11) (2.163s) Debug: Could not parse file block-editor/src/components/block-list/block-list-item.native.js: Unexpected: . (line 211, column 16) (2.18s) Debug: Could not parse file block-editor/src/components/block-list/block-selection-button.native.js: Unexpected: . (line 63, column 29) (2.184s) Debug: Could not parse file block-editor/src/components/block-mobile-toolbar/block-actions-menu.native.js: Unexpected: . (line 194, column 20) (2.31s) Debug: Could not parse file block-editor/src/components/block-mobile-toolbar/index.native.js: Unclosed { (line 106, column 0) (2.316s) Debug: Could not parse file block-editor/src/components/block-switcher/block-transformations-menu.native.js: Unexpected: . (line 32, column 42) (2.363s) Debug: Could not parse file block-editor/src/components/inserter/menu.native.js: Unexpected: . (line 102, column 18) (2.436s) Debug: Could not parse file block-library/src/button/edit.native.js: Unexpected: . (line 47, column 21) (2.597s) Debug: Could not parse file block-library/src/column/edit.native.js: Unexpected: . (line 255, column 4) (2.632s) Debug: Could not parse file block-library/src/columns/columnCalculations.native.js: Unexpected: . (line 27, column 42) (2.633s) Debug: Could not parse file block-library/src/columns/edit.native.js: Unexpected: . (line 476, column 61) (2.659s) Debug: Could not parse file block-library/src/cover/controls.native.js: Unexpected: . (line 137, column 32) (2.667s) Debug: Could not parse file block-library/src/cover/edit.native.js: Unexpected: . (line 252, column 17) (2.679s) Debug: Could not parse file block-library/src/cover/overlay-color-settings.native.js: Unexpected: . (line 57, column 20) (2.685s) Debug: Could not parse file block-library/src/group/edit.native.js: Unexpected: . (line 86, column 17) (2.793s) Debug: Could not parse file block-library/src/media-text/edit.native.js: Unexpected: . (line 299, column 17) (2.891s) Debug: Could not parse file block-library/src/search/edit.native.js: Unexpected: . (line 37, column 20) (2.974s) Debug: Could not parse file block-library/src/social-link/edit.native.js: Unexpected: . (line 211, column 21) (3.005s) Debug: Could not parse file block-library/src/social-links/edit.native.js: Unexpected: . (line 129, column 33) (3.012s) Debug: Could not parse file components/src/focal-point-picker/index.native.js: Unexpected: . (line 112, column 34) (3.134s) Debug: Could not parse file components/src/focal-point-picker/tooltip/index.native.js: Unexpected: . (line 98, column 37) (3.139s) Debug: Could not parse file components/src/higher-order/with-focus-outside/index.native.js: Unexpected: . (line 20, column 10) (3.141s) Debug: Could not parse file components/src/mobile/bottom-sheet-select-control/index.native.js: Unexpected: > (line 70, column 4) (3.168s) Debug: Could not parse file components/src/mobile/bottom-sheet-text-control/index.native.js: Unexpected: > (line 72, column 4) (3.172s) Debug: Could not parse file components/src/mobile/bottom-sheet/index.native.js: Unexpected: > (line 466, column 10) (3.249s) Debug: Could not parse file components/src/mobile/bottom-sheet/navigation-header.native.js: Unexpected: > (line 81, column 6) (3.267s) Debug: Could not parse file components/src/mobile/color-settings/utils.native.js: Unexpected: . (line 12, column 12) (3.364s) Debug: Could not parse file components/src/mobile/global-styles-context/utils.native.js: Unexpected: . (line 24, column 22) (3.382s) Debug: Could not parse file components/src/mobile/gradient/index.native.js: Unexpected: . (line 70, column 51) (3.386s) Debug: Could not parse file components/src/mobile/image/index.native.js: Unexpected: . (line 83, column 19) (3.426s) Debug: Could not parse file components/src/mobile/media-edit/index.native.js: Unexpected: . (line 51, column 10) (3.494s) Debug: Could not parse file components/src/mobile/utils/use-unit-converter-to-mobile.native.js: Unexpected: . (line 26, column 3) (3.526s) Debug: Could not parse file components/src/notice/index.native.js: Unexpected: . (line 48, column 23) (3.529s) Debug: Could not parse file components/src/unit-control/index.native.js: Unexpected: . (line 48, column 17) (3.581s) Debug: Could not parse file format-library/src/link/modal-screens/link-settings-screen.native.js: Unexpected: . (line 174, column 31) (3.73s) Debug: Could not parse file primitives/src/block-quotation/index.native.js: Unexpected: . (line 23, column 8) (3.737s) Debug: Could not parse file rich-text/src/component/index.native.js: Unexpected: . (line 924, column 32) (3.808s) Debug: Could not parse file react-native-editor/bundle/ios/App.js.map: Unexpected: ErrorHandler (line 1457, column 5 in the concatenated sourcesContent) (6.497s) ``` </details> ### Solution Until the issue gets fixed, the only solution I see is to stop using the optional chaining operator, at least on files where we have localized strings 😞 . Another approach would be to add the strings generated by those files manually (there're 38 files affected by this). As an alternative, I tried to use a babel plugin that we have in the Gutenberg repo ([`@wordpress/babel-plugin-makepot`](https://www.npmjs.com/package/@wordpress/babel-plugin-makepot)) for this but unfortunately, it's not including all the strings. I saw that in the web version, we use optional chaining in the code and since the translations are being generated properly, I'm wondering what they do differently, so I'll investigate further if we could replicate partially that process 🤔 ## Extra strings Similar to the previous issue, comparing the generated files from previous releases, I noticed that we recently added a lot of strings that are not even being used in the native version, [here you can check that we introduced 538 new strings](https://github.com/wordpress-mobile/gutenberg-mobile/commit/8645885e0549eac2425502b66dd088c268c0bd97#diff-d5d2ed0bfbc4117c67ed9c3822eda75a06c4cd100b1d51961a0df2bbe9718db5) 😲 . Before generating the localized string files, we make an intermediate `POT` file, I checked manually this file and I found that some strings are extracted from files that aren't `*.native.js` files, even including PHP files 😮 . As per the documentation of [`wp i18n make-pot`](https://developer.wordpress.org/cli/commands/i18n/make-pot/), the argument `--include` should only include the specified files, however, this is not working as expected and I found out that is [a known bug](https://github.com/wp-cli/i18n-command/issues/186). ### Solution We could explicitly exclude the files that we don't want to include through the `--exclude` argument, in this case, we could add `*.js` and `*.php`. The commands will result in the following: ``` "makepot:android": "npm run wp -- i18n make-pot ./gutenberg/packages --include=*.native.js,*.android.js --exclude=test/*,e2e-tests/*,*.php,*.js --subtract=./gutenberg.pot --ignore-domain gutenberg-android.pot", "makepot:ios": "npm run wp -- i18n make-pot ./gutenberg/packages --include=*.native.js,*.ios.js --exclude=test/*,e2e-tests/*,*.php,*.js --subtract=./gutenberg.pot --ignore-domain gutenberg-ios.pot", ``` **To Reproduce** 1. Run the command `npm run genstrings` 2. Check localized strings file ([iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift) and [Android: strings.xml](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/android/strings.xml)) and look for extra/missing strings. **Expected behavior** The localized strings file should only contain the strings extracted from `*.native.js` files.
1.0
Localized strings files are missing strings and adding extra ones - **Describe the bug** For each platform we generate a specific file with the localized strings: - [iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift) - [Android: strings.xml](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/android/strings.xml) I investigated further the process of generating these files and I noticed the following issues: ## Missing strings Comparing the files generated in the latest releases, I saw that some strings were missing, for example, the string `Block copied` is present in version [`1.51.1`](https://github.com/wordpress-mobile/gutenberg-mobile/blob/8611e4978ba6072cf6f77ccb6cb4b2adc1e7ba62/bundle/ios/GutenbergNativeTranslations.swift#L32) but not in [`1.52.0`](https://github.com/wordpress-mobile/gutenberg-mobile/blob/v1.52.0/bundle/ios/GutenbergNativeTranslations.swift), [here is the diff](https://github.com/wordpress-mobile/gutenberg-mobile/commit/8645885e0549eac2425502b66dd088c268c0bd97#diff-d5d2ed0bfbc4117c67ed9c3822eda75a06c4cd100b1d51961a0df2bbe9718db5L32) of the commit that introduced the change. I debugged the scripts that we use for extracting the strings from the codebase and looks like that some files are not including their strings. Specifically, when we run the command with the debug option (`npm run makepot:ios -- --debug`), we can see that some files can't be parsed (see attached logs). This is caused due to the use of the optional chaining operator that is not supported by the script ([this is known bug](https://github.com/wp-cli/i18n-command/issues/218)) we use to extract the strings ([`wp i18n make-pot`](https://developer.wordpress.org/cli/commands/i18n/make-pot/)). <details><summary><strong>Parse file errors generated by npm run makepot:ios</strong></summary> ``` Debug: Could not parse file block-editor/src/components/block-icon/index.native.js: Unexpected: . (line 23, column 11) (2.163s) Debug: Could not parse file block-editor/src/components/block-list/block-list-item.native.js: Unexpected: . (line 211, column 16) (2.18s) Debug: Could not parse file block-editor/src/components/block-list/block-selection-button.native.js: Unexpected: . (line 63, column 29) (2.184s) Debug: Could not parse file block-editor/src/components/block-mobile-toolbar/block-actions-menu.native.js: Unexpected: . (line 194, column 20) (2.31s) Debug: Could not parse file block-editor/src/components/block-mobile-toolbar/index.native.js: Unclosed { (line 106, column 0) (2.316s) Debug: Could not parse file block-editor/src/components/block-switcher/block-transformations-menu.native.js: Unexpected: . (line 32, column 42) (2.363s) Debug: Could not parse file block-editor/src/components/inserter/menu.native.js: Unexpected: . (line 102, column 18) (2.436s) Debug: Could not parse file block-library/src/button/edit.native.js: Unexpected: . (line 47, column 21) (2.597s) Debug: Could not parse file block-library/src/column/edit.native.js: Unexpected: . (line 255, column 4) (2.632s) Debug: Could not parse file block-library/src/columns/columnCalculations.native.js: Unexpected: . (line 27, column 42) (2.633s) Debug: Could not parse file block-library/src/columns/edit.native.js: Unexpected: . (line 476, column 61) (2.659s) Debug: Could not parse file block-library/src/cover/controls.native.js: Unexpected: . (line 137, column 32) (2.667s) Debug: Could not parse file block-library/src/cover/edit.native.js: Unexpected: . (line 252, column 17) (2.679s) Debug: Could not parse file block-library/src/cover/overlay-color-settings.native.js: Unexpected: . (line 57, column 20) (2.685s) Debug: Could not parse file block-library/src/group/edit.native.js: Unexpected: . (line 86, column 17) (2.793s) Debug: Could not parse file block-library/src/media-text/edit.native.js: Unexpected: . (line 299, column 17) (2.891s) Debug: Could not parse file block-library/src/search/edit.native.js: Unexpected: . (line 37, column 20) (2.974s) Debug: Could not parse file block-library/src/social-link/edit.native.js: Unexpected: . (line 211, column 21) (3.005s) Debug: Could not parse file block-library/src/social-links/edit.native.js: Unexpected: . (line 129, column 33) (3.012s) Debug: Could not parse file components/src/focal-point-picker/index.native.js: Unexpected: . (line 112, column 34) (3.134s) Debug: Could not parse file components/src/focal-point-picker/tooltip/index.native.js: Unexpected: . (line 98, column 37) (3.139s) Debug: Could not parse file components/src/higher-order/with-focus-outside/index.native.js: Unexpected: . (line 20, column 10) (3.141s) Debug: Could not parse file components/src/mobile/bottom-sheet-select-control/index.native.js: Unexpected: > (line 70, column 4) (3.168s) Debug: Could not parse file components/src/mobile/bottom-sheet-text-control/index.native.js: Unexpected: > (line 72, column 4) (3.172s) Debug: Could not parse file components/src/mobile/bottom-sheet/index.native.js: Unexpected: > (line 466, column 10) (3.249s) Debug: Could not parse file components/src/mobile/bottom-sheet/navigation-header.native.js: Unexpected: > (line 81, column 6) (3.267s) Debug: Could not parse file components/src/mobile/color-settings/utils.native.js: Unexpected: . (line 12, column 12) (3.364s) Debug: Could not parse file components/src/mobile/global-styles-context/utils.native.js: Unexpected: . (line 24, column 22) (3.382s) Debug: Could not parse file components/src/mobile/gradient/index.native.js: Unexpected: . (line 70, column 51) (3.386s) Debug: Could not parse file components/src/mobile/image/index.native.js: Unexpected: . (line 83, column 19) (3.426s) Debug: Could not parse file components/src/mobile/media-edit/index.native.js: Unexpected: . (line 51, column 10) (3.494s) Debug: Could not parse file components/src/mobile/utils/use-unit-converter-to-mobile.native.js: Unexpected: . (line 26, column 3) (3.526s) Debug: Could not parse file components/src/notice/index.native.js: Unexpected: . (line 48, column 23) (3.529s) Debug: Could not parse file components/src/unit-control/index.native.js: Unexpected: . (line 48, column 17) (3.581s) Debug: Could not parse file format-library/src/link/modal-screens/link-settings-screen.native.js: Unexpected: . (line 174, column 31) (3.73s) Debug: Could not parse file primitives/src/block-quotation/index.native.js: Unexpected: . (line 23, column 8) (3.737s) Debug: Could not parse file rich-text/src/component/index.native.js: Unexpected: . (line 924, column 32) (3.808s) Debug: Could not parse file react-native-editor/bundle/ios/App.js.map: Unexpected: ErrorHandler (line 1457, column 5 in the concatenated sourcesContent) (6.497s) ``` </details> ### Solution Until the issue gets fixed, the only solution I see is to stop using the optional chaining operator, at least on files where we have localized strings 😞 . Another approach would be to add the strings generated by those files manually (there're 38 files affected by this). As an alternative, I tried to use a babel plugin that we have in the Gutenberg repo ([`@wordpress/babel-plugin-makepot`](https://www.npmjs.com/package/@wordpress/babel-plugin-makepot)) for this but unfortunately, it's not including all the strings. I saw that in the web version, we use optional chaining in the code and since the translations are being generated properly, I'm wondering what they do differently, so I'll investigate further if we could replicate partially that process 🤔 ## Extra strings Similar to the previous issue, comparing the generated files from previous releases, I noticed that we recently added a lot of strings that are not even being used in the native version, [here you can check that we introduced 538 new strings](https://github.com/wordpress-mobile/gutenberg-mobile/commit/8645885e0549eac2425502b66dd088c268c0bd97#diff-d5d2ed0bfbc4117c67ed9c3822eda75a06c4cd100b1d51961a0df2bbe9718db5) 😲 . Before generating the localized string files, we make an intermediate `POT` file, I checked manually this file and I found that some strings are extracted from files that aren't `*.native.js` files, even including PHP files 😮 . As per the documentation of [`wp i18n make-pot`](https://developer.wordpress.org/cli/commands/i18n/make-pot/), the argument `--include` should only include the specified files, however, this is not working as expected and I found out that is [a known bug](https://github.com/wp-cli/i18n-command/issues/186). ### Solution We could explicitly exclude the files that we don't want to include through the `--exclude` argument, in this case, we could add `*.js` and `*.php`. The commands will result in the following: ``` "makepot:android": "npm run wp -- i18n make-pot ./gutenberg/packages --include=*.native.js,*.android.js --exclude=test/*,e2e-tests/*,*.php,*.js --subtract=./gutenberg.pot --ignore-domain gutenberg-android.pot", "makepot:ios": "npm run wp -- i18n make-pot ./gutenberg/packages --include=*.native.js,*.ios.js --exclude=test/*,e2e-tests/*,*.php,*.js --subtract=./gutenberg.pot --ignore-domain gutenberg-ios.pot", ``` **To Reproduce** 1. Run the command `npm run genstrings` 2. Check localized strings file ([iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift) and [Android: strings.xml](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/android/strings.xml)) and look for extra/missing strings. **Expected behavior** The localized strings file should only contain the strings extracted from `*.native.js` files.
process
localized strings files are missing strings and adding extra ones describe the bug for each platform we generate a specific file with the localized strings i investigated further the process of generating these files and i noticed the following issues missing strings comparing the files generated in the latest releases i saw that some strings were missing for example the string block copied is present in version but not in of the commit that introduced the change i debugged the scripts that we use for extracting the strings from the codebase and looks like that some files are not including their strings specifically when we run the command with the debug option npm run makepot ios debug we can see that some files can t be parsed see attached logs this is caused due to the use of the optional chaining operator that is not supported by the script we use to extract the strings parse file errors generated by npm run makepot ios debug could not parse file block editor src components block icon index native js unexpected line column debug could not parse file block editor src components block list block list item native js unexpected line column debug could not parse file block editor src components block list block selection button native js unexpected line column debug could not parse file block editor src components block mobile toolbar block actions menu native js unexpected line column debug could not parse file block editor src components block mobile toolbar index native js unclosed line column debug could not parse file block editor src components block switcher block transformations menu native js unexpected line column debug could not parse file block editor src components inserter menu native js unexpected line column debug could not parse file block library src button edit native js unexpected line column debug could not parse file block library src column edit native js unexpected line column debug could not parse file block library src columns columncalculations native js unexpected line column debug could not parse file block library src columns edit native js unexpected line column debug could not parse file block library src cover controls native js unexpected line column debug could not parse file block library src cover edit native js unexpected line column debug could not parse file block library src cover overlay color settings native js unexpected line column debug could not parse file block library src group edit native js unexpected line column debug could not parse file block library src media text edit native js unexpected line column debug could not parse file block library src search edit native js unexpected line column debug could not parse file block library src social link edit native js unexpected line column debug could not parse file block library src social links edit native js unexpected line column debug could not parse file components src focal point picker index native js unexpected line column debug could not parse file components src focal point picker tooltip index native js unexpected line column debug could not parse file components src higher order with focus outside index native js unexpected line column debug could not parse file components src mobile bottom sheet select control index native js unexpected line column debug could not parse file components src mobile bottom sheet text control index native js unexpected line column debug could not parse file components src mobile bottom sheet index native js unexpected line column debug could not parse file components src mobile bottom sheet navigation header native js unexpected line column debug could not parse file components src mobile color settings utils native js unexpected line column debug could not parse file components src mobile global styles context utils native js unexpected line column debug could not parse file components src mobile gradient index native js unexpected line column debug could not parse file components src mobile image index native js unexpected line column debug could not parse file components src mobile media edit index native js unexpected line column debug could not parse file components src mobile utils use unit converter to mobile native js unexpected line column debug could not parse file components src notice index native js unexpected line column debug could not parse file components src unit control index native js unexpected line column debug could not parse file format library src link modal screens link settings screen native js unexpected line column debug could not parse file primitives src block quotation index native js unexpected line column debug could not parse file rich text src component index native js unexpected line column debug could not parse file react native editor bundle ios app js map unexpected errorhandler line column in the concatenated sourcescontent solution until the issue gets fixed the only solution i see is to stop using the optional chaining operator at least on files where we have localized strings 😞 another approach would be to add the strings generated by those files manually there re files affected by this as an alternative i tried to use a babel plugin that we have in the gutenberg repo for this but unfortunately it s not including all the strings i saw that in the web version we use optional chaining in the code and since the translations are being generated properly i m wondering what they do differently so i ll investigate further if we could replicate partially that process 🤔 extra strings similar to the previous issue comparing the generated files from previous releases i noticed that we recently added a lot of strings that are not even being used in the native version 😲 before generating the localized string files we make an intermediate pot file i checked manually this file and i found that some strings are extracted from files that aren t native js files even including php files 😮 as per the documentation of the argument include should only include the specified files however this is not working as expected and i found out that is solution we could explicitly exclude the files that we don t want to include through the exclude argument in this case we could add js and php the commands will result in the following makepot android npm run wp make pot gutenberg packages include native js android js exclude test tests php js subtract gutenberg pot ignore domain gutenberg android pot makepot ios npm run wp make pot gutenberg packages include native js ios js exclude test tests php js subtract gutenberg pot ignore domain gutenberg ios pot to reproduce run the command npm run genstrings check localized strings file and and look for extra missing strings expected behavior the localized strings file should only contain the strings extracted from native js files
1
90,900
8,286,880,031
IssuesEvent
2018-09-19 07:02:34
GovernIB/pluginsib-validatesignature
https://api.github.com/repos/GovernIB/pluginsib-validatesignature
opened
Revisió de tests al plugin de validació de Integra.
Lloc:Plugin Lloc:Test Tipus:Refactoritzacio Versio:2.0.0
Revisió de tests al plugin de validació de Integra.
1.0
Revisió de tests al plugin de validació de Integra. - Revisió de tests al plugin de validació de Integra.
non_process
revisió de tests al plugin de validació de integra revisió de tests al plugin de validació de integra
0
207,895
15,857,744,868
IssuesEvent
2021-04-08 05:29:03
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
ScaleUpdateDetails first rotation not detected
a: tests f: gestures found in release: 2.1 framework has reproducible steps
<!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> flutter version: ``` Flutter 2.1.0-10.0.pre • channel dev • https://github.com/flutter/flutter.git Framework • revision cc9b78fc5c (4 weeks ago) • 2021-02-25 13:26:03 -0800 Engine • revision a252ec09b7 Tools • Dart 2.13.0 (build 2.13.0-77.0.dev) ``` ## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> run this test: ``` testWidgets('rotate test', (tester) async { var widget = GestureDetector( onScaleUpdate: (d) { final degrees = (180 * d.rotation / pi).toStringAsFixed(2); tester.printToConsole('rotation: $degrees degrees'); }, child: Container(color: Colors.black), ); await tester.pumpWidget(widget); var rect = Rect.fromLTRB(0, 0, 200, 200); var finger1 = await tester.startGesture(rect.topLeft); tester.printToConsole('finger down ${rect.centerRight}'); var finger2 = await tester.startGesture(rect.centerRight); tester.printToConsole('finger move to ${rect.bottomRight}'); await finger2.moveTo(rect.bottomRight); tester.printToConsole('finger move to ${rect.bottomCenter}'); await finger2.moveTo(rect.bottomCenter); }); ``` **Expected results:** <!-- what did you want to see? --> after the first `finger2.moveTo` method call, reported `d.rotation` should be != 0 **Actual results:** <!-- what did you see? --> `d.rotation` == 0
1.0
ScaleUpdateDetails first rotation not detected - <!-- Thank you for using Flutter! If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. Please read our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> flutter version: ``` Flutter 2.1.0-10.0.pre • channel dev • https://github.com/flutter/flutter.git Framework • revision cc9b78fc5c (4 weeks ago) • 2021-02-25 13:26:03 -0800 Engine • revision a252ec09b7 Tools • Dart 2.13.0 (build 2.13.0-77.0.dev) ``` ## Steps to Reproduce <!-- You must include full steps to reproduce so that we can reproduce the problem. --> run this test: ``` testWidgets('rotate test', (tester) async { var widget = GestureDetector( onScaleUpdate: (d) { final degrees = (180 * d.rotation / pi).toStringAsFixed(2); tester.printToConsole('rotation: $degrees degrees'); }, child: Container(color: Colors.black), ); await tester.pumpWidget(widget); var rect = Rect.fromLTRB(0, 0, 200, 200); var finger1 = await tester.startGesture(rect.topLeft); tester.printToConsole('finger down ${rect.centerRight}'); var finger2 = await tester.startGesture(rect.centerRight); tester.printToConsole('finger move to ${rect.bottomRight}'); await finger2.moveTo(rect.bottomRight); tester.printToConsole('finger move to ${rect.bottomCenter}'); await finger2.moveTo(rect.bottomCenter); }); ``` **Expected results:** <!-- what did you want to see? --> after the first `finger2.moveTo` method call, reported `d.rotation` should be != 0 **Actual results:** <!-- what did you see? --> `d.rotation` == 0
non_process
scaleupdatedetails first rotation not detected thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a bug or if our documentation doesn t have an answer to what you re looking for then fill out the template below please read our guide to filing a bug first flutter version flutter pre • channel dev • framework • revision weeks ago • engine • revision tools • dart build dev steps to reproduce run this test testwidgets rotate test tester async var widget gesturedetector onscaleupdate d final degrees d rotation pi tostringasfixed tester printtoconsole rotation degrees degrees child container color colors black await tester pumpwidget widget var rect rect fromltrb var await tester startgesture rect topleft tester printtoconsole finger down rect centerright var await tester startgesture rect centerright tester printtoconsole finger move to rect bottomright await moveto rect bottomright tester printtoconsole finger move to rect bottomcenter await moveto rect bottomcenter expected results after the first moveto method call reported d rotation should be actual results d rotation
0