summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
* QPID-4639: Improve functionality to delete store on virtual host deletionAlex Rudyy2013-04-291-0/+6
* QPID-4777: Add UI to view and edit web management configurationAlex Rudyy2013-04-268-8/+141
* QPID-4596: Call AuthenticationManager#onCreate() only when authentication pro...Alex Rudyy2013-04-251-0/+46
* QPID-4753: Add additional tests for updated AcessControlProvider config, inc ...Robert Gemmell2013-04-232-0/+399
* QPID-4753: move ACL config from broker attribute to a top level entityAlex Rudyy2013-04-194-19/+23
* QPID-4755: Rename broker attribute 'supportedStoreTypes' into 'virtualHostSup...Alex Rudyy2013-04-192-2/+14
* QPID-4752: Make the GroupProvider a full broker-level configuration entry ins...Alex Rudyy2013-04-199-29/+361
* QPID-4754: Make broker name editable and show it in the browser titleAlex Rudyy2013-04-193-3/+3
* QPID-4746, QPID-4747:Fix the tests failing on IBM JDKAlex Rudyy2013-04-181-18/+33
* QPID-4746, QPID-4747: remove the defaultAuthenticationProvider attribute from...Alex Rudyy2013-04-1713-169/+100
* QPID-4731: Added additional system test DurableSubscriptionTest#testUnsubscri...Keith Wall2013-04-171-33/+113
* QPID-4390, QPID-4743: generate ID's randomly at startup, for the broker and d...Robert Gemmell2013-04-1519-25/+65
* QPID-4390, QPID-4743: configuration improvements from reviewRobert Gemmell2013-04-151-28/+0
* QPID-4739: add ACL tests for new TrustStore + KeyStore objectsRobert Gemmell2013-04-151-0/+302
* QPID-4739: complete support for defining multiple key/trust stores and assign...Robert Gemmell2013-04-1215-91/+673
* QPID-4705: Restrict access to web management interfaces to authenticated and ...Alex Rudyy2013-04-085-12/+115
* QPID-4676: set the certificate alias to use for the client to ensure the test...Robert Gemmell2013-04-051-1/+1
* QPID-4695: Add validation of configured object names and IDsAlex Rudyy2013-04-031-0/+17
* QPID-4691: Fix validation and UI for setting of keystore/truststore/peerstore...Alex Rudyy2013-04-021-2/+134
* QPID-4676: add system test to check External authentication provider behaviou...Robert Gemmell2013-04-021-1/+73
* QPID-4657, QPID-4683: review changes for new port configuration functionalityRobert Gemmell2013-03-312-2/+9
* QPID-4678: Add ACL checks to restrict the operations to change broker level c...Alex Rudyy2013-03-292-0/+461
* QPID-4677: Rename broker and virtual host attribute constants to distiguish t...Alex Rudyy2013-03-292-27/+27
* QPID-4677: Add missing broker attributes related to store transactionsAlex Rudyy2013-03-291-0/+8
* QPID-4677: Fix incorrect attribute names and update web management console UI...Alex Rudyy2013-03-291-4/+4
* QPID-4661: Fix broker attribute conversion bugAlex Rudyy2013-03-291-1/+22
* QPID-4661: Add UI into java broker web management console to edit broker attr...Alex Rudyy2013-03-204-4/+129
* QPID-4657: Add UI into java broker web management console to add/edit/delete ...Alex Rudyy2013-03-184-5/+22
* QPID-4636: expand testing of the new TrustManagersRobert Gemmell2013-03-173-1/+62
* QPID-4636: add 'peersOnly=false' on the 'regular trustStore' for clarity, add...Robert Gemmell2013-03-142-2/+3
* QPID-4593: Remove initial store type command line argument, simplify configur...Alex Rudyy2013-03-141-4/+3
* QPID-4596,QPID-4638: Change authentication provider names to shorter names, r...Alex Rudyy2013-03-136-8/+8
* QPID-4639: Add UI to add/delete virtual hosts into java broker web management...Alex Rudyy2013-03-112-15/+3
* QPID-4638: Add UI to add/delete/update authentication providers into java bro...Alex Rudyy2013-03-111-89/+9
* QPID-4596: remove manipulation of store files, and vhost store type etc.Robert Gemmell2013-03-101-69/+0
* QPID-4390: misc cleanupRobert Gemmell2013-03-101-1/+0
* QPID-4390: move the store factory interface beside the other plugin factory i...Robert Gemmell2013-03-101-1/+1
* QPID-3396 Fixed the typo from sasl_mech to sasl_mechs. This test wasRajith Muditha Attapattu2013-03-071-1/+1
* QPID-3396 Added a test case to verify that if mech needs user passwordRajith Muditha Attapattu2013-03-061-0/+24
* QPID-4596: Add java broker ability to create/delete/update virtual hosts, aut...Alex Rudyy2013-02-275-19/+459
* QPID-4602: Fix broker startup when default log4j configuration is used and fi...Alex Rudyy2013-02-263-16/+54
* QPID-4593: add command line argument to pass path to initial storeAlex Rudyy2013-02-201-12/+2
* QPID-4390: Introduce a configuration store in java broker allowing runtime mo...Alex Rudyy2013-02-1959-1057/+1059
* QPID-4312: reduce visibility and narrow argument type for new check methods, ...Robert Gemmell2013-02-051-24/+17
* QPID-4312 : [Java Client] add option for verification of queue existence duri...Robert Godfrey2013-02-043-16/+103
* QPID-4281: Fix setting of log4j configuration in system tests. While testing ...Alex Rudyy2013-01-247-71/+290
* QPID-4540 The deletion of the subscription queue is now handledRajith Muditha Attapattu2013-01-161-1/+7
* QPID-3569: Refactor TransactionTimeoutKeith Wall2013-01-072-13/+8
* QPID-4318Weston M. Price2013-01-041-0/+120
* QPID-4525: remove the ChannelCloseTest and ChannelCloseOkTest system testsRobert Gemmell2013-01-042-635/+0