Re: [fossil-users] Fossil hack: quickly finding the first checkin via the web UI

2017-12-22 Thread Stephan Beal
On Dec 22, 2017 22:29, "Jungle Boogie"  wrote:

Are you familiar with these:
http://www4.fossil-scm.org/stat


i avoid that one because it generates tremendous loads and makes me feel
sorry for the poor server :/.

http://www4.fossil-scm.org/reports
http://www4.fossil-scm.org/reports?type=ci&view=bymonth&user=drh
http://www4.fossil-scm.org/reports?type=g&view=byfile&user=drh


Yup - i was the original implementor of the /reports pages ;). The byfile
view is new to me, though.

- stephan
Sent from a mobile device, possibly from bed. Please excuse brevity, typos,
and top-posting.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil hack: quickly finding the first checkin via the web UI

2017-12-22 Thread Jungle Boogie
On Thu 21 Dec 2017 11:46 AM, Dominique Devienne wrote:
> 
> Nice tip.
> 
> Since I've seen DRH ask about available features on GitHub since I started
> lurking on this list recently,
> I'd mention the graphs the latter provide which I find useful, in the
> Insights tab of a project.
> The Code Frequency [1] one seems to be since inception, while the Commit
> [2] one is year-to-date.
> I also like the per-user "map" that shows activity of a GitHub user, across
> all projects, but there's
> also a per-project page with contributor graphs [3], also since inception
> it seems.
> 
> I find such graphs useful myself, FWIW. --DD
> 
> [1] https://github.com/rqlite/rqlite/graphs/code-frequency
> [2] https://github.com/rqlite/rqlite/graphs/commit-activity
> [3] https://github.com/rqlite/rqlite/graphs/contributors

Are you familiar with these:
http://www4.fossil-scm.org/stat
http://www4.fossil-scm.org/reports
http://www4.fossil-scm.org/reports?type=ci&view=bymonth&user=drh
http://www4.fossil-scm.org/reports?type=g&view=byfile&user=drh

Play around with these and other features. My guess is you'll find out
how much is reported. There could be a chance to add more and/or improve
on what is in place, however.

P.s. I'm using www4 because of DRH's request on the other thread.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Fossil hack: quickly finding the first checkin via the web UI

2017-12-21 Thread Dominique Devienne
On Thu, Dec 21, 2017 at 11:17 AM, Stephan Beal 
wrote:

> i sometimes want to find out how old a given 3rd-party repo is, and paging
> through the timeline is a tedious way to do it. It can be done more quickly
> by drilling down through the /reports (by year, selecting the first year,
> then the first week-of-year). What i didn't know, until today, is that it's
> possible to use fossil's "rid:#" artifact ID alias with the /info page,
> e.g.:
>
> https://fossil-scm.org/fossil/info/rid:1
>
> RID #1 is always the first artifact ever stored in the fossil db, which is
> (historically, at least) the empty initial checkin. i'm not sure that that
> always applies after a rebuild/reconstruct, but it works on all the repos
> i've tried so far.
>

Nice tip.

Since I've seen DRH ask about available features on GitHub since I started
lurking on this list recently,
I'd mention the graphs the latter provide which I find useful, in the
Insights tab of a project.
The Code Frequency [1] one seems to be since inception, while the Commit
[2] one is year-to-date.
I also like the per-user "map" that shows activity of a GitHub user, across
all projects, but there's
also a per-project page with contributor graphs [3], also since inception
it seems.

I find such graphs useful myself, FWIW. --DD

[1] https://github.com/rqlite/rqlite/graphs/code-frequency
[2] https://github.com/rqlite/rqlite/graphs/commit-activity
[3] https://github.com/rqlite/rqlite/graphs/contributors
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Fossil hack: quickly finding the first checkin via the web UI

2017-12-21 Thread Stephan Beal
i sometimes want to find out how old a given 3rd-party repo is, and paging
through the timeline is a tedious way to do it. It can be done more quickly
by drilling down through the /reports (by year, selecting the first year,
then the first week-of-year). What i didn't know, until today, is that it's
possible to use fossil's "rid:#" artifact ID alias with the /info page,
e.g.:

https://fossil-scm.org/fossil/info/rid:1

RID #1 is always the first artifact ever stored in the fossil db, which is
(historically, at least) the empty initial checkin. i'm not sure that that
always applies after a rebuild/reconstruct, but it works on all the repos
i've tried so far.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users