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

Migrate build tasks to gradle #6

Merged
merged 28 commits into from
Mar 16, 2016

Commits on Mar 15, 2016

  1. Initializing gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    bbf2495 View commit details
    Browse the repository at this point in the history
  2. Cleaning up common, adding gitignores

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    8c81fb1 View commit details
    Browse the repository at this point in the history
  3. Moving controller to gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    fabd985 View commit details
    Browse the repository at this point in the history
  4. Moving over dispatcher to gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    1 Configuration menu
    Copy the full SHA
    85f8d2c View commit details
    Browse the repository at this point in the history
  5. Moving over loadbalancer to gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    1 Configuration menu
    Copy the full SHA
    2f382cd View commit details
    Browse the repository at this point in the history
  6. Moving services over to gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    4cdbeb1 View commit details
    Browse the repository at this point in the history
  7. Moving action containers over to gradle

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    395e429 View commit details
    Browse the repository at this point in the history
  8. Moving over tests and allow deployment using ant

    Signed-off-by: Fatih Ulusoy <ulusoy@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    2 Configuration menu
    Copy the full SHA
    f310267 View commit details
    Browse the repository at this point in the history
  9. including cleanup tasks for the build, stripping out build tasks of ant

    Signed-off-by: Markus Thoemmes <markus.thoemmes@de.ibm.com>
    fxulusoy authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    dbe2445 View commit details
    Browse the repository at this point in the history
  10. Optional pushImage tag is added.

    fxulusoy authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    9b24580 View commit details
    Browse the repository at this point in the history
  11. cleanup gradle build files, integrate gradle tasks with ant for inter…

    …im solution
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    bafb486 View commit details
    Browse the repository at this point in the history
  12. Remove vi notation

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    398e39b View commit details
    Browse the repository at this point in the history
  13. Skip automatic gradle execution

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    2b6cf18 View commit details
    Browse the repository at this point in the history
  14. make tests depend on keystore creation

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    a7e7bcd View commit details
    Browse the repository at this point in the history
  15. Put keystore creation in correct order, remove keystore creation from…

    … ant build
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    1 Configuration menu
    Copy the full SHA
    885491e View commit details
    Browse the repository at this point in the history
  16. missed createTrustStore call deleted

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    acac1b6 View commit details
    Browse the repository at this point in the history
  17. cleanup, factoring tagImage tag out of distDocker, using gradlew

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    9d41b9a View commit details
    Browse the repository at this point in the history
  18. strip push of images from ant build

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    989dbcc View commit details
    Browse the repository at this point in the history
  19. adding -f option to tagImage so old tags are overridden

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    779647b View commit details
    Browse the repository at this point in the history
  20. dont tag image while being build

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    d0c1bc2 View commit details
    Browse the repository at this point in the history
  21. adding missed files

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    0d5185a View commit details
    Browse the repository at this point in the history
  22. Better logging for testruns using gradle

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    28d958d View commit details
    Browse the repository at this point in the history
  23. Update nodejsAction Dockerfile, fix location of keystore

    markusthoemmes authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    ab9667c View commit details
    Browse the repository at this point in the history
  24. remove obsolete push tasks

    Signed-off-by: Markus Thoemmes <markus.thoemmes@de.ibm.com>
    Dominik Jall authored and Dominik Jall committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    71351ef View commit details
    Browse the repository at this point in the history
  25. remove obsolete common js. replay kafka 0.9 update.

    Signed-off-by: Markus Thoemmes <markus.thoemmes@de.ibm.com>
    Dominik Jall authored and markusthoemmes committed Mar 15, 2016
    Configuration menu
    Copy the full SHA
    304eb8f View commit details
    Browse the repository at this point in the history
  26. ignore KafkaTests until intermittent failures are resolved

    Signed-off-by: Markus Thoemmes <markus.thoemmes@de.ibm.com>
    Dominik Jall authored and markusthoemmes committed Mar 15, 2016
    2 Configuration menu
    Copy the full SHA
    ef0c026 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8a1774e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Adjusting common/scala to comply with gradle build best-practices

    Signed-off-by: Dominik Jall <djall@de.ibm.com>
    markusthoemmes authored and Dominik Jall committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    f41b979 View commit details
    Browse the repository at this point in the history