Skip to content

Commit

Permalink
feat: configurable js linewriter
Browse files Browse the repository at this point in the history
  • Loading branch information
hoorayimhelping committed Mar 26, 2020
1 parent 7a24e45 commit a8d9ac5
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
1. [17353](https://github.com/influxdata/influxdb/pull/17353): Make all pkg resources unique by metadata.name field
1. [17363](https://github.com/influxdata/influxdb/pull/17363): Telegraf config tokens can no longer be retrieved after creation, but new tokens can be created after a telegraf has been setup
1. [17400](https://github.com/influxdata/influxdb/pull/17400): Be able to delete bucket by name via cli
1. [17396](https://github.com/influxdata/influxdb/pull/17396): Add module to write line data to specified url, org, and bucket

### Bug Fixes

Expand Down
6 changes: 6 additions & 0 deletions ui/src/utils/ajax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ interface RequestParams {
auth?: {username: string; password: string}
}

/*
* @deprecated
*
* Use fetch instead
* @ see `runQuery` in src/shared/apis/query.ts for an example
*/
async function AJAX<T = any>(
{
url,
Expand Down
Loading

0 comments on commit a8d9ac5

Please sign in to comment.