Edd Robinson
9fcf27a25b
Add safe rename functions at fs level
2019-02-12 12:41:27 +00:00
Edd Robinson
0858b2570d
Rename --> RenameFileWithReplacement for clarity
2019-02-12 12:41:10 +00:00
Edd Robinson
bd8a167a3e
Rename file package to fs
2019-02-12 11:24:11 +00:00
Christopher Henn
93ccd1d182
Implement histogram visualization type
2019-02-11 17:23:21 -08:00
Iris Scholten
4ae161d4f9
Merge pull request #11809 from influxdata/feat/naming-scrapers
...
feat(ui): Add the ability to name a scraper target
2019-02-11 17:12:39 -08:00
Iris Scholten
e04e721bf5
feat(ui): Add the ability to name a scraper target
2019-02-11 17:04:29 -08:00
Iris Scholten
2a45302288
Merge pull request #11800 from influxdata/refactor/organization-tabs
...
refactor(ui): Separate tab navigation from tabs in organization view
2019-02-11 16:27:21 -08:00
Iris Scholten
d9ecc6033a
Merge pull request #11806 from influxdata/update-swagger-scrapers
...
Add name to scraper target response in swagger
2019-02-11 16:18:20 -08:00
Iris Scholten
b804f05de2
refactor(ui): Separate tab navigation from tabs in organization view
...
create tabs components
Use TabContentsHeader in individual org tabs
rename organizationTabbedPage to OrganizationTabs
Move tabs to clockface
2019-02-11 16:10:29 -08:00
Iris Scholten
6029744a62
Add name to scraper target response in swagger
2019-02-11 16:05:49 -08:00
Nathaniel Cook
0213db306c
Merge pull request #11802 from influxdata/flux-staging
...
Update to Flux v0.19.0
2019-02-11 15:00:57 -07:00
Palakp41
20c15ff09c
Merge pull request #11799 from influxdata/tests-adminui
...
Create tests for adminui tabs
2019-02-11 13:22:01 -08:00
Nathaniel Cook
020a11faa8
chore(flux): update to Flux v0.19.0
2019-02-11 13:53:53 -07:00
Nathaniel Cook
2877611a9d
Merge branch 'master' into flux-staging
2019-02-11 13:44:37 -07:00
alexpaxton
e9805ff7d5
Polish Threshold Styles ( #11787 )
...
* Fix stylesheet imports
* Improve design of threshold items
* Restructure component to have defaults for optional props
2019-02-11 11:51:18 -08:00
Palak Bhojani
fe0ef331f9
Create tests for adminui tabs
2019-02-11 10:43:34 -08:00
Jonathan A. Sternberg
f30820cb46
fix(query/influxql): normalize selectors when an interval is present ( #11760 )
...
The selector will be normalized to the start time interval when `GROUP
BY time(X)` is present in the query.
2019-02-11 10:51:59 -06:00
Gershon Shif
0147470353
fix nightly ( #11790 )
...
- add persist_to_worspace to deploy build job
2019-02-09 22:57:42 -08:00
Gershon Shif
ac6545e9ac
use attach_workspace for litmus nightly builds ( #11785 )
2019-02-08 16:55:45 -08:00
Palakp41
601b2c2a80
Merge pull request #11775 from influxdata/feat/dashboards-container-org
...
Feat/dashboards container org
2019-02-08 11:26:57 -08:00
Palak Bhojani
5655a06be2
Merge branch 'feat/dashboards-container-org' of github.com:influxdata/influxdb into feat/dashboards-container-org
2019-02-08 11:03:40 -08:00
Palakp41
25f92425d5
Merge pull request #11758 from influxdata/feat/dashboards-container-org
...
Update Org page to include Dashboards components
2019-02-08 09:51:07 -08:00
Palak Bhojani
0cc3dd0224
Update Org page to include Dashboards components
2019-02-08 09:38:22 -08:00
Iris Scholten
0daf6a338d
Merge pull request #11764 from influxdata/feat/move-download-config
...
feat(ui/dataLoaders): Move download config into view overlay
2019-02-08 09:32:37 -08:00
Christopher M. Wolff
3e66ebd616
refactor(query): update to reflect changes to windows ( #11766 )
2019-02-08 08:57:55 -08:00
Christopher Wolff
698de51e67
refactor(query): update to reflect changes to windows
2019-02-08 08:39:52 -08:00
Alex P
1a3e6cc917
Consolidate and standardize styles of resource renaming
...
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 17:34:55 -08:00
Iris Scholten
53db6ddaa1
feat(ui/dataLoaders): Move download config into view overlay
2019-02-07 17:22:36 -08:00
Gershon Shif
aa66aebaaa
enable Litmus Smoke tests on daily PRs ( #11747 )
...
* enable Litmus Smoke tests on daily PRs
- created a litmus_daily job
- added persist_to_workspace to build job to have access to influxd binary
- added litmus_daily to build workflow
- added two script files, litmus_success_notify.sh and litmus_fail_notify.sh to `etc` directory
- added the above script files to the one to be shared in the workspace
- updated litmus_daily and litmus_nightly jobs to use scripts for notifications.
2019-02-07 17:21:56 -08:00
Russ Savage
9ec9d8bf9f
update changelog for alpha 2 release
2019-02-07 16:37:35 -08:00
Alex P
c6dfe1a6b8
Remove unused import
...
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:23:48 -08:00
Alex P
8fbb593344
Make filename match component name
...
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:23:38 -08:00
Alex P
9766eb03dd
Make margins in orgs dashboard index consistent with other orgs indeces
...
Co-Authored-By: palakp41 <palak@influxdata.com>
2019-02-07 16:18:53 -08:00
Michael Desa
9aeca07e96
Merge pull request #11763 from influxdata/fix/label-auth
...
Pass resource type to generic resource handler for labels
2019-02-07 19:18:07 -05:00
Michael Desa
f271d0a580
test(http): add tests to ensure labels can be added to resources
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-02-07 19:08:59 -05:00
Michael Desa
23f6c4b3fe
fix(http): pass resource type through to label handlers
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-02-07 19:08:56 -05:00
Michael Desa
5a6a6a94ef
fix(http): rename platform to influxdb in package
...
Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2019-02-07 19:08:41 -05:00
Iris Scholten
9859025173
Merge pull request #11762 from influxdata/fix/get-labels
...
Fix root labels endpoint
2019-02-07 14:37:29 -08:00
Iris Scholten
aad4193c3f
fix root labels endpoint
...
Co-authored-by: Brandon Farmer <bthesorceror@gmail.com>
Co-authored-by: Delmer Reed <del@influxdata.com>
Co-authored-by: Jade McGough <jade@influxdb.com>
2019-02-07 14:21:49 -08:00
Palak Bhojani
25cd62b476
Update Org page to include Dashboards components
2019-02-07 13:43:50 -08:00
Christopher M. Wolff
81e2f304ab
Merge pull request #11729 from influxdata/refactor/from-logical-physical
...
refactor(query): separate "from" into logical and physical procedures
Fixes [influxdata/flux#270 ](https://github.com/influxdata/flux/issues/270 ).
2019-02-07 13:41:07 -08:00
Palakp41
2376491a1c
Merge pull request #11756 from influxdata/fix/orgtasks-inline-edit
...
Fix the inline edit for org tasks page
2019-02-07 13:33:02 -08:00
Christopher Wolff
3e8b0fe807
refactor(query): separate "from" into logical and physical procedures
...
Fixes influxdata/flux#270 .
2019-02-07 12:59:54 -08:00
alexpaxton
cee8c6ad5d
Polish/data loader ( #11754 )
...
* Polish data loading UI and copy
* Update test snapshot
* Ensure consistent display of code snippets in Chrome and Firefox
* Remove unecessary fragment
* Ensure type safety in default props
* Update snapshot
2019-02-07 12:01:10 -08:00
Palak Bhojani
28bb4ab936
Fix the inline edit for org tasks page
2019-02-07 11:06:30 -08:00
Palakp41
07a6f87516
Merge pull request #11752 from influxdata/update-dependency-tasks-get
...
Update client library dependency
2019-02-07 10:37:07 -08:00
Palak Bhojani
8cb22ac3e1
Update client library dependency
2019-02-07 10:10:20 -08:00
Jonathan A. Sternberg
d7b4cbe45c
Merge pull request #11751 from influxdata/flux-staging
...
deps: upgrade to Flux v0.18.0
2019-02-07 10:58:28 -06:00
Jonathan A. Sternberg
31dff58d4d
deps: upgrade to Flux v0.18.0
2019-02-07 10:38:09 -06:00
Jonathan A. Sternberg
e0e3a17ed9
Merge branch 'master' into flux-staging
2019-02-07 10:26:21 -06:00