Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[warehouse]Add support for greptimedb. #834

Merged
merged 42 commits into from
Apr 4, 2023
Merged

[warehouse]Add support for greptimedb. #834

merged 42 commits into from
Apr 4, 2023

Commits on Mar 20, 2023

  1. Configuration menu
    Copy the full SHA
    f6d91ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2efe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    203a532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d5385 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1adb54d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Merge branch 'master' into greptime

    # Conflicts:
    #	warehouse/src/main/java/com/usthe/warehouse/controller/MetricsDataController.java
    #	warehouse/src/main/java/com/usthe/warehouse/store/HistoryJpaDatabaseDataStorage.java
    #	warehouse/src/main/java/com/usthe/warehouse/store/RealTimeRedisDataStorage.java
    tomsun28 committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    f152ee9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. [manager] update version

    tomsun28 committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    a1e7a50 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    72f6807 View commit details
    Browse the repository at this point in the history
  2. [manager] update greptime

    tomsun28 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5005063 View commit details
    Browse the repository at this point in the history
  3. [manager] update greptime

    tomsun28 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c2ef9a8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c20328 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'mavenversion' into greptime

    # Conflicts:
    #	pom.xml
    tomsun28 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    93461d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    401831c View commit details
    Browse the repository at this point in the history
  2. fix unsupported error

    tomsun28 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cf32819 View commit details
    Browse the repository at this point in the history
  3. remove success result

    tomsun28 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1b20bf3 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    901c98c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #820 from zqr10159/greptime

    [code]feature: add GrepTimeDb `getHistoryMetricData`
    zqr10159 authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fd4812e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. [warehouse]feature:

    1.add GrepTimeDb `createDatabase`
    2.Check if the database exists; if it does not exist, create the database.
    zqr10159 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3c0e487 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #821 from zqr10159/greptime

    [warehouse]feature: 
    1.add GrepTimeDb `createDatabase`
    2.Check if the database exists; if it does not exist, create the database.
    zqr10159 authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    1f22244 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. [warehouse]feature:

    1.add GrepTimeDb `getHistory`
    zqr10159 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7f30163 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #823 from zqr10159/greptime

    [warehouse]feature
    zqr10159 authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    3235965 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfdb92d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe5892b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e387ba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb26895 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. [warehouse]feature:

    1.add GrepTimeDb `getHistoryIntervalMetricData`
    zqr10159 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6e56783 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #832 from zqr10159/greptime

    [warehouse]feature:add GrepTimeDb `getHistoryIntervalMetricData`
    zqr10159 authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    ecc9237 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into greptime

    # Conflicts:
    #	warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java
    tomsun28 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    87bb094 View commit details
    Browse the repository at this point in the history
  4. merge master

    tomsun28 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4838591 View commit details
    Browse the repository at this point in the history
  5. update

    tomsun28 committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    58bcf0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50f333f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #833 from zqr10159/greptime

    [warehouse]Add support for greptimedb.
    zqr10159 authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    c51b073 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b7225e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #835 from zqr10159/greptime

    [warehouse]Add support for greptimedb.
    zqr10159 authored Apr 2, 2023
    Configuration menu
    Copy the full SHA
    abae93d View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/…

    …HistoryGrepTimeDbDataStorage.java
    
    Co-authored-by: JeremyHi <jiachun_feng@proton.me>
    Signed-off-by: zqr10159 <zqr10159@126.com>
    zqr10159 and fengjiachun authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    36a9a7c View commit details
    Browse the repository at this point in the history
  2. Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/…

    …HistoryGrepTimeDbDataStorage.java
    
    Co-authored-by: JeremyHi <jiachun_feng@proton.me>
    Signed-off-by: zqr10159 <zqr10159@126.com>
    zqr10159 and fengjiachun authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    3220123 View commit details
    Browse the repository at this point in the history
  3. Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/…

    …HistoryGrepTimeDbDataStorage.java
    
    Co-authored-by: JeremyHi <jiachun_feng@proton.me>
    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 and fengjiachun authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    080c032 View commit details
    Browse the repository at this point in the history
  4. [warehouse]

    1.Update greptimedb `0.1.2` to `0.1.3`,
    2.Use async method `future.get()` to write rows,
    3.Update `GrepTime` to `Greptime`
    zqr10159 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    65b5ec0 View commit details
    Browse the repository at this point in the history
  5. [warehouse]

    1.Update greptimedb `0.1.2` to `0.1.3`,
    2.Use sync method `future.get()` to write rows,
    3.Update `GrepTime` to `Greptime`
    zqr10159 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    f965433 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aecf72 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #840 from zqr10159/greptime

    [warehouse] Greptime
    zqr10159 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b375d71 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Update warehouse/pom.xml

    Signed-off-by: tomsun28 <tomsun28@outlook.com>
    tomsun28 authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    051b904 View commit details
    Browse the repository at this point in the history