Commit Graph

176 Commits (9a8e69723dd49fd27604d83c82a5672b40199e6a)

Author SHA1 Message Date
Chris Goller c7180b56bc fix(server): health for source returns status no content 2018-07-11 18:30:04 -05:00
Alirie Gray 0b84deabfc Fix swagger error in LogViewerColumn 2018-07-10 14:03:21 -07:00
Jared Scheib 0104594c16 Fix swagger.json breaking in rebase 2018-07-09 17:41:23 -07:00
Alirie Gray 45bb87a17b Update swagger docs with refactored organization config API
Add definitions for Config and Organization Config
Replace /:section route with /auth and /org_config/logviewer

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:37:30 -07:00
Alirie Gray 2f6b4ccd99 Replace name "LogViewerUIConfig" with "LogViewerConfig" 2018-07-09 17:36:19 -07:00
Jared Scheib b5491a7bf1 Add & fix logViewer links in configResponse
Rename LogViewerUI to LogViewer in Config struct.
Make all instances of endpoint 'logviewer' (lowercase).
Make all instances of config.links.logViewer (camelcase).
2018-07-09 17:36:19 -07:00
Jared Scheib 08c7850812 Correct two missed 'logViewer's to logviewer 2018-07-09 17:36:19 -07:00
Alirie Gray 0241e4faea Change the log viewer UI config property "encoding" to "encodings"
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-07-09 17:36:19 -07:00
Christopher Henn 17d4cc7135 Add missing brace in swagger.json
The docs at localhost:8888/docs failed to load due to an error parsing
the swagger.json file.
2018-07-09 10:44:27 -07:00
Deniz Kusefoglu fec39a1ca5 Merge pull request #3817 from influxdata/tempvars/map-type-upload
Tempvars/map type upload
2018-07-03 15:32:44 -07:00
ebb-tide b900fead75 Add map as a template variable value type to the backend 2018-07-02 17:45:44 -07:00
Brandon Farmer ad670f3531 Remove ldap specific endpoint
- LDAP information is now attached to source
2018-07-02 11:24:29 -07:00
Brandon Farmer 4aeda9caf3 Add endpoint for determining if ldap is enabled 2018-07-02 11:24:29 -07:00
Alirie Gray 4a5cef976c Add position property to LogViewerUIColumn Swagger definition 2018-06-28 13:41:12 -07:00
Alirie Gray 65b803f86f Simplify LogViewerUIColumn Swagger definition
Combine mappings and formatting into "encoding."

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-28 13:07:40 -07:00
Alirie Gray f5ef55f948 Add examples for LogViewerUIConfig/Column to Swagger docs 2018-06-28 11:27:46 -07:00
Jared Scheib e6fca683ad Iterate on data models for Log Viewer UI config API
Co-authored-by: Alirie Gray <alirie.gray@gmail.com>
2018-06-28 10:59:48 -07:00
Alirie Gray 96f905aacb Simplify Swagger config API & add AuthConfig definition
Co-Authored-By: Jared Scheib <jared.scheib@gmail.com>
2018-06-27 15:17:14 -07:00
Alirie Gray 704807f683 Simplify log viewer UI config models in Swagger
Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-27 15:07:17 -07:00
Alirie Gray 16368a6bd9 Add a swagger definition for UI config settings and API Routes
Specifically, this adds a definition for getting and updating
the log viewer UI Settings, i.e. severityColors,
columns, and severityColumnFormat.

Co-authored-by: Jared Scheib <jared.scheib@gmail.com>
2018-06-26 17:12:00 -07:00
Iris Scholten 6476e603a3 Update swagger 2018-06-19 14:57:48 -07:00
Brandon Farmer b0103b14b4 Fix issues with slack multi node
- Alerts not persisting workspace
- Error when saving handler with empty nickname
- Allow users to add multiple empty rules

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-05-17 11:38:44 -07:00
ebb-tide 7c1e604abe Release 1.5.0.0 2018-05-15 17:36:04 -07:00
Jared Scheib 0c633c4b0e Update swagger 2018-05-10 13:02:26 -07:00
Iris Scholten 70950a3273 Update swagger with opsgenie2 and pagerduty2 2018-05-08 09:58:50 -07:00
ebb-tide 9b1cf60a7c Implement Decimal Place Setting 2018-04-30 11:59:14 -07:00
Iris Scholten a34085a4b1 Update Swagger with fieldOptions and Timeformat change and precision 2018-04-20 13:41:34 -07:00
Jared Scheib c22bf61507 Update swagger to include defaultRP
Backfill source fields that were missing to swagger as well.

Co-authored-by: Iris Scholten <ischolten.is@gmail.com>
2018-04-18 12:34:36 -07:00
Jared Scheib aac6a5c950 Merge branch 'master' into feature/rest-measurements 2018-04-04 16:21:16 -07:00
Jared Scheib 2fbdf07d8d Rename db & rp vars & url params for clarity & consistency
Updates swagger as well.
Clarify that instead of dbid and rpid, these values are names.
Rename the var for the Databases service to dbsvc.
2018-04-04 14:22:08 -07:00
Andrew Watkins 4438d982aa Merge pull request #3118 from influxdata/bugfix/flash-notifications
Bugfix/flash notifications
2018-04-04 11:13:17 -07:00
Jared Scheib 481d0f4c16 Add swagger docs for new /measurements API, response, & structs 2018-04-03 16:04:16 -07:00
Andrew Watkins d71763234a Introduce /health endpoint 2018-04-03 15:58:33 -07:00
nathan haugo 1efa7a257c Update for 1.4.3.1 2018-04-02 17:50:32 -07:00
ebb-tide b09026c765 Merge branch 'master' into feature/table-graph-polish 2018-03-29 18:56:10 -07:00
ebb-tide 5c0e0e0722 Change swagger a tad 2018-03-29 18:52:35 -07:00
Jared Scheib 810b3a3f9b Merge pull request #2656 from influxdata/swagger-1.4.0.0
Update Swagger for most multiorganization & multiuser changes
2018-03-29 17:01:53 -07:00
Jared Scheib 4879383587 Further disambiguate Invalid JSON vs Invalid data schema 2018-03-29 16:53:13 -07:00
Jared Scheib 2d456e3b70 Update superAdmin description 2018-03-29 16:43:10 -07:00
Jared Scheib 4a440575cc Remove -Chronograf suffix from User & Role 2018-03-29 16:40:35 -07:00
Jared Scheib 8ad6d2b0b1 Add 'InfluxDB-' prefix to User, Role, Permission, & Allowance 2018-03-29 16:39:13 -07:00
Jared Scheib a43040b5e4 Remove obsolete 'public' property from organizations 2018-03-29 16:18:19 -07:00
Jared Scheib f228448cfe Correct typo 2018-03-29 15:45:21 -07:00
Jared Scheib 74a9bbfb62 Properly use enums to limit valid role strings 2018-03-29 15:44:04 -07:00
Jared Scheib 04ace1612b Improve descriptions of /organization(s) & /user(s) API 2018-03-29 15:39:20 -07:00
Jared Scheib 6e22264957 Replace multiorganization & multiuser tags with organizations & users 2018-03-29 14:04:39 -07:00
Jared Scheib 614b50be67 Prettier 2018-03-29 14:00:24 -07:00
ebb-tide d5182c7aa5 Update Swagger 2018-03-29 13:25:48 -07:00
Iris Scholten 3e33bf3982 Merge branch '1.4.3.x' 2018-03-28 18:26:00 -07:00
Iris Scholten 21daf088c9 update versions with bumpversion 2018-03-28 11:34:23 -07:00