Commit Graph

29696 Commits (d078e48565e220f08c464c24ef98d8ec47412c11)

Author SHA1 Message Date
Deniz Kusefoglu d078e48565
Merge pull request from influxdata/reconcile-vars
Make variables org centric
2019-04-05 15:57:45 -07:00
Deniz Kusefoglu a43ea6e2b0 Remove type coersion 2019-04-05 14:35:57 -07:00
Deniz Kusefoglu ba351e5fb8 Get variables after template import 2019-04-05 14:08:56 -07:00
Deniz Kusefoglu 47c1f9d1e7
Merge pull request from influxdata/fix-landing-page
Fix links on landing page
2019-04-05 13:41:41 -07:00
Deniz Kusefoglu dc10dcabb6 Fix links on landing page 2019-04-05 12:44:49 -07:00
Jorge Landivar fa470ef926
Merge pull request from influxdata/fix/rpc-options-panic
chore(tasks): more task tests
2019-04-05 14:24:38 -05:00
docmerlin (j. Emrys Landivar) cc408e9e78 chore(tasks): more task tests 2019-04-05 13:27:48 -05:00
Palakp41 57a8339a2b
Merge pull request from influxdata/feat/tasks-runs-edit
Add the ability to edit a task from tasks runs page
2019-04-05 10:27:21 -07:00
alexpaxton e88477097f
Replace Panels with Clockface Panels ()
* Delete local Panel components

* Replace instances of local Panel with clockface Panel

* Update test snapshot

* Cleanup spacing between panels on me page
2019-04-05 10:03:46 -07:00
Deniz Kusefoglu f8f3e1d2ba Make variables org centric 2019-04-04 17:25:03 -07:00
Brandon Farmer bae07aca42
Merge pull request from influxdata/influx-dev-branch
Move influx dependency to github branch
2019-04-04 17:21:57 -07:00
Iris Scholten f15dea3580
Merge pull request from influxdata/feat/create-org-nav
feat(ui): Add create org to side nav
2019-04-04 17:21:06 -07:00
Iris Scholten 05df47d1b0 feat(ui): Add create org to side nav 2019-04-04 17:09:56 -07:00
Brandon Farmer 9b816248bc Move influx dependency to github branch 2019-04-04 17:08:46 -07:00
Brandon Farmer c0bda59585
Merge pull request from influxdata/update-client-org-id
Update client to now allow org ids
2019-04-04 17:04:47 -07:00
Brandon Farmer 46d12f7e53 Update client to now allow org ids 2019-04-04 16:36:43 -07:00
alexpaxton 455b7b768a Clockface 0.0.9 ()
* Update to latest clockface version

* Make linter happy

Alignment, Stack, DropdownChild, and DropdownMenuColors are all either no longer exported or in a different shape than before

* Fix circular dependency

* Import correct type

* Remove unused component

* Update all instances of ComponentSpacer

* Remove local ComponentSpacer

* Update test snapshots

