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

Implement push log #473

Closed
gitblit opened this issue Aug 12, 2015 · 5 comments
Closed

Implement push log #473

gitblit opened this issue Aug 12, 2015 · 5 comments

Comments

@gitblit
Copy link
Collaborator

gitblit commented Aug 12, 2015

Originally reported on Google Code with ID 177

There has been a user request for a push log.  Consider doing this with an orphan branch.

Reported by James.Moger on 2012-12-10 14:20:11

@gitblit gitblit self-assigned this Aug 12, 2015
@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2012-12-10 15:47:22

  • Status changed: New

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

A pushlog mechanism has been implemented.  Pushes are logged to a hidden, orphan branch
(refs/gitblit/pushes).  The pushing user is the author and committer of the push log
commit.  The timestamp of the push is the timestamp of the commit.  Each push log commit
consists of plain text ref files that contain the ref change type, the previous ref
id, and the new ref id.  This is a very similar structure as the reflog, except it
is maintained within the repository as a branch and has user metadata.

There is also an implemented mechanism to retrieve pushlog entries from this hidden
branch, but as of yet there is no custom pushlog ui.

Step 1: collect push log info. (Done, I think).
Step 2: display push log info.

Reported by James.Moger on 2013-01-05 22:38:07

  • Status changed: Started
  • Labels added: Milestone-1.2.1

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2013-01-22 13:15:04

  • Labels added: Milestone-1.3.0
  • Labels removed: Milestone-1.2.1

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Reported by James.Moger on 2013-06-13 00:28:36

  • Status changed: Queued

@gitblit
Copy link
Collaborator Author

gitblit commented Aug 12, 2015

Fix or enhancement released in v1.3.0

Reported by James.Moger on 2013-07-14 16:52:58

  • Status changed: Fixed

@gitblit gitblit closed this as completed Aug 12, 2015
@flaix flaix modified the milestone: 1.3.0 Dec 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants