982 Commits

Author SHA1 Message Date
Shawn Pearce
dfbe6d6ead Add MessageOfTheDay extension point for plugins
Allow plugins to contribute messages to the UI during initial page
load. Gerrit displays the messages in a butter bar at the top of
the page and allows users to hide them with the "Dismiss" button.

Messages are hidden per-browser using a cookie named after the
message id, set to expire at a date supplied by the server. After
this date the same message could redisplay if the server sends the
same message again.

Change-Id: I0bcca845f501cbeb8c31356fff398c3adb43099a
2014-01-02 08:19:57 -08:00
Dave Borowitz
fcb204627b Only construct ChangeResources via ChangesCollection.parse
In a notedb world we would like to slurp all information about a
change from the git-based storage as soon as a ChangeResource is
constructed, which will involve extra work in this parse, analogous to
how parse currently validates the change permissions.

Preserve the ability to pass in a particular ChangeControl object,
since various callers have specific requirements like reusing the
control elsewhere, or using a control for a different user.

Change-Id: Ia7c9761ef92bb8f05ae3323210babaa02b0dbe6f
2013-12-17 16:03:16 -08:00
Colby Ranger
79d4ebec49 Include roottree and file in the GitWebConfig.
Change-Id: Ia33da71d36346a13b0993fef87cd86de3ffdc560
2013-12-16 14:19:18 -08:00
Shawn Pearce
ec51eba12b Merge "Replace PatchDetailService saveDraft and deleteDraft" 2013-12-12 20:09:47 +00:00
Dave Borowitz
31b599b40f Move "refs/..." constants to a RefNames class
This class lives in gerrit-reviewdb because "refs/changes/" needs to be
referenced from PatchSet in reviewdb/client (and other UI classes).

Rename constants to all use REFS_* instead of being inconsistent.

Change-Id: I76e6ee7e63a4549b51a43698fb50b54a19dabfc6
2013-12-11 12:41:07 -08:00
David Pursehouse
753ca33878 Allow the text of the "Report Bug" link to be configured
The title text shown on the link to the bug tracker can be configured
in the gerrit.config file.  If not set, it defaults to "Report Bug".

Bug: Issue 2318
Change-Id: I38c6057b96bf97fc96341621c9d8bbb49060dc40
2013-12-10 17:08:47 +09:00
David Pursehouse
6a5850e3d0 "Report Bug" URL can never be null
The config provider will always provide a value.  Either the
value given by the user in gerrit.config, or the default value.

Change-Id: I9b7107857c79f939ed5315e52610277b05ef7d67
2013-12-10 17:06:21 +09:00
Shawn Pearce
b74e0e34b3 Replace PatchDetailService saveDraft and deleteDraft
Change-Id: Ia3bafdd87a7760b52a153fa8ebdcafd9152d53e5
2013-12-09 12:30:12 -08:00
Shawn Pearce
cb8fc9b4b5 Merge branch 'stable-2.8'
* stable-2.8:
  AllRequestFilter: delegate to the filters for init and destroy phases too
2013-12-09 09:57:38 -08:00
David Ostrovsky
3affee0141 AllRequestFilter: delegate to the filters for init and destroy phases too
It is not sufficient only to dispatch doFilter() methods. To initialize and
destroy filters, init() and destroy() methods must be honored.

Change-Id: I5b87583a212c4dc854cf205f2a57125b713736cb
2013-12-09 10:55:56 +00:00
Matt Baker
b2a7d239bd Remove the use of + when using StringBuilder (1 of 2)
Change-Id: I010b487de26c5a16b3dfda41130d7ea91b1587e8
2013-12-08 19:59:00 -07:00
Shawn Pearce
d020143837 Remove old patchSetPublishDetail RPC
Change-Id: I776761163f747117fb94e4c3fd57dde77de2d31e
2013-12-07 10:00:30 -08:00
Shawn Pearce
adb91286f8 Remove old changeDetail RPC
Convert the new RPC data into the old data, just enough to keep the
old UI alive against a newer server.  This will allow us to build a
final version of the old UI code and run it for quite some time
against a modern REST API.

