Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

200 perforce vcs #232

Merged
merged 45 commits into from
Feb 1, 2023
Merged

200 perforce vcs #232

merged 45 commits into from
Feb 1, 2023

Conversation

mengdaming
Copy link
Contributor

Description:

  • Add Perforce implementation (experimental, cf. README.md for current limitations)
  • Refactor terminal's menus in a more structured way

Fixes #200 #196

Type of change

Please tick the appropriate option using [x]

  • Bug fix
  • New feature
  • Enhancement

Checklist:

Please tick the appropriate options using [x]

  • My PR includes tests that cover my code changes.
  • Lint and formatter run with no errors
  • All new and old tests are passing

mengdaming and others added 30 commits February 1, 2023 11:59
- Possible options for vcs: git (default) or p4
- Add minimal checker functions in order to ckeck either git or p4 setup
- Add tcr-local-p4 to be able to run local build with p4
- Start implementing p4 wrapper (pull, push, stub  auto-push and branch related functions)
- Possible options for vcs: git (default) or p4
- Add minimal checker functions in order to ckeck either git or p4 setup
- Add tcr-local-p4 to be able to run local build with p4
- Start implementing p4 wrapper (pull, push, stub  auto-push and branch related functions)
- required to run automated p4 changelist creation
- Tests were failing in Windows CI due to extra CR character
- In order to be able to run p4 tests withous having p4 installed and configured
- now using stubbed git command calls instead of real calls
- evolving towards a more generic VCS interface
@mengdaming mengdaming linked an issue Feb 1, 2023 that may be closed by this pull request
77 tasks
@mengdaming mengdaming self-assigned this Feb 1, 2023
@mengdaming mengdaming linked an issue Feb 1, 2023 that may be closed by this pull request
29 tasks
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

93.6% 93.6% Coverage
0.0% 0.0% Duplication

@mengdaming mengdaming merged commit 02243ed into main Feb 1, 2023
@mengdaming mengdaming deleted the 200-perforce-vcs branch February 1, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Support Perforce as a VCS Add a structured way for handling menu shortcuts
2 participants