Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST 1.0 - Add fetching and setting of transaction CustomFields #368

Open
wants to merge 6 commits into
base: 5.0-trunk
Choose a base branch
from

Commits on Oct 14, 2023

  1. Don't try and use vsplit if the values are undefined.

    This causes a warning to be thrown if you send comments via REST 1.0
    without these fields being set.
    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9bf0f82 View commit details
    Browse the repository at this point in the history
  2. Provide a helper to create a Transaction CustomField

    Allow tests to easily create or reuse transaction custom fields on
    a queue.
    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    f855875 View commit details
    Browse the repository at this point in the history
  3. Allow REST 1.0 API to set Transaction CustomFields.

    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    d52dde5 View commit details
    Browse the repository at this point in the history
  4. Display Transaction CustomFields via the REST 1.0 API

    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0e361d6 View commit details
    Browse the repository at this point in the history
  5. Allow setting Multiple value Transaction CustomFields via REST 1.0 API

    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    9cd74aa View commit details
    Browse the repository at this point in the history
  6. Fix "Unescaped left brace in regex" warning in perl 5.26

    Andrew Ruthven authored and puck committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    463170d View commit details
    Browse the repository at this point in the history