Andrew Watkins
4243bca075
fix(queryBuilder): display loading text ( #17963 )
...
* fix(queryBuilder): display loading text
* fix: add loading text to dropdown
2020-05-05 20:52:00 -07:00
Johnny Steenbergen
3fd731511a
chore(pkger): make integration stack tests indpendent
2020-05-05 11:01:13 -07:00
Johnny Steenbergen
8e52b6cf56
fix: delete unique keys when record not found
...
was missign this in one code path. Decided to throw this into a defer
so its always caught on exit regardless of what path it follows.
2020-05-05 11:01:13 -07:00
jlapacik
7cb599c582
feat(storage): convert ResultSet to table stream for aggregate window
2020-05-05 10:50:15 -07:00
jlapacik
2faac6a88a
Merge pull request #17962 from influxdata/chore/update-flux
...
chore: update flux to latest revision
2020-05-05 10:43:00 -07:00
Brandon Farmer
4769a38dad
Merge pull request #17961 from influxdata/update-lsp-0.5.5
...
chore: update lsp dependency to 0.5.5
2020-05-05 10:03:44 -07:00
jlapacik
02c8e02c58
chore: update flux to latest revision
2020-05-05 09:46:19 -07:00
jlapacik
7c1b7358d9
Merge branch 'master' into chore/update-flux
2020-05-05 09:44:19 -07:00
Brandon Farmer
c4824e8f2b
chore: update lsp dependency to 0.5.5
2020-05-05 09:44:06 -07:00
Yiqun Zhang
e341a51ff0
fix: fmt
2020-05-05 01:43:22 -05:00
Yiqun (Ethan) Zhang
8bb5065769
refactor: unify WindowAggregateCapability ( #17901 )
2020-05-05 01:35:02 -05:00
Johnny Steenbergen
1d027cf4e0
feat(pkger): enforce metadata.name dns name compliance
...
this PR includes a lot of small changes to names in existing test pkgs.
the tests are updated to follow suit.
closes : #17940
2020-05-05 01:35:02 -05:00
Ariel Salem
ffddeb480b
fix(zero_value_checks): checks can now have a value set to 0 ( #17933 )
2020-05-05 01:35:02 -05:00
Johnny Steenbergen
28aa464770
chore(httpc): refactor inputs to eliminate required path
...
the base address should be enough to make a request. All requests
are now valid without a path provided. This will be true as long
as the address is valid.
2020-05-05 01:35:02 -05:00
Johnny Steenbergen
89e34365bb
feat(pkger): add the ability to remove a stack and all its associated resources
...
closes : #17554
2020-05-05 01:35:02 -05:00
Alex Boatwright
aac3a4ee81
fix: show buckets in alerting ( #17930 )
2020-05-05 01:35:02 -05:00
Alex Boatwright
2b58cbf173
fix: safari rendering bug in checks ( #17929 )
2020-05-05 01:35:02 -05:00
Alex Boatwright
22c7d09b70
feat: frontend consumption of feature flags ( #17926 )
2020-05-05 01:35:02 -05:00
Deniz Kusefoglu
9bc7a37c0b
feat(demodata): Optimize demodata lookup ( #17947 )
...
* feat(demodata): Optimize demodata lookup
* feat(demodata): style demodata dropdown
2020-05-04 14:50:03 -07:00
Johnny Steenbergen
784b222d4d
feat(pkger): enforce metadata.name dns name compliance
...
this PR includes a lot of small changes to names in existing test pkgs.
the tests are updated to follow suit.
closes : #17940
2020-05-04 12:40:22 -07:00
Ariel Salem
2eb70ee041
fix(zero_value_checks): checks can now have a value set to 0 ( #17933 )
2020-05-04 05:00:28 -07:00
Johnny Steenbergen
35ed5734bb
chore(httpc): refactor inputs to eliminate required path
...
the base address should be enough to make a request. All requests
are now valid without a path provided. This will be true as long
as the address is valid.
2020-05-01 17:47:37 -07:00
Johnny Steenbergen
95ad3c6582
feat(pkger): add the ability to remove a stack and all its associated resources
...
closes : #17554
2020-05-01 16:18:13 -07:00
Alex Boatwright
369186d339
fix: show buckets in alerting ( #17930 )
2020-05-01 11:26:36 -07:00
Alex Boatwright
0f09f4d2ab
fix: safari rendering bug in checks ( #17929 )
2020-05-01 10:28:07 -07:00
Alex Boatwright
7be7328c3b
feat: frontend consumption of feature flags ( #17926 )
2020-04-30 16:44:09 -07:00
jlapacik
4fba49fde4
Merge pull request #17925 from influxdata/chore/merge-master
...
chore: merge master into algo-w branch
2020-04-30 14:28:46 -07:00
jlapacik
83b90c3575
Merge branch 'master' into chore/merge-master
2020-04-30 14:05:51 -07:00
Alex Boatwright
22899aee25
fix: load variables one at a time ( #17875 )
2020-04-30 13:59:38 -07:00
Johnny Steenbergen
c7e97f1625
feat(pkger): add service and http server integreations for stack lists
...
references: #17554
2020-04-30 13:24:15 -07:00
Johnny Steenbergen
097d761c3a
feat(pkger): extend store with stack lists operation
...
references: #17544
2020-04-30 13:24:15 -07:00
jlapacik
1db0fcccd1
Merge pull request #17920 from influxdata/chore/merge-master
...
chore: merge master into algo-w branch
2020-04-30 10:26:23 -07:00
George
67307d804e
chore(errors): interpret more cases as influxdb error type in http.CheckError ( #17888 )
2020-04-30 17:55:17 +01:00
jlapacik
2ef9999907
Merge branch 'master' into chore/merge-master
2020-04-30 09:53:04 -07:00
George
0996e06d5d
chore(http): stop tracing system related api paths ( #17918 )
2020-04-30 16:33:23 +01:00
Gavin Cabbage
95913534a0
feat(kit/feature): add feature flag package ( #17851 )
...
* feat(kit/feature): add feature flag package
* refactor(kit/feature/_codegen): simplify with fmt.Errorf
* chore(kit/feature): tidy comments
2020-04-30 11:29:43 -04:00
Alirie Gray
2c0916addf
refactor: create new token package ( #17874 )
2020-04-30 07:52:21 -07:00
Johnny Steenbergen
ff27edbea9
feat(pkger): add support for using URLs associated with stack to apply/dry run
2020-04-29 16:48:00 -07:00
Johnny Steenbergen
0a696237eb
chore(pkger): refactor telegraf tests to remove dependency on pkg parsed flag
...
references: #17434
2020-04-29 16:48:00 -07:00
Brett Buddin
8f9311db16
Merge pull request #17906 from influxdata/bb/update-user-index
...
fix(kv): Ensure UpdateUser cleans up the index when updating names
2020-04-29 19:12:32 -04:00
Alex Boatwright
446563cdfa
fix: remove toggle on note cell ( #17914 )
2020-04-29 15:52:43 -07:00
Alex Boatwright
09f3ba5787
fix: monaco polish ( #17908 )
...
* fix: monaco cleaning
* chore: tsc
Co-authored-by: drdelambre <drdelambre>
2020-04-29 15:39:06 -07:00
Andrew Watkins
a6af6d29b4
chore: upgrade ts to 3.8.3 ( #17913 )
2020-04-29 15:38:49 -07:00
Brett Buddin
19e91628f1
chore(changelog): Update changelog for UpdateUser index fix.
2020-04-29 18:31:21 -04:00
Ariel Salem
89f4914f3d
feat(github): removing the Github social sign-up option until further notice ( #17909 )
2020-04-29 15:03:25 -07:00
Deniz Kusefoglu
080d77751b
feat(demodata): Notify on demodata success and failure. ( #17902 )
...
* feat(demodata): Do not delete dashboard when delete demodata bucket
* feat(demodata): Refactor demodata dropdown
* feat(demodata): Fetch DD_Buckets in DD_Dropdown
* feat(demodata): Refactor notifications
Co-authored-by: alexpaxton <thealexpaxton@gmail.com>
* feat(demodata): Style demo data dropdown
* feat(demodata): Remove double console logging of error
* feat(demodata): Error on success and failure
* feat(demodata): Remove duplicate console.error
* feat(demodata): fix lint errors
* feat(demodata): Reintroduce Notification Style and add testID
* feat(demodata): Add dd success notification and links to notifications
Co-authored-by: alexpaxton <thealexpaxton@gmail.com>
* feat(demodata): fix test
* feat(demodata): Simplify getDemoDataBucketMembership function
* feat(demodata): Remove unused notification copy
* feat(demodata): Extend notification duration
* feat(demodata): Return null instead of false
* feat(demodata): Do not console.error if also notifying user
* feat(demodata): Add todo item
Co-authored-by: alexpaxton <thealexpaxton@gmail.com>
2020-04-29 14:52:36 -07:00
Brett Buddin
af4f8e40f7
fix(kv): Ensure UpdateUser cleans up the index when updating names.
2020-04-29 17:46:18 -04:00
Alex Boatwright
463c8bab1f
fix: make single stats work in catalina ( #17910 )
2020-04-29 14:42:09 -07:00
drdelambre
00e60091b6
chore: tsc
2020-04-29 13:21:18 -07:00
drdelambre
0aaa6bdf88
fix: monaco cleaning
2020-04-29 13:09:30 -07:00