这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.0
Choose a base ref
...
head repository: bazelbuild/apple_support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 4 contributors

Commits on Feb 27, 2019

  1. Simplify the running of buildifier on CI.

    As of 0.22.0 there are enough improvements in outputs and exit codes that
    it seems to make more sense to no longer try to pretty the results and
    just rely on a run and exit status to add a footer telling folks how
    to fix up things if something is found.
    
    RELNOTES: None.
    PiperOrigin-RevId: 234603600
    thomasvl committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    9523f42 View commit details
    Browse the repository at this point in the history
  2. CI config updates:

    - Expand the buildkite setup to cover released and latest-green.
    - Enable buildifier on buildkite.
    - Add a build badge to the README.md.
    - Drop travis down to just buildifier since it does some things buildkite
      support doesn't do yet.
    
    RELNOTES: None
    PiperOrigin-RevId: 235943968
    thomasvl committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    dabf718 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Travis CI Cleanup.

    Bazel's BuildKite seems to be fine for the bazel builds, so remove the support
    for doing bazel builds on Travis.
    
    Note: Keeping the matrix as a manual build and some of the conditions in the
    scripts just to reduce the chances of something not being right, as eventually
    the BuildKite setup will match the buildifier support and these files will
    just get dropped.
    
    RELNOTES: None
    PiperOrigin-RevId: 236655099
    thomasvl authored and sergiocampama committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    0e2d431 View commit details
    Browse the repository at this point in the history
  2. Fix Buildifier version

    "buildifier: true" has been deprecated by bazelbuild/continuous-integration#542
    
    Closes #18.
    
    RELNOTES: None.
    PiperOrigin-RevId: 237246313
    fweikert authored and sergiocampama committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3f0fe11 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Drop travis ci.

    bazel ci on buildkite is providing everything now.
    
    RELNOTES: None.
    PiperOrigin-RevId: 237521953
    thomasvl committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    7b1af74 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Clean up framework support

    This is an NFC, as it supports both the pre- and post- cleanup APIs.
    
    RELNOTES: None
    PiperOrigin-RevId: 240998664
    Googler authored and sergiocampama committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c86bf4c View commit details
    Browse the repository at this point in the history
  2. Update Skylib version to 0.8.0

    RELNOTES: None
    PiperOrigin-RevId: 241371321
    sergiocampama committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    bdcef22 View commit details
    Browse the repository at this point in the history
Loading