[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-19-g51529ec8e4
Jim Brandt
jbrandt at bestpractical.com
Fri Sep 4 17:06:56 EDT 2020
The branch, 5.0-trunk has been updated
via 51529ec8e41e14dba736ab79844c0768a75ad97d (commit)
via d014198c6dc927a04cce6097df13cc8d74eff638 (commit)
via 36bd4b9574064d59966a58aede837ac0e336e549 (commit)
via 2a61c604e3cc8e3c8a02e3d4956bfe56128c7948 (commit)
via 48673bfccd6d3eea808c6e196e376cbcf10a9a9e (commit)
via c04e8fc88861ea4548fb36acf045b13df6892e0b (commit)
from e54cbc302c1bb1bbf5fbe4f956b7f89f4d5eb820 (commit)
Summary of changes:
lib/RT/CustomField.pm | 3 +-
lib/RT/REST2.pm | 45 +++
lib/RT/REST2/Resource/{Catalog.pm => Article.pm} | 62 ++--
lib/RT/REST2/Resource/{Assets.pm => Articles.pm} | 6 +-
lib/RT/REST2/Resource/{Queue.pm => Class.pm} | 53 +--
lib/RT/REST2/Resource/{Queues.pm => Classes.pm} | 14 +-
lib/RT/REST2/Resource/Record/Writable.pm | 2 +-
lib/RT/REST2/Resource/Transactions.pm | 20 +-
lib/RT/Record.pm | 2 +-
t/rest2/article-customfields.t | 389 +++++++++++++++++++++++
t/rest2/articles.t | 184 +++++++++++
t/rest2/classes.t | 210 ++++++++++++
12 files changed, 899 insertions(+), 91 deletions(-)
copy lib/RT/REST2/Resource/{Catalog.pm => Article.pm} (69%)
copy lib/RT/REST2/Resource/{Assets.pm => Articles.pm} (94%)
copy lib/RT/REST2/Resource/{Queue.pm => Class.pm} (70%)
copy lib/RT/REST2/Resource/{Queues.pm => Classes.pm} (87%)
create mode 100644 t/rest2/article-customfields.t
create mode 100644 t/rest2/articles.t
create mode 100644 t/rest2/classes.t
- Log -----------------------------------------------------------------
commit 51529ec8e41e14dba736ab79844c0768a75ad97d
Merge: e54cbc302c d014198c6d
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Fri Sep 4 16:58:25 2020 -0400
Merge branch '5.0/rest2-article' into 5.0-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list