* Fix incorrect use of ComponentSpacer
2019-04-04 16:32:33 -07:00
Alirie Gray 541b42925a
Merge pull request from influxdata/switch-orgs-in-nav
feat(nav): allow user to switch orgs from the navbar
2019-04-04 16:10:40 -07:00
Alirie Gray 8af997e490 feat(nav): allow user to switch orgs from the navbar 2019-04-04 16:08:57 -07:00
Palak Bhojani fa6d31eec7 Add the ability to update a task from tasks runs page 2019-04-04 16:00:01 -07:00
Palakp41 376aaddf1e
Merge pull request from influxdata/feat/tasks-runs-name
Add task name to Tasks Runs page
2019-04-04 15:40:35 -07:00
Palak Bhojani 0a9c13a812 Add task name to Tasks Runs page 2019-04-04 15:30:35 -07:00
Deniz Kusefoglu dd06a4d29e
Merge pull request from influxdata/reborg-tasks
Reborg tasks
2019-04-04 14:41:39 -07:00
Deniz Kusefoglu 4bd48a2cfe Address review comments 2019-04-04 14:21:08 -07:00
Jeff Wendling 5d594deb2d
Merge pull request from influxdata/jmw-protobuf-bump
chore: bump gogo/protobuf and regenerate
2019-04-04 14:35:38 -06:00
Palakp41 825414985a
Merge pull request from influxdata/feat/labels-variables
Add the ability to add labels on variables
2019-04-04 11:54:58 -07:00
Deniz Kusefoglu db8bc3be80 Remove org from task card 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 9808ce2a5f Unskip tasks tests 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 52c72ac20c Fix more tasks stuff 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 3bd61ca5ca Call routing function 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu be4e440300 Remove unused tasks props 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 9f1658e40d Add AppState to mstp 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu fd24d19021 Fix buckets types 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 6fe5b5e523 Reborg tasks 2019-04-04 11:25:41 -07:00
Deniz Kusefoglu 0e9356788d Fix orgs in tasks actions 2019-04-04 11:25:41 -07:00
Palak Bhojani dbfe926ea0 Add the ability to add labels on variables 2019-04-04 11:21:36 -07:00
jlapacik 2909927ab0
fix(reads): HasFieldValueKey searches for "$", not "_value" ()
Storage converts references to _value in filter predicates to $.
It then considers any predicate that does not reference $ to be
a tag predicate. Tag predicates are used to construct series index
cursors.

This commit fixes a bug where field comparisons were being included
in tag predicates due to the HasFieldValueKey function searching
for comparison expressions referencing _value instead of $. Because
all references to _value had already been replaced. An expression
of the form '$ < 3000' would be considered a tag expression and
therefore would be mistakenly included as a tag predicate.

Fixes .
2019-04-04 11:13:09 -07:00
Iris Scholten c0bf96c8a7
Merge pull request from influxdata/feat/org-name-page-titles
Add org name to page titles
2019-04-04 10:20:14 -07:00
kelwang 891599cf3a
Merge pull request from influxdata/template_by_org_id
feat(influxdb): get docs by org id
2019-04-04 13:09:34 -04:00
Kelvin Wang 8a825a8f9f feat(influxdb): get docs by org id 2019-04-04 12:51:30 -04:00
Brandon Farmer a3bcc15a6a
Merge pull request from influxdata/swagger-updates-org-id
Update swagger endpoints to include orgID parameters
2019-04-04 09:48:20 -07:00
Iris Scholten 2e995f9796 Add org name to page titles 2019-04-03 17:26:03 -07:00
Iris Scholten 77829324e9
Merge pull request from influxdata/feat/orgID-local-storage
feat(ui): store orgID in local storage
2019-04-03 16:47:05 -07:00
Brandon Farmer 8fc86ba17e Update swagger endpoints to include orgID parameters 2019-04-03 16:44:16 -07:00
Palakp41 598c29423d
Merge pull request from influxdata/fix/tasks-runs-columns
Reorder the task runs columns
2019-04-03 16:43:40 -07:00
Iris Scholten 6dfc5a4699 feat(ui): store orgID in local storage 2019-04-03 16:00:30 -07:00
Palak Bhojani 64338954d3 Rearrange columns on task runs list 2019-04-03 15:13:44 -07:00
Deniz Kusefoglu a5478652ba
Merge pull request from influxdata/org-header-name
Org Header receives org name from redux
2019-04-03 14:59:16 -07:00
Jeff Wendling 5dc3e52fd9 chore: bump gogo/protobuf and regenerate
It had been bumped previously from v1.1.1 to v1.2.0 and nothing was
regenerated. This bumps it to v1.2.1 and regenerates.
2019-04-03 15:42:33 -06:00
kelwang dd55308b77
Merge pull request from influxdata/bucket_not_found
fix(kv): fix bucket not found by name
2019-04-03 17:16:12 -04:00