Bazel: Bump to 9.1.0

Upgrade Bazel to 9.1.0 and refresh Bazel module dependencies to
versions that are compatible with Bazel 9.

This requires a few migration adjustments:

* pin aspect_bazel_lib 2.22.5 and rules_nodejs 6.7.4 at the root;
  older versions (2.11.0 / 6.2.0) were resolved transitively via
  the bazlets / aspect_rules_rollup deps, and their toolchain
  definitions still pass the incompatible_use_toolchain_transition
  keyword to rule(), which was removed in Bazel 9
* bump rules_java 8.16.1 -> 9.3.0 and rules_python 2.0.0-rc4 -> 2.0.2
* bump the java-prettify submodule to a revision that loads
  java_library / java_binary from @rules_java//java:defs.bzl, since
  rules_java 9 no longer injects them as native rules
* regenerate MODULE.bazel.lock

Change-Id: Ia72e44952d2f8aab09c85671ec44deffbf0369fd
3 files changed
tree: 73ba9f7c8a8ade2d04a97819b8e44693b393c164
  1. .settings/
  2. Documentation/
  3. java/
  4. javatests/
  5. lib/
  6. modules/
  7. resources/
  8. tools/
  9. .bazelrc
  10. .bazelversion
  11. .gitignore
  12. .gitmodules
  13. .mailmap
  14. .zuul.yaml
  15. BUILD
  16. COPYING
  17. external_deps.lock.json
  18. fake_pom_deploy.xml
  19. MODULE.bazel
  20. MODULE.bazel.lock
  21. navbar.md
  22. README.md
  23. version.bzl
README.md

Gitiles - A simple JGit repository browser

Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.

Gitiles automatically renders *.md Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.

Configuration

Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.

Bugs

Use gerrit's issue tracker to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.