aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-21remove extra fileTony Aiuto
2022-12-16Merge from mainTony Aiuto
2022-12-16wtf happened to doc_buildTony Aiuto
2022-12-16Merge pull request #66 from aiuto/doc2aiuto
Add missing docs glue. This usually takes several iterations just to turn on. None of this is executable, or part of the distribution builds, so I am force submitting.
2022-12-16add missing docs glueTony Aiuto
2022-12-16Merge pull request #65 from aiuto/docsaiuto
First cut at doc generation. They are ugly, but it's a start.
2022-12-15got wrappingTony Aiuto
2022-12-15do not bump versoin yetTony Aiuto
2022-12-15linkatTony Aiuto
2022-12-15prettifyTony Aiuto
2022-12-15add docs linkTony Aiuto
2022-12-15first cut at doc generationTony Aiuto
2022-12-09Merge pull request #63 from aiuto/pinfoaiuto
Add package_info rule and a new gatherer to collect it.
2022-12-08add sbom exampleTony Aiuto
2022-12-08review commentsTony Aiuto
2022-11-30Add package_info rule and a new gatherer to manage it.Tony Aiuto
- Add rules/package_info.bzl - Refactor get_transitive_licenses to get_transitive_metadata. - Take a list of providers to gather. - Some hackery for Bazel 5.x support. This can be fixed if starlark visibility gets backported to Bazel 5. - Add gather_metadata.bzl. This is so we can freely experiment on techniques for multi provider support in OSS land, without impacting existing users in Google. We can merge them some day in the future. - Create a dummy sbom writer. There is also experimental code to show a different design choice for new types of Metadata. I want to preserve both for a while to have a broader design discussion over the next month.
2022-11-28Merge pull request #60 from aiuto/mod2aiuto
Add dev dependency on rules_pkg.
2022-11-22Add dev dependency on rules_pkg.Tony Aiuto
- remove from WORKSPACE.bzlmod - build distro with bzlmod
2022-11-09Merge pull request #51 from aiuto/add_restrictedaiuto
Add generic:restricted license.
2022-11-09Merge pull request #57 from aiuto/doubleataiuto
more workarounds for a changing bazel
2022-11-03more workarounds for a changing bazelTony Aiuto
2022-11-02Merge pull request #54 from aiuto/depsaiuto
Bump rules_pkg dep to 0.8.0 Force merge to unblock broken CI
2022-11-02sighTony Aiuto
2022-11-02Bump rules_pkg dep to 0.7.1 That version is needed with newer BazelTony Aiuto
versions because --incompatible_config_setting_private_default_visibility is now true.
2022-11-02Update README.mdaiuto
Restore CI widget
2022-11-02Merge pull request #48 from aiuto/bzlmodaiuto
Create an inital MODULE.bazel
2022-11-02combined tests to one fileTony Aiuto
2022-11-02Merge branch 'main' into bzlmodTony Aiuto
2022-11-02Merge pull request #53 from aiuto/from_piperaiuto
Mega merge of improvements from Google
2022-11-02stop sh tests on windows for nowTony Aiuto
2022-11-01Merge branch 'main' into from_piperTony Aiuto
2022-11-01Merge branch 'main' into bzlmodTony Aiuto
2022-11-01Merge branch 'main' into add_restrictedTony Aiuto
2022-11-01Merge pull request #52 from aiuto/fixtaiuto
Emit license data JSON file in a Bazel 5.x/6.x portable way
2022-11-01Mega merge from GoogleBill Neubauer
The core of the PR is an expert from Google, but it applies several changes to account for Bazel differences. - deal with bazel 5.x 6.x @// handling - restore package_url and package_version. This is temporary they will move to other providers. PiperOrigin-RevId: 483521567
2022-11-01Hack up a 5.x/6.x fix to the testsTony Aiuto
2022-10-31add restricted license for backwards compatibltyTony Aiuto
2022-10-31yamlTony Aiuto
2022-10-31reorder.workTony Aiuto
2022-10-31fix.commentTony Aiuto
2022-10-25Merge branch 'main' into bzlmodTony Aiuto
2022-10-24postsubmitTony Aiuto
2022-10-24Merge remote-tracking branch 'upstream/main'Tony Aiuto
2022-10-24get the names rightTony Aiuto
2022-10-24Update README.mdaiuto
Add buildkite link
2022-10-24add lts to ciTony Aiuto
2022-10-24remove bad targetTony Aiuto
2022-10-24one ore fixTony Aiuto
2022-10-24quotesTony Aiuto
2022-10-24Merge branch 'main' into bzlmodTony Aiuto