[Rt-commit] rt branch 5.0-trunk updated (b92e01a4ef -> 54f164dafb)

git at bps-git.bestpractical.com git at bps-git.bestpractical.com
Tue Jul 20 20:39:02 UTC 2021


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

jbrandt pushed a change to branch 5.0-trunk
in repository rt.

    from b92e01a4ef Avoid double encoding for inputs on EditConfig page
     add df5092aa75 Import changes of RT-Extension-REST2
     add 54f164dafb Merge branch '5.0/import-rest2-extension-changes' into 5.0-trunk

No new revisions were added by this update.

Summary of changes:
 lib/RT/REST2.pm                                   | 123 ++++++++++-
 lib/RT/REST2/Resource.pm                          |  75 ++++++-
 lib/RT/REST2/Resource/Assets.pm                   |  22 ++
 lib/RT/REST2/Resource/Collection.pm               |  55 ++++-
 lib/RT/REST2/Resource/Collection/Search.pm        | 209 ++++++++++++++++++
 lib/RT/REST2/Resource/Message.pm                  |  61 +++++-
 lib/RT/REST2/Resource/Record/Hypermedia.pm        |   3 +-
 lib/RT/REST2/Resource/Record/Writable.pm          | 122 +----------
 lib/RT/REST2/Resource/Search.pm                   | 158 ++++++++++++++
 lib/RT/REST2/Resource/{Tickets.pm => Searches.pm} | 102 +++++----
 lib/RT/REST2/Resource/Ticket.pm                   |  50 +++--
 lib/RT/REST2/Resource/Tickets.pm                  |  38 ++--
 lib/RT/REST2/Resource/TicketsBulk.pm              |  72 +++++-
 lib/RT/REST2/Util.pm                              | 156 ++++++++++++-
 lib/RT/Test/REST2.pm                              |   1 +
 t/rest2/assets.t                                  |  34 +++
 t/rest2/searches.t                                | 215 ++++++++++++++++++
 t/rest2/ticket-correspond-customroles.t           | 254 ++++++++++++++++++++++
 t/rest2/ticket-customroles.t                      |  42 +++-
 t/rest2/ticket-links.t                            |  15 +-
 t/rest2/tickets-bulk.t                            |  76 +++++++
 t/rest2/tickets.t                                 | 146 ++++++++++++-
 22 files changed, 1794 insertions(+), 235 deletions(-)
 create mode 100644 lib/RT/REST2/Resource/Collection/Search.pm
 create mode 100644 lib/RT/REST2/Resource/Search.pm
 copy lib/RT/REST2/Resource/{Tickets.pm => Searches.pm} (52%)
 create mode 100644 t/rest2/searches.t
 create mode 100644 t/rest2/ticket-correspond-customroles.t

-- 
To stop receiving notification emails like this one, please contact
sysadmin at bestpractical.com.


More information about the rt-commit mailing list