Users who refuse to upgrade to ChangeScreen2 can run this frozen old
UI build until it no longer works.

Change-Id: Ieef15c39e97673f6bcdeb03567fc48ddbd289a6e
2013-12-07 09:58:04 -08:00
Dariusz Luksza
357a242708 Enable standalone JavaScript plugins
The idea of 'standalone JavaScript plugins' came during the 'JavaScript
plugins' talk at the Gerrit User Summit.

The main concept is to automatically install and expose all *.js files
that are in Gerrit's plugins/ directory.  This should lower the entry
point barrier for JS developers.

There is one limitation of such plugins: they cannot contribute
additional resources.  When such are required, the implementer should
inline them in JS code or use the gerrit-plugin-js-archetype.

Change-Id: Ibad8c3938c0855fcabe6937fd8b4d508a9a2eac3
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
2013-12-07 18:01:54 +01:00
David Ostrovsky
ad47c869c5 Remove old deleteDraftPatchSet RPC
Change-Id: I89f4a6dd5307f40a7b1b58596ce111b5b7c51a0b
2013-12-07 01:11:23 +01:00
David Ostrovsky
a15cfff1b2 Remove old rebaseChange RPC
Change-Id: Ieb55dd1c01f1161649400a375119bdd89ec50330
2013-12-07 00:59:44 +01:00
David Ostrovsky
68b7449da7 Remove old publish RPC
Change-Id: I23d2b007ab4f0154d763973f838505f31d071c48
2013-12-07 00:59:42 +01:00
David Ostrovsky
d0a4fea342 Remove old DeleteDraftChange RPC
Change-Id: I77f1cb57123922aa519eddbeda3b6b9fa44ea559
2013-12-06 22:42:56 +01:00
David Ostrovsky
0561211396 Remove old EditCommitMessage RPC
Change-Id: Ic25c5d68f3bb27423b7c6b829169e33c8361eba5
2013-12-06 22:11:00 +01:00
Shawn Pearce
4cb50ad3a5 Merge "Replace 'indexOf()' expression with 'contains()'" 2013-12-06 06:54:42 +00:00
Matt Baker
d62b60e13b use variable instead of calculating again and use final
Change-Id: I04ea7c1940a5f4c6a4cf990a520a877eec065404
2013-12-05 21:22:08 -07:00
Matt Baker
c7dbfed9f0 Replace 'indexOf()' expression with 'contains()'
Change-Id: Ida566a24d78174690b11d758c769b1d559b7fae9
2013-12-05 21:13:38 -07:00
Shawn Pearce
d043611713 Add server config option to disable new features
Some user groups are intolerant of any sort of new feature or
funcationalty being added to the web interface.  Add a server
variable that disables or hides most new functionality.

Change-Id: Ide3a6a5e66cbba9c58575345a4a9ad1da209bb16
2013-12-05 17:40:28 -08:00
Dave Borowitz
87a8c5938e Remove unused variable in ProjectAccessFactory
Change-Id: Ib0c58d71164e976f85b8fff6462ed1e5a221f773
2013-12-05 09:53:04 -08:00
Dave Borowitz
8d2ab515cb Fix various unchecked warnings
Checked type inference has changed slightly in Java 7, so many of the
suppressions are no longer necessary.

Change-Id: I73585e888b8204429ea67c8f4822d81d4dad8c46
2013-12-05 09:11:11 -08:00
Shawn Pearce
d0414f2eda Merge "Hyperlink to groups in access editor" 2013-12-04 22:57:23 +00:00
Colby Ranger
faef658f38 Include addReviewer in ChangeApi.
Also, update the PostReviewers.Input to be named AddReviewerInput.

Change-Id: Ide60a3f261d59a3af988d94c3c1bdbd1dcfdcd79
2013-12-04 13:56:05 -08:00
Shawn Pearce
8eb4eb75ba Merge changes I14c49cb4,I12d17fe1
* changes:
  Inject ChangeUtil, making most methods non-static
  Inject ApprovalsUtil in more places
