gerrit/javatests/com/google/gerrit/server
Dave Borowitz d2f5af379c Merge branch 'stable-2.15' into master
Fix two test failures due to the merge:

* StandaloneNoteDbMigrationIT assumed that GCing All-Users would prune
  all loose objects, whereas in recent JGit versions, unreachable
  objects are left loose unless gc.pruneExpire is set to "now". Do this
  in the tests.

* AbstractQueryChangesTest#watched modifies the user's project watches.
  In the master branch, watches are now stored in the AccountState
  instance, so we need to recreate the IdentifiedUser in order to reload
  the AccountState.

* origin/stable-2.15: (33 commits)
  Release 2.15
  Mention groups index in documentation of index start command
  Enable UI action to toggle WIP flag for admins
  Docs: Clarify that for external groups the name in GroupInfo can be missing
  AccountGroupAuditLogScreen: Display group UUID if group name is missing
  GetAuditLog: Fix NPE if group UUID cannot be resolved
  Limit assignee suggestions to users that can see the change
  Add account predicate that checks if user can see a certain change
  Allow admins to toggle the WIP flag on all changes
  Included-In dialog polish
  PolyGerrit: Add support for "Included In"
  Make template testing faster
  Limit assignee suggestions to users that can see the change
  Add account predicate that checks if user can see a certain change
  AbstractQueryChangesTest: Extend byDraftBy to include test for "has:draft"
  AbstractQueryChangesTest: Add explicit tests for is:watched and watchedby:
  AbstractQueryChangesTest: Add explicit tests for is:abandoned and status:abandoned
  user-search: Clarify behavior of default search resulting in single change
  user-search: Fix query used in "My > Watched Changes"
  Documentation: Clarify ref-updated event content when ref is deleted
  Update git submodules
  Fix markup in Documentation section sendemail
  Allow graceful rolling restarts
  Release 2.15-rc4
  user-search: Remove incorrect statement about default searches
  user-search: Fix incorrect label: search example
  StandaloneSiteTest: Ignore user and system git config
  Fix documentation about create and delete branches
  GcAllUsers: Respect gc.auto=0 in All-Users
  GcAllUsers: Add extra log line in online case
  MigrateToNoteDb: Auto-flush and close GC writer
  Turn off autoReindexIfStale by default
  GC All-Users after migrating to NoteDb

Change-Id: If2dff6bd1e0b299be75878aca3bc45103a5a875f
2018-03-29 10:26:18 -04:00
..
account AccountSshKey: Move from reviewdb.client package into server.account package 2018-02-05 16:06:04 +01:00
cache/h2
change
config ScheduleConfig: Make it easy to create a default schedule 2018-02-20 13:39:04 +01:00
edit
events
extensions/webui Move VisibleRefFilter into PermissionBackend 2018-02-14 14:42:05 +01:00
fixes
git Merge branch 'stable-2.15' 2018-03-19 08:45:01 +09:00
group/db Make sure that footers in group config commit messages are sorted 2018-03-27 08:49:08 +02:00
index Add SubmitRequirement to hold the presubmit conditions not met 2018-03-12 16:05:25 +01:00
ioutil Split off ioutil from the giant server library 2017-11-09 18:55:42 +01:00
mail Add Gerrit's instance name and reference it in notification emails 2018-03-22 16:30:08 +01:00
notedb Drop anonymousCowardName from Account.getName() 2017-11-24 14:22:48 +01:00
patch Revert "Split off library classes from server/patch/ into diff/" 2017-11-17 10:03:00 +00:00
permissions Rewrite permission evaluation 2018-02-21 15:38:01 +01:00
project Simplify BatchUpdateTest and CommitsCollectionTest 2018-02-21 04:49:22 +00:00
query Merge branch 'stable-2.15' into master 2018-03-29 10:26:18 -04:00
rules Bazel: Break server test rules in own packages 2017-11-13 15:59:46 +00:00
schema Drop ReviewDb group tables 2018-03-28 09:03:35 +02:00
tools/hooks
update Simplify BatchUpdateTest and CommitsCollectionTest 2018-02-21 04:49:22 +00:00
util Streamify RegexListSearcher 2018-01-10 09:37:03 -05:00
BUILD Migrate groups to NoteDb 2018-03-27 10:46:20 +02:00
ChangeUtilTest.java
IdentifiedUserTest.java