1. 0e0b4d0 Remove Tulsiendtoendtests from the testsuite. by ivanhernandez · 5 years ago
  2. 7da9e5d Update goldens by davg · 5 years ago
  3. cd08913 Bump rules_apple to 0.14.0 by Thi · 5 years ago
  4. 37e3aa7 Add nocheck_visibility flag for tests by davg · 5 years ago
  5. 14b703a Prepare Tulsi to accept the platform specific test rules. by kaipi · 5 years ago
  6. 88074ad Updates version number to 0.4.239647554.20190321. by davg · 5 years ago
  7. 43597ad Automatic code cleanup. by Googler · 5 years ago
  8. 1150959 Update docs to be more accurate about fastbuild by davg · 5 years ago
  9. 1328602 Add TulsiEndToEndTests to Tulsi's test suite by davg · 5 years ago
  10. ee1605c Updates version number to 0.4.237327622.20190308. by ivanhernandez · 5 years ago
  11. f076f69 Updates version number to 0.4.237303573.20190307. by ivanhernandez · 5 years ago
  12. 6ea2cbc Improve handling of xcode version in bazel_build.py by davg · 5 years ago
  13. 6b6f2c4 Migrate resource usage to data attribute. by kaipi · 5 years ago
  14. 0b1c469 Fix xcdatamodel and xcassets files referenced by data attribute on objc_library. by dierksen · 5 years ago
  15. 1759d0d Remove dierksen from CODEOWNERS. by dierksen · 5 years ago
  16. c4b1906 Remove processing of the binary attribute. by kaipi · 5 years ago
  17. 31ed6d3 Add missing minimum_os_version attributes. by dierksen · 5 years ago
  18. 7eb3398 Splits the test cases in ButtonsEndToEndTest into two separate files. by ivanhernandez · 5 years ago
  19. f16d99d Add missing minimum_os_version values. by Googler · 5 years ago
  20. d202581 Removing TODO; hasn't been an issue for about a year. by dierksen · 5 years ago
  21. 0b71f94 Updates the goldens to include the 'ProductBuildVersion' in the xcode version to match bazel's representation. Also updates certain Goldens to include the sources from "additional_contents". by ivanhernandez · 5 years ago
  22. c1f1186 Updates version number to 0.4.235924984.20190227. by dierksen · 5 years ago
  23. 190d13e Update dependency check tests. by kaipi · 5 years ago
  24. 34fd323 Remove builtin gcc3 include dir by davg · 5 years ago
  25. 7d75ff7 Add "additional_contents" to the list of attributes that the output aspect should propagate to. This should cause the output aspect to pick up macos_application dependencies that were being missed. by ivanhernandez · 5 years ago
  26. 42bffb7 Add script for updating Tulsi goldens. by dierksen · 5 years ago
  27. ad6d85f Remove filter for bazel executable by Keith Smiley · 5 years ago
  28. 5e1b914 Make explicit copy of a dict instead of creating a reference to it. by ivanhernandez · 5 years ago
  29. bd581fd Automatic code cleanup. by Googler · 5 years ago
  30. b0082a2 Updates `+` operator for dicts which is no longer supported and is currently breaking our tests. Also updates a few other deprecated methods in tulsi_aspects.bzl. by ivanhernandez · 5 years ago
  31. f7d337d Updates version number to 0.4.234838660.20190220. by davg · 5 years ago
  32. ed78062 Revert to once again use the legacy build system. by davg · 5 years ago
  33. 989fd70 Fix issue where error text color is black on dark grey background when using Mojave dark mode. by Googler · 5 years ago
  34. 36d0a93 Migration objc_library resource related attributes. by thomasvl · 5 years ago
  35. 5df43b4 Updates version number to 0.4.233828679.20190213. by rein · 5 years ago
  36. 2ae29c3 Re-enable Xcode 10's new build system by davg · 5 years ago
  37. 769c8d4 Generate dependency files for tests with (Obj)C(++) code by davg · 5 years ago
  38. efa3dac Adds a step to preboot a simulator before attempting to run a test on it. Also bumps the simulator to an 'iPhone XS' running iOS 12.1. by ivanhernandez · 5 years ago
  39. e4a568c Cloned Buttons into Tulsi and updated end to end tests to point to the cloned location. by ivanhernandez · 5 years ago
  40. c6f789d Ensure that system and iquote include paths end up in the xcode search path by Josh Faust · 5 years ago
  41. 4317849 Reformat test_suite to a single line. by dierksen · 5 years ago
  42. 9a16dbd Updates version number to 0.4.232889052.20190207. by dierksen · 5 years ago
  43. 56d3e29 Lets the build and run script be run from any bazel subfolder. Currently assumes its running from the root bazel folder when trying to unzip the build artifact. by ivanhernandez · 5 years ago
  44. 5fd6804 Add a synchronous version of ProcessRunner. by ivanhernandez · 5 years ago
  45. e8ef90e Prevent a force unwrap nil crash by disabling the 'Generate' and other config buttons until Tulsi has finished initializing required components. by ivanhernandez · 5 years ago
  46. 05e199b Create CODEOWNERS by Dmitry Lomov · 5 years ago
  47. f782d34 Bump rules_apple version to 0.13.0 by dierksen · 5 years ago
  48. 9b149fd Updates version number to 0.4.231786878.20190131. by ivanhernandez · 5 years ago
  49. 377f698 Updates version number to 0.4.230572638.20190123. by davg · 5 years ago
  50. fbe84ae Move BUILD file for tulsi_aspects to top-level rather than one level down. by dierksen · 5 years ago
  51. efb05df Automatic code cleanup. by Googler · 5 years ago
  52. 2153041 Prevent Xcode from replacing the Swift StdLib dylibs that Bazel already packaged. by dierksen · 5 years ago
  53. f4f1706 Support for cc_test by davg · 5 years ago
  54. 7c2c88c Disable dependency check tests during rules_apple migration. by kaipi · 5 years ago
  55. 88d41aa Updates version number to 0.4.229755596.20190117. by dierksen · 5 years ago
  56. 0ff596d Bugfix and tests: otherCFlags should not discard duplicate flags by Ravi Mandala · 5 years ago
  57. 19dbbb2 Move sdk_frameworks attribute from macos_extension to the objc_library target that requires it. by kaipi · 5 years ago
  58. ad8bb0c Move from objc_framework to the starlark version. by thomasvl · 5 years ago
  59. d85664e Change dev build version to date (from version.bzl) instead of all-9s. by dierksen · 5 years ago
  60. a21ddce Add bazelci presubmit configuration for Tulsi. by dierksen · 5 years ago
  61. 541ff16 Updates version number to 0.4.228774894.20190110. by ivanhernandez · 5 years ago
  62. 458d770 Chmod tree artifact output to allow Xcode to write into it. by kaipi · 5 years ago
  63. 69310ac Make Tulsi app build rule public by jdelfino · 5 years ago
  64. 044021f Collect resource files through the data attribute. by kaipi · 5 years ago
  65. fed1e0c Update Tulsi to build with Xcode 10.1 by dierksen · 5 years ago
  66. 5e760fe Updates version number to 0.4.227560086.20190102. by rein · 5 years ago
  67. 278c2c6 Migrate `structured_resources` to `data`. by Googler · 5 years ago
  68. bd300cc Remove checks for 'WatchExtension.apple_binary' in our aspect tests now that the 'WatchExtension' rule doesn't generate it. by ivanhernandez · 5 years ago
  69. bb816df Properly dismiss the new project sheet after the user clicks 'Next'. by ivanhernandez · 5 years ago
  70. 7a37dac Migrate last Tulsi usage of objc_bundle into apple_bundle_import. by kaipi · 5 years ago
  71. 242420e Update tulsi tests to use the new apple_bundle_import rule instead of objc_bundle. by kaipi · 5 years ago
  72. 3c68b74 Updates version number to 0.4.225407617.20181213. by rein · 5 years ago
  73. 5bd70ae Migrate sticker pack extension to use ios_sticker_pack_extension rule. by kaipi · 5 years ago
  74. ce0fc64 Update golden data. by dierksen · 5 years ago
  75. 8fcfc4a Update Tulsi integration tests to use the new bundling implementation of rules_apple. by kaipi · 5 years ago
  76. c8c2a06 Add Travis status to README. by dierksen · 5 years ago
  77. 0ad4f12 Update rules_apple dependency to version 0.10.0. by dierksen · 5 years ago
  78. 865cd1d Updates version number to 0.4.224504172.20181207. by dierksen · 5 years ago
  79. 6591175 Make Mojave dark mode work correctly by removing custom background colors. by rein · 5 years ago
  80. 129d348 Update Tulsi to build with Xcode 10 and Swift 4.2. by dierksen · 5 years ago
  81. 1e66932 Disable explicitly the experimental bundling logic until it is enabled by default, to avoid affecting the Golden projects during the transition. Once this is removed, and the flag has flipped, the goldens will need to be regenerated. by kaipi · 5 years ago
  82. b42bce3 Don't set -W flags on indexer targets by davg · 5 years ago
  83. b37db2f Remove unused targets by davg · 5 years ago
  84. ca62a7c Bump the default min OS to 8.0 by Googler · 5 years ago
  85. e51d9b4 Updates version number to 0.4.223025205.20181127. by rein · 5 years ago
  86. 81a409d Tulsi icon fixes by dierksen · 5 years ago
  87. 3cc36fa Re-enable multi-line string editing for non-enum string options. by dierksen · 5 years ago
  88. 668396e Add arm64_32 to the list of supported watchOS CPUs and add an option to enable it from the Tulsi document. by ivanhernandez · 5 years ago
  89. cf80e6b Move project info extraction off the main thread. by dierksen · 5 years ago
  90. c8434bb Updates version number to 0.4.221678280.20181115. by ivanhernandez · 5 years ago
  91. 71f48be Fix issue with Tulsi incorrectly assuming the location of Info.plist files for extension targets. by kaipi · 5 years ago
  92. f3fbe53 Add warning for non-qualified labels in user_build.py by davg · 5 years ago
  93. 58e1aa6 Improve support for auto-generated module maps by davg · 5 years ago
  94. 51346d8 Replace iteration over depsets with an explicit .to_list() call. by Googler · 5 years ago
  95. 79ce1b3 Update site to reflect --cpu and --apple_platform_type flags. by dierksen · 5 years ago
  96. 34232fb Sort Tulsi project dictionary keys. by dierksen · 5 years ago
  97. 5efe35f Add build_and_run.sh to simplify building with bazel. by dierksen · 5 years ago
  98. 4162d3c Remove unused bundle_dir from aspect by davg · 5 years ago
  99. c67fdb9 Updates version number to 0.4.219536351.20181031. by davg · 5 years ago
  100. f365d40 Updated canary bazel test to use a more appropriate 'guard` statement instead of 'if'. by ivanhernandez · 5 years ago