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

Feature/hook related #43

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

Commits on Jan 2, 2016

  1. add netty client.

    Big refactor allowing selection of used client.
    add client builder
    changed all requests to accept universal response
    xardas committed Jan 2, 2016
    Configuration menu
    Copy the full SHA
    3bc461d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. set netty and jersey dependencies as optional (as one will probably c…

    …hoose only one implementation)
    
    refactored validation and RequestFaultException
    changed readme to reflect changes
    xardas committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    1125345 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into feature/netty_sup…

    …port
    
    Conflicts:
    	xplenty.jar-core/src/main/java/com/xplenty/api/XplentyAPI.java
    	xplenty.jar-core/src/test/java/com/xplenty/api/request/ListSchedulesTest.java
    xardas committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    c7555dc View commit details
    Browse the repository at this point in the history
  3. fix merge conflicts

    xardas committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    6eb99d3 View commit details
    Browse the repository at this point in the history
  4. add new entities

    xardas committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    7d92520 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. add new entities

    xardas committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    cf7c76e View commit details
    Browse the repository at this point in the history
  2. refactor endpoint genration

    add user info/update methods
    xardas committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    d6d1441 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2016

  1. add tests

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    aaa1da4 View commit details
    Browse the repository at this point in the history
  2. reanme builder

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    aa4c879 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b2d7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8715d23 View commit details
    Browse the repository at this point in the history
  5. add support for web hook methods

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    443794b View commit details
    Browse the repository at this point in the history
  6. remove console output

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    5b400ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    189c458 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    268a94b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0c264b View commit details
    Browse the repository at this point in the history
  10. add tests

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    5a84590 View commit details
    Browse the repository at this point in the history
  11. add normal console logger

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    1c8e3d7 View commit details
    Browse the repository at this point in the history
  12. add conditions

    xardas committed Jan 5, 2016
    Configuration menu
    Copy the full SHA
    6317471 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. improve request structure

    xardas committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    271ef06 View commit details
    Browse the repository at this point in the history
  2. add public key methods

    xardas committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    821f1ed View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. add tests

    xardas committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    c1fec7d View commit details
    Browse the repository at this point in the history
  2. add member methods

    add tests
    xardas committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    2829432 View commit details
    Browse the repository at this point in the history
  3. add account methods

    add tests
    xardas committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    434c9eb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

  1. add connection methods

    add tests
    xardas committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    388291d View commit details
    Browse the repository at this point in the history
  2. make job changes to support V2

    add new job methods
    add tests
    add dev support for raw requests
    xardas committed Jan 8, 2016
    Configuration menu
    Copy the full SHA
    02d6323 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2016

  1. add support for miscellaneous list methods

     add notification methods
     add tests
    xardas committed Jan 9, 2016
    Configuration menu
    Copy the full SHA
    85f7dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    651438c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2016

  1. add and renew tests

    xardas committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    41701de View commit details
    Browse the repository at this point in the history
  2. add payment and subscription methods

    add tests
    xardas committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    c83ceb4 View commit details
    Browse the repository at this point in the history
  3. changed package entity according to APIv2

    added new package methods
    xardas committed Jan 10, 2016
    Configuration menu
    Copy the full SHA
    de10e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. add tests

    xardas committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    c103aeb View commit details
    Browse the repository at this point in the history
  2. add product updates methods

    add job output preview method
    add tests
    xardas committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    164f503 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc8abdb View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. add cluster and package object inclusion possibility to job list

    fix 2 little bugs
    xardas committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    a5fc803 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a35d9 View commit details
    Browse the repository at this point in the history
  3. some fixes

    xardas committed Jan 12, 2016
    Configuration menu
    Copy the full SHA
    40137df View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2016

  1. merge modules

    renew dependencies
    some bug fixes including:
    -correct handling of 204 status by jersey client
    -add watchers sending null as body
    xardas committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    3c13f2d View commit details
    Browse the repository at this point in the history
  2. add member integration tests

    xardas committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    bde9462 View commit details
    Browse the repository at this point in the history
  3. add public key integration tests

    xardas committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    10a05d6 View commit details
    Browse the repository at this point in the history
  4. Add account integration tests

    xardas committed Jan 13, 2016
    Configuration menu
    Copy the full SHA
    51e3069 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

  1. Add package integration tests

    xardas committed Jan 14, 2016
    Configuration menu
    Copy the full SHA
    2356cb7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2016

  1. Add user integration tests

    xardas committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    665e3be View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2016

  1. Add webhook integration tests

    xardas committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    1275993 View commit details
    Browse the repository at this point in the history
  2. Add webhook integration tests

    Fix small bug with webhook event
    xardas committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    7d368fc View commit details
    Browse the repository at this point in the history
  3. Add cluster integration tests

    add new cluster field (launched_at)
    xardas committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    b7200f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2016

  1. Add default certificate check

    Little improvements
    Add Exception tests
    Add http package tests
    xardas committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    0b2925c View commit details
    Browse the repository at this point in the history
  2. Add missing schedule fields

    Add Schedule integration tests
    Improve schedule tests
    xardas committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    ac85195 View commit details
    Browse the repository at this point in the history
  3. Add missing schedule fields

    Add Schedule integration tests
    Improve schedule tests
    xardas committed Jan 24, 2016
    Configuration menu
    Copy the full SHA
    b30e4ba View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2016

  1. Add new hook types

    Adjust hook to cjanges
    Adjust tests
    xardazz committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    7723157 View commit details
    Browse the repository at this point in the history
  2. Add reset user password

    xardazz committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    c296476 View commit details
    Browse the repository at this point in the history
  3. Refactor hook events

    Add list hook types
    Improve tests
    Add new account field hook count
    Tried to remove all "web hook" mentions where they shouldn't be
    xardazz committed Feb 23, 2016
    Configuration menu
    Copy the full SHA
    ee1a945 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Add type filter for hook list

    xardazz committed Feb 24, 2016
    Configuration menu
    Copy the full SHA
    46a20e7 View commit details
    Browse the repository at this point in the history