Skip to content

Commit 5a4ea46

Browse files
Merge pull request #31 from bonitoo-io/influxdb_client_merge
Influxdb client rewrite
2 parents d9c5993 + bbacd33 commit 5a4ea46

File tree

115 files changed

+3190
-8661
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+3190
-8661
lines changed

.gitattributes

-2
This file was deleted.

.gitignore

+2-34
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,2 @@
1-
# Prerequisites
2-
*.d
3-
4-
# Compiled Object files
5-
*.slo
6-
*.lo
7-
*.o
8-
*.obj
9-
10-
# Precompiled Headers
11-
*.gch
12-
*.pch
13-
14-
# Compiled Dynamic libraries
15-
*.so
16-
*.dylib
17-
*.dll
18-
19-
# Fortran module files
20-
*.mod
21-
*.smod
22-
23-
# Compiled Static libraries
24-
*.lai
25-
*.la
26-
*.a
27-
*.lib
28-
29-
# Executables
30-
*.exe
31-
*.out
32-
*.app
33-
34-
.vscode/
1+
node_modules
2+
.vscode

Doxyfile

-2,511
This file was deleted.

InfluxData.h

-39
This file was deleted.

InfluxDb.cpp

-191
This file was deleted.

InfluxDb.h

-65
This file was deleted.

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Tobias Schürg
3+
Copyright (c) 2018-2020 Tobias Schürg, InfluxData
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

0 commit comments

Comments
 (0)