3
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CORAL-137: modify cache contents only if database load operation succeeds. More... over 10 years ago
CORAL-136: check for root resource correctly More... over 10 years ago
CORAL-134: fixed ORDER BY clause More... over 10 years ago
BAZYNGO-1224: gracefully handle situation when Coral Subject is missing - there's no cleanup to be done More... over 10 years ago
LEDGE-240 Interface / implementation split for ThreadPool More... over 10 years ago
CORAL-135: implemented functionality necessary to replace all references to a subject with another one More... over 10 years ago
CORAL-134: implemented resource lookup based on subject metadata (created_by, modified_by, owner) More... over 10 years ago
CORAL-133: implemented resource class independent resource by attribute value lookup More... over 10 years ago
CORAL-133: added setParameter method for inserting attribute values into PreparedStatement parameters, for building attribute based queries generically More... over 10 years ago
CORAL-133: introduce getDataColumn() for building queries for attribute values in a generic way More... over 10 years ago
CORAL-133: make PersistentResourceHelper.getColumnName package private and use it whole implementation package More... over 10 years ago
CORAL-132 when update statement is not effective, assume that the row is missing and issue insert instead. More... over 10 years ago
CORAL-131: implemented partitionByHandler correctly - all handlers of the same class are equivalent, irregardless of particular ResourceClass they are bound to. More... over 10 years ago
CORAL-131: dropped unused RetrieveView More... over 10 years ago
CORAL-131: load data for all persistent (tabular) constituent classess of a resource class using a single JOINed statement More... over 10 years ago
CORAL-131: pass information about requested resource classes to ResourceHandler.getData(..) More... over 10 years ago
version bump More... over 10 years ago
Upgrade to Guava 14 (no longer pulls in JSR-305) More... almost 11 years ago
CORAL-130: fixed attribute glue query for generic model More... almost 11 years ago
BAZYNGO-1081: modified RoleChecking interface to use Set<String> instead of String[] and provide hasRole(Principal, String) method that may be more effective in specific implementations. More... almost 11 years ago
store column initial values manually only when it has a custom representation. The other case is already handled using DEFAULT clause of column specification. More... almost 11 years ago
resolve value provided by the caller (which is a String in case of invocation from RML executor) to a proper type More... almost 11 years ago
changed toExternalString to produce correct boolean literals More... almost 11 years ago
BAZYNGO-963: moved tree building functionality into a new class ResourceTreeTable model, reverting ResourceListTableModel to previous implementation. More... almost 11 years ago
BAZYNGO-963: added implementation of getChildren to all allow building tree views of resource lists (the list must contain a fully connected tree) More... almost 11 years ago
a convenience method for retrieving child resources of specific type More... almost 11 years ago
CYKLO-948: generics / simplification More... about 11 years ago
CORAL-129: Compensate for users missing from the directory More... about 11 years ago
CORAL-129: handle undefined and multivalued properties gracefully, auto-close DirectoryParameters to prevent leaking DirContext objects More... about 11 years ago
CORAL-129: handle multi-valued properties gracefully, auto-close DirectoryParameters to prevent leaking DirContext objects More... about 11 years ago