2013-12-04 00:36:20 +00:00
Shawn Pearce
2a2bfa483b Merge "Replace 'indexOf()' expression with 'contains()'" 2013-12-03 23:59:21 +00:00
Shawn Pearce
0a70c69cb8 Hyperlink to groups in access editor
Internal group names are automatically hyperlinked in the access
control editor. This makes it easy to view the members of the group
and determine if access is correctly assigned.

Plugins supplying group systems may include a url to a group
information page. If present use these URLs as hyperlinks in the
access editor, providing the same functionality.

Change-Id: I9605fdc1d43d6705a01ec2b68b083e8678dbc88a
2013-12-03 15:13:47 -08:00
Dave Borowitz
ef6cca84cb Inject ChangeUtil, making most methods non-static
Change-Id: I14c49cb4a0b9829d751ea96cd2d909f234654508
2013-12-03 15:08:54 -08:00
alex.ryazantsev
db721d46f0 Replace 'indexOf()' expression with 'contains()'
Change-Id: I10a5ed7c813af7ab40707369bf4c1953c030b10d
2013-12-04 01:15:19 +04:00
alex.ryazantsev
05872efbbd Replace 'for' loop with 'foreach'
Change-Id: I5ca01d678b8cf9e9fc75b21270329b483e31694e
2013-12-04 01:02:53 +04:00
Edwin Kempin
70259293e7 Update mergeability flag when access rights are saved for review
Change-Id: If38083bc5c815c510a25da196d8b9ac98505bd42
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-12-03 08:55:44 +01:00
Shawn Pearce
f43e915c5d Move system groups into their own backend
Delete 'Anonymous Users', 'Registered Users', 'Project Owners' and
'Change Owner' from the database and account_groups table.  Define
them inside of a specialized SystemGroupBackend class.

Change-Id: Ia67add4630579f3d0ce25edcfd662bbcf918dc8f
2013-12-02 11:36:27 -08:00
Shawn Pearce
05cb053378 Save GWT compile time by avoiding javac
GWT only needs the rebind code for CSS and ServerLinker to be
precompiled as bytecode. Save build time by passing no source
files to the java_library() used by gwt_module().

For a full draft build of ui_safari this cuts the refresh time
down from 32.015s to 26.158s on my MacBook. Saving 6s on each
UI reload adds up during development.

The common annotations need to be provided as bytecode, avoiding
spurious warnings from GWT when there is a Java syntax error.

Change-Id: I37826498650c65c05303e7d4d1177d05781c56f6
2013-11-30 11:06:50 -08:00
Shawn Pearce
da07edd370 Merge "Delete SQL index support" 2013-11-29 20:48:26 +00:00
Shawn Pearce
d4ae3a16d5 Delete SQL index support
Require the secondary index to be enabled in Gerrit 2.9.  Unless
configured differently, Lucene is used for the secondary index.

Change-Id: I3d2d804170835d69ffbfef586ddc3873ea3cd1c8
2013-11-29 11:35:39 -08:00
Edwin Kempin
a7e04e4eea Merge "Fix unclosed resource warnings" 2013-11-29 19:35:12 +00:00
Shawn Pearce
72fb6cc514 Remove unused .gitignore
These were necessary only for the Maven based build.

Change-Id: Ie26669e6ccae60a52d2db1b8ad362e2fa88a26f2
2013-11-28 22:56:51 -08:00
David Ostrovsky
c53fd3ae49 Delete eclipse left-over files from the Maven poop era
Change-Id: Ie3a75e8c6a2d274cd39e362259ab20cff474eb8d
2013-11-28 22:55:09 -08:00
Shawn Pearce
0b17d5f178 Fix unclosed resource warnings
Eclipse Kepler thinks these resources are unclosed.

The refactoring in JettyDaemon combines three duplicate invocations
and confuses Kepler's JDT enough that the unclosed resource warning
goes away.

Change-Id: I0f376ac6116082ed645d6712fe5d98add66f493e
2013-11-28 22:34:32 -08:00
Edwin Kempin
475b241f4d Always keep Submit button enabled even if change is not mergeable
If 'changeMerge.test' is set to true Gerrit checks if a change is
mergeable and shows this on the ChangeScreen. If a change is not
mergeable the submit button is hidden. There are two problems with
hiding the submit button:

