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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ Features:
58
58
```
59
59
- Use methods of `IVCS` interface. See [pk-vcs-api](https://github.com/ProjectKaiser/pk-vcs-api) for details
60
60
- Use `vcs.setProxy()` and `vcs.setCredentials()` if necessary
61
-
- Github has some latency for exposing results of previously executed operations. For example if create a new branch and immediately check branches list then Github could return old branches list. Use `GitVCS.setExpectedLatency()` to set delay which will be executed after each operation which may have server latency
62
61
63
62
# Implementation details
64
63
-[JGit](https://eclipse.org/jgit/) is used as framework to work with Git repositories
@@ -75,7 +74,6 @@ Features:
75
74
-`PK_VCS_TEST_GITHUB_PASS` environment var or JVM var is used as user password for access to Github
76
75
- New Test Repository is created before each test and deletes automatically after each test
77
76
- To execute tests just run GitVCSTest class as JUnit test. Tests from VCSAbstractTest class will be executed. See [pk-vcs-test](https://github.com/ProjectKaiser/pk-vcs-test) for details
78
-
- NOTE: Github has some latency for exposing results of previously executed operations. For example if create a new branch and immediately check branches list then Github could return old branches list. If a test is failed then try to execute it again. Also use `GitVCS.setExpectedLatency()` to set delay for 'dangerous' operations.
79
77
80
78
# Limitations
81
79
- Commit messages can not be attached to branch create and delete operations because Git does not exposes these operations as separate commits
0 commit comments