X Tutup
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: dropbox/AffectedModuleDetector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: dropbox/AffectedModuleDetector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 15 commits
  • 6 files changed
  • 5 contributors

Commits on Nov 2, 2022

  1. Merge pull request #175 from dropbox/jfein/0.2.0

    Prepare for release 0.2.0.
    joshafeinberg authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f4dcf08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0399fa7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #176 from dropbox/jfein/0.2.1-snapshot

    Prepare next development version.
    joshafeinberg authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b31f730 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Update explanatory diagram and project vs directory identifiers

    We use p for Gradle projects and d for File directories on disk. We
    could have used any identifier but choosing the same letter is a bit of
    a mind bender for newbies that are not familiar.
    
    We also change the diagram to better match how the code sets up the
    projects.
    mezpahlan committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    3eebcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3ac5e0 View commit details
    Browse the repository at this point in the history
  3. Remove ".." sections from project graph

    This provides support for quixotic projects.
    mezpahlan committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    aefe941 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Fix typo's

    blundell authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    91c43b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge pull request #179 from blundell/patch-1

    Fix README typo's
    rharter authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cbc026c View commit details
    Browse the repository at this point in the history
  2. Allow exclude by regex

    - Previously you could exclude by module name (#54)
    - Now you can still exclude by module name but also exclude against module path using a regex
    
    For a module like ``:a:b:c:d`
    
    the name is "d" and the path is ":a:b:c:d".
    
    You could now exclude using multiple styles:
    
    ```
    excludedModules = [
       "d",
       ":a:b:c:d",
       ":.+:d",
    ]
    ```
    (you would just use one of the 3 above strings.)
    blundell committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    baa9a7c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Merge pull request #181 from blundell/pblundell/exclude-by-name-or-re…

    …gex-3
    
    Allow exclude by regex
    joshafeinberg authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    2c16c05 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #178 from mezpahlan/support_exotic_gradle_projects

    Support exotic gradle projects
    joshafeinberg authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    355ff71 View commit details
    Browse the repository at this point in the history
  3. Fix directory names in tests (#185)

    Co-authored-by: Josh Feinberg <joshfeinberg@dropbox.com>
    joshafeinberg and joshafeinberg authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    ef23595 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    e05621c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from dropbox/jfein/fix-root-dir

    Use basedir if available for figuring out relative file paths
    joshafeinberg authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9460c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a1cf58 View commit details
    Browse the repository at this point in the history
Loading
X Tutup