-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
API endpoints for stars #46
Conversation
@ethantkoenig can you submit your PR here instead of on Gogs original repo? |
Current coverage is 2.18% (diff: 0.00%)@@ master #46 diff @@
========================================
Files 31 31
Lines 7508 7522 +14
Methods 0 0
Messages 0 0
Branches 0 0
========================================
Hits 164 164
- Misses 7327 7341 +14
Partials 17 17
|
Hi @DblK, I appreicate the response to my PR. However, I would like for this PR to eventually get merged into |
The author of Gogs is not responding again and he keeps rejecting more people with write rights, so we resurrected this fork to push development by multiple people forward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use cherry-pick to take the original author commits.
Then close this one. |
* Panic if Git version is < GitVersionRequired * Update GitVersionRequired comment * Correct copyright
* Add an head ref for the sake of using self repo for testing * Add test for CommitCount * Add testing with git-1.7.2 * Add test for GetLatestCommitTime The test checks that latest commit time is before now and more recent than the commit this PR is based at Test no error is raised by time parsing and GetLatestCommitTime Print actual time when tests fail * Accept git 1.7.2 as the minimum version Debian old old (very old) distribution (6.0 aka Squeeze) ships version 1.7.10.4. The version requirement was raised in go-gitea#46 supposedly for the need of "symbolic-ref" command, but that command is supported by the 1.7.2 version too, and possibly even older versions. * Reduce output from drone, add comments Reduce steps, concatenating them in logical steps * Interrupt step upon first failure * Add Dockerfile for use with ci * Use ad-hoc docker image for testing git-1.7.2 * Avoid running build/vet/clean twice * Set HEAD ref also in testing-1-7 step
Migration of Gogs PR #3815