You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* test
test
* Removed unecessary commit history from testing
* Changed single quote to double quote
* Function detailed_log now returns commit message. Added additional check
for pytest test_detailed_log. Updated .prej-commit-config.yaml to latest
version of pre-commit from version 20.8b1 to 22.3.0 as commits were
failing using the old version.
* Changed variable name of commit message
* Test Summary
Test Description
* Revert 'Test Summary'
This reverts commit c7ac545
* Modified detailed_log function to also return commit message
The detailed_log function now uses --pretty=%B format to return all the commit info. Also added test case in pytest test_detailed_log.py
* Added additional function to run command(s) to request git log with specific formats.
* Renamed function and added comments to execute_log_command function. Started modify py.test for test_detailed_log.
* Added ability to see entire commit body when viewing history from SinglePastCommitInfo.tsx. Added minor padding to styling in SinglePastCommitInfo.ts padding.
* Update jupyterlab_git/git.py
Co-authored-by: Frédéric Collonval <[email protected]>
* Fixed styling issue with \n by applying 'whiteSpace: pre-wrap' style to the commitBodyClass.
* Fixed git log command to include --pretty=format:%b%x00 and added minor styling changes
* Modified test_detailed_log.py to return commit_body expected response
* Fixed issue with commit_body not removing white spaces correctly
* Update jupyterlab_git/git.py to simplify commit_body output.
Co-authored-by: Frédéric Collonval <[email protected]>
* Fixed issue with commit_body not removing x00 and added additional strip for strip_and_split function to remove new lines.
Co-authored-by: Frédéric Collonval <[email protected]>
0 commit comments