timely icon indicating copy to clipboard operation
timely copied to clipboard

Accumulo backed time series database

Results 23 timely issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies
javascript

Bumps hadoop-common from 2.10.1 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop:hadoop-common&package-manager=maven&previous-version=2.10.1&new-version=3.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

If data is present/ingested that should be aged off, you can get a SOE during compaction or at scan time due to the recursive call chain in the MetricAgeOffIterator: seekPastAgedOffMetricData(line...

Your project, `NationalSecurityAgency/timely`, depends on the outdated library FastClasspathScanner in the following source files: * [`server/src/main/java/timely/api/annotation/AnnotationResolver.java`](https://github.com/NationalSecurityAgency/timely/tree/master/server/src/main/java/timely/api/annotation/AnnotationResolver.java) FastClasspathScanner has been significantly reworked since the version your code depends upon: * a...

Publish docker images, tagged with timely release numbers to docker hub.

In #91 we removed interpolation from the server side for performance reasons. In the U/I there is a mechanism where the user can select how to treat missing data (Null...

I found a good convention for JSON messages over web sockets, and suggest we switch to it. Basically we would always reply with a JSON array, the first element of...

API Change

Postgres has a foreign data wrapper capability that allows you to expose data to postgres. The postgres engine will process sql queries over your data set. I did some experimentation...

Grafana
API Change

Here's a gist with what I've been toying with for a new API. Not totally complete yet, but my refactor was leading towards supporting this. https://gist.github.com/klucar/12fc2ace5997a2f3f53dad41fc0245ce

API Rewrite