Commit Graph

13254 Commits (07edc3108bcef21c27a7c8e33dfa86ba4bf65d9d)

Author SHA1 Message Date
Jade McGough d5bf127648 remove name updates 2018-12-18 01:41:47 -08:00
Jade McGough 3bf4db0d5d add http handler for label PATCH 2018-12-18 01:38:49 -08:00
Jade McGough c9b45b4c6d make fmt 2018-12-18 01:09:51 -08:00
Jade McGough bafee9c475 add put fn for bolt labels 2018-12-18 01:06:28 -08:00
Jade McGough feddfe6ff8 fix bug 2018-12-18 00:33:47 -08:00
Jade McGough 1f08f74cce add test for updating non-existent labels 2018-12-18 00:33:32 -08:00
Jade McGough 5036777750 use new error library 2018-12-17 23:59:04 -08:00
Jade McGough 506517d58f add failing tests 2018-12-17 23:00:57 -08:00
Jade McGough 01a5aff7e3 feat(http): add ability to update labels 2018-12-17 23:00:57 -08:00
Jade McGough e9fba06b3f WIP add colors to labels 2018-12-17 23:00:56 -08:00
Iris Scholten 388265604b fix(ui/dataLoaders): Update the button labels and funcitonality in onboarding steps 2018-12-17 17:46:50 -08:00
Brandon Farmer eb81a9c48d
Merge pull request #2001 from influxdata/chore/misc-generated
Chore/misc generated
2018-12-17 16:36:07 -08:00
Alirie Gray 0f825d4ea3 Match shape of get/authorizations to backend response 2018-12-17 16:17:10 -08:00
jlapacik c27d954016 fix: pass nil importer to Eval 2018-12-17 15:43:48 -08:00
alexpaxton 73b3d566e5
Add New Icons to Icon Font and Update Nav Icons (#2004)
* Update icon font

* Make nav bar icon font size a whole number

* Change icons in navbar
2018-12-17 14:28:34 -08:00
Deniz Kusefoglu 7f315bf094
Merge pull request #1965 from influxdata/chore/precision-polish
Line protocol precision polish
2018-12-17 13:22:54 -08:00
Deniz Kusefoglu a86f6cd4a4 Remove U as precision option, make default nanoseconds 2018-12-17 13:17:04 -08:00
Nathaniel Cook 88425ced00 build(flux): update to Flux v0.10.0 2018-12-17 12:54:51 -07:00
Delmer e68949074a
feat(ui): add table options (#1994)
feat(ui): add table options

Co-authored-by: Alex Paxton<thealexpaxton@gmail.com>
2018-12-17 14:28:37 -05:00
Brandon Farmer a9065c0001 Update swagger to denote endpoints using generated client 2018-12-17 11:14:08 -08:00
Brandon Farmer 1b982ea984 Move misc api calls to generated client 2018-12-17 11:14:08 -08:00
kelwang d8bd6426c4
Merge pull request #1992 from influxdata/error_marshal
fix(platform): use json struct instead of string for embed error
2018-12-17 13:19:57 -05:00
kelwang 48fe377af3
Merge pull request #1926 from influxdata/convert_dashboard_error
fix(http): convert dashboard errors
2018-12-17 13:01:25 -05:00
Michael Desa c33d94f5ec
Merge pull request #1799 from zhulongcheng/paging
feat(http/paging): add paging implementation
2018-12-17 12:43:05 -05:00
Alirie Gray 0d896cb04d
Merge pull request #1980 from influxdata/tokens/delete-token-from-list
Add delete button to token index row
2018-12-17 09:37:45 -08:00
Chris Goller 0ea2f7b128
Merge pull request #1986 from zhulongcheng/rename-auth
fix(http): rename auths to authorizations
2018-12-17 11:24:21 -06:00
kelwang 014dda0abe
Merge pull request #1990 from influxdata/convert_scraper_errors
fix(http): convert scraper target error
2018-12-17 12:18:08 -05:00
Kelvin Wang d939732141 fix(platform): use json struct instead of string for embed error 2018-12-17 11:18:04 -05:00
zhulongcheng 94d86186c7 fix(http): rename auths to authorizations 2018-12-18 00:12:16 +08:00
Chris Goller 49d098346d
Merge pull request #1985 from zhulongcheng/fix-ci
fix(ci): add required jobs
2018-12-17 09:57:35 -06:00
Chris Goller 0783e94953
Merge pull request #1982 from zhulongcheng/404
add custom-404 handler
2018-12-17 09:55:24 -06:00
Chris Goller d0263a4301
Merge pull request #1950 from zhulongcheng/doc-macro
docs(http): put macros/:id endpoint
2018-12-17 09:50:31 -06:00
Kelvin Wang 4cabda439e fix(http): convert scraper target error 2018-12-17 09:08:19 -05:00
Jade McGough 09626a49b8
Merge pull request #1981 from influxdata/tasks-labels-swagger
fix(http): add task labels endpoint documentation
2018-12-17 00:22:52 -08:00
zhulongcheng 5f40883342 add custom-404 handler 2018-12-16 22:55:39 +08:00
zhulongcheng a1f3ca5151 fix(ci): add required jobs 2018-12-16 18:21:33 +08:00
zhulongcheng f044e74f2a fix(ci): add required jobs 2018-12-16 18:03:27 +08:00
zhulongcheng eddbf27329 docs(http): put macros/:id endpoint 2018-12-16 17:14:35 +08:00
Chris Goller 107431523e
Merge pull request #1393 from influxdata/chore/add-bazaar-to-readme
Add information about bazaar to readme file
2018-12-15 10:50:08 -06:00
Lyon Hill 6489f33200
feat(api/health): Add a standardized health and ready check system (#1961)
* feat(api/health): Add a standardized health and ready check system

Build a system that can be used for both ready and health checking.
It can be used directly as a http.Handler and can be given a passthrough handler,
allowing it to operate as middleware.
2018-12-14 23:20:53 -07:00
Jade McGough 6713d6d12e fix(http): add task labels endpoint documentation 2018-12-14 16:01:46 -08:00
Alirie Gray 59eae630a1 Add delete button to token index row 2018-12-14 15:47:16 -08:00
Jade McGough 0c5997bb47
Merge pull request #1979 from influxdata/remove-auth
chore(http): remove authorization header description from swagger
2018-12-14 15:41:38 -08:00
Jade McGough 591de7f145 chore(http): remove authorization header description from swagger 2018-12-14 15:19:04 -08:00
Iris Scholten 3bc19c25c1
Merge pull request #1963 from influxdata/dataLoaders/required-config-fields
feat(ui/dataLoaders): Check if fields for plugin configuration
2018-12-14 15:07:34 -08:00
Iris Scholten eb0a38e727 feat(ui/dataLoaders): Check if fields are required for plugin configuration 2018-12-14 13:40:24 -08:00
Jade McGough 943018a06c
Merge pull request #1486 from zhulongcheng/fix-member-endpoint
fix(http): Update members/owners endpoints to implement swagger definitions
2018-12-14 13:16:42 -08:00
Delmer 71d75cf2ab
feat(ui): disable removing only tab (#1831) 2018-12-14 14:21:59 -05:00
Jeff Wendling 2190ebde59
Merge pull request #1922 from influxdata/jmw-tombstone-perf
tsm1: tombstone performance
2018-12-14 12:17:12 -07:00
ABond 9926e6d48c
Merge pull request #1937 from influxdata/chore/setup-nightly-build
chore(ci): Setup nightly build
2018-12-14 12:54:21 -05:00