0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Elasticsearch 5: Remove core POM change More... over 6 years ago
Elasticsearch 5: Close content builder More... over 6 years ago
Elasticsearch 5: Change es.newdb to es.new_index More... over 6 years ago
Elasticsearch 5: Remove unneeded output statements More... over 6 years ago
Elasticsearch 5: Log transport client on stderr More... over 6 years ago
Elasticsearch 5: Revert unrelated changes More... over 6 years ago
Update Spanner Version to 0.21.1-beta More... over 6 years ago
Elasticsearch 5: Format transport client logs More... over 6 years ago
Elasticsearch 5: Only activate plugin on JDK 8 More... over 6 years ago
Elasticsearch 5: Update docs More... over 6 years ago
Elasticsearch 5: Fix issues for tests to pass More... over 6 years ago
Elasticsearch 5: Code cleanup More... over 6 years ago
Elasticsearch 5: Complete REST implementation More... over 6 years ago
Elasticsearch 5: Fix unreleased bugs in client More... over 6 years ago
Elasticsearch 5: Remove path.home setting More... over 6 years ago
Elasticsearch 5: Use auto-IDs and implements scan More... over 6 years ago
Elasticsearch 5: Remove support for embedded node More... over 6 years ago
Elasticsearch 5: Fix handling of settings More... over 6 years ago
Elasticsearch 5: Avoid adding path.home if not set More... over 6 years ago
Elasticsearch 5: Set dependency to version 5.5.1 More... over 6 years ago
Merge branch 'master' into initial-es5 More... over 6 years ago
[core] Add the RandomDiscreteTimestampGenerator to generate a range of timestamps in a non-repeating random order. Modify UnixEpochTimestampGenerator so that the random generator can extend it. More... over 6 years ago
[core] Add the NumericByteIterator to store byte encoded longs or doubles for passing to db implementations as an abstraction on the byte array itorator. More... over 6 years ago
Merge pull request #999 from manolama/iterators_reset More... over 6 years ago
[core] Add an operation enum to the Workload class. This can eventually be used to replace the strings. More... over 6 years ago
[core] Add a Fisher-Yates array shuffle to the Utils class. More... over 6 years ago
[core] Fix an issue where the threadid and threadCount were not passed to the workload client threads. Had to use setters to get around the checkstyle complaint of having too many parameters. More... over 6 years ago
[core] Add a reset() method to the ByteIterator abstract and implementations for each of the children. This lets us re-use byte iterators if we need to access the values again (when applicable). More... over 6 years ago
[core] Add 'basicdb.count' as a config option to track and print the number of unique combinations of tables, keys and fields per database operation. This is useful for tracking distributions. More... over 6 years ago
[core] Update to use newer version of Google Cloud Spanner client and associated required change More... almost 7 years ago