source: ComponentRegistry/trunk/ComponentRegistry/src/test/java/clarin/cmdi/componentregistry/rest

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5561   10 years olhsha Unit test for getting rss of profiles and components from groups, and …
(edit) @5560   10 years olhsha Unit test for getting comments of profiles and components from groups.
(edit) @5556   10 years olhsha Unit test for getting profiles and components from groups. A little …
(edit) @5554   10 years olhsha Adding transfer owner ship and fixing the method
(edit) @5553   10 years olhsha fixing serialisation issues for List<String>. Adding unit tests for …
(edit) @5552   10 years olhsha Fixed issued arising after testing on localhost tomcat (completed)
(edit) @5550   10 years olhsha Fixed exception that have appeared while unit-testing
(edit) @5549   10 years olhsha Added group service. Tested via the tomcat on loclahots (test URI and …
(edit) @4550   10 years twagoo Fixed errors due to schema change allowing only one root element in a …
(edit) @4131   11 years George.Georgovassilis #465: merged from 1.14
(edit) @4098   11 years George.Georgovassilis #360, #431, #432: JPA and unified component entities
(edit) @3588   11 years George.Georgovassilis #143: committing server part
(edit) @3451   11 years George.Georgovassilis #360 Fixes for shha lux16 environment and renaming of DAO interfaces …
(edit) @3449   11 years George.Georgovassilis #360 Refactoring of transaction handling, tests and application context
(edit) @3088   11 years twagoo Changes in MdMarshaller? and its usage: - now used as an instantiated …
(edit) @3035   11 years twagoo Renamed DEVELOPMENT status to PRIVATE and added DEVELOPMENT and …
(edit) @2556   11 years twagoo Component usage checking: * REST method has userspace=true default …
(edit) @2515   11 years twagoo Merged changes from Olha's branch to trunk
(edit) @2491   11 years twagoo Unit test reflects expected return of 401 instead of 500 on attempted …
(edit) @2347   12 years twagoo Recursion check now happens on copy of spec so that original spec …
(edit) @1993   12 years twagoo ComponentRegistryFactory? now using ComponentStatus? and Owner instead …
(edit) @1916   12 years twagoo Added test for registering a large profile
(edit) @1894   12 years twagoo Fixed manipulate comment methods (for deleting without http DELETE) in …
(edit) @1892   12 years twagoo Added canDelete property to Comment ComponentRegistryDbImpl? sets …
(edit) @1870   12 years twagoo If requested component not found, return 404 in REST service
(edit) @1861   12 years twagoo ConcurrentRestService?: limited number of profiles and components to …
(edit) @1836   12 years twagoo When registering comment, use display name from DB. Fixes #144
(edit) @1816   12 years twagoo Merged changes made in ComponentRegistry-schematron branch to trunk …
(edit) @1799   12 years twagoo Increased interval between adding of comments in test, precision is …
(edit) @1791   12 years twagoo RestServiceTest?: sleep 10ms between insertion of comments so that …
(edit) @1790   12 years twagoo When registering a component, set creatorName in component description …
(edit) @1753   12 years twagoo Expand profile when registering or updating component/profile, so that …
(edit) @1717   12 years twagoo Store id in comment object after successfully adding it to the database
(edit) @1698   12 years twagoo Fixed userId checking when posting a comment Wrote tests for …
(edit) @1697   12 years twagoo Added user_name column to comments table to store user's 'real' name …
(edit) @1696   12 years twagoo Moved inner class UserMapping?.User to outer class RegistryUser?, …
(edit) @1692   12 years twagoo Fix in RegistryTestHelper? after previous changes
(edit) @1691   12 years twagoo Made adding, deleting, retrieving of comments more restrictive by …
(edit) @1690   12 years twagoo Return 401 when trying to do perform an action on the REST service …
(edit) @1689   12 years twagoo Merged changes in 'jeafer' branch which implement the server side …
(edit) @1603   13 years twagoo Renamed ComponentRegistryDatabase? in test packages to …
(edit) @1583   13 years twagoo case typo in test case fixed
(edit) @1582   13 years twagoo Fixed potential issue with validation and AttributeList? being null on …
(edit) @1562   13 years twagoo Detect recursion when expanding profiles/components, and throw an …
(edit) @1420   13 years patdui * refactored tests a bit, made them into one class again now that the …
(edit) @1419   13 years patdui * deleted add fileSystem related implementation/configuration code. We …
(edit) @1378   13 years patdui * added default sorting in database for descriptions.
(edit) @1374   13 years patdui * fixed date formatting
(edit) @1364   13 years patdui * made admin pages work with db implementation. (undelete is still …
(edit) @1361   13 years twagoo Added transaction management to AbstractDescriptionDao?
(edit) @1359   13 years twagoo ComponentRegistryException? thrown from ComponentSpecExpander?
(edit) @1354   13 years patdui removed unused param
(edit) @1353   13 years twagoo Created Db and FS implementations of REST concurrency test
(edit) @1352   13 years twagoo Improved exception throwing and handling. New generic exception class …
(edit) @1348   13 years twagoo Added href column to description tables. Added missing fields to dao …
(edit) @1345   13 years twagoo DbImpl? makes proper use of authenticated user id. For this, …
(edit) @1341   13 years twagoo Caching of components (not descriptions) in ComponentRegistryDbImpl?
(edit) @1337   13 years twagoo All columns in AbstractDescriptionDao? Tests reflect this. Also added …
(edit) @1329   13 years twagoo getOtherUserComponentRegistry implemented + exception logging/handling …
(edit) @1324   13 years twagoo Implemented getComponentRegistry method for FactoryDbImpl?
(edit) @1298   13 years twagoo Added tests for dao's + minor fixes
(edit) @1286   13 years twagoo Using spring-test for DI in tests, much cleaner
(edit) @1283   13 years twagoo Made test package work with additional DI and SpringServlet?
(edit) @1279   13 years twagoo Made spring config more modular, so implementations will have their …
(edit) @1277   13 years twagoo Moved filesystem implementation classes to impl.filesystem pacakge. A …
(edit) @1251   13 years twagoo Minor config & test adjustments/corrections
(edit) @1245   13 years twagoo Extended profile registration tests to include group name
(edit) @1207   13 years patdui
(edit) @1089   13 years patdui Made private xsd's downloadable and linkable etc... no more …
(edit) @1087   13 years patdui Publishing components/profiles results in a move from private to …
(edit) @836   14 years patdui * Removed some obsolete stuff * Added update REST call.
(edit) @671   14 years patdui * added forceUpdate test
(edit) @653   14 years patdui Using Jersey 1.3 now, fixed some issues especially with the loading of …
(edit) @640   14 years patdui Added 'item' url parameter to the registry, added standard encoding …
(edit) @622   14 years patdui * added userCredentials. Made migrate pages to get userId's into the …
(edit) @537   14 years patdui * added Wicket based admin page. Allows for editing/deleting and …
(edit) @477   14 years patdui * streaming of xsd and xml data instead of generating and then sending …
(edit) @475   14 years patdui * indenting xsd with one space compromise between small and readable
(edit) @472   14 years patdui * added pingSession webservice can be queried by client to keep …
(edit) @435   14 years patdui Improved concurrency test and fixed some concurrency issues as a result
(edit) @434   14 years patdui Added some better error message
(edit) @433   14 years patdui Added some better error message
(edit) @430   14 years patdui * added LeastRecentlyUsedMap? to store Components/Profiles? and …
(edit) @428   14 years patdui * added non-required domainName attribute in Descriptions
(edit) @426   14 years patdui * added external user mapping files to store which user stores the …
(edit) @423   14 years patdui not returning a public registry when there are no credentials and a …
(edit) @419   14 years patdui Introduced the notion of userspaces, a workspace per user. Made a …
(edit) @415   14 years patdui * fixed failing tests
(edit) @411   14 years patdui * added methods to get usage of components, using that to check if a …
(edit) @405   14 years patdui * Added possibility to add schemalocations to marshaller and added …
(edit) @262   14 years patdui * Using a proper response when sending back xsd or xml raw data, …
(edit) @207   14 years patdui * addd Basic security in webapp * Added Delete functionality in …
(edit) @130   14 years patdui * added test for non-existing content
(edit) @127   14 years patdui * added validation on nested components, they should all be …
(edit) @107   14 years patdui * caching components and profiles on startup * added proper xlink to …
(edit) @94   15 years patdui * added register Component test and minor fixes * added javascript to …
(edit) @85   15 years patdui * filtered out url of service as a property to be set in the …
(edit) @77   15 years patdui * added some simple validation
(edit) @60   15 years patdui * replaced uploadServlet with proper REST POST methods. * Added tests …
(add) @55   15 years patdui * More initial work on the backend code for the ComponentRegistry. …
Note: See TracRevisionLog for help on using the revision log.