Ariel Salem
b742fee5b2
fix(ui): fixed dashboard mapping error ( #16715 )
...
fix(ui): fixed dashboard mapping error
2020-02-03 15:47:53 -08:00
Jade McGough
e78be03465
Merge pull request #16527 from oiooj/pr-panic
...
fix(http): fix /telegrafs panics when using org=org_name parameter
2020-01-26 19:48:49 -08:00
kun
8e6ce60cf5
fix(http): fix /telegrafs panics when using org=org_name parameter
2020-01-27 11:04:11 +08:00
Russ Savage
455d40e0c5
chore(CHANGELOG): update for beta-2
2020-01-24 15:18:44 -08:00
George
281c08ec50
fix(models): filter out reserved tag keys in points parser ( #16412 )
...
* fix(models): filter out reserved tag keys in points parser
* chore(models): update changelog to reflect reserved tag key change
2020-01-24 17:09:16 +00:00
Jacob Marble
a56e0226e6
fix(storage): check engine closed before collecting index metrics ( #16656 )
2020-01-23 15:27:25 -08:00
Gavin Cabbage
b91d778579
feat: resource log
2020-01-23 13:04:06 -05:00
Jacob Marble
b836ab9c17
feat(storage): implement backup and restore ( #16504 )
...
* feat(backup): `influx backup` creates data backup
* feat(backup): initial restore work
* feat(restore): initial restore impl
Adds a restore tool which does offline restore of data and metadata.
* fix(restore): pr cleanup
* fix(restore): fix data dir creation
* fix(restore): pr cleanup
* chore: amend CHANGELOG
* fix: restore to empty dir fails differently
* feat(backup): backup and restore credentials
Saves the credentials file to backups and restores it from backups.
Additionally adds some logging for errors when fetching backup files.
* fix(restore): add missed commit
* fix(restore): pr cleanup
* fix(restore): fix default credentials restore path
* fix(backup): actually copy the credentials file for the backup
* fix: dirs get 0777, files get 0666
* fix: small review feedback
Co-authored-by: tmgordeeva <tanya@influxdata.com>
2020-01-21 14:22:45 -08:00
George
4f14ceabab
feat(kv): add support for prefixed cursor search ( #16545 )
...
* feat(kv): add support for prefixed cursor search
* chore(kv): ensure kv store implementation return seek missing prefix error in tests
* chore(kv): update changelog
2020-01-21 12:52:30 +00:00
Daniel Campbell
3fa5524301
fix(influxdb): swap billingURL with checkoutURL ( #16575 )
...
* fix(influxdb): swap billingURL with checkoutURL
* fix(influxdb): update changelog
2020-01-16 15:44:07 -08:00
Johnny Steenbergen
19d2e5580a
feat(influx): trim space on credentials file
2020-01-16 07:22:56 -08:00
Deniz Kusefoglu
d753aa4459
feat(ui) More reasonable aggregate window intervals for selected query durations ( #16536 )
...
* feat(agg-window): Add duration input to aggreagate functionn selector
* feat(agg-window): rename duration strings to durations
* feat(agg-window): Add window periods for common time ranges
* feat(agg-window): Handle set auto select durations correctly
* Update changelog
* feat(agg-window): Use triple equality:
2020-01-15 18:23:10 -05:00
Kelvin Wang
f62d3a25f1
feat(cmd/influx): update password in cli
2020-01-15 13:30:23 -05:00
Johnny Steenbergen
63fd1e2e9a
feat(pkger): make pkger packages CRD compliant
2020-01-14 13:20:00 -08:00
Zoe Steinkamp
e75bd2e0f5
Merge branch 'master' into zs-rebuildlabelspopover-#15416
2020-01-13 20:37:05 -07:00
Johnny Steenbergen
fe12fd051e
feat(pkger): add jsonnet support for package files
2020-01-13 09:55:08 -08:00
Johnny Steenbergen
fdc3e7658c
feat(pkger): add ability to supply a pkg from a url
...
the following is now possible from the CLI(same in REST API):
influx pkg -u 1717709ffa/bucket_pkg_json
2020-01-12 07:53:58 -08:00
Johnny Steenbergen
89939dea4e
fix(influx): add env vars to cli usage and normalize usage and flag/env var priority
...
also rids us of the cobra tutorial code and encapsulates things into funcs
2020-01-10 15:20:15 -08:00
George
a0c18c9ef7
feat(http): add configurable limit to points batch size on write endpoint ( #16469 )
2020-01-10 11:02:44 +00:00
alexpaxton
63b3a07281
refactor(ui): implement cloud top nav design ( #16470 )
...
* refactor: add stylesheet for cloud nav
* refactor: remove cloud icon from side nav
* refactor: move cloud nav to top of app
* chore: add declaration so PNG files are typed as any when imported
* refactor: modify cloud nav to use specified components
* fix: Remove comment
* refactor: update nav item text
* refactor: do not show logout in sidenav for cloud users
* refactor: add unique class for google tag manager
* chore: update changelog
* refactor: don't render user menu if org isn't available
* chore: add image file for logo
Adds-Binary: ui/src/pageLayout/images/influxdata-logo.png
* chore: prettier and eslint
2020-01-09 17:56:12 -08:00
Zoe Steinkamp
5b7aca040d
fix(ui): update popover label
...
update changelog
2020-01-09 09:46:37 -07:00
Alirie Gray
4ad9e6b6b5
fix(tasks): add content length check to decode force run request ( #16458 )
2020-01-08 18:55:42 -08:00
Deniz Kusefoglu
625ab8999d
fix(dataloader-buckets): default bucket selection should not be system bucket ( #16413 )
...
* fix(bucket-loading): Remove action duplication
* fix(bucket-loading): Remove state loading before routing to data loaders
* fix(bucket-loading): Limit available buckets to nonsystem buckets
* fix(bucket-loading): Update changelog
2020-01-08 23:44:09 +03:00
Russ Savage
128b9ee9cb
chore(changelog): add date for beta-1
2020-01-08 10:36:49 -08:00
Russ Savage
3a84d5011f
chore(README): updates for beta ( #16364 )
...
* feat(docs): updates for beta
* fix(readme): addressing pr feedback
* chore(readme): addressing feedback from paul
2020-01-08 10:35:58 -08:00
Zoe Steinkamp
cf9fe462af
fix(ui): add honeybadger error report to checks ( #16443 )
2020-01-08 10:20:25 -07:00
Timmy Luong
578f97d0b7
fix(ui): Prevent negative zero and allow zero with decimal places ( #16439 )
...
* fix(ui): Prevent negative zero and allow zero with decimal places
* chore: update CHANGELOG
* fix(ui): Turn off lint rule no-compare-neg-zero
* test: add more tests by overriding prettier
* fix(ui): turn off lint rule for a specific usage, not universally
2020-01-07 16:24:23 -08:00
Bucky Schwarz
81365b9e75
fix: show queries built in advanced mode when switching tabs
2020-01-07 15:02:11 -08:00
Ariel Salem
e45de53259
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background ( #16430 )
...
fix(ui): fixed table threshold bug and added option to make thresholds populate text or background
2020-01-07 13:27:25 -08:00
Timmy Luong
dc188fc1bf
fix(ui): update giraffe ( #16435 )
...
* fix(ui): update giraffe
* chore: update CHANGELOG
2020-01-07 11:52:14 -08:00
Gavin Cabbage
6fe69549d4
feat(query): add source to query request via user agent header
2020-01-07 09:28:49 -05:00
Bucky Schwarz
c46fc454d0
docs: add developer guide; update docs to reference go 1.13
2020-01-06 13:30:40 -08:00
Ariel Salem
96dcdb0677
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. ( #16404 )
...
fix(ui): removed buildActiveQuery func to prevent queries from being reset when timeranges are selected. Fixed broken test that was being skipped
2020-01-06 08:53:13 -08:00
Randy Coulman
17634dff23
feat(bucket): Increase default retention to 30 days ( #16389 )
...
* feat(bucket): Increase default retention to 30 days
* chore: Update PR number in changelog
2020-01-02 14:29:03 -08:00
Timmy Luong
8780bd23a8
fix(ui): extend the y-axis when stacked line option is selected ( #16376 )
...
* fix(ui): extend the y-axis when stacked line option is selected
* chore: update CHANGELOG
2020-01-02 10:12:45 -08:00
Johnny Steenbergen
77dd06bc5e
fix: enable skipped tests for notification rules and fixup issue in tag matcher
2020-01-02 07:16:03 -08:00
Deniz Kusefoglu
acf73dfdd4
feat(ui): Add matching rules card to alert builder ( #16014 )
...
* feat(ui): Add matching rules card to alert builder
* feat(checks): Add tags from query results to NR matching query parameters
* feat(ui): Update changelog
* feat(nr): Change api function to match import convention
* fix(ui): Fix changelog update mistake
* Click submit button after typing in time machine
* feat(notification rules): Add feature flag to matching notification rules
2020-01-02 12:05:14 +00:00
Kelvin Wang
f8c0ea032c
fix(cmd/influx): show see help, instead of usage
2019-12-31 14:52:55 -05:00
Johnny Steenbergen
8d6d44ac79
chore(bolt): nuke crufty bolt db service
...
kv store is a thing.. use it instead
2019-12-30 11:19:48 -08:00
Johnny Steenbergen
e6f1805e5e
chore(inmem): nuke the duplicative inmem store
...
use kv store... its a thing
2019-12-30 11:04:45 -08:00
Brett Buddin
c42a232545
chore(kit/check): Add new readiness override to CHANGELOG.
2019-12-30 09:42:59 -05:00
Johnny Steenbergen
0dc5c2af92
feat(pkger): fixup flux query normalization in exporting of task
2019-12-27 15:16:48 -08:00
Johnny Steenbergen
f1b5e19776
feat(influx): add hide headers flag to influx cli task cmd
2019-12-27 14:41:55 -08:00
Ariel Salem
7e23c828e9
feat(ui): added last run status to tasks ( #16340 )
...
feat(ui): added last run status to tasks
2019-12-27 13:21:04 -08:00
Johnny Steenbergen
cce279a80e
feat(pkger): add ability to provide secrets alongside package when applying
...
this provides the ability to add secret refs at runtime instead of adding
them to the pkg.
2019-12-27 12:41:42 -08:00
Ariel Salem
79c5c79286
feat(ui): added notification rule & checks last run status & error ( #16338 )
...
feat(ui): added last run status checks for notification rules and check rules, readded updateCheck to fix linter and functionality issues with program and added tests to ensure check creation and update stability
2019-12-27 10:14:34 -08:00
Bucky Schwarz
dd41af3d7a
feat: Add group() to Query Builder
2019-12-26 17:02:41 -08:00
Johnny Steenbergen
1c2421cb9c
feat(pkger): add export support for tasks
2019-12-23 15:41:14 -08:00
Johnny Steenbergen
c9431bceb8
feat(pkger): add apply functionality for task resource
2019-12-23 13:56:42 -08:00
Johnny Steenbergen
8e87498317
feat(pkger): add dry run functionality for task resource
2019-12-23 11:40:28 -08:00
Johnny Steenbergen
e33d74b38c
feat(pkger): add support for tasks to parser
2019-12-23 09:24:35 -08:00
Johnny Steenbergen
af5b7fd7d3
feat(pkger): add export support for notification rules
2019-12-21 14:58:02 -08:00
Johnny Steenbergen
61dceaa727
feat(pkger): add application functionality for the notification rules resource
2019-12-20 12:48:46 -08:00
Johnny Steenbergen
02aec6ed29
feat(pkger): add dry run functionality for notification rules
2019-12-19 16:31:22 -08:00
Johnny Steenbergen
1d3e0daca4
feat(pkger): add parser support for notification rules
2019-12-19 12:56:02 -08:00
George
48b8cb84f7
feat(kv): define forward cursor interface ( #16212 )
...
* feat(kv): define forward cursor interface
* feat(kv): implement ForwardCursor on bolt and inmem buckets
* feat(kv): update tests to capture forward cursor
* fix(kv): typo in docs
* feat(kv): add Err method to ForwardCursor interface
* feat(inmem): batch pair channel sends in forward cursor
* fix(kv): remove Err field from kv.Pair
* feat(kv): add Close to kv.ForwardCursor interface
2019-12-19 17:30:05 +01:00
Johnny Steenbergen
a8a4d3d0b2
feat(pkger): add export functionality to checks resource
2019-12-18 17:52:28 -08:00
Johnny Steenbergen
677e836bf4
feat(pkger): add apply functionality for checks
...
this work is to support pkger, but was able to add back in the
skipped tests. seeing failures upstream, and didn't catch it in
influxdb b/c the tests were being skipped.
closes : #14799
2019-12-18 15:02:03 -08:00
Ariel Salem
63b8129188
fix(ui): fixed flakey tests ( #16268 )
...
fix(ui): fixed flakey tests
2019-12-18 14:03:31 -08:00
Johnny Steenbergen
1db3256980
feat(pkger): add check dry run functionality
2019-12-18 12:15:08 -08:00
Johnny Steenbergen
7c10270c4c
feat(pkger): add support for check resource to pgker parser
...
adds both basic resource specific and the label association
support to check resource in parser
2019-12-18 11:07:19 -08:00
Brett Buddin
01b683c816
chore(changelog): Add fix for infinite loop to list.
2019-12-18 09:24:20 -05:00
Timmy Luong
409a4382bb
fix(ui): retain user input when parsing invalid JSON during import
2019-12-17 19:06:05 -08:00
Johnny Steenbergen
38606c66e1
feat(endpoint): drop id specific check for secret keys in all endpoints
...
the original design made the secrets unable to be reused, a bit to opinionated
to be useful eleswhere. This relaxes that requirement so that secrets can be
referenced here.
2019-12-17 17:10:27 -08:00
Ariel Salem
bba04e20b4
fix(ui): front end sorting for numeric values now being handled correctly ( #16237 )
...
fix(ui): front end table sort now works for numbers, skipping test until flake is resolved
2019-12-17 15:15:09 -08:00
Deary Hudson III
d5f8a5fc9f
feat(cmd): apply env vars consistently across cmd ( #16225 )
2019-12-17 13:55:35 -06:00
Johnny Steenbergen
d42bbb3c64
feat(pkger): add support for exporting notification endpoints
2019-12-17 11:33:34 -08:00
Brett Buddin
6de01948f3
chore(changelog): Update changelog with task run cancelation fix.
2019-12-17 11:21:54 -05:00
Ariel Salem
ee897171bc
fix(ui): flux sort no longer being overidden by default FE sort ( #16235 )
...
fix(ui): flux sort no longer being overidden by default FE sort
2019-12-16 15:58:39 -08:00
Russ Savage
da7c3508dd
fix(changelog): added a section for alpha 22
2019-12-13 14:05:18 -08:00
Russ Savage
8e8cfc7292
feat(changelog): date for alpha 21
2019-12-13 13:05:39 -08:00
Timmy Luong
7b81ebaf4e
fix(ui): update giraffe and time format options ( #16217 )
...
* fix(ui): update giraffe and time format options
* chore: update CHANGELOG
2019-12-12 14:01:47 -08:00
Ariel Salem
eefb8dd525
fix(ui): adding times in script editor will default start and endtime for timerange queries ( #16201 )
...
fix(ui): adding times in script editor will default start and endtime for timerange queries, compute timeranges based on script and based on widest date range & fix dashboard so that cells that have been saved with timerange scripts are based on those timeranges
2019-12-12 10:29:09 -08:00
Bucky Schwarz
efdc6e592b
fix: return the telegraf module based on Loadable's interface
2019-12-11 13:40:32 -08:00
Bucky Schwarz
d2fe751e5a
fix: add a timestamp to the telegraf label creation to insure uniqueness
2019-12-11 11:46:09 -08:00
Ariel Salem
b62f29431f
fix(ui): updated webpack to account for different wasm files ( #16194 )
...
fix(ui): updated webpack to account for different wasm files
2019-12-11 08:57:22 -08:00
Ariel Salem
7be9307e59
fix(ui): regression fix, notes are now deletable ( #16175 )
...
regression fix, notes are now deletable
2019-12-11 08:56:42 -08:00
Gavin Cabbage
43ff4abffd
feat(query): add trace response headers
2019-12-11 09:10:21 -05:00
Deary Hudson III
336961c757
feat(cmd): bucket create to accept org name as flag ( #16187 )
...
* enables the user to specify an organization name when creating a bucket.
2019-12-10 17:46:36 -06:00
Timmy Luong
d279680cb1
chore: update CHANGELOG
2019-12-10 09:28:04 -08:00
Gavin Cabbage
3d835f9f5f
chore: update changelog
2019-12-10 09:06:33 -05:00
Ariel Salem
9991a27f74
fix(ui): updated table threshold to set background colors for thresholds correctly ( #16172 )
...
fix(ui): updated set threshold function to account for table
2019-12-09 14:24:11 -08:00
Bucky Schwarz
a28bbfcd68
chore(ui): move changelog entries that were added to the previous release after it was release
2019-12-04 12:41:18 -08:00
Deary Hudson III
ad961669ae
feat(http): create cell view properties on dashboard creation ( #16112 )
2019-12-04 13:47:25 -06:00
Timmy Luong
9f643126f1
chore: update CHANGELOG
2019-12-04 09:38:41 -08:00
Russ Savage
bd3847897e
fix(changelog): updating broken links in changelog
2019-12-03 21:04:24 -08:00
Bucky Schwarz
e52705d2b1
fix(ui): properly map over queryBuilder tags and set default values
2019-12-03 17:40:25 -08:00
Bucky Schwarz
5801d9ca9f
fix(ui): handle json parsing failures and let the user know
2019-12-03 14:12:02 -08:00
Deary Hudson III
e21ebeb30e
feat(http): add cell properties to GET /dashboards/:dashboardID response
...
issue #16057
2019-12-03 15:45:57 -06:00
Timmy Luong
5da7a76f12
chore: update changelog
2019-11-20 16:13:43 -08:00
Russ Savage
1177ba3cfd
chore(changelog): update date for alpha 20
2019-11-20 16:06:48 -08:00
Zoe Steinkamp
97153dfd90
Update CHANGELOG.md
...
adding single stat to the change log, as well as other notable changes of the month
2019-11-20 17:05:29 -07:00
Alex Boatwright
a02a7de8c2
chore: updating the changelog ( #15995 )
2019-11-20 15:27:17 -08:00
Johnny Steenbergen
dc2d931f00
feat: add support for setting password and org for a new user in the cli
...
one thing to note here is that new endpoint was created. there was no
endpoint for setting an initial password that worked. The existin endpoint
was a bit messy and coupled across multiple routes. Having multiple auth
schemes proved incredibly taxing to write against.
2019-11-20 09:16:31 -08:00
Johnny Steenbergen
ab50e18695
feat: add support for insecure skip verify on cli http clients
2019-11-14 16:48:13 -08:00
Bucky Schwarz
bcc0aa8488
fix(ui): don't show members information in cloud
2019-11-12 10:54:09 -08:00
alexpaxton
b6356fcdf2
refactor(ui): update home page animations ( #15809 )
...
* refactor: replace home page cards with Panels
* refactor: update collectors graphic
* refactor: update dashboard animation
* refactor: update alerting animation
* fix: appease linter
* chore: upgrade clockface
* refactor: animate on button hover instead of card hover
* chore: update changelog
* refactor: get orgID from redux instead of params
2019-11-08 13:07:42 -05:00
Gavin Cabbage
3e29464d4b
fix(tasks): fake flux deps
2019-11-08 09:35:20 -05:00
Ariel Salem
afb4667b15
fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list ( #15769 )
...
* fix(bucket-list): wrapped DWP in featureFlag and sorted bucket list
* chore(changelog): updated the changelog to reflect PR changes
* fix(e2e): skipping tests until featureflag removed from DWP
* chore(tests): refactoring to use selector and add tests
* chore(refactor): created selector for ordering bucketlist and added tests
* fix(bucketsort): updated func and var names to accurately reflect intent
* fix(bucket/selector): renamed func for accuracy
2019-11-06 15:29:01 -08:00
Faith Chikwekwe
1e7b5c7164
Merge pull request #15777 from influxdata/fix/long-startup
...
fix(cmd/influx): fix long startup when running `influx help` and other similar commands.
2019-11-06 10:29:24 -08:00