-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: jest-community/jest-junit
base: v12.2.0
head repository: jest-community/jest-junit
compare: v13.0.0
- 19 commits
- 10 files changed
- 6 contributors
Commits on Dec 10, 2020
-
Replace <rootDir> prior to path.join().
This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>. Handling the <rootDir> replacement first allevaites this problem.
Michael Johns committedDec 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a96643 - Browse repository at this point
Copy the full SHA 5a96643View commit details
Commits on Mar 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8aab1d5 - Browse repository at this point
Copy the full SHA 8aab1d5View commit details
Commits on Sep 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e189f2d - Browse repository at this point
Copy the full SHA e189f2dView commit details
Commits on Sep 10, 2021
-
Merge pull request #179 from D4N14L/fixDisplayName
Fix displayName usage in templates
Configuration menu - View commit details
-
Copy full SHA for 8e5f72b - Browse repository at this point
Copy the full SHA 8e5f72bView commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7568d08 - Browse repository at this point
Copy the full SHA 7568d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ab4a4 - Browse repository at this point
Copy the full SHA 46ab4a4View commit details
Commits on Sep 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77e5b64 - Browse repository at this point
Copy the full SHA 77e5b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 475c84f - Browse repository at this point
Copy the full SHA 475c84fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c054549 - Browse repository at this point
Copy the full SHA c054549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506df22 - Browse repository at this point
Copy the full SHA 506df22View commit details
Commits on Sep 30, 2021
-
Fix CG by updating strip-ansi from 5.2.0 to 6.0.1
Detail: Component and governance pipeline detect security vulnerability alert about ansi-regex(v4.1.0). To update ansi-regex to v5.0.1, I update strip-ansi to v6.0.1
KeYu committedSep 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 8f43cd0 - Browse repository at this point
Copy the full SHA 8f43cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b6c131 - Browse repository at this point
Copy the full SHA 2b6c131View commit details -
Merge pull request #188 from KeYu-dev/fixcg-ansi-regex
Fix CG by updating strip-ansi from 5.2.0 to 6.0.1
Configuration menu - View commit details
-
Copy full SHA for 46bc2c9 - Browse repository at this point
Copy the full SHA 46bc2c9View commit details -
Replace <rootDir> prior to path.join().
This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>. Handling the <rootDir> replacement first allevaites this problem.
Michael Johns committedSep 30, 2021 Configuration menu - View commit details
-
Copy full SHA for c5ca7c8 - Browse repository at this point
Copy the full SHA c5ca7c8View commit details -
Merge branch 'rootDir' of https://github.com/arabull/jest-junit into …
…rootDir
Michael Johns committedSep 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 1b5af37 - Browse repository at this point
Copy the full SHA 1b5af37View commit details
Commits on Oct 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ba1a2ac - Browse repository at this point
Copy the full SHA ba1a2acView commit details -
Merge pull request #154 from arabull/rootDir
Replace <rootDir> prior to path.join()
Configuration menu - View commit details
-
Copy full SHA for 017af76 - Browse repository at this point
Copy the full SHA 017af76View commit details -
Merge pull request #160 from sginter/noStackTrace
Add noStackTrace config setting to omit stack traces from the reports
Configuration menu - View commit details
-
Copy full SHA for 6a84a3e - Browse repository at this point
Copy the full SHA 6a84a3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76bba08 - Browse repository at this point
Copy the full SHA 76bba08View 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 v12.2.0...v13.0.0