8000 Tags · mozilla/gcp-ingestion · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mozilla/gcp-ingestion

Tags

columntest_20201209

Toggle columntest_20201209's commit message

Verified

This commit was signed with the committer’s verified signature.
jklukas Jeff Klukas
Bug 1672992 Modify main ping payloads when writing to BQ

See https://bugzilla.mozilla.org/show_bug.cgi?id=#c2

20200804

Toggle 20200804's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add X-Source-Tags to core AddMetadata headers list (#1329)

Fixup to #1328 since it looks like we have this logic duplicated in core and in beam.

20200803

Toggle 20200803's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug 1655477 Support X-Source-Tags header (#1328)

20200709

Toggle 20200709's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bug 1646825 Compact encoding for use counter histograms (#1313)

* Implement Compact Histogram Encoding proposal

See https://docs.google.com/document/d/1k_ji_1DB6htgtXnPpMpa7gX0klm-DGV5NMY7KkvVB00/edit#

20200707

Toggle 20200707's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add BIG_QUERY_DEFAULT_PROJECT config to sink (#1321)

20200706

Toggle 20200706's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow complex types to be null when transforming to payload format (#…

…1318)

20200526

Toggle 20200526's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove jsonFieldName instead of bqFieldName (#1297)

when fields are null or sent to additional_properties

20200521

Toggle 20200521's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ISP to structured metadata (#1247)

20200512

Toggle 20200512's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modify DefaultMaxOutstandingRequestBytes to fix OOM (#1287)

30MB for most jobs, which are allowed up to 1.5G heap.
300MB for BigQuery loads, which are allowed up to 15G heap.

20200504

Toggle 20200504's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add script for benchmarking Pioneer decryption (#1275)

* Add class for generating encoded pings with beam

* Avoid using beam due to large overhead

* Add scaffolding for keys and encrypting messages

* Implement method to encrypt data

* Add metadata and keys

* Export MAVEN_OPTS

* wip: running local beam job`

* Upate benchmarking script for running locally

Running locally takes a long time, I don't recommend it.

* Include private key inside of generator

* Add final benchmarking script

* Move script to bin

* Fix checkstyle issues

* Address review
0