Leonardo Di Donato
df1fa88cb3
chore: use specific error for labels not found
2019-01-25 11:17:36 +01:00
Iris Scholten
5570e5ef44
Merge pull request #11574 from influxdata/chore/move-dataloaders-configure-verify
...
chore(ui/dataLoaders): Move the verify and configure components to dataLoaders dir
2019-01-24 16:48:12 -08:00
Brandon Farmer
5e35e7f1ef
Merge pull request #11569 from influxdata/feat/move-organizations-external-client
...
Move organizations to external client library
2019-01-24 16:36:39 -08:00
Iris Scholten
f772e0d630
chore(ui/dataLoaders): Move the verify and configure components to dataLoaders dir
2019-01-24 16:36:07 -08:00
Iris Scholten
30a0ee8475
Merge pull request #11562 from influxdata/chore/move-dataloaders-selection
...
chore(ui/dataLoaders): Move selection step components to dataloaders dir
2019-01-24 16:34:33 -08:00
Brandon Farmer
5cf5d98c11
Move organizations to external client library
2019-01-24 16:21:54 -08:00
Brandon Farmer
32c32eff0f
Merge pull request #11563 from influxdata/feat/move-buckets-external-client
...
Move buckets to use external client library
2019-01-24 16:06:15 -08:00
Mark Rushakoff
a0ff60c075
fix(task): respect limit when finding runs
2019-01-24 15:32:16 -08:00
Brandon Farmer
82295be8ff
Move buckets to use external client library
2019-01-24 15:16:27 -08:00
Iris Scholten
678ab37225
chore(ui/dataLoaders): Move selection step components to dataloaders dir
2019-01-24 15:14:12 -08:00
Lyon Hill
bdf65f5dfe
Remove owner from task json responses ( #11504 )
...
* Remove owner from task json responses
* allow for crud to run in parallel with other tests
To be parallel we just cant assume we only have 1 task.
2019-01-24 16:05:24 -07:00
Iris Scholten
c91f2be31d
Merge pull request #11553 from influxdata/chore/move-dataloader-actions
...
chore(ui/dataLoaders): Move dataloaders actions and reducers to dataLoaders dir
2019-01-24 15:03:32 -08:00
Brandon Farmer
aefcdb2fdb
Merge pull request #11561 from influxdata/feat/move-label-external-client
...
Move labels to external client library
2019-01-24 14:57:49 -08:00
Brandon Farmer
eed89b6fc4
Move labels to external client library
2019-01-24 14:49:34 -08:00
Christopher Henn
5c766311a3
Move time machine code into timeMachine directory
2019-01-24 14:45:13 -08:00
Brandon Farmer
30ba4f0ee4
Merge pull request #11558 from influxdata/feat/tasks-use-external-client
...
Switch tasks to use external client library
2019-01-24 14:37:14 -08:00
Iris Scholten
6c1576e32c
chore(ui/dataLoaders): Move dataloaders actions and reducers to dataLoaders dir
2019-01-24 14:27:23 -08:00
Brandon Farmer
83b22f5576
Switch tasks to use external client library
2019-01-24 14:27:08 -08:00
kelwang
27b4d45e9e
Merge pull request #11309 from influxdata/add_urm_scraper
...
Add urm scraper
2019-01-24 14:21:09 -08:00
Brandon Farmer
85c53c7493
Merge pull request #11552 from influxdata/feat/move-get-me-to-client-lib
...
Move me request to client library
2019-01-24 13:38:11 -08:00
Brandon Farmer
f7ce392db4
Move me request to client library
2019-01-24 13:15:01 -08:00
Brandon Farmer
c601b4501c
Merge pull request #11551 from influxdata/feat/move-auth-to-external-client
...
Move authentication to external client
2019-01-24 12:57:01 -08:00
Brandon Farmer
2bbee05c37
Move authentication to external client
2019-01-24 12:08:32 -08:00
Mark Rushakoff
04a86c92af
fix(http): consistently use influxdb errors in task handlers
...
And ensure that the task HTTP client consistently expects influxdb
errors, so that they're properly extracted and returned to the caller.
Closes #11426 .
2019-01-24 11:25:02 -08:00
Iris Scholten
e528a998e4
Merge pull request #11522 from influxdata/feat/config-name-collector
...
feat(ui/dataLoaders): Add telegraf plugin information step with config naming
2019-01-24 09:56:56 -08:00
Christopher Henn
d4a61653cb
Employ new AST types for rendering queries
2019-01-24 09:17:39 -08:00
Christopher Henn
251402702c
Add types for JSON representation of a Flux AST
2019-01-24 09:17:39 -08:00
Christopher Henn
9dcb6ca4d5
Display latest commit hash in UI
2019-01-24 08:55:13 -08:00
Leonardo Di Donato
bd3c9cc75c
fix(vault): correct testcontainers-go dep
...
Fixes #11199
Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
2019-01-24 14:14:11 +01:00
Palak Bhojani
294614f57e
feat(ui/dataLoaders): Add telegraf plugin information step with name input
2019-01-23 17:53:31 -08:00
Mark Rushakoff
84f8f8d88c
chore(task): move 'task retry' command to 'task run retry'
...
Runs are retried; tasks aren't.
Closes #11170 .
2019-01-23 16:34:10 -08:00
Chris Goller
e2cedd0a87
Merge pull request #11519 from influxdata/fix/docker-ca-certs
...
ci(docker): add ca-certificates to the docker build
2019-01-23 17:21:45 -06:00
Chris Goller
f76a8a93e8
ci(docker): add ca-certificates to the docker build
2019-01-23 17:20:23 -06:00
lukevmorris
c75aa87382
Merge pull request #11517 from influxdata/ci/name-archives-influxdb
...
ci(release): prefix archives with influxdb
2019-01-23 14:17:11 -08:00
Luke Morris
bda1822851
ci(release): prefix archives with influxdb
...
Co-authored-by: Chris Goller <goller@gmail.com>
Co-authored-by: Mark Rushakoff <mark@influxdb.com>
Co-authored-by: AJ Bond <aj@influxdata.com>
2019-01-23 14:14:58 -08:00
lukevmorris
c44c4a8116
Merge pull request #11513 from influxdata/fix/release-tags
...
ci: build and release for pushed github tags
2019-01-23 13:27:46 -08:00
Luke Morris
954bc8df78
ci: build and release for pushed github tags
...
Co-authored-by: Mark Rushakoff <mark@influxdb.com>
Co-authored-by: Chris Goller <goller@gmail.com>
2019-01-23 13:24:28 -08:00
Chris Goller
1f227354bf
Merge pull request #11512 from influxdata/feat/changelog
...
doc(CHANGELOG): add initial changelog for 2.0
2019-01-23 15:16:00 -06:00
Chris Goller
b2aceed6bd
doc(CHANGELOG): add initial changelog for 2.0
...
Co-authored-by: Luke Morris <lukevmorris@gmail.com>
Co-authored-by: Mark Rushakoff <mark@influxdata.com>
2019-01-23 15:14:11 -06:00
Chris Goller
b67d277b37
Merge pull request #11250 from influxdata/pd-alpha-readme
...
Update README.md
2019-01-23 15:11:02 -06:00
Russ Savage
4f638c399a
updating readme based on pr feedback
2019-01-23 15:09:52 -06:00
Paul Dix
6db9f96b55
Update README.md
...
Added more intro material and split out between building and getting started.
2019-01-23 15:08:05 -06:00
Chris Goller
460ca4dda4
Merge pull request #11508 from influxdata/feat/releasing
...
ci(goreleaser): create a release version of goreleaser
2019-01-23 14:58:24 -06:00
Iris Scholten
63133b1e08
Merge pull request #11511 from influxdata/fix/no-scrapers
...
fix no scrapers error
2019-01-23 12:50:24 -08:00
Iris Scholten
5857e95805
fix no scrapers error
2019-01-23 12:43:26 -08:00
Chris Goller
6403171307
ci(goreleaser): disable CGO for release builds of influxd
2019-01-23 14:43:20 -06:00
Chris Goller
ba321429d1
ci(goreleaser): disable CGO for release builds
2019-01-23 14:40:20 -06:00
Deniz Kusefoglu
778817792b
Merge pull request #11510 from influxdata/bugfix/map-function-example
...
Fix the example function for map
2019-01-23 12:33:41 -08:00
Deniz Kusefoglu
5d6c5315bb
Fix the example function for map
2019-01-23 12:32:19 -08:00
Michael Desa
64285764d3
Merge pull request #11509 from influxdata/feat/add-protoboards
...
Add systems protoboard
2019-01-23 12:25:40 -08:00