Daniel Moran
00afd95cb7
refactor: automated move of errors and id from root to kit ( #21101 )
...
Co-authored-by: Sam Arnold <sarnold@influxdata.com>
2021-03-30 14:10:02 -04:00
Jonathan A. Sternberg
0ae8bebd75
refactor: rewrite imports to include the /v2 suffix for version 2
2020-04-03 12:39:20 -05:00
Mark Rushakoff
d73d73c0d4
chore: rename imports from platform to influxdb
...
I did this with a dumb editor macro, so some comments changed too.
Also rename root package from platform to influxdb.
In interest of minimizing risk, anyone importing the root package has
now aliased it to "platform" so that no changes beyond imports were
necessary in those files.
Lastly, replace the old platform module to local path /dev/null so that
nobody can accidentally reintroduce a platform dependency while
migrating platform code to influxdb.
2019-01-09 20:51:47 -08:00
Chris Goller
2bea48f15a
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
Leonardo Di Donato
8d7f06cf4b
feat(platform/id): using uint64 for platform.IDs
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
Co-Authored-by: Lorenzo Fontana <lo@linux.com>
2018-10-11 09:54:18 -05:00
Michael Desa
8c87c9d132
revert #442
2018-08-01 14:54:32 -04:00
Leonardo Di Donato
fe4c3199ce
Switch back logic of valid names within DBRP mappings
2018-08-01 18:20:59 +02:00
Leonardo Di Donato
5addb88eb5
MustIDFromString no more requires test instance
...
It panics now.
2018-08-01 18:20:59 +02:00
Leonardo Di Donato
3191de776d
Refactoring code using platform.IDs
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-08-01 18:20:59 +02:00
Leonardo Di Donato
763cd8101a
Refactoring DBRP mapping and platform tests
2018-08-01 18:20:59 +02:00
Leonardo Di Donato
09b7a4138f
Update tests for DBRP mapping and dashboard
2018-08-01 18:20:59 +02:00
Chris Goller
63969a9251
fix(dbrp): use validName from influx 1.x
2018-07-19 11:15:14 -05:00
Chris Goller
562343034f
fix(dbrp): allow dash as valid character
2018-07-19 10:21:06 -05:00