Git Product home page Git Product logo

Comments (15)

spearce avatar spearce commented on May 7, 2024
-Support JSON/TEXT format for +log
-Support additional arguments similar to git log, e.g. filtering by author or date.

Reported by None on 2013-04-11 12:29:27

from gitiles.

spearce avatar spearce commented on May 7, 2024
It would also be nice to have a rev-list endpoint.  There are a lot of services that
will only be interested in the ordering of commits.

Reported by None on 2013-09-26 10:43:35

from gitiles.

spearce avatar spearce commented on May 7, 2024
I'd be willing to patch in the json support. Which fields were you interested in having
in the output? Are you looking at KeySet.SHORTLOG just like in the html output?

Reported by None on 2013-10-22 07:35:47

from gitiles.

spearce avatar spearce commented on May 7, 2024
from https://skia.googlesource.com/skia/+log/HEAD

I'd like to get the full git hash and associated commit time in unix seconds for each
row. Thanks.

Reported by None on 2013-10-22 07:39:28

from gitiles.

spearce avatar spearce commented on May 7, 2024
Are CL descriptions and authors too much to add? If not, we might need them in the future.
Thank you.

Reported by None on 2013-10-22 07:41:20

from gitiles.

spearce avatar spearce commented on May 7, 2024
FWIW, gwt-team is interested in at least commit hash id, subject, author name, and author
email.

Reported by None on 2013-10-30 22:41:56

from gitiles.

spearce avatar spearce commented on May 7, 2024
First pass at:
https://gerrit-review.googlesource.com/51324

Only supports the limit revision syntax already supported by +log; will eventually
be extended to have more git-rev-list-y options.

Reported by None on 2013-11-01 12:17:52

from gitiles.

spearce avatar spearce commented on May 7, 2024
dborowitz: That looks great!  Will log entries still be listed newest to oldest like
in the current view?

Tangentially, does +log have anything similar to git log's --reverse and/or --max-count
options?  (In my use case, I'd ideally be able to query the equivalent of "git log
-5 --reverse $COMMIT..HEAD", but generally $COMMIT is only a couple revisions behind
HEAD anyway, so in practice it's fine that I reverse and truncate the results myself.)

Reported by None on 2013-11-01 12:38:53

from gitiles.

spearce avatar spearce commented on May 7, 2024
Ordering is the same as the HTML view of +log. No --reverse yet, that's in the category
of "more git-rev-list-y options".

The following change adds "n" as a limit parameter:
https://gerrit-review.googlesource.com/51325

Reported by None on 2013-11-01 12:44:08

from gitiles.

spearce avatar spearce commented on May 7, 2024
So "time" is not in Unix seconds, which means we still need to parse for calculations.

Reported by None on 2013-11-01 17:46:20

from gitiles.

spearce avatar spearce commented on May 7, 2024
Sure, but the string should be parseable by strptime(3), right? I stuck with the form
produced by git log, and also I prefer my JSON to be human-readable. But if this is
an impediment to scripts working I am open to alternatives.

Reported by None on 2013-11-04 11:01:02

from gitiles.

spearce avatar spearce commented on May 7, 2024
I'll then parse the string in Java and Python to get unix time - thanks for the explanation.
It is nice to make it human-readable and let machines do the hard work.

Reported by None on 2013-11-04 12:13:22

from gitiles.

spearce avatar spearce commented on May 7, 2024
Doesn't matter to me, but why not provide both the human readable output and a seconds-since-the-epoch
count?

Reported by None on 2013-11-04 12:14:37

from gitiles.

spearce avatar spearce commented on May 7, 2024
UNIX time in JSON is ugly. I much prefer a human readable time that is parsed by machine
using a known format. Gerrit's JSON feeds use ISO format "yyyy-mm-dd hh:mm:ss.mmm"
in UTC and demands clients to parse and reformat in their desired timezone.

I also don't like the idea of presenting the same data twice in different formats,
it leaves room for errors like one field being filled in and the other not, etc. Much
better to have just one field in a well defined format. A human readable time is easy
for a human to write a parser around, they can see what the format is, configure their
time parsing library function to read it, and move on.

Reported by None on 2013-11-04 12:28:27

from gitiles.

spearce avatar spearce commented on May 7, 2024
+1 to more filtering options, like --before/after.

Reported by None on 2015-06-09 14:27:43

from gitiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.