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

Micronaut #33

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Micronaut #33

wants to merge 35 commits into from

Commits on Nov 9, 2019

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

Commits on Nov 11, 2019

  1. update

    StephenOTT committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    12d947c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

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

Commits on Nov 23, 2019

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

Commits on Nov 24, 2019

  1. Add jpa kotlin plugin

    StephenOTT committed Nov 24, 2019
    Configuration menu
    Copy the full SHA
    f5bdad6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92bed96 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    b4eed02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c9dc55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef43e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    902558a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. refactor: add Submissions and UserTasks support:Repos, Controllers, a…

    …nd Domain + general cleanup
    StephenOTT committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    3acd857 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

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

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    e7a741d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8dc277 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

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

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    a216167 View commit details
    Browse the repository at this point in the history
  2. Remove old imports

    StephenOTT committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    be74431 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. Add support for parallel polling and job processing...

    Using the maxBatchSize property the worker can query for batches of jobs, and as those jobs are worked on it will continue to query for more jobs as slots become available.
    
    Also moves error handling code for a failed job into its own bean so implementations can replace the bean for custom error handling.
    StephenOTT committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    2025340 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. WIP: Add generic worker, python executor worker, and refactor User Ta…

    …sk worker to suppor the generic worker model
    
    Also fixed bug with variables not being sent to zeebe
    StephenOTT committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    27da423 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba95628 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

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

Commits on Dec 13, 2019

  1. fix import

    StephenOTT committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    437ccae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9b190 View commit details
    Browse the repository at this point in the history
  3. remove old code

    StephenOTT committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    da70f1e View commit details
    Browse the repository at this point in the history
  4. Add end to end support for Form Submission to complete a User Task - …

    …Validated against the validation server and completed to zeebe
    StephenOTT committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    d8431bf View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Add support for proper error response of form submissions that failed

    To support the formio error response json
    StephenOTT committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    7037e3c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. WIP update

    StephenOTT committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    1046641 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. fix bad imports

    StephenOTT committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    07534b8 View commit details
    Browse the repository at this point in the history
  2. add travis

    StephenOTT committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    7c01532 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Configuration menu
    Copy the full SHA
    21aaec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be47ff View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. cleanup

    StephenOTT committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    56bf78c View commit details
    Browse the repository at this point in the history
  2. Add BPMN Cleaner prototype

    Provides capability to clean a BPMN using validation rules.
    StephenOTT committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    42cef16 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. update with cleaner info

    StephenOTT committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    2b7ece7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. add license

    StephenOTT committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    8d812cf View commit details
    Browse the repository at this point in the history