- Mar 23, 2017
-
-
Bartosz Przydatek authored
Change-Id: If828650e8a8e0ed93f65d582040df0fd5ac5ed5d ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: e2ff2438034b5f6bc04f536f59b491ff0c6abbee
-
Thai Duong authored
command works bazel build //tools/... ./bazel-bin/tools/tinkey/tinkey envelope --dek-type AesGcm --dek-format "key_size: 32" --google-cloud-kms-key-uri projects/foo/locations/global/keyRings/bar/cryptoKeys/foobar --out tink.cfg cat tink.cfg Change-Id: Ib3b37ac35d17686c63eeb3f6d1c7897475d30ab3 ORIGINAL_AUTHOR=Thai Duong <thaidn@gmail.com> GitOrigin-RevId: b284aa1a0bad6556c65208d15f12e0abe93fc780
-
Thai Duong authored
Change-Id: I8c930658fc875538952b21a59892264dad3186af ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 5d016e5ce6c41edf7204549bcd39fe3053d84f5c
-
Thai Duong authored
automating generation of test rules for Java tests. GenTestRules.bzl copied from https://gist.github.com/jart/9a9f48e216fd747275012d2f2364ac09. I modified to make it recognize src/java/test/ as a prefix (in addition to javatests/ and java/). Bazel developer explained why this is optimal: https://groups.google.com/d/msg/bazel-discuss/MFYYkJk1tFs/xltlv4m_AQAJ. Change-Id: I8ff9d48b994efa9e7ed7a1e2c7b8afed8a05b94a ORIGINAL_AUTHOR=Thai Duong <thaidn@gmail.com> GitOrigin-RevId: 9abc2685664a9f85ceca6835827219531ac8c6c6
-
Bartosz Przydatek authored
Change-Id: I0377e32aea55c3e85a40bc64eddf45c52846cac6 ORIGINAL_AUTHOR=Bartosz Przydatek <przydatek@google.com> GitOrigin-RevId: c80cbaaf25e74ab8a7595e5192628d0f5d993a4c
-
- Mar 22, 2017
-
-
Thai Duong authored
- Directory structure follows TensorFlow. - Rules for protobuf building are based on https://github.com/pubref/rules_protobuf, as I can't find anything simpler. - Continuous integration with Kokoro (work in progress). I also copied some existing Java/CC code from Bartosz and Daniel's experimental folders. Change-Id: I7f993934d149c114320e3388fee84fbdafd7ba81
-