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
Fix files changed and reverting merge commits from the history panel bug (#1227)
* account for merge commit logs when retrieving the detailed log for a commit, as they have an extra line for the branch that was merged into the base branch
* add --cc option for detailed logging
* fix reverting merge commits, assuming the mainline branch is the first parent
* change test to reflect changes to detailed log
* correct detailed logger handler comment to include --cc -z
* init merge commit integration test
* add @jupyterlab/galata and @playwright/test
* finish merge commit integration test 1
* finish merge commit integration test 2
* finish merge commit integration test 3
* finish merge commit integration test 4 (revert merge commit)
* fix multiple installations of @playwright/test and upgrade @playwright/test dependency
* complete final working ui-tests for merge commits
* Bump nodejs
* fix jest config
* Fake crypto using node:crypto
* Fix node crypto import
* Use nodejs 16 on Binder
* fix selecting mergeCommit in playwright tests
---------
Co-authored-by: Frédéric Collonval <fcollonval@gmail.com>
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
0 commit comments