Commit Graph

7 Commits

Author SHA1 Message Date
Giri Dandu 58ad5ba062 Updated after review comments.
- Fixes #163
2015-05-07 19:10:48 -04:00
Giri Dandu 90584ef1a4 Merge branch 'master' into issue-163-uat-artifact-for-deploydb 2015-05-06 15:49:27 -04:00
Giri Dandu 927312b5cd Tested UAT with deploydb running in an environemnt
- Added update of deployment state and promotion result testing for
    a deployment
  - Fixes #163
2015-05-06 14:31:31 -04:00
Mahesh V Kelkar 05e1541e13 Updated auth module as per the interop requirements of the with AD server
- Authentication is performed in 4 step process
1. Create a context (A) using bind credentials
2. Search userDN with the context (A) and username
3. Rebind or create a new context (B) using userDN and password
4. Search groups with context (A) and userDN
- Added informative javadocs
- Updated the configuration to fall in line with the requirements
- Moved the Test LDAP server to common test code
- Updated the LdapAuthenticator Spock tests to use TestLdapServer
- Save DeployDBConfigurtion object in the DeployDB app
- Added manualPromo.yml and advServ.yml for testing manual promotion

References #164
2015-04-29 17:41:32 -04:00
Giri Dandu 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
2015-04-27 18:58:50 -04:00
Giri Dandu a0417a83f1 Add promotion and multiple environment webhook integration tests
- Fixes #145
2015-04-20 13:37:00 -04:00
Giri Dandu 982135de85 Add deployment webhook integration tests
- Fixes #145
2015-04-17 14:47:47 -04:00