Skip to content

Tags: kak-tus/loghouse-acceptor

Tags

v0.18.0

Toggle v0.18.0's commit message
- Remove dependencies from private repository.

  - Remove vendoring.
  - Switch to go modules.
  - Update go and alpine.
  - Fix linter warnings.

v0.17.1

Toggle v0.17.1's commit message
- Documentation fix.

  - Refactor to use app environment.
  - Vendor dependencies.
  - Alpine 3.8.
  - Optimize docker image.
  - Restore healthcheck.
  - Cosmetic code changes.
  - Configurable Loghouse table type.
    Basic (default Loghouse table) and extended (with some vendored extended
    columns). New configuration variable ACC_TABLE_TYPE.
  - Update iph0/conf.
  - Configurable partitions creations.
    Ability to create usual and sharded partitions. New configuration variables
    ACC_SHARD_TYPE and ACC_TABLE_CLUSTER.
    Ability to create daily or hourly partitions. New configuration variable
    ACC_PARTITION_TYPE.
  - Use semver version numbering.

v0.17.1-beta3

Toggle v0.17.1-beta3's commit message
Fix inserts.

Forget to set prepared sql.

v0.17.1-beta2

Toggle v0.17.1-beta2's commit message
Fix partitions creation in extended mode.

Fix execution of multiple queries.
Change table create order to fix possible creation errors (main table must be created last - it checked for existence).

v0.17.1-beta1

Toggle v0.17.1-beta1's commit message
- Documentation fix.

  - Refactor to use app environment.
  - Vendor dependencies.
  - Alpine 3.8.
  - Optimize docker image.
  - Restore healthcheck.
  - Cosmetic code changes.
  - Configurable Loghouse table type.
    Basic (default Loghouse table) and extended (with some vendored extended
    columns). New configuration variable ACC_TABLE_TYPE.
  - Update iph0/conf.
  - Configurable partitions creations.
    Ability to create usual and sharded partitions. New configuration variables
    ACC_SHARD_TYPE and ACC_TABLE_CLUSTER.
    Ability to create daily or hourly partitions. New configuration variable
    ACC_PARTITION_TYPE.
  - Use semver version numbering.

0.16

Toggle 0.16's commit message
Search phone unless finded. Don't stop if other "phone..." keywork fo…

…und.

0.15

Toggle 0.15's commit message
Small create table fix Don't skip creating next table in case of error.

0.14

Toggle 0.14's commit message
Sharded and replicated tables. We now have shards and replicas. + som…

…e create refactoring.

0.13

Toggle 0.13's commit message
Fixed panic in some strings. If "{" is first symbol - we can't get pr…

…evious symbol.

0.12

Toggle 0.12's commit message
Full refactoring.Splitted to objects and modules.