Commit Graph

  • 1229fefd0b
    Merge branch 'main' into doc Alexandre Rostovtsev 2022-05-17 07:26:46 -0400
  • a6f17ab1fe
    Switch native_binary/test to use symlinks (#340) Geoffrey Martin-Noble 2022-05-17 13:26:16 +0200
  • 83073204dd
    Merge branch 'main' into native-binary-symlinks Alexandre Rostovtsev 2022-05-17 07:20:57 -0400
  • 0b561be574 Use ctx.executable.src instead of ctx.file.src Geoffrey Martin-Noble 2022-05-16 17:06:10 -0700
  • a832b8d717
    copy_file: Do not add non-executables to default_runfiles (#326) Fabian Meumertzheim 2022-05-16 23:27:25 +0200
  • bc21ee94be
    Merge branch 'main' into remove-redundant-runfiles Alexandre Rostovtsev 2022-05-16 17:21:56 -0400
  • e9a3989208 Update doc review section of maintainer guide Alexandre Rostovtsev 2022-05-16 16:48:50 -0400
  • 2e43b2a6d0 Respond to review comments Geoffrey Martin-Noble 2022-05-12 17:16:28 -0700
  • 27c714ccc9 Merge from main Geoffrey Martin-Noble 2022-05-12 17:09:49 -0700
  • 67bfa0ce4d
    Switch run_binary to cfg = "exec" to fix buildifier failure (#367) Alexandre Rostovtsev 2022-04-29 13:44:59 -0400
  • e37d82e2f1 Switch run_binary to cfg = "exec" to fix buildifier failure Alexandre Rostovtsev 2022-04-29 10:33:32 -0400
  • 76f1099615 {copy,write}_file: Do not add non-executables to default_runfiles Fabian Meumertzheim 2021-10-16 09:15:45 +0200
  • d54e8a70ce
    Remove unnecessary wrapper macro for expand_template rule (#365) Alexandre Rostovtsev 2022-04-06 15:21:13 -0400
  • efc9e31544
    Merge branch 'main' into expand_template Alexandre Rostovtsev 2022-04-06 15:16:36 -0400
  • de3035d605
    Properly shell-quote diff_test's failure_message in bash (and document the failure_message attribute) (#364) Alexandre Rostovtsev 2022-04-06 15:16:14 -0400
  • 838e277831 typo Alexandre Rostovtsev 2022-04-06 14:14:23 -0400
  • 24147cb82f
    Merge branch 'main' into failure_message Alexandre Rostovtsev 2022-04-06 14:13:09 -0400
  • f49cee34af Do not test cmd.exe escapes until #363 is merged Alexandre Rostovtsev 2022-04-06 14:12:44 -0400
  • a18276ee8c
    Merge fe4602386b into 6abad3de5f Yun Peng 2022-04-06 15:37:48 +0200
  • 7e6bad6f0a
    Merge branch 'main' into patch-1 Alexandre Rostovtsev 2022-04-05 17:49:33 -0400
  • 6abad3de5f
    Build native_binary/test src in correct configuration (#341) Geoffrey Martin-Noble 2022-04-05 14:09:55 -0700
  • f420d17c0e
    Merge branch 'main' into allow-files Alexandre Rostovtsev 2022-04-05 16:59:53 -0400
  • cc51024fc2
    Add subpackages module to skylib to support new bazel native.subpackages (#348) Kevin Kress 2022-04-04 14:56:21 -0700
  • 3c70138819 Fix test suite since we now have a new subpackage (//tests/expand_template) Alexandre Rostovtsev 2022-04-04 17:38:21 -0400
  • 315fd8bee7
    Bad copy-paste during manual conflict resolve in merge Alexandre Rostovtsev 2022-04-04 17:10:09 -0400
  • 3a776b0deb
    Merge branch 'main' into add_subpackages Alexandre Rostovtsev 2022-04-04 17:05:46 -0400
  • de5db6142c Remove unnecessary wrapper macro for expand_template rule Alexandre Rostovtsev 2022-04-01 18:33:23 -0400
  • 2a87d4a62a
    Add expand_template rule (#330) Vertexwahn 2022-04-02 00:07:48 +0200
  • 70be4298c4 Add expand_template rule Vertexwahn 2021-11-01 23:12:40 +0100
  • b9ec2c2dbb
    Allow using python3 for timestamps on macOS and BSD (#362) Alexandre Rostovtsev 2022-04-01 10:00:11 -0400
  • 1ec4906e8b
    Merge branch 'main' into python3 Alexandre Rostovtsev 2022-04-01 09:32:53 -0400
  • 8037a4ed16 Fix failure_message propagation typo (and improve test) Alexandre Rostovtsev 2022-03-31 16:26:38 -0400
  • 9ca9666112 Document diff_test's failure_message attribute Alexandre Rostovtsev 2022-03-31 16:13:31 -0400
  • 390759a1f7 Properly shell-quote diff_test's failure_message in bash. Alexandre Rostovtsev 2022-03-31 16:02:08 -0400
  • 291aa07b48 regenerate docs hvd 2022-03-31 10:45:51 +0000
  • 4cb442f173 Allow setting rule name for analysis tests hvadehra 2021-11-02 11:19:39 +0100
  • 8e4f27779c Regen docs Alexandre Rostovtsev 2022-03-31 02:18:35 -0400
  • 5872c0e735 Improve docstring wording Alexandre Rostovtsev 2022-03-31 02:05:44 -0400
  • a2fb9521be Work around delayed expansion quirk Alexandre Rostovtsev 2022-03-31 02:01:01 -0400
  • 743160ff49 Rename and revise the escape function in light of https://stackoverflow.com/questions/4094699 Alexandre Rostovtsev 2022-03-31 01:50:27 -0400
  • 8c8e19c68d Add shell.escape_cmd for escaping strings in Windows .bat scripts Alexandre Rostovtsev 2022-03-30 17:16:06 -0400
  • 105c7f5e03 Build native_binary/test src in correct configuration Geoffrey Martin-Noble 2022-01-05 15:57:21 -0800
  • 8dd3a3c65a Switch native_binary/test to use symlinks Geoffrey Martin-Noble 2022-01-05 12:43:41 -0800
  • 8e2ba6e9df
    Fix runfiles in native_binary/native_test (#339) Geoffrey Martin-Noble 2022-03-29 14:41:48 -0700
  • 5e4645c027
    Merge branch 'main' into native-binary-runfiles Alexandre Rostovtsev 2022-03-29 17:22:52 -0400
  • 12f4b2235e Work around python 3.9 locale-related crash on macOS Alexandre Rostovtsev 2022-03-29 16:49:20 -0400
  • 7bc593612e Allow using python3 for timestamps on macOS and BSD Alexandre Rostovtsev 2022-03-29 15:18:30 -0400
  • bd79f922c9
    Add diff_test asserting that docs are up-to-date (#321) Alex Eagle 2022-03-29 12:14:07 -0700
  • 97f9fdd10c Nit: underscore in tag name for consistency with other projects Alexandre Rostovtsev 2022-03-29 14:41:04 -0400
  • c6ecbe01d5 Nit: remove accidentally added exec permission from BUILD Alexandre Rostovtsev 2022-03-29 14:36:22 -0400
  • bfd8e4fc00 Document that update_docs() must be at bottom of BUILD file Alexandre Rostovtsev 2022-03-29 14:31:36 -0400
  • 04fc664d57 clone implementation from 6f7469dd03/lib/private/docs.bzl Alex Eagle 2022-03-28 16:16:48 -0700
  • b669088a95
    Update dicts documentation. (#361) Alexandre Rostovtsev 2022-03-28 12:06:10 -0400
  • 2211fd8c35 Update dicts documentation. Alexandre Rostovtsev 2022-03-18 09:03:22 -0400
  • 8334f938c1
    Implement omit and pick dicts functions. (#304) Barry McNamara 2022-03-17 13:49:06 -0700
  • b29cf24772 Replace list of str wtih sequence. Barry McNamara 2022-03-17 13:35:16 -0700
  • 7e49863066 Implement omit and pick dicts functions. Barry McNamara 2021-06-08 10:00:45 -0700
  • ee67264452
    Update changelog and version for release 1.2.1 (#360) 1.2.1 Alexandre Rostovtsev 2022-03-10 11:31:05 -0500
  • 5cfda316d5 Update changelog and version for release 1.2.1 Alexandre Rostovtsev 2022-03-10 11:17:30 -0500
  • 898cd6ddff
    Remove unused, empty //rules:bins filegroup, allowing us to simplify distribution/BUILD (#359) Alexandre Rostovtsev 2022-03-10 07:41:11 -0500
  • e93cfcee8a buildifier fixes Alexandre Rostovtsev 2022-03-09 17:42:17 -0500
  • f1b9abf9b9 Remove unused, empty //rules:bins filegroup, allowing us to simplify distribution/BUILD Alexandre Rostovtsev 2022-03-09 17:28:47 -0500
  • 807a5b5197
    Add allow_empty to target which has an empty glob Alex Scott 2022-03-09 22:22:05 +0100
  • 1603cc3ea1
    Remove target with empty glob from package Alex Scott 2022-03-09 13:20:24 +0100
  • 9a41918c63
    Merge branch 'main' into native-binary-runfiles Geoffrey Martin-Noble 2022-03-02 11:20:01 -0800
  • 5bffd04256
    Add a maintainer's guide (#356) Alexandre Rostovtsev 2022-02-23 20:06:15 -0500
  • e30197f379
    Extend owners of skylib. (#355) Ivo List 2022-02-23 15:43:39 +0100
  • ceb7ea563e Call out that non-shallow abstractions are discouraged Alexandre Rostovtsev 2022-02-23 09:40:24 -0500
  • 27596fae47 More typo fixes Alexandre Rostovtsev 2022-02-23 09:05:56 -0500
  • e0d66cf204 Typo Alexandre Rostovtsev 2022-02-22 23:10:32 -0500
  • 115cd4b7a0 Add a maintainer's guide Alexandre Rostovtsev 2022-02-22 22:06:06 -0500
  • ef2579d117
    Extend owners of skylib. Ivo List 2022-02-18 17:30:37 +0100
  • 04b3337786
    Merge branch 'main' into add_subpackages Kevin Kress 2022-02-11 11:33:19 -0800
  • c4dfec1bf1
    Update changelog and version for release 1.2.0 (#350) 1.2.0 Alexandre Rostovtsev 2022-02-11 12:02:05 -0500
  • 381e5abbe8 Regenerate docs once again Kevin Kress 2022-02-10 22:00:04 -0800
  • 85d0675527 Finalize review comments Kevin Kress 2022-02-10 21:59:34 -0800
  • 472c2120c3 Regenerate docs wih review comments made and rebase to main. Kevin Kress 2022-02-10 21:52:22 -0800
  • 3eed637f6b Merge remote-tracking branch 'origin/main' into add_subpackages Kevin Kress 2022-02-10 21:49:30 -0800
  • 2830756b0c Fixed some spelling errors and test that failed on Bazel Kevin Kress 2022-02-10 12:43:22 -0800
  • c94946228a Add support for new subpackages module for working with native.subpackages Kevin Kress 2022-01-18 12:10:14 -0800
  • e73d60c71b
    Merge branch 'main' into v1.2.0 Alexandre Rostovtsev 2022-02-10 18:13:38 -0500
  • c988f275a2 Update changelog for latest commits Alexandre Rostovtsev 2022-02-10 18:10:16 -0500
  • 869021864e
    Merge branch 'main' into buildifiers UebelAndre 2022-02-10 14:56:12 -0800
  • cdd0afdfe6
    Fixed positional args for unittest targets (#352) UebelAndre 2022-02-10 14:55:11 -0800
  • 4e7763e9a4 Applied auto-fixes for all buildifier warnings UebelAndre 2022-02-10 14:43:38 -0800
  • 41195064ad Enable all buildifier warnings in CI UebelAndre 2022-02-10 14:43:19 -0800
  • b3b67694ba Fixed positional args for unittest targets UebelAndre 2022-02-10 14:30:23 -0800
  • b3a6f04c8a Unbreak backwards compatibility of analysistest.make Alexandre Rostovtsev 2022-02-10 17:19:19 -0500
  • f589d0de32
    Merge branch 'main' into v1.2.0 Alexandre Rostovtsev 2022-02-10 17:01:01 -0500
  • 2bc90bdf7d
    Allow unit test rules to be documented (#343) UebelAndre 2022-02-10 14:00:29 -0800
  • 7fbbeb7491
    Merge branch 'main' into doc UebelAndre 2022-02-10 13:43:34 -0800
  • ecf4848be8 Typo Alexandre Rostovtsev 2022-02-10 16:32:25 -0500
  • 07bd445fd9 Update changelog and version for release 1.2.0 Alexandre Rostovtsev 2022-02-10 16:30:42 -0500
  • 7270e3b345
    Add support for 'loading' unit tests, which evaluate a LOADING phase. (#347) Kevin Kress 2022-02-10 13:03:48 -0800
  • c97581b343 Regenerate documents to reflect changes to unittest. Kevin Kress 2022-02-10 12:51:09 -0800
  • 16e1e72425
    Merge branch 'main' into loading_unittest Alexandre Rostovtsev 2022-02-10 14:51:44 -0500
  • 1e1c324391
    Fix linter warnings with new buildifier version. (#349) Alexandre Rostovtsev 2022-02-10 14:50:56 -0500
  • 0b88ebcd89 Fix linter warnings with new buildifier version. Alexandre Rostovtsev 2022-02-10 14:34:09 -0500
  • 6c5f771571 Updated API for loadingtest.asserts to equals and removed unused suite method. Kevin Kress 2022-02-10 11:08:41 -0800
  • 92851dd3b6 Add support for 'loading' unit tests, which evaluate a LOADING phase. Kevin Kress 2022-01-18 11:56:26 -0800