Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
  2. Oct 10, 2018
  3. Aug 01, 2018
  4. Jul 27, 2018
  5. Jul 11, 2018
  6. May 16, 2018
    • Thai Duong's avatar
      Fixing https://github.com/google/tink/issues/94. · 3f657b60
      Thai Duong authored
      I don't actually know how Maven works, but the error message indicates that we actually need Gauva.
      
      Also I added a test to prevent this bug from happening, but I forgot to make it run =).
      
      PiperOrigin-RevId: 196337621
      GitOrigin-RevId: 3cdbc775903204bf11762c80a296c1876a9bda3f
      3f657b60
  7. Apr 20, 2018
  8. Apr 13, 2018
  9. Mar 26, 2018
  10. Mar 23, 2018
  11. Feb 28, 2018
    • Thai Duong's avatar
      Deleting files that are not on GitHub to make GoB a mirror of GitHub. · ffbbcfc1
      Thai Duong authored
      This makes migrating changes between GitHub and GoB easier.
      
      The copybara script is being moved to Piper, and nobody is actually
      using the other script.
      
      Change-Id: I876e0ff90995e7d49fa97d57b86aee5d2e66b14a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: e8463a41307fa0e81a8334cad4708dcc5316ed80
      ffbbcfc1
  12. Feb 27, 2018
    • Google Engineers's avatar
      Generate Maven jars with Bazel. · de97714f
      Google Engineers authored
      We no longer need to maintain Maven as a separate build and test system.
      This would save us a lot of time, as Maven is not exactly nice to deal
      with.
      
      This also allows us to simplify the poms, especially the dependencies.
      For example, to use Tink for Android users no longer have to set
      $ANDROID_HOME.
      
      Change-Id: I925b37409f8ed5e32f228d8de0f0845ea38bc427
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: 49470c492c6bc1d28960c243b671208863ccdf6b
      de97714f
    • Google Engineers's avatar
      On new commits, publishing to Maven snapshot versions of Tink and apps. · 0ae10dbb
      Google Engineers authored
      Change-Id: I5b7e32a11a40ef1bb6236cc0a5c1b7f030f201e1
      ORIGINAL_AUTHOR=Google Engineers <noreply@google.com>
      GitOrigin-RevId: 1dc2f9b232006e087d30052fc98df76baf604d21
      0ae10dbb
  13. Feb 23, 2018
    • Thai Duong's avatar
      Removing Kokoro build configs. · b75c7d95
      Thai Duong authored
      Change-Id: Ifa509daa77d8994663dd3c3faca7ef6126ed8971
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 72ffad31af12c4bb50a555a52e6192fdf90c661e
      b75c7d95
  14. Feb 15, 2018
  15. Feb 01, 2018
  16. Jan 31, 2018
    • Thai Duong's avatar
      Fixing Kokoro build. · 15204e3d
      Thai Duong authored
      The build is failing probably because Kokoro upgraded its Ubuntu image.
      
      This image doesn't have the unlimited Java policy, thus tests with
      256-bit keys failed. These tests are skipped now. I also temporarily
      remove tests with 256-bit keys from AEAD cross-language tests. These
      tests will be reinstalled after b/35928521 is fixed.
      
      The Go compiler on Kokoro, which is at version go1.9 linux/amd64, refuses
      to compile our Go code because it found a cycle dependency. This is somehow
      not a problem with the version of Go on my workstation. Fortunately, the
      cycle dependency is in a test, so I temporarily removed it. I'm working on
      a better fix which moves the test to a different package.
      
      I also upgrade Bazel to 0.9.0 and use rules-apple at
      a2b620070d373e4f265194b69f65e9e5c17fbcb8, instead of master, which is known
      to work well with Bazel 0.9.0.
      
      Change-Id: I97229342065f12d0eec6ff31b54922161267943a
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 0e96efbd943ddc3c97a2b7d573f7e20b78781a5d
      15204e3d
  17. Nov 24, 2017
    • Thai Duong's avatar
      Fixing Kokoro macOS build. · d5c2870b
      Thai Duong authored
      Change-Id: I4fd5d11d4f6c47ca73f9fb537d42ea42e22f7376
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 2ebf79fbfd3759a6cdd8be8298f1ae6047aec028
      d5c2870b
  18. Oct 27, 2017
  19. Oct 26, 2017
  20. Oct 03, 2017
    • Thai Duong's avatar
      Outputing time spent during presubmit tests. · 44e5f2f2
      Thai Duong authored
      Change-Id: I6721400f739407cfb63129cb025407ba048bc171
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 45f520c5495272a28aa1f6366d4d30c96b840a4f
      44e5f2f2
    • Thai Duong's avatar
      Revert "Measuring time spent during presubmit tests." · 3c4791ae
      Thai Duong authored
      This reverts commit 64e6515028ad5ef44b02548b4b82c9d5d81e2829.
      
      Change-Id: Ib18226363a3d92b5c792f5009eff773450b9c689
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 0bd867e5f701094e12683f65fff4aabb3600e430
      3c4791ae
    • Thai Duong's avatar
      Measuring time spent during presubmit tests. · 302d65ea
      Thai Duong authored
      Change-Id: I2044360f158cc17fe8bd8f22c015e69dbe971378
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 64e6515028ad5ef44b02548b4b82c9d5d81e2829
      302d65ea
    • Thai Duong's avatar
      Stopping running Maven during presubmit tests on Ubuntu. · dc156f53
      Thai Duong authored
      Maven is already run with continuous builds whose results
      are sent to ise-crypto-build@. Also it's okay if it's broken
      because we only need Maven when we want to release something.
      
      Bug: 67016805
      
      Change-Id: I6284835f7753d64089f58eb4274bb09059f94af6
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: e0588be9056eae3eb18e3f4709f2748cfc5e9d21
      dc156f53
  21. Sep 27, 2017
    • Thai Duong's avatar
      Fixing macOS build (again!). · 52aa496b
      Thai Duong authored
      Change-Id: I973297704c45534590d98752f95dd50cb9b3f115
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 5ee0f0e6eb0cc1d66ad8a49265062f078f01cda6
      52aa496b
  22. Sep 25, 2017
    • Thai Duong's avatar
      Fixing macOS build. · dc732509
      Thai Duong authored
      Change-Id: I862c1f90580f32d99d9cf4c44430f749801a0574
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: afd20aad283aaae1741e368d7f19208f2291eca7
      dc732509
  23. Sep 01, 2017
  24. Aug 17, 2017
  25. Aug 03, 2017
    • Thai Duong's avatar
      Readd android targets. · 4468394c
      Thai Duong authored
      Change-Id: I5f4542ee79236cada3cf8232c835cf0493238b73
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: a881f8f3c71a35dfef3bfa6bc69f5392671ced9e
      4468394c
    • Thai Duong's avatar
      Add a Bazel config_setting that allows to enable Java full protos. · 0d11c2de
      Thai Duong authored
      Because Tinkey depends on full protos, Tink for Java had provided two
      flavors for every target that depends on protos. Since this new setting
      allows users to dynamically select which protos they want to build Tink
      with, Tink will default to lite protos and users that need full protos
      (e.g., to build Tinkey) can build Tink with:
      
      bazel build ... --define use_java_proto_full=true
      
      Change-Id: I42c9589d96269e969f671ecc20e6578c73bda7ce
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 1404cfdeb3fe9c4e1c120eb5c9e57532c1c0cfa1
      0d11c2de
  26. Jul 28, 2017
    • Thai Duong's avatar
      Fix Kokoro build issue. · 7792f35e
      Thai Duong authored
      Change-Id: I9b5e49c2e2c84647959db87f1f34ad35c27568ca
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: 79a576ef14b5803f7004301b79af9a0320ab0cb3
      7792f35e
  27. Jul 12, 2017
    • Thai Duong's avatar
      Set TEST_TMPDIR before running tests with Maven. · 5536d546
      Thai Duong authored
      Also test with random tmp files because some tests might fail if
      the files they want to write to already exist.
      
      Change-Id: Ia8be496ced6585e4914997975f04760cad5a1012
      ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com>
      GitOrigin-RevId: dc0215517fc44451e8fc86f08157ae97eb0d9e39
      5536d546
  28. Jul 11, 2017
Loading