这是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.6.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.7.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 2 contributors

Commits on Apr 3, 2019

  1. Update contributing information.

    Since this isn't part of bazel's core projects, directly provide more info
    instead of linking to docs they have been evolving as they work on their
    processes.
    
    RELNOTES: None
    PiperOrigin-RevId: 241564130
    thomasvl committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    42ae4b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Remove the CODEOWNERS file.

    Having all of us auto assigned to the PRs doesn't really help
    and it also causes even more email spam to with the new github
    pipeline.
    
    RELNOTES: None.
    PiperOrigin-RevId: 241929814
    thomasvl authored and swiple-rules-gardener committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    20e2b6d View commit details
    Browse the repository at this point in the history
  2. Add generate markers to the docs.

    RELNOTES: None
    PiperOrigin-RevId: 241931967
    thomasvl authored and swiple-rules-gardener committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    fc8804e View commit details
    Browse the repository at this point in the history
  3. .../BUILD: fix build file/module bugs (#18)

    Change this pattern
        if foo [not] in native.existing_rules():
    to
        if [not] native.existing_rule(foo):
    for efficiency.
    
    PiperOrigin-RevId: 241954724
    Googler authored and swiple-rules-gardener committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    577a71b View commit details
    Browse the repository at this point in the history
  4. Add a bzl_library incase something needs it from here.

    RELNOTES: None.
    PiperOrigin-RevId: 241996984
    thomasvl authored and swiple-rules-gardener committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    590e39f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Show the build status only for the master branch.

    Otherwise a test_* branch that doesn't currently pass turns the badge red
    because it was the "most recent" build on buildkite.
    
    RELNOTES: None
    PiperOrigin-RevId: 244227416
    thomasvl authored and swiple-rules-gardener committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    7f31f58 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2019

  1. Ignore bazel-* folders

    RELNOTES: None
    PiperOrigin-RevId: 247213688
    thomasvl authored and swiple-rules-gardener committed May 8, 2019
    Configuration menu
    Copy the full SHA
    e7d98eb View commit details
    Browse the repository at this point in the history
  2. Add config to test some deps at their heads.

    Add a helper script and new ci config to run the script modifying the
    WORKSPACE to get head versions of some dependencies to help catch if
    they were to land something that would break the build.
    
    RELNOTES: None
    PiperOrigin-RevId: 247215472
    thomasvl authored and swiple-rules-gardener committed May 8, 2019
    Configuration menu
    Copy the full SHA
    eb59995 View commit details
    Browse the repository at this point in the history
  3. Rename the task for the buildkite ui.

    Forgot to do this in the previous change adding it.
    
    RELNOTES: None.
    PiperOrigin-RevId: 247217172
    thomasvl authored and swiple-rules-gardener committed May 8, 2019
    Configuration menu
    Copy the full SHA
    c116a3e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Use yaml anchors, aliases, and merge to avoid repetition.

    RELNOTES: None.
    PiperOrigin-RevId: 252430973
    thomasvl authored and swiple-rules-gardener committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    371f686 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Use a list comp to build the depset to avoid overly nesting.

    RELNOTES: None.
    PiperOrigin-RevId: 260720040
    thomasvl authored and swiple-rules-gardener committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    9dd3b16 View commit details
    Browse the repository at this point in the history
Loading