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
Jared Scheib
b1cd5b7695
Unprettier
2017-12-22 16:56:16 -08:00
Jared Scheib
4349e0a3f0
Add /users & /users/{id} routes & CRUD operations to swagger
2017-12-22 16:53:17 -08:00
Jared Scheib
ce505d1119
Add swagger definitions for Chronograf Users, User, & Role
2017-12-22 16:53:17 -08:00
Jared Scheib
7112ea66e0
Add read-only props & fix organization id to be string
2017-12-22 16:53:17 -08:00
Jared Scheib
7f5b641a77
Clarify & make consistent 403 error descriptions
2017-12-22 16:53:17 -08:00
Jared Scheib
937bc6f931
Clarify copy in Organizations descriptions
2017-12-22 16:53:17 -08:00
Jared Scheib
f969d011bc
Clean up swagger JSON
2017-12-22 16:53:17 -08:00
Jared Scheib
6f672dcffc
Change 'multitenancy' tag to 'multiorganization' & 'multiuser'
2017-12-22 16:53:17 -08:00
Jared Scheib
0fb528a89d
Add organization/{id} get, patch, & delete to swagger
2017-12-22 16:53:17 -08:00
Jared Scheib
b8a2a12896
Clarify swagger description copy
2017-12-22 16:53:17 -08:00
Jared Scheib
d345f3d3d0
Make POST descriptions consistent
2017-12-22 16:53:17 -08:00
Jared Scheib
29e95db649
Add Organization resources & apis to swagger
2017-12-22 16:53:17 -08:00
Jared Scheib
73dbc96a8f
Change 'internal service error' to 'internal server error'; prettier
2017-12-22 16:53:17 -08:00
Nathan Haugo
93d8b10870
Bumpversion to 1.4.0.0
2017-12-22 12:59:04 -08:00
Nathan Haugo
efbb71e9d7
Update version
2017-12-21 11:36:03 -08:00
Chris Goller
ace51b1553
Update CHANGELOG and versions to prep for 1.4.0.0-rc1
2017-12-19 18:38:46 -06:00
Nathan Haugo
a91b3ef104
Bump version to 1.4.0.0-beta2
2017-12-14 12:45:44 -08:00
Nathan Haugo
05fc484864
Update bumpversion with 1.4.0.0-beta1
2017-12-07 14:38:28 -06:00
Alex P
6025c1224a
Merge branch 'master' into gauge-cell-type
2017-12-05 12:12:16 -08:00
Chris Goller
a841419bfb
Update patching of enterprise users allow incremental updating of fields
2017-11-30 12:41:50 -06:00
Chris Goller
862c1fcade
Update invalid swagger information for cell hex color length
2017-11-21 12:22:02 -06:00
Chris Goller
8181e1eaf7
Add colors to all cells
2017-11-21 12:16:23 -06:00
Nathan Haugo
c720f8a9cb
Merge pull request #2140 from influxdata/feature/kapa-insecure
...
Add insecure ssl support to connect to kapacitor
2017-10-26 10:40:28 -04:00
Nathan Haugo
da560018c6
Update changelog and version number for 1.3.10.0
2017-10-24 09:34:31 -04:00
Chris Goller
1b6724122c
Add insecure ssl support to connect to kapacitor
2017-10-19 22:48:31 -05:00
Chris Goller
725fd521dc
Update swagger documentation about queryConfig
2017-10-16 11:51:51 -05:00
Nathan Haugo
a2f270bdb2
Update version
2017-10-06 11:38:40 -07:00
Chris Goller
0e6a06d663
Update dashboard cells to have optional data source URI.
2017-10-02 12:50:42 -07:00
Chris Goller
08ecc10ddb
Update swagger docs with new kapacitor rule fields
2017-09-09 10:19:52 -05:00
Nathan Haugo
3387c941af
Bump version to 1.3.8.0
2017-09-07 16:29:56 -07:00
Tim Raymond
63087a1bb8
Update Swagger for new axes options
...
New options were introduced to control things like scale, base, etc. on
axes and these were previously not documented. This adds documentation
of the newly supported parameters by the API.
2017-08-24 14:50:12 -04:00
Nathan Haugo
5a13db41ba
Bump to 1.3.7.0
2017-08-23 15:56:00 -07:00
Chris Goller
2d8b1ef340
Release 1.3.5.0
2017-07-25 15:08:02 -05:00
Tim Raymond
ede85f6964
Enforce only "x", "y", and "y2" axes
...
For the forseeable future, we will only be using the "x", "y", and "y2"
axes, even though the underlying serialization can support arbitrary
axes (for the future).
This ensures that only "x", "y", and "y2" axes are present and updates
the Swagger docs to reflect that fact
2017-07-24 14:06:15 -04:00
Tim Raymond
db4d093a0c
Update Swagger with Cell Axes
...
Cells now have axes which represent their visualization's viewport. This
updates the Swagger documentation to reflect this.
Things to be aware of
=====================
The form of "axes" is that of a map<string,object>, which is represented
in Swagger by an "additionalProperties" key (search for "string to model
mapping" here: https://swagger.io/specification/ ).
2017-07-24 14:03:48 -04:00
Jared Scheib
200b24788b
Merge branch 'master' into feature/pushover_support-1680
2017-07-20 16:23:54 -07:00
Chris Goller
8dc08278bd
Add JWT shared secret influxdb auth
...
Refactor --new-sources to simplify adding shared secrets
2017-07-19 01:39:06 -05:00
Jared Scheib
fb8d5cfc8e
Add Pushover to swagger
2017-07-14 16:55:59 -07:00
Hunter Trujillo
8307a3b336
I think this goes here in the swagger doc...
2017-07-10 16:18:05 -06:00
Jared Scheib
a6dcb3a382
Add 'custom' prop and example to /chronograf/v1 in swagger docs
2017-06-26 11:56:05 -07:00
Jared Scheib
73fd58ef35
Update swagger docs for external and statusFeed props
2017-06-15 18:23:42 -07:00
Hunter Trujillo
87eff2c86c
Update swagger docs.
2017-06-12 15:30:10 -06:00
Regan Kuchan
5a0abe2de7
Update version and changelog for v1.3.2.0
2017-06-02 13:34:23 -06:00
Regan Kuchan
7331971e23
Update version number and bumpversion
2017-05-22 11:57:23 -07:00
Chris Goller
33b3ccc298
Update version to 1.3 for javascript and swagger
2017-05-09 08:24:04 -07:00
Chris Goller
7b08acb621
Add line-protocol /write endpoint to all data sources
2017-05-03 00:06:40 -05:00