Daniel Campbell
bc4c19dfd8
feat(ui): Enhance resource creation experience when limits are reached ( #19103 )
...
* feat(ui): add AssetLimitOverlay
* feat(ui): enable create bucket button
* feat(ui): enable create dashboard and task buttons
* feat(ui): add reusable AssetLimitButton
* feat(ui): change alerts limit experience
* feat(ui): update changelog
* feat(ui): address review comments
2020-07-30 09:14:21 -07:00
Will Cooke
48814abab1
Merge pull request #19151 from influxdata/update-orgid-location-for-arduino
...
chore: Update orgID location and Token location for Arduino client library boilerplate.
2020-07-30 13:36:19 +01:00
Will Cooke
d510884e48
chore: Update orgID location and Token location for Arduino client library boilerplate.
2020-07-30 13:10:52 +01:00
Zoe Steinkamp
c4972715c6
feat: Add Error Reporting to community templates ( #19140 )
...
* feat: Add Error Reporting to community templates
* Update ui/src/templates/components/CommunityTemplateImportOverlay.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* Update ui/src/templates/containers/CommunityTemplatesIndex.tsx
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
* feat: Add Error Reporting to community templates
fix prettier
Co-authored-by: Bucky Schwarz <hoorayimhelping@users.noreply.github.com>
2020-07-29 15:36:01 -06:00
Yiqun (Ethan) Zhang
baa8323431
fix: group resultset produces 1 table per group ( #18968 )
...
This helps resolve #18098
2020-07-29 15:31:29 -05:00
Alex Boatwright
1444df8557
revert: "feat: consolidate application state fetching ( #19020 )" ( #19138 )
...
This reverts commit 6d8083e97d
.
2020-07-29 09:57:32 -07:00
Bucky Schwarz
382ff3a5dc
feat(community-templates): show full path to github source
2020-07-29 09:39:37 -07:00
Bucky Schwarz
03eeb3184f
feat(community-templates-ui): name templates based on the directory and the template name
2020-07-29 09:39:37 -07:00
Deniz Kusefoglu
f490dd9693
feat(autoAggregate): BE work for autoAggregate ( #19129 )
...
* feat(autoAgg): fix pkger test
* feat(autoAgg): refrain from adding createEmpty to check query if exists
* feat(autoAgg): Fix check tests
* feat(autoAgg): Add fillValues to backend
* feat(autoAggregate): Add fillValues to swagger
* feat(autoAgg): indentation
2020-07-29 09:32:36 -07:00
Alex Boatwright
6d8083e97d
feat: consolidate application state fetching ( #19020 )
2020-07-29 09:24:19 -07:00
Jonathan A. Sternberg
0cdbd496f4
fix(query): paginate bucket results in the bucket lookup ( #19111 )
...
The `buckets()` command would use a bucket lookup that wrapped the
`FindBuckets` API. It did not use the pagination aspect of this API
correctly. When the underlying implementation was changed to a version
that correctly implemented pagination, this broke the query `buckets()`
command. Since it was query that used the API incorrectly rather than a
regression in the `FindBuckets` implementation, this fixes the usage to
correctly use pagination.
2020-07-29 11:23:13 -05:00
Johnny Steenbergen
e7310b414c
fix(pkger): update stacks with snapshot of all prevoius event resources
2020-07-28 15:58:59 -07:00
Zoe Steinkamp
0cc0d2ece5
feat: community template error message ( #19117 )
2020-07-28 16:43:29 -06:00
Alex Boatwright
e729cdae02
fix: removing default sorting of table view ( #19118 )
2020-07-28 14:58:32 -07:00
Lyon Hill
a7273f89d7
chore: Remove urmFreeTask feature flag ( #19112 )
...
This feature flag has been enabled for over a month in the production and have not seen any new issues arrise
2020-07-28 14:05:43 -06:00
Johnny Steenbergen
d768132aaa
feat(pkger): make envRef default values support more types
...
references: #18237
2020-07-28 12:22:46 -07:00
Bucky Schwarz
902cdebb66
fix: handle ui and file installed templates
2020-07-28 11:15:39 -07:00
Bucky Schwarz
573cdbb322
fix: loosen restrictions on what files we accept
2020-07-28 11:15:39 -07:00
Bucky Schwarz
443c599b0f
chore: rename templates activity log to installed list
2020-07-28 11:15:39 -07:00
Johnny Steenbergen
cbd5e08b38
fix(swagger): update nullable fields in PATCH /stacks/:stack_id
2020-07-28 10:34:05 -07:00
Alirie Gray
9ccd366398
refactor: remove outdated URM deletion from kv dashboard service ( #19098 )
2020-07-28 08:31:28 -07:00
George
d1025b4962
feat(httpc): add error return argument to auth func ( #19085 )
2020-07-28 14:59:01 +01:00
Yiqun (Ethan) Zhang
8a27388601
feat: log query plan in metadata ( #19100 )
2020-07-27 17:14:49 -05:00
Alirie Gray
7ff2a9265d
refactor: remove outdated routes from swagger ( #19102 )
2020-07-27 15:07:45 -07:00
Ariel Salem
0595fe43f2
chore(reporting-version): added version reporting to events ( #19093 )
2020-07-27 12:55:25 -07:00
Ben Johnson
9802ae112d
Merge pull request #19091 from influxdata/mincore-panic-fix
...
fix(tsdb): Fix mincore wait() out of bounds calls
2020-07-27 12:52:44 -06:00
Alex Boatwright
efabb57d46
fix: remove type errors from tooling update ( #19090 )
2020-07-27 11:20:02 -07:00
Bucky Schwarz
b14d376e29
fix: show template name in ui
2020-07-27 11:04:16 -07:00
Bucky Schwarz
717cf29b24
fix: community templates UI should accept a single template file now
2020-07-27 11:04:16 -07:00
Bucky Schwarz
1124283e7d
fix: only show install button if there are > 0 selected resources
2020-07-27 11:04:16 -07:00
Ben Johnson
14a82ee65d
fix(tsdb): Fix mincore wait() out of bounds calls
2020-07-27 11:48:39 -06:00
Michael Desa
f67c3a14e0
Revert "feat(notification/telegram): add telegram notification" ( #19088 )
2020-07-27 08:31:18 -07:00
Pavel Závora
5603c0275a
Merge pull request #18218 from influxdata/17899/telegramNotification
...
feat(notification/telegram): add telegram notification
2020-07-25 12:13:42 +02:00
Pavel Zavora
bd8db8e3a2
chore: update changelog
2020-07-25 12:00:25 +02:00
Pavel Zavora
d85f89437e
feat(notification/telegram): test error on empty endpoint name
2020-07-25 11:59:04 +02:00
Pavel Zavora
078bd8db09
feat(notification/telegram): specify channel as a telegram endpoint property
2020-07-25 11:59:04 +02:00
Pavel Zavora
3f2ccfa9e1
feat(notification/telegram): avoid markdown errors in default template
2020-07-25 11:59:04 +02:00
Pavel Zavora
001e0f8d37
chore(notification/telegram): change telegram flux package import
2020-07-25 11:59:04 +02:00
Pavel Zavora
690dd7fcd3
feat(notification/telegram): add endpoint and rule UI
2020-07-25 11:59:04 +02:00
Pavel Zavora
735b2da179
feat(notification/telegram): update UI to changed swagger
2020-07-25 11:59:04 +02:00
Pavel Zavora
04026eb835
feat(notification/telegram): update swagger with telegram endpoint and rule
2020-07-25 11:59:04 +02:00
Pavel Zavora
192e997aea
feat(notification/telegram): add telegram endpoint and rule
2020-07-25 11:59:04 +02:00
Bucky Schwarz
82c4fa61b5
test: add unit test to default x and y column functions
...
Co-authored-by: Zoe Steinkamp <zoe.steinkamp@gmail.com>
2020-07-24 16:21:06 -07:00
Johnny Steenbergen
5dfa0e2973
feat(pkger): add resource links to a stack's resources from public HTTP API list/read calls
...
closes : #19049
2020-07-24 15:42:16 -07:00
Johnny Steenbergen
a652cdf552
chore(pkger): axe deprecated /packges route tree
2020-07-24 09:33:30 -07:00
Ariel Salem
e4db8c5cd3
Revert "feat(QueryCache): adds a query cache to Dashboards ( #19010 )" ( #19061 )
...
This reverts commit 5fffc8186a
.
2020-07-24 09:19:50 -07:00
Pavel Závora
0dac01aa27
Merge pull request #19062 from influxdata/sranka-patch-1
...
docs(swagger): repair description
2020-07-24 15:23:58 +02:00
Pavel Závora
708714349c
docs(swagger): repair description
...
The generated typescript code (for influxdb-client-js) does not pass a tsdoc linter check and complains with `The code span is missing its closing backtick`
2020-07-24 15:17:03 +02:00
Ariel Salem
5fffc8186a
feat(QueryCache): adds a query cache to Dashboards ( #19010 )
2020-07-24 05:25:24 -07:00
George
4a845f64cf
chore: simplify to transform dependencies ( #18820 )
...
* chore: remove bucket and org cruft from experimental to transformation
* chore: remove URM dependency from bucket auth middleware
2020-07-24 11:49:23 +01:00