Commit e26e7b0
File tree
8 files changed
+63
-19
lines changedFilter options
- examples
- influxdb_client/client
- tests
8 files changed
+63
-19
lines changed+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
3 | 6 |
|
4 | 7 |
|
5 | 8 |
|
|
examples/buckets_management.py
Copy file name to clipboardExpand all lines: examples/buckets_management.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
|
influxdb_client/client/authorizations_api.py
Copy file name to clipboardExpand all lines: influxdb_client/client/authorizations_api.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
|
influxdb_client/client/bucket_api.py
Copy file name to clipboardExpand all lines: influxdb_client/client/bucket_api.py+13-3Lines changed: 13 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
91 |
| - |
92 |
| - |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
influxdb_client/client/labels_api.py
Copy file name to clipboardExpand all lines: influxdb_client/client/labels_api.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
70 |
| - |
| 70 | + |
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
| 74 | + |
| 75 | + |
74 | 76 |
|
75 | 77 |
|
76 |
| - |
| 78 | + |
77 | 79 |
|
78 | 80 |
|
79 | 81 |
|
|
influxdb_client/client/organizations_api.py
Copy file name to clipboardExpand all lines: influxdb_client/client/organizations_api.py+12-3Lines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 |
| - |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
32 | 41 |
|
33 | 42 |
|
34 | 43 |
|
|
influxdb_client/client/tasks_api.py
Copy file name to clipboardExpand all lines: influxdb_client/client/tasks_api.py+6-6Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
+20Lines changed: 20 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
86 | 106 |
|
87 | 107 |
|
88 | 108 |
|
0 commit comments