Filter SourceGear VaultWeb Checkins by user

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
user2352523523
Posts: 4
Joined: Tue Mar 17, 2015 7:40 am

Filter SourceGear VaultWeb Checkins by user

Post by user2352523523 » Tue Mar 17, 2015 7:44 am

Vault provides a html web interface called VaultWeb which enables you to view the latest checkins, transactions and so on.

For example you can view a list of the most recent checkins via an uri like this:

Code: Select all

http://sourcegear.service.foo.bar/VaultService/VaultWeb/RecentCheckins.aspx?repid=42&days=7
This lists all checkins in repository 42 (repid=42) within the last week (days=7).

What I'm wondering is: is there any way to filter the result at a more detailed level? At least I'd like to filter the checkins per user. So I thought appending a query parameter like &username=alice would do the trick. But this doesn't filter anything... Any ideas?

Note: we're still using Vault version 5.0.1.18729

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Filter SourceGear VaultWeb Checkins by user

Post by Beth » Tue Mar 17, 2015 2:04 pm

You can get the information you want by performing a history query on the Vault GUI client. Login to Vault, choose a repository, right-click on $ and select Show History. A filter window will come up. Go to the Dates and Labels tab to specify how far back you want the query to go. Then click on the Users tab to specify the user you want to check.
Beth Kieler
SourceGear Technical Support

user2352523523
Posts: 4
Joined: Tue Mar 17, 2015 7:40 am

Re: Filter SourceGear VaultWeb Checkins by user

Post by user2352523523 » Wed Mar 18, 2015 1:12 am

Thank you for your answer, Beth!
I know this feature of the vault GUI client :)

But what I want to achieve is having a link that I can send to my collegues which shows them the history of my last checkins.
This should be a direct-link (as provided above) which immediately shows them the desired result without any additionally required filter-actions.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Filter SourceGear VaultWeb Checkins by user

Post by Beth » Wed Mar 18, 2015 3:43 pm

One other option would be to Save your History results as a comma delimited file. Then it can be imported into any format you would like.

I will still put in the feature request.
Beth Kieler
SourceGear Technical Support

user2352523523
Posts: 4
Joined: Tue Mar 17, 2015 7:40 am

Re: Filter SourceGear VaultWeb Checkins by user

Post by user2352523523 » Thu Mar 19, 2015 1:58 am

Beth wrote:One other option would be to Save your History results as a comma delimited file. Then it can be imported into any format you would like.
Thank you for that suggestion. Although it's not exactly what I'm looking for :)
Beth wrote:I will still put in the feature request.
That'd be great!

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Filter SourceGear VaultWeb Checkins by user

Post by Beth » Mon Mar 23, 2015 4:06 pm

Thanks for letting me know. Feature request logged.

F: 18090
Beth Kieler
SourceGear Technical Support

user2352523523
Posts: 4
Joined: Tue Mar 17, 2015 7:40 am

Re: Filter SourceGear VaultWeb Checkins by user

Post by user2352523523 » Mon Mar 30, 2015 5:28 am

Your issue tracker isn't publicly available, is it?
So that I can see or subscribe to ticket F: 18090?

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Filter SourceGear VaultWeb Checkins by user

Post by Beth » Tue Mar 31, 2015 7:47 am

Sorry, our issue tracker is not publicly available.
Beth Kieler
SourceGear Technical Support

Post Reply