Files
SCM-Manager/scm-ui
Thomas Zerr 380205ab63 Added e2e Tests for branch creation
e2e Tests should validate the correct url encoding for branch names and also check for invalid branch names. This PR is ready yet, there are still some test cases i want to implement.

Co-authored-by: Thomas Zerr<thomas.zerr@cloudogu.com>
Pushed-by: Thomas Zerr<thomas.zerr@cloudogu.com>
2024-01-29 08:33:15 +01:00
..
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
3.x
2023-11-30 17:02:44 +01:00
2022-09-14 13:31:50 +02:00
2023-08-29 16:39:09 +02:00

scm-ui

VSCode Plugins

  • EditorConfig for VS Code
  • Flow Language Support
  • Prettier - Code formatter
  • Project Snippets
  • Debugger for Chrome
code --install-extension EditorConfig.EditorConfig
code --install-extension flowtype.flow-for-vscode
code --install-extension esbenp.prettier-vscode
code --install-extension rebornix.project-snippets

# debugging with chrome browser
code --install-extension msjsdiag.debugger-for-chrome

Install pre-commit hook

echo "" >> .hg/hgrc
echo "[hooks]" >> .hg/hgrc
echo "pre-commit = cd scm-ui && yarn run pre-commit" >> .hg/hgrc