This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Configs

Bazel config targets

1 - Bazel targets

NameInfo
changelog
locationbzl/configs/BUILD.bazel:11:17
name//bzl/configs:changelog
ruleClasspkg_filegroup
visibility
  • //visibility:public
changelog.changelog
locationbzl/configs/BUILD.bazel:11:17
name//bzl/configs:changelog.changelog
ruleClassal_template_files
ruleOutput
  • //bzl/configs:changelog.doc.md
visibility
  • //visibility:private
changelog.changelog_data
locationbzl/configs/BUILD.bazel:11:17
name//bzl/configs:changelog.changelog_data
ruleClassal_git_run_binary
ruleOutput
  • //bzl/configs:changelog.changelog_data.yaml
visibility
  • //visibility:private
changelog.changelog_files
locationbzl/configs/BUILD.bazel:11:17
name//bzl/configs:changelog.changelog_files
ruleClasspkg_files
visibility
  • //visibility:private
changelog.template
locationbzl/configs/BUILD.bazel:11:17
name//bzl/configs:changelog.template
ruleClass_write_file
ruleOutput
  • //bzl/configs:changelog.template.md
visibility
  • //visibility:private
ci
locationbzl/configs/BUILD.bazel:28:15
name//bzl/configs:ci
ruleClassconfig_setting
visibility
  • //visibility:public
ci_flag
locationbzl/configs/BUILD.bazel:35:10
name//bzl/configs:ci_flag
ruleClassbool_flag
visibility
  • //visibility:private
readme
locationbzl/configs/BUILD.bazel:6:10
name//bzl/configs:readme
ruleClassfilegroup
visibility
  • //visibility:public
readme.srcs
locationbzl/configs/BUILD.bazel:6:10
name//bzl/configs:readme.srcs
ruleClasspkg_files
visibility
  • //visibility:private
readme.with_children
locationbzl/configs/BUILD.bazel:6:10
name//bzl/configs:readme.with_children
ruleClasspkg_filegroup
visibility
  • //visibility:public
use_local_repos
locationbzl/configs/BUILD.bazel:16:15
name//bzl/configs:use_local_repos
ruleClassconfig_setting
visibility
  • //visibility:public
use_local_repos_flag
locationbzl/configs/BUILD.bazel:23:10
name//bzl/configs:use_local_repos_flag
ruleClassbool_flag
visibility
  • //visibility:private

2 - Changelog

  • Add ci config, choose hugo url based on it (8932e6)
  • Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
  • Move changelog rules to bzl/rules/changelog (4d59d6)
  • Move readme rules to bzl/rules/readme (95ea8d)
  • Move bzl rules to bzl/rules/bzl (57930e)
  • Add changelog for all packages (a6ebf9)
  • Add bzl_target_doc (c5636e)
  • Add al_vial_submissions macro, update titles and descriptions (79c826)
  • Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
  • Add bzl/toolchain-types (9babe5)
  • Add al_readme plugin, split variables in /bzl/vars (9212dc)
  • Rename starlark/bazel to bzl (56be34)