Adapt the warning so that it says that the old 'hooks-*' plugins are
deprecated.
Change-Id: I52eecd2ec776247b2c0b1365565fe3e5baca6838
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
* fix link to documentation search REST endpoint documentation
* add link to query command
* make formatting of links to command documentation consistent
* remove listing of uniteresting implementation details
** Deprecation of @CommandMetaData annotation
** number of accounts shown on the 'Become Any Account' login screen
* remove mentioning of Gerrit Inspector from release highlights (there
is more important stuff in this release)
* update version of gwtjsonrpc
Change-Id: I4490a1ada17b861527a1c9b879503b3cc5c28b19
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
Since Bouncycastle is not included in the Gerrit distribution, the site
init must be run in order to get the updated libraries.
Mention this in the release notes.
Change-Id: Ia42239cbf4cbe9328ece1670e15bbd272ec2875e
* changes:
Link new review UI documentation from 2.9 release notes
Link new review UI documentation from new change screen welcome popup
Document major differences between old and new review UI
Describe keyboard shortcuts in review UI documentation
Describe navigation in patch file in review UI documentation
Describe Vim-like search in review UI documentation
* stable-2.8:
Release notes for Gerrit 2.8.5
Bump version to 2.8.5
Conflicts:
VERSION
gerrit-plugin-archetype/pom.xml
gerrit-plugin-gwt-archetype/pom.xml
gerrit-plugin-gwtui/pom.xml
gerrit-plugin-js-archetype/pom.xml
Change-Id: I1791803f605a3190fba4e9c1c98db16286d7715f
* stable-2.8:
Release notes for Gerrit 2.8.4
Set uploader to current user in "patchset-created" event upon cherry-picking
Fix JavaDoc warning
Conflicts:
gerrit-server/src/main/java/com/google/gerrit/server/change/CherryPickChange.java
Change-Id: I28791a3ff28de4d20ded64e180d7ddb02a4e4687
Mention that the 2.9 release includes all the fixes that were
included in the releases 2.8.1 through 2.8.4.
Change-Id: I124d2149ee3f3e604128eefa01d60453b9d54619
* stable-2.8:
Release notes for Gerrit 2.8.3
Add clarification about commitWithin setting and reindex
Update cookbook plugin revision
Bump version to 2.8.3 in plugin API and archetypes
Bump GERRIT_VERSION to 2.8.3
Conflicts:
VERSION
gerrit-plugin-archetype/pom.xml
gerrit-plugin-gwt-archetype/pom.xml
gerrit-plugin-gwtui/pom.xml
gerrit-plugin-js-archetype/pom.xml
Change-Id: I29b59c9b2fe0967042bc67a7048d0b8374c54793
* stable-2.8:
Update 2.8.2 release notes
Bump version to 2.8.2 in plugin API and archetypes
Prevent duplicate commits in same project when uploading to refs/changes/n
Bump GERRIT_VERSION to 2.8.2
Update 2.8.2 release notes
PostReview: update and insert comments/approvals in a single step
Conflicts:
VERSION
gerrit-plugin-archetype/pom.xml
gerrit-plugin-gwt-archetype/pom.xml
gerrit-plugin-gwtui/pom.xml
gerrit-plugin-js-archetype/pom.xml
gerrit-server/src/main/java/com/google/gerrit/server/change/PostReview.java
gerrit-server/src/main/java/com/google/gerrit/server/git/ReceiveCommits.java
Change-Id: I7a611d4f9c16b8d5f3abdcd8228fca0b636d792c
* stable-2.8:
Update 2.8.2 release notes
Make the message of 'Cherry Picked' informative
Show error message when the commentlink is configured wrongly
Conflicts:
gerrit-server/src/main/java/com/google/gerrit/server/change/CherryPickChange.java
Change-Id: I82a7ac51f31fec83166ecad26e65d66623d2cda4
* stable-2.8:
Update 2.8.2 release notes with recently merged changes.
Change dialog title from Error to Warning on intraline diff timeout
Another attempt to fix submit rule evaluation for non blocking labels
Fix: Label update operation is executed as insert
RFC: Work around null commit when updating submodules
Change-Id: Icc1ce1698add8321a86af42ed864b02d9ef58040
* stable-2.8:
Update the 2.8.2 release notes with recently merged fixes
Fix a typo in the 2.8 release notes
Release Notes: Set max page width to 55em
Change-Id: Ic4a2c34a9dbe2210e1056c48ce5d09828c531f9c
This makes the release notes look a bit nicer, and easier to
read, on wide screens.
Note that the max-width attribute is not yet supported in
asciidoctor, so we can't set this for the main documentation.
The release notes are still generated with asciidoc.
Change-Id: Ide83ca20dc61ede16080d017b22435360928877f
* stable-2.8:
Update 2.8.2 release notes with recently merged changes
Update change to invalidate cache after deletion of draft revision
Buck: Decouple plugin-api installation from deployment
SideBySide2: Fill the browser width
SideBySide2: Fix tab alignment to be correct width
Extend ChangeScreen2 horizontal bars to full width.
Conflicts:
gerrit-gwtui/src/main/java/com/google/gerrit/client/change/ChangeScreen2.ui.xml
gerrit-gwtui/src/main/java/com/google/gerrit/client/diff/DiffTable.ui.xml
Change-Id: Ie78dbe4f7c6695be273a78e4fe44a2d4081aed7e
* stable-2.8:
Stop packaging joda time in root of gerrit.war
Add release notes for Gerrit 2.8.2
Pass recursive=true into config.getNames() JGit method
Bump JGit version to 3.2.0.201312181205-r
Update replication plugin to latest revision
Add a warning to the Gerrit 2.9 release notes that there are new
plugins for the integration with Bugzilla, Jira and RTC and that the
old plugins are deprecated with Gerrit 2.9.
Also describe the new features of the ITS plugins in the release notes.
Change-Id: Ie9803de95833b0f6c5b01aead7d22039dc33e746
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
The flag is given incorrectly as --recheck-mergeability in the
schema update instructions.
Also add a bullet mentioning the new flag in the release notes
body.
Change-Id: I55c2c6cb0659e7e439da6878f722520e04270e7d
* stable-2.8:
Update Gerrit API version to 2.8.1 in pom files
Bump VERSION to 2.8.1
Update 2.8.1 release notes
Fix examples for Code-Review queries in search documentation
Buck: Preserve SNAPSHOT suffix in Maven artifact names
SideBySide2: Map *.scala to clike CodeMirror mode
Conflicts:
VERSION
gerrit-plugin-archetype/pom.xml
gerrit-plugin-gwt-archetype/pom.xml
gerrit-plugin-gwtui/pom.xml
gerrit-plugin-js-archetype/pom.xml
Change-Id: I880dd73a49fcf7f763221f4ee700888c90cae7df
- Add fixes that were merged since the last update.
- Add missing issue IDs.
- Improve formatting.
Change-Id: Ic14711754309b25577a157cf4deba99d05950d51
The mergeability computation is expensive and should be redundant
after it's been run once. Protect this behavior with a flag that
defaults to false, and instruct users to run reindex with the flag in
the release notes.
Change-Id: I3c6140b9a727165b8b43712a0d162c530db048a6
* stable-2.8:
Replace "\--" with "--" in documentation.
Warn in 2.8 rel. notes that ChangeScreen2 needs download-commands plugin
Add warning about removal of `approve` alias to 2.8 release notes
Add one more fix in the 2.8 release notes
Update 2.8 release notes with changes from stable-2.6 and stable-2.7
Update 2.8.1 release notes with recently merged changes
Fix ArrayIndexOutOfBoundsException on initial commits
SideBySide2: Map .py files to text/x-python
SideBySide2: Map *.cxx and *.hxx to clike CodeMirror mode
Enable syntax coloring for Go, BUCK and .gitmodules
Conflicts:
Documentation/pgm-daemon.txt
Documentation/pgm-init.txt
gerrit-server/src/main/java/com/google/gerrit/server/DefaultFileExtensionRegistry.java
Change-Id: I05c5d47c72d2a5fb524a0622b57ba607fed3bfe3
Without this plugin the new change screen doesn't provide any download
commands. Admins must know that they need to install this plugin.
Change-Id: I389e267b99949fe69668d25b26ab608ace33c534
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This should be mentioned as warning since users of the Gerrit Trigger
plugin need to adapt the plugin configuration.
Change-Id: Ib86922f4a665abbb6ad293f3e0c700cf483f44af
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
The stable-2.6 and stable-2.7 branches have been removed, and there
will be no further releases on the 2.6 and 2.7 series.
All the changes merged into those branches since the 2.7 release are
already released in 2.8.
Add the changes in the release notes.
Change-Id: I191846f08c1545dadae28eb167a8fc4195e0dbdb