Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Shawn Pearce  
View profile   Translate to Translated (View Original)
 More options Jun 25 2012, 11:49 am
From: Shawn Pearce <s...@google.com>
Date: Mon, 25 Jun 2012 08:49:34 -0700
Local: Mon, Jun 25 2012 11:49 am
Subject: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2
Gerrit 2.2.2.2, 2.3.1, and 2.4.2 are now available:

 http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.2.2.2.war
 http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.3.1.war
 http://code.google.com/p/gerrit/downloads/detail?name=gerrit-2.4.2.war

Security Fix
------------
* Some access control sections may be ignored

Gerrit sometimes ignored an access control section in a project if the
exact same section name appeared in All-Projects. The bug required an
unrelated project to have access.inheritFrom set to All-Projects and
be accessed before the project that has the same section name as
All-Projects. This is an unlikely scenario for most servers, as Gerrit
does not normally set inheritFrom equal to All-Projects. The usual
behavior is to not supply this property in project.config, and permit
the implicit inheritence to take place.

Affected Versions
-----------------
This bug first appeared in 2.2, and impacts all releases since.

Work Around
-----------
Administrators that can't immediately upgrade to a patched release
should disable cache permission_sort in gerrit.config:

  [cache "permission_sort"]
    memoryLimit = 0
    maxAge = 1s

and restart the server process.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
huodian007  
View profile  
 More options Aug 9 2012, 5:59 am
From: huodian007 <jialin.chen1...@gmail.com>
Date: Thu, 9 Aug 2012 02:59:34 -0700 (PDT)
Local: Thurs, Aug 9 2012 5:59 am
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2

Hi Shawn,

I am Jialin from Marvell, working on android development. I want to know if
there is any interface in gerrit to update DB.

The story is we have built up an auto-build system for android, and as you
know, developer’s environment is usually not clean, we need to ensure the
patch can be built successfully in a clean environment before merge, We
want to create process below.

1.       Create account “build_robot” in gerrit

2.       User submit patch to gerrit

3.       User trigger auto-build with gerrit patch info (like change id, …)

4.       Auto build system fetch patch from gerrit, apply patch, and build

5.       Audo build system add review comment by using account
“build_robot”, then all the human reviewers can see the auto-build result.

Base on our investigation, we found we can write db table
PATCH_SET_APPROVALS & CHANGE_MESSAGES by using cmd below:

*ssh -p 29418 chenjl @ shgit.marvell.com gerrit gsql* --format PRETTY -c
\"insert into PATCH_SET_APPROVALS …"

however, we think this way is not good, so we want to know if there is http
request (like below) or other local interface.

http://shgit.marvell.com/r/gerrit/rpc/ChangeDetailService

changeDetails & publishComments


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Saša Živkov  
View profile  
 More options Aug 9 2012, 10:09 am
From: Saša Živkov <ziv...@gmail.com>
Date: Thu, 9 Aug 2012 16:09:18 +0200
Local: Thurs, Aug 9 2012 10:09 am
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2

Use the "review" command. To see the available options:
ssh -p 29418 chenjl @ shgit.marvell.com gerrit review --help

example:
ssh -p 29418 chenjl @ shgit.marvell.com gerrit review <commit-id> --verified 1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Hansche  
View profile  
 More options Aug 10 2012, 6:59 pm
From: Joe Hansche <jhans...@meetme.com>
Date: Fri, 10 Aug 2012 15:59:25 -0700 (PDT)
Local: Fri, Aug 10 2012 6:59 pm
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2

FYI:  Note that there are already plugins that can do exactly what you want for many of the common continuous integration build systems:

Jenkins: https://wiki.jenkins-ci.org/display/JENKINS/Gerrit+Trigger
Atlassian Bamboo: https://marketplace.atlassian.com/plugins/com.houghtonassociates.bamb...

and many others


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Fick  
View profile  
 More options Aug 10 2012, 7:41 pm
From: Martin Fick <mf...@codeaurora.org>
Date: Fri, 10 Aug 2012 17:41:55 -0600
Local: Fri, Aug 10 2012 7:41 pm
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2
Please don't highjack threads...

Look up the ssh commands, there are many that you might find
useful, specifically you will want the "ssh gerrit review"
command,

-Martin

On Thursday, August 09, 2012 03:59:34 am huodian007 wrote:

--
Employee of Qualcomm Innovation Center, Inc. which is a
member of Code Aurora Forum

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Enrico  
View profile  
 More options Aug 15 2012, 8:11 am
From: Enrico <pagegu...@gmail.com>
Date: Wed, 15 Aug 2012 05:11:29 -0700 (PDT)
Local: Wed, Aug 15 2012 8:11 am
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2

Why my first gerrit account doesn't have admin privilege?
Then I manually add the first user into account_group_members, the first
user is in administrator group now, but still can't create new group, new
project, etc.

Anyone knows this issue?
I'm using postgresql8.4 + gerrit 2.4.2 + LDAP

在 2012年6月25日星期一UTC+8下午11时49分34秒,Shawn Pearce写道:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
nig  
View profile  
 More options Aug 30 2012, 5:56 pm
From: nig <nigel.couti...@gmail.com>
Date: Thu, 30 Aug 2012 14:56:03 -0700 (PDT)
Local: Thurs, Aug 30 2012 5:56 pm
Subject: Re: [ANNOUNCE] Gerrit Code Review 2.2.2.2, 2.3.1, 2.4.2

I'm facing the same issue. What was the resolution ?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »