Activity
From 08/10/2015 to 09/08/2015
09/08/2015
- 10:27 PM Task #3079 (In Progress): Distribute keys over NDN-sci testbed
- 10:27 PM Task #2904 (Closed): Back up and update testbed machines to Fedora 22
- 03:04 PM Bug #3191: onQueryResultsInterest does not handle cache miss
- Sorry, I flubbed this one.
The correct task description is that onQueryResultsInterest should do the right thing o... - 03:01 PM Bug #3191 (New): onQueryResultsInterest does not handle cache miss
- ```
auto data = m_cache.find(interest.getName());
```
will return `nullptr` on a cache miss. The current code is... - 02:58 PM Bug #3190 (New): catalog ID should be based off active signing key
- Catalog should use the active signing key, instead of the default identity, for generating it's identifier.
This s... - 01:50 PM Task #3189 (New): Use logging in catalog
- Use boost.log, instead of simple std::cout
- 11:06 AM Bug #3188 (New): catalog should not generate errors during database initialization
- use IF NOT EXISTS when creating tables to avoid errors: http://dev.mysql.com/doc/refman/5.1/en/create-table.html
- 10:41 AM Bug #3187 (New): /ndn/broadcast strategy renamed to /ndn/multicast in NFD-0.3.4
- Please update the catalog configuration appropriately.
- 10:36 AM Bug #3186 (New): catalog requires signingId to be explicitly set in configuration
- The catalog should fall back to the default identity if `signingId` is not specify. Regardless of value, the active s...
- 10:32 AM Bug #3185 (New): onConfig does not validate configuration in dry perform dry run
- `PublisherAdapter::` and `QueryAdapter::onConfig` return immediately if `isDryRun` is set. This avoids validating the...
- 10:20 AM Bug #3184 (New): default catalog configuration should use meaningful names
- Catalog sample configuration currently includes generic testing names for things like dbName and testuser1. These sho...
- 10:00 AM Bug #3183 (New): atoms-catalog crashes if user/password is incorrect
- ```
libc++abi.dylib: terminating with uncaught exception of type std::runtime_error: Access denied for user 'testuse... - 09:58 AM Bug #3182 (New): atoms-catalog crashes if database is not available
- Run atoms-catalog without mysql running:
```
libc++abi.dylib: terminating with uncaught exception of type std::ru... - 09:54 AM Bug #3181 (New): atoms-catalog crashes if no configurations file available/specified
- Run atoms-catalog with no options and no configuration available to produce a crash:
```
libc++abi.dylib: termina... - 09:52 AM Bug #3180 (New): malformed help output
- Running atmos-catalog -h produces:
```
Usage:
atmos-catalog [-h] [-f config file] [-f config file] - s...
08/23/2015
08/21/2015
- 09:16 AM Task #3120 (Closed): Populate filter menu on the catalog
- Catalog should accept Interest from fronend. Reply should contain all available name components
08/14/2015
- 09:19 AM Task #2611 (Closed): Implement Sync Update Executor
- 09:13 AM Task #2611 (Code review): Implement Sync Update Executor
- 09:16 AM Task #3047 (Closed): query-results data names must conform the naming convention
- 09:15 AM Task #2610 (Closed): Define Sync Update format
- 09:14 AM Task #3024 (Closed): Implement autocompletion on the catalog
- 09:14 AM Task #3020 (Closed): Implement trust model
08/11/2015
- 01:30 PM Task #3096 (New): producer should be able to publish dataset names using multiple data packet
- The current producer can only publish filenames in one packet, it should be able to publish them in multiple packets
- 01:27 PM Task #3095 (New): Enable multi-threads publication
- The publishAdapter can only support one thread for publication, we have to use multithreads.
- 01:14 PM Task #3094 (New): calculate the payload limit based on the configuration
- The payload limit is hardcoded as 7000, we should calculate the limit based on the specified catalog prefix.
steps...
Also available in: Atom