[Rt-commit] [rtir] branch 3.4/remove_old_constituencies updated (2ceea87 -> 19f7b93)

Jesse Vincent jesse at bestpractical.com
Sun Mar 29 02:50:56 EDT 2015


This is an automated email from the git hooks/post-receive script.

jesse pushed a change to branch 3.4/remove_old_constituencies
in repository rtir.

      from  2ceea87   Merge branch '3.4/remove_old_constituencies_migration' into 3.4/remove_old_constituencies
       new  5377b74   Remove old constituency ACL test
       new  8d87945   This old constituency test verified the functionality of the old RTIR constituency ACL system. That's now gone, so we no longer need to test it
       new  5506879   Make new 'add_constituency tool work with the --quiet option'
       new  c74bc57   When setting a default RTIR queue and no default constituency, intuit the default constituency from the default queue
       new  4dd535a   Add ids to RTIR ticket creation elements to make testing easier
       new  c4a14f1   Make it possible to create an rtir ticket with a queue, not just with a lifecycle
       new  fc3f847   Fix a mistaken comment
       new  b096013   move a variable definition closer to first use
       new  ebcf26f   Add a couple css classes for easier testing
       new  fa32232   warnings avoidance
       new  b07329e   use those new css classes
       new  a661bee   make some test infrastructure constituency-aware
       new  2e37705   Move most RTIR rights out of initialdata and into RT::IR in prep for also using them in add_constituency
       new  5a39192   perltidy
       new  a637b2e   Clean up newlines in add_constituency
       new  0522120   reuse RT::IR->DutyTeamAllQueueRights
       new  ac1292d   perltidy
       new  c95a291   Add Everyone and Owner role rights for constituency queues
       new  3e22359   Start to forwardport some constituency tests
       new  b59a2a7   Fix some bugs in Split/Child error detection
       new  b849cfc   Get rid of a now-superflous mapping table
       new  19f7b93   Switch some test ticket creation to load by queue rather than lifecycle for great constituency testing justice

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/add_constituency.in             | 433 ++++++++++-------
 etc/initialdata                     | 933 ++++++++++++++++++------------------
 html/RTIR/Create.html               |  17 +-
 html/RTIR/Elements/SelectRTIRQueue  |   9 +-
 html/RTIR/Elements/ShowIncidents    |   4 +-
 html/RTIR/Incident/Create.html      |  11 +-
 html/RTIR/Incident/Display.html     |   4 +-
 lib/RT/IR.pm                        |  36 ++
 lib/RT/IR/Test/Web.pm               |  32 +-
 t/019-watchers-on-create.t          |   4 +-
 t/020-incident-and-investigation.t  |   2 +-
 t/constituency/acl.t                |  48 --
 t/constituency/basics.t             |   4 +-
 t/constituency/propagation-reject.t | 111 ++---
 t/constituency/visibility.t         | 205 --------
 15 files changed, 870 insertions(+), 983 deletions(-)
 delete mode 100644 t/constituency/acl.t
 delete mode 100644 t/constituency/visibility.t



More information about the rt-commit mailing list