Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mozilla/mentat issues and pull requests
#100 - Implement ground. Fixes #99.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: enhancement
#100 - Implement ground. Fixes #99.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: enhancement
#99 - Implement ground
Issue -
State: closed - Opened by rnewman about 8 years ago
Labels: enhancement
#99 - Implement ground
Issue -
State: closed - Opened by rnewman about 8 years ago
Labels: enhancement
#98 - Implicitly allocate db/ids
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: A-transact
#98 - Implicitly allocate db/ids
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: A-transact
#97 - Internal storage schema migration
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: A-core
#97 - Internal storage schema migration
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: A-core
#96 - Upgrade node-sqlite3 in promise-sqlite
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#96 - Upgrade node-sqlite3 in promise-sqlite
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#95 - Decide and document approaches to multi-consumer schema coordination
Issue -
State: closed - Opened by rnewman about 8 years ago
- 4 comments
Labels: documentation, discussion
#95 - Decide and document approaches to multi-consumer schema coordination
Issue -
State: closed - Opened by rnewman about 8 years ago
- 4 comments
Labels: documentation, discussion
#94 - Maximize throughput by minimizing time spent in transact critical section
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: enhancement, speed, A-transact
#94 - Maximize throughput by minimizing time spent in transact critical section
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: enhancement, speed, A-transact
#93 - Route tx-meta through `<transact!` into listeners and possibly the tx-report
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#93 - Route tx-meta through `<transact!` into listeners and possibly the tx-report
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#92 - Optimize bulk id-literal insert: allocate tempids without iterating and using an atom
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 2 comments
Labels: enhancement, speed
#92 - Optimize bulk id-literal insert: allocate tempids without iterating and using an atom
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 2 comments
Labels: enhancement, speed
#91 - Optimize bulk id-literal insert: don't insert :upserts, don't check for existence of :allocations-*
Issue -
State: open - Opened by ncalexan about 8 years ago
- 2 comments
Labels: enhancement, speed, ready, A-transact
#91 - Optimize bulk id-literal insert: don't insert :upserts, don't check for existence of :allocations-*
Issue -
State: open - Opened by ncalexan about 8 years ago
- 2 comments
Labels: enhancement, speed, ready, A-transact
#90 - Improve speed of [a v] lookups
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 2 comments
Labels: speed
#90 - Improve speed of [a v] lookups
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 2 comments
Labels: speed
#89 - Ensure that SQLite connections are used correctly to preserve isolation
Issue -
State: open - Opened by ncalexan about 8 years ago
- 2 comments
Labels: correctness, ready, discussion, A-core
#89 - Ensure that SQLite connections are used correctly to preserve isolation
Issue -
State: open - Opened by ncalexan about 8 years ago
- 2 comments
Labels: correctness, ready, discussion, A-core
#88 - id-literal lookups are slow
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: correctness
#88 - id-literal lookups are slow
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: correctness
#87 - Correct type extraction from fulltext expressions, fix UNIONs.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 4 comments
#87 - Correct type extraction from fulltext expressions, fix UNIONs.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 4 comments
#86 - Critical sections and listeners, updated
Pull Request -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
#86 - Critical sections and listeners, updated
Pull Request -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
#85 - Contribute to known-types when processing fulltext expressions
Issue -
State: closed - Opened by rnewman about 8 years ago
#85 - Contribute to known-types when processing fulltext expressions
Issue -
State: closed - Opened by rnewman about 8 years ago
#84 - Ensure that each branch of a UNION has the same projected columns
Issue -
State: closed - Opened by rnewman about 8 years ago
- 2 comments
Labels: bug, correctness
#84 - Ensure that each branch of a UNION has the same projected columns
Issue -
State: closed - Opened by rnewman about 8 years ago
- 2 comments
Labels: bug, correctness
#83 - or-join UNION ends up with extra parentheses
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#83 - or-join UNION ends up with extra parentheses
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#82 - Error if an input isn't bound
Issue -
State: closed - Opened by rnewman about 8 years ago
- 3 comments
Labels: correctness
#82 - Error if an input isn't bound
Issue -
State: closed - Opened by rnewman about 8 years ago
- 3 comments
Labels: correctness
#81 - Transact critical section
Pull Request -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#81 - Transact critical section
Pull Request -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#80 - Make `<transact!` run in a critical section
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
Labels: correctness
#80 - Make `<transact!` run in a critical section
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
Labels: correctness
#79 - Expose schema management to JavaScript callers
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: enhancement, documentation, A-vocab
#79 - Expose schema management to JavaScript callers
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: enhancement, documentation, A-vocab
#78 - Attribute alteration
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: enhancement
#78 - Attribute alteration
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
Labels: enhancement
#77 - Use or-join in `<saved-pages-matching-string`
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#77 - Use or-join in `<saved-pages-matching-string`
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#76 - Port new find spec usage from Datomish
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#76 - Port new find spec usage from Datomish
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#75 - visit/visitAt should be cardinality one
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#75 - visit/visitAt should be cardinality one
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#74 - Change license to Apache
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#74 - Change license to Apache
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#73 - Support order-by, tempid lookup, and more tests to JS interface.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#73 - Support order-by, tempid lookup, and more tests to JS interface.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#72 - Code style: standardize `<` prefix and `!` suffix
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: hygiene
#72 - Code style: standardize `<` prefix and `!` suffix
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: hygiene
#71 - Implement all four find specs. Fixes #38.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#71 - Implement all four find specs. Fixes #38.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#70 - Add a test for long strings round-tripping through node-sqlite3. Fixes #65.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#70 - Add a test for long strings round-tripping through node-sqlite3. Fixes #65.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#69 - Implement a hash-based indexing option for attributes
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: speed, size, discussion, A-core
#69 - Implement a hash-based indexing option for attributes
Issue -
State: open - Opened by rnewman about 8 years ago
- 2 comments
Labels: speed, size, discussion, A-core
#68 - Write a "getting started" guide
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: documentation, ready
#68 - Write a "getting started" guide
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: documentation, ready
#67 - Don't use rowids as foreign key into fulltext values table
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: correctness
#67 - Don't use rowids as foreign key into fulltext values table
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
Labels: correctness
#66 - Make tempids work from JS
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#66 - Make tempids work from JS
Pull Request -
State: closed - Opened by rnewman about 8 years ago
#65 - Test long string round-tripping in Node
Issue -
State: closed - Opened by rnewman about 8 years ago
#65 - Test long string round-tripping in Node
Issue -
State: closed - Opened by rnewman about 8 years ago
#64 - Process `order-by` in JS API
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#64 - Process `order-by` in JS API
Issue -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#63 - Use prepared statements
Issue -
State: open - Opened by rnewman about 8 years ago
- 1 comment
Labels: speed, A-transact
#63 - Use prepared statements
Issue -
State: open - Opened by rnewman about 8 years ago
- 1 comment
Labels: speed, A-transact
#62 - Coalesce simple parts of a complex 'or' expression
Issue -
State: open - Opened by rnewman about 8 years ago
- 1 comment
Labels: speed, ready, A-query
#62 - Coalesce simple parts of a complex 'or' expression
Issue -
State: open - Opened by rnewman about 8 years ago
- 1 comment
Labels: speed, ready, A-query
#61 - Support connection listeners
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
Labels: enhancement, A-core, A-design
#61 - Support connection listeners
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 3 comments
Labels: enhancement, A-core, A-design
#60 - Support complex `or` expressions.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#60 - Support complex `or` expressions.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#59 - Make it easy to log inputs, outputs, and performance metrics
Issue -
State: open - Opened by ncalexan about 8 years ago
Labels: enhancement, A-core
#59 - Make it easy to log inputs, outputs, and performance metrics
Issue -
State: open - Opened by ncalexan about 8 years ago
Labels: enhancement, A-core
#58 - Consider special casing transact for 1, 2, 3, ..., k datoms
Issue -
State: open - Opened by ncalexan about 8 years ago
Labels: speed, A-transact
#58 - Consider special casing transact for 1, 2, 3, ..., k datoms
Issue -
State: open - Opened by ncalexan about 8 years ago
Labels: speed, A-transact
#57 - Support non-trivial `or` expressions
Issue -
State: closed - Opened by rnewman about 8 years ago
#57 - Support non-trivial `or` expressions
Issue -
State: closed - Opened by rnewman about 8 years ago
#56 - Optimization: eliminate non-fulltext attributes mentioned in a `fulltext` expression
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: speed, ready, A-query
#56 - Optimization: eliminate non-fulltext attributes mentioned in a `fulltext` expression
Issue -
State: open - Opened by rnewman about 8 years ago
Labels: speed, ready, A-query
#55 - Allow sets of attributes in fulltext expressions. Fixes #54.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#55 - Allow sets of attributes in fulltext expressions. Fixes #54.
Pull Request -
State: closed - Opened by rnewman about 8 years ago
- 1 comment
#54 - Allow to search set of fields using `fulltext`
Issue -
State: closed - Opened by ncalexan about 8 years ago
#54 - Allow to search set of fields using `fulltext`
Issue -
State: closed - Opened by ncalexan about 8 years ago
#53 - Support a JSON format for schema
Issue -
State: closed - Opened by rnewman about 8 years ago
#53 - Support a JSON format for schema
Issue -
State: closed - Opened by rnewman about 8 years ago
#52 - Serialize and de-serialize non-keyword schema values correctly
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#52 - Serialize and de-serialize non-keyword schema values correctly
Issue -
State: closed - Opened by ncalexan about 8 years ago
- 1 comment
#51 - Include index flag(s) to enable non-standard index walks in queries
Issue -
State: open - Opened by ncalexan about 8 years ago
- 1 comment
Labels: speed, A-query
#51 - Include index flag(s) to enable non-standard index walks in queries
Issue -
State: open - Opened by ncalexan about 8 years ago
- 1 comment
Labels: speed, A-query