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

zendesk_ticket: new module #8543

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Commits on Jun 13, 2024

  1. Adding in library reqs

    elchico2007 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4f532c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d980342 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    39d72ba View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Adding in some changes

    elchico2007 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f020145 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    a562ea5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b061c82 View commit details
    Browse the repository at this point in the history
  3. Adding in body

    elchico2007 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    71fbfa1 View commit details
    Browse the repository at this point in the history
  4. Finalizing with comments

    elchico2007 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7ce3270 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4e5775 View commit details
    Browse the repository at this point in the history
  6. More doc changes

    elchico2007 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7c4b514 View commit details
    Browse the repository at this point in the history
  7. Adding in to BotMeta

    elchico2007 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    39f6b5a View commit details
    Browse the repository at this point in the history
  8. Adding info to BOTMETA

    elchico2007 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    db8218c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    43217a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Fixing format string

    elchico2007 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    73fd95f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    ab19871 View commit details
    Browse the repository at this point in the history
  2. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e2eeea4 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5b6c41b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a3446 View commit details
    Browse the repository at this point in the history
  3. Fixing function name

    elchico2007 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1c35ac6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4730cf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    eb6ab56 View commit details
    Browse the repository at this point in the history
  2. Fixing PEP 8 issues

    elchico2007 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d06da3a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Fixing alphabetical order

    elchico2007 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    80d6b4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ddbf2d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    d339d9c View commit details
    Browse the repository at this point in the history
  2. Fixing syntax

    elchico2007 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5edc565 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Alexei Znamensky <[email protected]>
    elchico2007 and russoz committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7b54a60 View commit details
    Browse the repository at this point in the history
  2. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Alexei Znamensky <[email protected]>
    elchico2007 and russoz committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    137315b View commit details
    Browse the repository at this point in the history
  3. Fixing documentation.

    elchico2007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c82697 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d42ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e110186 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c11ff30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a094157 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    709a902 View commit details
    Browse the repository at this point in the history
  9. Changing status option

    elchico2007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    4c1c35b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9247bc1 View commit details
    Browse the repository at this point in the history
  11. Changing code

    elchico2007 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ff8dd3a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7e7c81e View commit details
    Browse the repository at this point in the history
  2. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    43a6733 View commit details
    Browse the repository at this point in the history
  3. Update plugins/modules/zendesk_ticket.py

    Co-authored-by: Felix Fontein <[email protected]>
    elchico2007 and felixfontein committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    abb1bcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ade01ad View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    54b3eab View commit details
    Browse the repository at this point in the history