zhulongcheng
639753ab45
feat(http): construct macro handler by MacroBackend
2019-02-06 19:18:23 +01:00
zhulongcheng
75d62b5fba
chore(http): simplify code
2019-02-01 14:02:13 +08:00
Kelvin Wang
79ce30691e
update(http): remove kerrors, change the default to be influxdb error
2019-01-25 10:29:26 -08:00
Leonardo Di Donato
4c8db98ca9
chore(testing): test macro by org
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-15 20:39:41 +01:00
Leonardo Di Donato
6527987b80
chore(platform/testing): macro platform testing accounts for org ID now
2019-01-15 20:39:41 +01:00
Leonardo Di Donato
0f3a076f3e
feat(http): get macros via http accounts for query parameters
...
Refs #1908
2019-01-15 20:39:41 +01: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
zhulongcheng
f3bf670706
rename msg to message for platform.Error json
2018-12-27 10:34:00 +08:00
zhulongcheng
5f40883342
add custom-404 handler
2018-12-16 22:55:39 +08:00
zhulongcheng
8522c93063
fix(http): convert macro errors
2018-12-13 23:11:52 +08:00
Jade McGough
58ff2c4eec
fix(http): don't panic if an invalid macro id is requested ( #1848 )
2018-12-12 09:18:56 -08:00
Mark Rushakoff
dae3dc8a7e
chore(bolt,http,mock,query,testing): fix megacheck errors
2018-11-01 12:54:46 -07:00
Chris Goller
2bea48f15a
refactor(testing): rename MustIDFromString to MustIDBase16
2018-10-11 09:54:19 -05:00
Leonardo Di Donato
d54fdd51e0
wip(http): porting to uint64 IDs
...
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2018-10-11 09:54:18 -05:00
Lorenzo Fontana
1a2f606533
Convert everything to /api/v2
...
Signed-off-by: Lorenzo Fontana <lo@linux.com>
2018-09-28 14:23:21 +02:00
Christopher Henn
d8598bd584
feat(http): add MacroService client
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Chris Henn <chris@chrishenn.net>
2018-09-20 09:32:04 -07:00
Christopher Henn
00b61c948b
Implement macros API
2018-09-14 13:45:42 -07:00