Commit Graph

  • 6414bb98d4
    Add a simple Rocket hello world master R Tyler Croy 2019-11-15 14:27:40 -0800
  • 7b8c772047
    Rename all the asciidoc documents to .adoc and re-create the README R Tyler Croy 2019-11-15 19:31:52 -0800
  • 34dfa0df45
    Initialize a cargo binary app R Tyler Croy 2019-11-15 13:45:40 -0800
  • e7114d9383
    Remove the old Groovy version of the application R Tyler Croy 2019-11-15 13:42:25 -0800
  • 12e5a11da6 WIP R. Tyler Croy 2015-05-15 11:20:24 -0700
  • 5b624a59ed Merge pull request #180 from rtyler/issues/shadow-in-that-zip-179 R. Tyler Croy 2015-05-19 12:31:55 -0700
  • 4560afe18c Ensure that the shadowJar contents are being included in the packaged zip and tarballs R. Tyler Croy 2015-05-19 11:35:51 -0700
  • b2e88e3304 Merge pull request #177 from GiriDandu/issue-163-uat-artifact-for-deploydb R. Tyler Croy 2015-05-11 07:07:10 -0700
  • 4e636a9102 Update after review comments - Fix the directory structure to match with package names - Fixes #163 Giri Dandu 2015-05-08 14:28:07 -0400
  • 0b468ca070 Updated after second round of review comments - Move the artifactDAO from flowDAO. This will make code "clean" and @maheshkelkar happy - Fixes #163 Giri Dandu 2015-05-08 11:30:26 -0400
  • 58ad5ba062 Updated after review comments. - Fixes #163 Giri Dandu 2015-05-07 19:10:48 -0400
  • 90584ef1a4 Merge branch 'master' into issue-163-uat-artifact-for-deploydb Giri Dandu 2015-05-06 15:49:27 -0400
  • 927312b5cd Tested UAT with deploydb running in an environemnt - Added update of deployment state and promotion result testing for a deployment - Fixes #163 Giri Dandu 2015-05-06 14:31:31 -0400
  • c75b53510b Add Admin task for UAT to kick off cleanup of models - Fixes #163 Giri Dandu 2015-05-05 17:24:37 -0400
  • cc19e65280 Merge pull request #176 from maheshkelkar/issues/175-add-code-coverage R. Tyler Croy 2015-05-05 13:39:46 -0700
  • c565d8c358 Added cobertura plugin to compute code coverage by spock tests Mahesh V Kelkar 2015-05-05 15:34:19 -0400
  • b7366a00dd For UAT artifact, we need to remove the existing artifact, deplopyments and flow. This allows running of UAT artifact in an existing long running environemts - Fixes #163 Giri Dandu 2015-05-05 12:15:47 -0400
  • 077e6f1d6d Merge pull request #173 from maheshkelkar/issues/166-add-ldap-to-all-ymls maheshkelkar 2015-05-04 11:32:30 -0400
  • 93d46498ff Merge pull request #174 from maheshkelkar/issues/172-mult-promos-dep-success-early maheshkelkar 2015-05-04 11:32:21 -0400
  • 583602035e Remove unnecessary check on existence of deployment Mahesh V Kelkar 2015-05-04 10:35:29 -0400
  • 8d595463ec Fixed the conditional check that failed to find promotion in STARTED state Mahesh V Kelkar 2015-05-04 09:31:03 -0400
  • 7b6efb297b Added a spock test to catch deployment premarturely marked as success Mahesh V Kelkar 2015-05-04 09:15:23 -0400
  • 0168dbedab Console integration. UAT needs only service discovery for deploydb. - Add only health service consul api - Fixes #163 Giri Dandu 2015-05-03 17:33:25 -0400
  • 5493490f7a Add ldap config to all deploydb config files used in cucumber tests Mahesh V Kelkar 2015-05-02 13:24:24 -0400
  • 068951bfa1 Update the version and changelog for Ares R. Tyler Croy 2015-05-02 08:00:56 -0700
  • b8d7d2f2b7 Major docs update for 0.3.0 R. Tyler Croy 2015-05-02 08:00:26 -0700
  • fb30870f55 Merge pull request #171 from maheshkelkar/issues/164-integ-testing-ldap R. Tyler Croy 2015-05-02 07:51:44 -0700
  • 2a1243d9b6 Ignore the referrals thrown during AD search Mahesh V Kelkar 2015-05-01 14:46:20 -0400
  • c1b8322748 Moved a code repeatation to format a ldap search filter string to a function Mahesh V Kelkar 2015-04-30 12:21:26 -0400
  • d2d567dfbd Fixed the travis failure by updating the code after merge up to latest Mahesh V Kelkar 2015-04-30 09:06:18 -0400
  • 8aae0e2c31 Merge branch 'master' into issues/164-integ-testing-ldap Mahesh V Kelkar 2015-04-30 08:56:00 -0400
  • 94bd2c075a Merge pull request #170 from maheshkelkar/issues/169-impl-depl-by-env maheshkelkar 2015-04-29 17:52:43 -0400
  • 05e1541e13 Updated auth module as per the interop requirements of the with AD server Mahesh V Kelkar 2015-04-29 17:41:32 -0400
  • 3c1260ac90 Simplified the DeploymentDAOSpec tests Mahesh V Kelkar 2015-04-29 12:05:10 -0400
  • f4f614d8a5 Created UAT artifact that can test remote deployed deploydb - Fixes #163 Giri Dandu 2015-04-28 16:42:35 -0400
  • 3954d8c1b9 Enabled tests for REST API to get Deployments for environment ident Mahesh V Kelkar 2015-04-28 11:43:18 -0400
  • 87791a38e3 Merge branch 'master' into issues/169-impl-depl-by-env Mahesh V Kelkar 2015-04-28 11:19:09 -0400
  • e5754a04e5 Merge pull request #168 from maheshkelkar/issues/21-define-env-to-artifacts maheshkelkar 2015-04-28 11:18:01 -0400
  • 21c8c6002c Added impl to handle get deployments by environment ident REST API Mahesh V Kelkar 2015-04-28 11:16:57 -0400
  • 1a8eeb9de7 Refactor code and create RestAPI client so that spock integation test and uat can use the common code to call deploydb locally or from another host - Fixes #163 Giri Dandu 2015-04-27 18:58:50 -0400
  • 00a2f7a430 Added test for getByEnvironmentIdent in DeploymentDAO Mahesh V Kelkar 2015-04-27 12:14:36 -0400
  • f6b82b7ef2 Added a scenario where environment doesnt exist when seeking deployments Mahesh V Kelkar 2015-04-27 11:21:10 -0400
  • 7d0beea655 Changed the API to return deployments instead of artifacts for a given environment Mahesh V Kelkar 2015-04-27 10:55:34 -0400
  • 93fc9d2729 Defined new REST API to get artifacts in a given environment Mahesh V Kelkar 2015-04-27 10:45:08 -0400
  • 09ecbf0e24 Merge pull request #165 from maheshkelkar/issues/162-impl-manual-promotion R. Tyler Croy 2015-04-22 21:28:42 -0700
  • 167fd1ce0d Added javadocs for ValidationMethod usage in Promotion object Mahesh V Kelkar 2015-04-22 23:08:17 -0400
  • 2a51a4492e Merge branch 'master' into issues/162-impl-manual-promotion Mahesh V Kelkar 2015-04-22 16:35:02 -0400
  • f921b14c8b Changed package name to lowercase and added validation for classname in type variable. Mahesh V Kelkar 2015-04-22 16:14:42 -0400
  • e9500e69f5 Merge pull request #161 from GiriDandu/issue-145-spock-webhook-end-to-end GiriDandu 2015-04-22 14:29:06 -0400
  • 60844705ae Must register AuthProvider or will cause DeploymentResource creation to fail Mahesh V Kelkar 2015-04-22 09:45:56 -0400
  • b3306537d3 Merge branch 'master' into issues/162-impl-manual-promotion Mahesh V Kelkar 2015-04-22 09:00:06 -0400
  • 81d9e37b12 Merge pull request #160 from maheshkelkar/issues/159-manual-promotion maheshkelkar 2015-04-22 08:51:30 -0400
  • 80c2f789b8 Added PromotionImpl, ManualPromotionImpl, BasicPromotionImpl for manual promotion Mahesh V Kelkar 2015-04-21 16:12:55 -0400
  • bdb5a7bb3d Added TBD and issue number for all the missing pieces in documentation Mahesh V Kelkar 2015-04-21 14:23:20 -0400
  • 5e2439f329 Update after code review comments. - Make sure cucumber files belong to package deploydb.cucumber not package deploydb. - Fixes #145 Giri Dandu 2015-04-21 14:03:55 -0400
  • 23ef2facdd rootProject dependency not required to make the multi project gradle work for deploydb - Fixes #145 Giri Dandu 2015-04-21 08:07:54 -0400
  • f7572388cf Merge branch 'master' into issue-145-spock-webhook-end-to-end Giri Dandu 2015-04-20 14:22:27 -0400
  • 1ba91c75d6 Remove the tests from cukes that are covered by spock integration tests - Fixes #145 Giri Dandu 2015-04-20 13:46:30 -0400
  • a0417a83f1 Add promotion and multiple environment webhook integration tests - Fixes #145 Giri Dandu 2015-04-20 13:37:00 -0400
  • 1785930eeb Update internals.html for the changes in internals.ad Mahesh V Kelkar 2015-04-20 10:01:39 -0400
  • 23d636a4db Merge remote-tracking branch 'upstream/master' into issues/159-manual-promotion Mahesh V Kelkar 2015-04-20 09:55:43 -0400
  • bed32cedc9 Removed WebhookPromotion and JenkinsPromotion sections from DOC Mahesh V Kelkar 2015-04-20 09:54:23 -0400
  • b8fcd9e8c0 Merge pull request #158 from maheshkelkar/issues/157-ldap-authentication R. Tyler Croy 2015-04-19 22:00:36 -0700
  • 982135de85 Add deployment webhook integration tests - Fixes #145 Giri Dandu 2015-04-17 14:47:47 -0400
  • a9135f10e6 Updating missing internals.html file for manual promotion doc Mahesh V Kelkar 2015-04-17 14:18:59 -0400
  • f0db65e7fa Added doc for manual promotion and added spock unit tests Mahesh V Kelkar 2015-04-17 14:16:03 -0400
  • 26dc40f302 Disable the negative auth scenario for the timebeing Mahesh V Kelkar 2015-04-17 11:01:50 -0400
  • aa1da308a8 Initial commit to use the dropwizard-integtest in spock - Cleanup StubAppRunner to do database migration before loading of models - Fixes #145 Giri Dandu 2015-04-16 17:24:35 -0400
  • 79edb89482 Simplified spock tests for LdapAuthenticator and added lot of javadocs Mahesh V Kelkar 2015-04-16 16:29:51 -0400
  • 1b6bb48a5f Move the StubAppRunner to dropwizard-integtest, both cukes and spock will use this - Fixes 145 Giri Dandu 2015-04-16 10:29:02 -0400
  • 36a6b0eac6 Initial checkin to move the TestWebhookServer out of cukes - Move the TestWebhookServer under new subproject dropwizard-integtest - Use multi project gradle to fix the dependency issue of the dropwizard-integtest - Fixes 145 Giri Dandu 2015-04-15 16:51:39 -0400
  • b47715e782 Fix the exception raised by the absence of ldap configuration Mahesh V Kelkar 2015-04-14 21:09:11 -0400
  • ed6880672e Added support for LDAP authentication Mahesh V Kelkar 2015-04-14 15:45:43 -0400
  • ecec786b7b Merge pull request #152 from maheshkelkar/doc-for-auth R. Tyler Croy 2015-04-13 19:22:59 -0700
  • 27b5f2a658 Merge pull request #156 from GiriDandu/issue-155-out-of-order-webhooks-for-multiple-environments R. Tyler Croy 2015-04-13 18:37:35 -0700
  • 90a6d1bfaa In a flow, the deployments should be processed in the insertion order - Add cucumber scenarios to test the webhook execution order - Fixes #155 Giri Dandu 2015-04-13 18:28:11 -0400
  • 00ab2ddd73 Merge pull request #154 from GiriDandu/issue-153-creating-duplicate-should-return-409 R. Tyler Croy 2015-04-10 13:14:46 -0700
  • f57e7a7541 Add spock test for test coverage - Fixes 153 Giri Dandu 2015-04-10 15:28:41 -0400
  • 6878fcb6a5 Deploydb should gracefully handle error when create artifact is called twice for the same artifact - Fixes #153 Giri Dandu 2015-04-10 15:05:05 -0400
  • 6cf305a1ad Merge pull request #149 from GiriDandu/issue-127-travis-testing-using-multiple-database-providers R. Tyler Croy 2015-04-10 07:16:08 -0700
  • 9a811009fd Removed basic authentication section Mahesh V Kelkar 2015-04-10 09:06:13 -0400
  • a75daf1df2 Travis can't deal with sudo comand in install. If sudo is there it uses old infrastructure and they tests fail because of that. So - Remove the sudo and hence mysql 5.6.x - To make the cukes pass the test without 5.6, remove the timestamp precision in DDL and ignore the timestamp during model creation and cukes verification steps - fixes #127 Giri Dandu 2015-04-09 16:38:26 -0400
  • a8981f7a8a Travis supports only mysql 5.5 by default. 5.5 doesn't support precision in timestamp, so we have to manually install the mysql version 5.6.14 - Fixes #127 Giri Dandu 2015-04-09 00:23:44 -0400
  • dcf517450e Precision paramter for timestamp is not working on travis mysql - Fixes #127 Giri Dandu 2015-04-08 23:54:20 -0400
  • c36e4ff3a4 before_script in travis is not creating the database, so switching to before_install - Fixes #127 Giri Dandu 2015-04-08 23:13:55 -0400
  • c126286b1f Merge branch 'master' into issue-127-travis-testing-using-multiple-database-providers Giri Dandu 2015-04-08 15:06:05 -0400
  • 221246d2bf Make deploydb work with h2, postgresql and mysql db proviers - Let the application specify created timestamp to avoid different db providers handling timestamps differently - Use order by id instead of createdAt to make it sequential retrival of model objects - Fixes #127 Giri Dandu 2015-04-08 13:50:39 -0400
  • 8dac2135bc Added doc for DeployDB authentication Mahesh V Kelkar 2015-04-08 10:54:05 -0400
  • 6846e068d2 All the database providers can be tested but not all tests are passing for following reasons - Timestamp mismatch for mysql - Oder in the list returns is not consistent for postgresql and h2 - Fixes #127 Giri Dandu 2015-04-07 18:20:55 -0400
  • cdaf2ee063 Merge pull request #150 from rtyler/dropwizard-081 R. Tyler Croy 2015-04-07 09:11:23 -0700
  • 01a3e54358 Merge pull request #151 from mbbx6spp/fix-gradle-dependencies R. Tyler Croy 2015-04-07 08:58:27 -0700
  • 4184717c71 Fix Gradle JDBC driver dependencies to be runtime Susan Potter 2015-04-07 10:34:23 -0500
  • 23aa811c2e Upgrade to Dropwizard 0.8.1 R. Tyler Croy 2015-04-07 08:05:18 -0700
  • 1a17588973 Fix the jdbc connection for postgresql and mysql and create databases before the deploydb is started - Fixes #127 Giri Dandu 2015-04-07 08:13:15 -0400
  • ab8262e7ca Use the correct postgres file - Fixes #127 Giri Dandu 2015-04-06 19:11:54 -0400
  • 7c4bed703d Sigh. Add renamed file - Fixes #127 Giri Dandu 2015-04-06 19:03:05 -0400
  • 0e40f12e15 Fix the mysql yml file name - Fixes #127 Giri Dandu 2015-04-06 18:59:07 -0400
  • 496c0c1ac7 Test deploydb using different database providers using travis. - Fixes #127 Giri Dandu 2015-04-06 18:52:48 -0400
  • beeac6fc29 Merge pull request #148 from GiriDandu/issue-108-code-cleanup GiriDandu 2015-04-06 18:04:18 -0400
  • a22015d6e8 Merge remote-tracking branch 'upstream/master' into issue-108-code-cleanup Giri Dandu 2015-04-06 14:26:20 -0400