-
Notifications
You must be signed in to change notification settings - Fork 51
Comparing changes
Open a pull request
base repository: dropbox/AffectedModuleDetector
base: v0.2.0
head repository: dropbox/AffectedModuleDetector
compare: v0.2.1
- 15 commits
- 6 files changed
- 5 contributors
Commits on Nov 2, 2022
-
Merge pull request #175 from dropbox/jfein/0.2.0
Prepare for release 0.2.0.
Configuration menu - View commit details
-
Copy full SHA for f4dcf08 - Browse repository at this point
Copy the full SHA f4dcf08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0399fa7 - Browse repository at this point
Copy the full SHA 0399fa7View commit details -
Merge pull request #176 from dropbox/jfein/0.2.1-snapshot
Prepare next development version.
Configuration menu - View commit details
-
Copy full SHA for b31f730 - Browse repository at this point
Copy the full SHA b31f730View commit details
Commits on Nov 11, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3eebcab - Browse repository at this point
Copy the full SHA 3eebcabView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3ac5e0 - Browse repository at this point
Copy the full SHA e3ac5e0View commit details -
Remove ".." sections from project graph
This provides support for quixotic projects.
Configuration menu - View commit details
-
Copy full SHA for aefe941 - Browse repository at this point
Copy the full SHA aefe941View commit details
Commits on Nov 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 91c43b0 - Browse repository at this point
Copy the full SHA 91c43b0View commit details
Commits on Nov 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cbc026c - Browse repository at this point
Copy the full SHA cbc026cView commit details -
- 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.)
Configuration menu - View commit details
-
Copy full SHA for baa9a7c - Browse repository at this point
Copy the full SHA baa9a7cView commit details
Commits on Dec 1, 2022
-
Merge pull request #181 from blundell/pblundell/exclude-by-name-or-re…
…gex-3 Allow exclude by regex
Configuration menu - View commit details
-
Copy full SHA for 2c16c05 - Browse repository at this point
Copy the full SHA 2c16c05View commit details -
Merge pull request #178 from mezpahlan/support_exotic_gradle_projects
Support exotic gradle projects
Configuration menu - View commit details
-
Copy full SHA for 355ff71 - Browse repository at this point
Copy the full SHA 355ff71View commit details -
Fix directory names in tests (#185)
Co-authored-by: Josh Feinberg <joshfeinberg@dropbox.com>
Configuration menu - View commit details
-
Copy full SHA for ef23595 - Browse repository at this point
Copy the full SHA ef23595View commit details
Commits on Jan 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e05621c - Browse repository at this point
Copy the full SHA e05621cView commit details -
Merge pull request #190 from dropbox/jfein/fix-root-dir
Use basedir if available for figuring out relative file paths
Configuration menu - View commit details
-
Copy full SHA for 9460c2e - Browse repository at this point
Copy the full SHA 9460c2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1cf58 - Browse repository at this point
Copy the full SHA 7a1cf58View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.0...v0.2.1