1. Users get confused why the change cannot be submitted. They are
searching for the submit button and do not understand that they have
to rebase the change. Gerrit administrators are annoyed to answer
questions about this. If trying to submit the change fails there is a
good error message that tells the user that he needs to rebase the
change. This is mostly a problem with the old change screen. On the
new change screen the red "Cannot Merge" and the "Merge Conflict"
status can hardly be overlooked.

2. If a change has a conflict it is possible to resolve the conflict
in a merge commit which is a successor of the conflicting change. If
this merge commit is submitted it is in state 'Submitted, Merge
Pending'. If now the conflicting change is submitted the merge
succeeds. This way of resolving conflicts is not possible if the
submit button is not available on conflicting changes.

Since we are now always showing the submit button (if the approvals
allow submit and the user has the permission to submit) and we are
also always computing the mergeability flag for each open change,
there is no need for the 'changeMerge.test' configuration parameter
anymore. This feature is now enabled by default and the
'changeMerge.test' configuration parameter is removed.

Change-Id: I37e69e67992b3aea153e134a5f21fe76ba7e2b91
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-11-25 14:14:23 +01:00
Bruce Zu
1128c602cc Update of parent project: defaults to be 'All-Projects'
When users upate parent project, the default value of
parent project will be 'All-Projects' if users leave it
to be empty, just as that in ceating new project scenario,
thus users need not to recall it should be 'All-Projects'
or 'All_Project' or 'All-projects'.

Change-Id: I831da9cc5fa19c50e8754a0e2a86fc849e21f785
2013-11-25 09:33:40 +00:00
Shawn Pearce
dd218662c0 Replace <code> with {@code} in javadoc
{@code foo} is shorter and easier to read and write than
<code>foo</code>, which is why it was introduced years ago in the
javadoc processor.  Make consistent use of it throughout the
documentation comments.

Change-Id: I59d428cb6c5015453629398b0697891b83c8e91d
2013-11-24 13:12:20 -08:00
Shawn Pearce
0ca2b59c89 Cleanup PatchLineComment writtenOn
Get rid of updated() and just use setWrittenOn().
In PostReview create the new comment object with
the transaction timestamp rather than wall clock.

Change-Id: I4cfef0ca82bd031d1b855fa14592489bbad9d25b
2013-11-23 22:38:18 -08:00
Edwin Kempin
662e55f6af Visualize sizes of changes in change tables and user dashboards
Add a new column to change tables and user dashboards in which the
size of a change is visualized by a colored bar. For small changes a
short green bar is shown, for medium sized changes a middle sized
yellow bar is shown and large changes have a full red bar.

Visualizing the change sizes gives a hint to the reviewers about how
complex a change is and how long it will take to review it.

For contributors the visualization of the change size may be a
motivation to split large changes into smaller pieces which will speed
up the review process.

How many changed lines are considered as a large change is
configurable.

Change-Id: I88497b8aea00047d93ad7d079eecc5e1052187d2
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-11-23 21:10:28 -08:00
Edwin Kempin
fb3e5b43b8 Show tab with conflicting changes only if secondary index is enabled
This tab makes use of the 'conflicts' operator which is only supported
if a secondary index is enabled.

Change-Id: I25cc023e10f10a80efce12c1a3e62a65cb8940f3
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-11-22 16:46:19 -08:00
Shawn Pearce
a4455eab77 Hide multi-master cache coherency issues on preferences
User preferences are held in memory in the accounts cache, but can be
stale in a multi-master configuration due to writes being handled on a
different server process.  Paper over the lack of cache coherency by
reading the preferences from the database anytime they are requested
through the RPC or REST APIs.

Change-Id: I2a14e1f50e908a1d5ea5628e5a05e392be2e0d42
2013-11-20 23:19:39 -08:00
Shawn Pearce
3eb9776740 Delete dead old style myDiffPreferences RPC
This method is not invoked by any UI code. Drop the method.
/accounts/self/preferences.diff provides the same data on
a supported REST API.

Change-Id: If88d8449f48e898fc84fdabad19341bd8063a737
2013-11-20 23:13:09 -08:00