Alirie Gray
a73d9a2b77
refactor(tasks): remove Checker from KV Service struct ( #14367 )
2019-07-17 15:21:16 -07:00
Alirie Gray
2202b61032
feat(tasks): add health check to kv service ( #14364 )
2019-07-17 11:24:50 -07:00
Alirie Gray
c7f09d6a56
chore(tasks): use pointers for task errors ( #14343 )
2019-07-15 13:57:51 -07:00
Lyon Hill
c8becfd4a2
feat(task): Create a new task executor for the new modular scheduler ( #14252 )
...
* feat(task): create new executor for modular scheduler
2019-07-08 08:13:29 -06:00
lisale0
2187bf345b
fixed bolt and inmem tests
2019-06-20 16:25:38 -07:00
Jade McGough
2cd14c7cdb
fix failures in variable http testing
2019-06-20 16:25:38 -07:00
lisale0
3330d38984
feat(http): adding createdAt variable
2019-06-20 16:25:38 -07:00
Alirie Gray
66157c9d44
chore(tasks): consolidate task errors into task_errors.go
2019-06-17 16:03:18 -07:00
Lyon Hill
411d904b64
fix(task): bug when urm's are left in the database for task lookup ( #14141 )
...
* fix(task): allow us to skip tasks with crufty maps
2019-06-14 16:21:38 -06:00
Alirie Gray
0ae2d318b1
chore(tasks): update run limits in swagger and FindRuns
2019-06-12 14:48:32 -07:00
Lyon Hill
b7078f5510
fix(task): Ensure tasks clean up user resource maps ( #14109 )
...
* fix(task): Ensure tasks clean up user resource maps
fixes #14108
2019-06-11 10:28:09 -06:00
Alirie Gray
04a427e99e
feat(tasks): add runID to Log struct
2019-06-06 11:24:38 -07:00
Kelvin Wang
18a0f3f542
fix(influxdb): rename telegraf orgID
2019-06-03 16:20:53 -04:00
Kelvin Wang
b8c2cd6c05
feat(influxdb): add org create and update time
2019-05-20 17:36:29 -07:00
kelwang
b4a55d500a
Merge pull request #13889 from zhulongcheng/id-decode-err
...
fix(influxdb): use influxdb.Error in ID.Decode
2019-05-19 13:55:21 -04:00
Kelvin Wang
b18fa5b5b5
fix(kv): updatedAt should be updated as well
2019-05-18 23:36:48 -04:00
kelwang
7683fbc662
Merge pull request #13954 from influxdata/bucket_audit_log
...
feat(influxdb): bucket created and updated time
2019-05-17 14:20:19 -04:00
kelwang
497a813044
Merge pull request #13629 from zhulongcheng/upd-org-desc
...
feat(http): update org description
2019-05-17 12:36:45 -04:00
Kelvin Wang
57ceb9e275
feat(influxdb): bucket created and updated time
2019-05-17 11:49:10 -04:00
Kelvin Wang
4408d0c82d
fix(kv): due to merged conflict
2019-05-16 11:30:36 -04:00
kelwang
4bbfa8c6f4
Merge pull request #13552 from influxdata/kv_log_time
...
feat(http): add audit log
2019-05-16 11:10:56 -04:00
Kelvin Wang
f75f27c0bd
feat(http): add audit log
2019-05-16 10:57:28 -04:00
zhulongcheng
8d5c7d33a7
feat(http): update org description
2019-05-16 22:33:14 +08:00
Iris Scholten
2e26f23f9e
feat(authentication): Add cli args for specifying session length and renewal ( #13924 )
...
Co-authored-by: Jade McGough <jade@influxdata.com>
* Add session renew option to launcher and use in middlewhere
* pass session options to services
* Update SessionAutoRenew to SessionRenewDisabled
* Add test for service constructor defaults
* Update changelog
2019-05-15 10:16:47 -07:00
zhulongcheng
3c1e9ee5f3
fix(influxdb): use influxdb.Error in ID.Decode
2019-05-15 22:53:31 +08:00
Jade McGough
c6a0bf93a7
Merge pull request #13661 from influxdata/no_filter_parameters_provided
...
fix(influxdb): invalid filter error
2019-05-09 15:14:54 -07:00
Alirie Gray
77934b01c6
feat(tasks): add description field to tasks
2019-05-08 13:39:09 -07:00
Lyon Hill
e4b69914c9
feat(task): Track queue duration ( #13805 )
...
* feat(task): Track queue duration
Track the time it takes for a task to go from it's dueAt time until it actually starts
2019-05-07 10:03:30 -06:00
Chris Goller
510f7bb057
fix(task): lookup fully hydrated task after creation ( #13709 )
...
* fix(task): lookup fully hydrated task after creation
* ci(circle): save go race and litmus test results artifact
2019-05-01 14:54:27 -06:00
Kelvin Wang
ea54e2c2c8
fix(kv): fix empty org name
2019-04-26 18:16:28 -04:00
Kelvin Wang
2021321186
fix(influxdb): invalid filter error
2019-04-26 12:22:42 -04:00
Kelvin Wang
717fcc44b3
feat(influxdb): add scraper filter
2019-04-25 11:33:34 -04:00
Kelvin Wang
76cc27751b
feat(influxdb): add bucket desc
2019-04-24 11:20:05 -04:00
Kelvin Wang
7a72c363f2
remove org from bucket
2019-04-22 18:39:05 -04:00
Kelvin Wang
9d44ac3635
rename bucket organization to org
2019-04-22 18:39:01 -04:00
Lyon Hill
5b8c4ea0e8
fix task limit in kv and add tests Also fix a minor race condition in task scheduler ( #13538 )
...
* fix task limit in kv and add tests Also fix a minor race condition in task scheduler
* update comment
2019-04-22 13:09:19 -06:00
Lyon Hill
726fbefe9a
Integrate the new changes to tasks ( #13473 )
...
* Integrat the new changes to tasks
2019-04-19 08:37:59 -06:00
Lyon Hill
9a41cc46e4
Create an analytical storage middleware layer ( #13418 )
...
* Create an analytical storage middleware layer
2019-04-17 08:41:05 -06:00
Jade McGough
5a1ae7c704
Revert "fix(http): remove view ID"
...
This reverts commit 1c6bdb6c3e
.
2019-04-15 15:00:40 -07:00
zhulongcheng
d5917878d0
feat(http): find auths by org
2019-04-14 18:06:19 +08:00
zhulongcheng
1c6bdb6c3e
fix(http): remove view ID
2019-04-14 12:31:35 +08:00
zhulongcheng
30c86649f7
fix(http): return an empty list of labels if not found
2019-04-12 21:39:46 +08:00
Jade McGough
cfd521b47a
fix label tests
2019-04-12 01:29:49 -07:00
Jade McGough
2f1e9ddc29
fix label filter logic
2019-04-12 01:29:42 -07:00
Jade McGough
81e6a7116b
feat(http): filter label response by organization
2019-04-12 01:29:32 -07:00
Kelvin Wang
92e82884a6
feat(http): accept label id for template post
2019-04-11 13:16:39 -04:00
kelwang
67bf2f54ac
Merge pull request #13052 from influxdata/auth_update_interface
...
fix(influxdb): updated auth shall return
2019-04-11 11:24:02 -04:00
Lyon Hill
c29e77e6e4
build kv based TaskService ( #13228 )
...
* chore(tasks): task kv
* WIP
* get the kv task service complete and passing test
2019-04-09 16:52:54 -06:00
Kelvin Wang
8a825a8f9f
feat(influxdb): get docs by org id
2019-04-04 12:51:30 -04:00
Kelvin Wang
054ce89dc5
fix(kv): fix bucket not found by name
2019-04-02 15:10:56 -04:00