|
|
@5010
|
12 years |
cbyrom |
Adjust XMLRPC client to eXist to preserve the throwing of Faults if …
|
|
|
@5009
|
12 years |
cbyrom |
Remove default check for proxy settings - since these may not always …
|
|
|
@5008
|
12 years |
cbyrom |
Remove unused imports from interfaces.
|
|
|
@5007
|
12 years |
cbyrom |
Add interface for relational DB clients to follow - and use this for
the …
|
|
|
@5006
|
12 years |
cbyrom |
Restructure webservice client code - put discovery service client
into its …
|
|
|
@5000
|
12 years |
cbyrom |
Fix issues with the granlite tests.
|
|
|
@4997
|
12 years |
cbyrom |
Add better error handling + add general keyword catcher to avoid
issues …
|
|
|
@4996
|
12 years |
cbyrom |
Fix xquery to remove illegal character, return localID string for …
|
|
|
@4995
|
12 years |
cbyrom |
Fix parsing of spatial data in granulite - now gets max/min boundaries
for …
|
|
|
@4994
|
12 years |
cbyrom |
Add keyword to getAtomFeed to allow proxies to be set explicitly. Also …
|
|
|
@4991
|
12 years |
cbyrom |
Move generic 'httpify' method to utilities + adjust utilities method
to …
|
|
|
@4990
|
12 years |
cbyrom |
Split out the remaining code in DocumentRetrieve? into a new clients …
|
|
|
@4989
|
12 years |
cbyrom |
Remove get method from ndgObject - this isn't used and confuses the …
|
|
|
@4988
|
12 years |
cbyrom |
Refactor ndgRetrieve making much more structured + turning into an
object …
|
|
|
@4987
|
12 years |
cbyrom |
Pull out common error string into instance variable - to improve
class …
|
|
|
@4986
|
12 years |
cbyrom |
Properly implement search interface on discovery WS client + remove
some …
|
|
|
@4985
|
12 years |
cbyrom |
Add getNDGDoc method to the interfacesearchclient - since this is a …
|
|
|
@4983
|
12 years |
cbyrom |
Add a new feed for collecting corrections info submitted by users of
the …
|
|
|
@4981
|
12 years |
cbyrom |
Fix a couple of small formatting problems in atomutilities + create
test …
|
|
|
@4978
|
12 years |
cbyrom |
Add new test suite for RESTful client + update various other test classes …
|
|
|
@4977
|
12 years |
cbyrom |
Add new utility methods to determine default proxies to use - checking …
|
|
|
@4976
|
12 years |
cbyrom |
Implement an eXist client based on the RESTful DB interface and …
|
|
|
@4970
|
12 years |
cbyrom |
Various fixes, tidy ups and simplications to ndgCommon codebase.
|
|
|
@4969
|
12 years |
cbyrom |
Add new test data.
|
|
|
@4968
|
12 years |
cbyrom |
Remove use of concat function in xqueries - to vastly speed them up
- by a …
|
|
|
@4967
|
12 years |
cbyrom |
Fix search client and associated xqueries to return all search results
in …
|
|
|
@4966
|
12 years |
cbyrom |
Add failsave for sporadic eXist failures - retry query three times
if an …
|
|
|
@4964
|
12 years |
cbyrom |
Adjust granulite to ensure that granule atoms are validated before
they …
|
|
|
@4947
|
12 years |
cbyrom |
Add instructions for setting up eXist DB for use with the ndgcommon …
|
|
|
@4946
|
12 years |
cbyrom |
Update tests for the dal package - removing tests for redundant
code + …
|
|
|
@4945
|
12 years |
cbyrom |
Remove compiled python files from SVN.
|
|
|
@4944
|
12 years |
cbyrom |
Update tests for the models package - removing tests for redundant
code + …
|
|
|
@4943
|
12 years |
cbyrom |
Update tests for the lib package - removing tests for redundant code + …
|
|
|
@4942
|
12 years |
cbyrom |
Replace old eXist connector tests with tests based on the new clients
+ …
|
|
|
@4941
|
12 years |
cbyrom |
Remove old ws search test and replace with one for new client - with …
|
|
|
@4940
|
12 years |
cbyrom |
Remove compiled python files from SVN.
|
|
|
@4939
|
12 years |
cbyrom |
Remove compiled python files from SVN.
|
|
|
@4938
|
12 years |
cbyrom |
Update xqueries:
- make more precise to improve search performance
- add …
|
|
|
@4937
|
12 years |
cbyrom |
Extend test constants to improve available data for use in tests + add
new …
|
|
|
@4936
|
12 years |
cbyrom |
Add command line tools - to validate links + atoms in eXist.
|
|
|
@4935
|
12 years |
cbyrom |
Update the models to use the new client suite + add new ndgObject var: …
|
|
|
@4934
|
12 years |
cbyrom |
Update lib code to cope with new client suite + remove dependency on …
|
|
|
@4933
|
12 years |
cbyrom |
Replace ndgXqueries with more generic ndgresources.
|
|
|
@4932
|
12 years |
cbyrom |
Update ndgRetrieve to use new clients suite + tidy up logic slightly.
|
|
|
@4931
|
12 years |
cbyrom |
Update ndgDirecory to use new clients suite.
|
|
|
@4930
|
12 years |
cbyrom |
Remove main DocumentRetrieve? functionality - since this is now fully …
|
|
|
@4929
|
12 years |
cbyrom |
Remove old ndgUtils code replaced with the new interface based code.
|
|
|
@4928
|
12 years |
cbyrom |
Create atom client, implementing the generic interface for ndgcommon,
to …
|
|
|
@4927
|
12 years |
cbyrom |
Create feedclient - for setting up, retrieving from and adding to
atom …
|
|
|
@4926
|
12 years |
cbyrom |
Create simple data struct to store the path details for the atom based …
|
|
|
@4925
|
12 years |
cbyrom |
Create helper class to do the setting up of eXist DB for use with
atoms …
|
|
|
@4924
|
12 years |
cbyrom |
Create CRUD client for eXist - implementing the CRUD interface defined for …
|
|
|
@4923
|
12 years |
cbyrom |
Create search client for eXist DB - implementing the generic search …
|
|
|
@4922
|
12 years |
cbyrom |
Create eXist client to the XML-RPC interface - implementing the
xmldb …
|
|
|
@4921
|
12 years |
cbyrom |
Restructure webservice search client - to adhere to new interface …
|
|
|
@4919
|
12 years |
cbyrom |
Create abstract implementation of some of the new interfaces - to
provide …
|
|
|
@4918
|
12 years |
cbyrom |
Define interfaces for the following clients - to improve implementation …
|
|
|
@4853
|
12 years |
cbyrom |
Add default config file to postgresclient - to check for and use when …
|
|
|
@4850
|
12 years |
cbyrom |
Fix issue with atoms being deleted upon failed content validation +
adjust …
|
|
|
@4849
|
12 years |
cbyrom |
Add postgres config file to test constants - and rename exist config
file …
|
|
|
@4848
|
12 years |
cbyrom |
Create new client to access postgres DBs and run SQL statements + add
test …
|
|
|
@4847
|
12 years |
cbyrom |
Fix custom indexes - adding the full text search in + re-enable setting
up …
|
|
|
@4844
|
12 years |
cbyrom |
Improve url check, by creating new method which sets the default
proxies …
|
|
|
@4843
|
12 years |
cbyrom |
Include better management of stored reference collections.
|
|
|
@4842
|
12 years |
cbyrom |
Add method to parse information from atomID.
|
|
|
@4837
|
12 years |
cbyrom |
Display more detail on deployments summary - providing clickable link
to …
|
|
|
@4836
|
12 years |
cbyrom |
Add xml schema to eXist and adjust the atom schemata to allow use of
this …
|
|
|
@4835
|
12 years |
cbyrom |
Update existinitialiser tests.
|
|
|
@4834
|
12 years |
cbyrom |
Add support for retrieving DIF documents produced in provider eXist DB
- …
|
|
|
@4833
|
12 years |
cbyrom |
Remove compiled python files from codebase; these are currently causing …
|
|
|
@4832
|
12 years |
cbyrom |
Fix vocabtermdata to allow retrieval of data via http proxies.
|
|
|
@4831
|
12 years |
cbyrom |
Add xml schema to eXist and adjust the atom schemata to allow use of
this …
|
|
|
@4830
|
12 years |
cbyrom |
Temporarily disable validation of vocab term data - whilst the editor …
|
|
|
@4829
|
12 years |
cbyrom |
Disable setting up of custom indexes for the time being - these seem
to …
|
|
|
@4828
|
12 years |
cbyrom |
Improve exist client checking of results + extend logging + add support …
|
|
|
@4827
|
12 years |
cbyrom |
Remove compiled python files from codebase; these are currently causing …
|
|
|
@4826
|
12 years |
cbyrom |
Remove compiled python files from codebase; these are currently causing …
|
|
|
@4825
|
12 years |
cbyrom |
Adjust atom transform xqueries to use latest namespaces.
|
|
|
@4824
|
12 years |
cbyrom |
Add required package resources to ndgcommon setup.
|
|
|
@4811
|
12 years |
cbyrom |
update project file.
|
|
|
@4810
|
12 years |
cbyrom |
Create new class (and test suite) to do all the eXist DB setting up - and …
|
|
|
@4793
|
12 years |
cbyrom |
Checking in initial codebase for ndgUtils restructure.
|
|
|
@4790
|
12 years |
cbyrom |
|