Vlasta Ramik
39fe439573
Database migration testing
2016-09-05 13:39:21 +02:00
mposolda
a24a43c4be
KEYCLOAK-3349 Support for 'request' and 'request_uri' parameters
2016-09-02 20:20:38 +02:00
mposolda
892d5fd1b7
TestingExportImport in separate resource
2016-09-02 20:20:38 +02:00
Vlasta Ramik
099de9e6e3
KEYCLOAK-3459 Adapt testsuite according to server configuration inside standalone.xml instead of keycloak-server.json
2016-08-25 12:36:39 +02:00
mposolda
3eb9134e02
KEYCLOAK-3424 Support for save JWKS in OIDC ClientRegistration endpoint
2016-08-12 15:51:14 +02:00
mposolda
d52e043322
Set version to 2.2.0-SNAPSHOT
2016-08-10 08:57:18 +02:00
fkiss
4974079794
KEYCLOAK-3211 - ExportImportTest fix for Wildfly
2016-08-09 15:20:40 +02:00
Thomas Darimont
e49afb2d83
KEYCLOAK-3142 - Revised according to codereview
...
Liquibase Moved schema evolution configuration from jpa-changelog-2.1.0
to jpa-changelog-2.2.0.
Corrected wrong ResourceType references in tests.
Adapted AdminEvents copy-routines to be aware of resourceType attribute.
Added ResourceType enum to exposed ENUMS of ServerInfoAdminResource.
Signed-off-by: Thomas Darimont <thomas.darimont@gmail.com>
2016-08-05 00:01:03 +02:00
Pavel Drozd
0e470d75e9
KEYCLOAK-3336 Arquillian testuite: Added possibility to install server patch
2016-07-19 14:22:49 +02:00
mposolda
38f89b93ff
KEYCLOAK-3281 OIDC 'state' parameter is url-encoded twice when responseMode=form_post
2016-07-13 18:07:57 +02:00
Bill Burke
a19469aba5
Merge remote-tracking branch 'upstream/master'
2016-06-30 17:18:17 -04:00
Bill Burke
b224917fc5
bump version
2016-06-30 17:17:53 -04:00
Bill Burke
3f1eecc4be
Merge remote-tracking branch 'upstream/master'
2016-06-30 16:47:55 -04:00
Bill Burke
3ba3be877e
fixes
2016-06-30 16:47:49 -04:00
Pedro Igor
46d02f15fe
[KEYCLOAK-2999] - Authorization arquillian tests
2016-06-30 10:26:05 -03:00
mhajas
69919902b4
Fix duplicate plugin for adding truststore
2016-06-24 12:50:39 +02:00
Stan Silvert
38722e8273
KEYCLOAK-3031 Migrate exportimport package to arquillian testsuite
2016-06-23 11:09:55 -04:00
Stian Thorgersen
e2082ce29f
Merge pull request #2950 from vramik/KEYCLOAK-3140
...
KEYCLOAK-3140 - fixed HTTP 404 Not Found by removing duplicate declaration of plugins in auth-server-jboss
2016-06-22 15:12:01 +02:00
mposolda
da945a69e6
KEYCLOAK-2474 Added test
2016-06-21 13:47:41 +02:00
Vlasta Ramik
48bd019165
fixed duplicate declaration of plugins in auth-server-jboss
2016-06-21 11:21:52 +02:00
fkiss
b50513a946
KEYCLOAK-2283 added email truststore test
2016-06-14 13:49:16 +02:00
mposolda
e6b3586b87
KEYCLOAK-3106 EventStoreProviderTest.query is failing in some environments
2016-06-13 15:02:10 +02:00
Pavel Drozd
54d9943a3b
KEYCLOAK-3085 - Add module org.jboss.resteasy.resteasy-jaxrs to integration-arquillian-testsuite-providers
2016-06-06 11:51:20 +02:00
mposolda
c42b8f81e3
KEYCLOAK-3074 Change the TestingResourceProvider to always both firstResults and maxResults in JPA criteria query
2016-06-03 10:31:32 +02:00
mposolda
13bf36ce49
KEYCLOAK-3074 Change the signature of TestingResourceProvider.getAdminEvents to use String instead of java.util.Date
2016-06-03 10:31:24 +02:00
Tomas Kyjovsky
ef95510da4
Updates to the performance tests.
...
Conflicts:
testsuite/integration-arquillian/tests/other/adapters/jboss/remote/pom.xml
testsuite/integration-arquillian/tests/other/clean-start/pom.xml
2016-06-01 16:06:51 +02:00
Stan Silvert
1042a22cf7
KEYCLOAK-2912 Migrate events package to new testsuite
2016-05-25 15:22:17 -04:00
mhajas
183feeb952
Fix ssl adapter tests on wildfly
2016-05-20 14:53:44 +02:00
Bruno Oliveira
c434dc8dcc
KEYCLOAK-2908 - Migration of oidc package
2016-05-14 00:50:23 -03:00
mposolda
fc9dbcf6cb
KEYCLOAK-2881 Admin events testing
2016-05-13 11:29:08 +02:00
Marko Strukelj
0878109647
KEYCLOAK-2993 Fix integration-arquillian tests failing with -Pauth-server-wildfly
2016-05-12 09:39:25 +02:00
Bruno Oliveira
4664bb01d8
Migration of AuthorizationCodeTest
2016-05-11 06:21:12 -03:00
mposolda
bea2678e85
KEYCLOAK-2862 AuthenticationManagementResource tests
2016-05-06 20:19:58 +02:00
Stian Thorgersen
0ca117b8e9
KEYCLOAK-2865 Extend coverage of client admin endpoints
2016-05-06 08:08:52 +02:00
Bruno Oliveira
a5687e4660
Migration of RefreshTokenTest
2016-05-05 15:20:52 -03:00
Stian Thorgersen
20dac1d885
KEYCLOAK-2933
...
RealmTest is failing on WildFly
2016-04-28 12:22:41 +02:00
Stian Thorgersen
83370f0666
Merge pull request #2737 from mhajas/adapter-ssl-PR
...
KEYCLOAK-2915 Fix adapter ssl tests on EAP/EAP6
2016-04-27 13:50:08 +02:00
Stian Thorgersen
95724e36f3
KEYCLOAK-2871 Extend coverage on RealmAdminResource
2016-04-27 10:29:24 +02:00
mhajas
57ccbb7f49
Fix adapter ssl tests on EAP/EAP6
2016-04-26 09:15:12 +02:00
Marek Posolda
6c3d31dd4c
Merge pull request #2728 from mstruk/KEYCLOAK-2899
...
KEYCLOAK-2899 Tests fail with -Pauth-server-wildfly due to missing logging dependecy
2016-04-22 21:37:48 +02:00
Marko Strukelj
eea19e7850
KEYCLOAK-2899 Tests fail with -Pauth-server-wildfly due to missing logging dependecy
2016-04-22 19:48:13 +02:00
mposolda
e0aedfb93d
KEYCLOAK-2878 UserFederation mapper testing
2016-04-22 14:03:42 +02:00
mposolda
f6a718f10a
KEYCLOAK-2878 Testing of UserFederation admin REST endpoints
2016-04-21 23:11:14 +02:00
Marko Strukelj
b8832d2d71
KEYCLOAK-2755 Refactor testsuite events provider
2016-04-20 16:43:20 +02:00
Stian Thorgersen
656161ff61
Merge pull request #2651 from mhajas/truststore
...
KEYCLOAK-2841 Trustore support in adapter tests
2016-04-20 06:57:01 +02:00
mhajas
77c37ccaf6
Trustore support in adapter tests + fix tests
2016-04-18 16:14:10 +02:00
Tomas Kyjovsky
92d9808cc0
Added module 'adapters/jboss/remote' with performance tests.
2016-04-18 14:10:36 +02:00
Stan Silvert
ca72a3bd70
KEYCLOAK-2743: Port OAuthClient to new testsuite
2016-04-14 15:39:03 -04:00
mposolda
5a108c60a0
KEYCLOAK-2812 Make testsuite-arquillian working with -Pauth-server-wildfly
2016-04-13 16:05:03 +02:00
Vlasta Ramik
36266b8574
Change undertow-embedded version from snapshot to released version 1.0.0.Alpha2
2016-04-12 09:40:57 +02:00
Marek Posolda
c469109d22
Merge pull request #2517 from mposolda/master
...
KEYCLOAK-1982 Some builtin objects might be missing when import JSON exported from previous versions
2016-04-06 13:24:32 +02:00
mposolda
f0b168c18f
Ensure KeycloakSessionFactory.close is called before shutdown of auth-server-undertow
2016-04-06 11:43:49 +02:00
Stian Thorgersen
0fc4ca0d12
KEYCLOAK-2590 Add custom rest endpoint to set time offset
2016-04-06 11:14:37 +02:00
Bill Burke
020d090aee
Merge pull request #2430 from mstruk/assert-events
...
KEYCLOAK-2589 KEYCLOAK-2607 KEYCLOAK-2597 Port AssertEvents to integration-arquillian
2016-03-30 15:16:25 -04:00
Tomas Kyjovsky
6b6a673642
KEYCLOAK-2641 updated READMEs
2016-03-30 18:11:09 +02:00
Tomas Kyjovsky
47773371e3
KEYCLOAK-2641 Fixed location of module.xsl
2016-03-30 14:48:19 +02:00
Marko Strukelj
95d222348d
KEYCLOAK-2589 Copy AssertEvents to Arquillian testsuite and modify to pull events from admin endpoints
2016-03-24 17:13:00 +01:00
Tomas Kyjovsky
a9c7bbd44c
KEYCLOAK-2641 moved app-server configurations from adapter tests to servers/app-server module
2016-03-24 11:24:21 +01:00