Commit Graph

30 Commits (fcd821ce82551f35d74aec6830392116025fbf20)

Author SHA1 Message Date
Luke Morris c476b44d11 Repair specs 2017-12-18 16:11:35 -08:00
Jared Scheib eda5d949bc Reduce & update user fixture data for tests 2017-11-09 18:32:45 -08:00
Jared Scheib 20d57e4eb8 Import all role name constants in dummy data & fix missing MEMBER_ROLE 2017-11-03 09:38:13 -07:00
Jared Scheib 06228e6b34 Wire up create user in Chronograf admin 2017-11-02 19:08:21 -07:00
Jared Scheib d31d9e6cf0 Fetch live data from /chronograf/v1/users & load into Chronograf Admin Table
Move DUMMY_USERS data into admin/chronograf/loadUsers spec.
This adds a full roundtrip for populating the Chronograf Admin Table
with live data from the server. It includes a reducer & test, action
creator, and API request, which then loads the successful data into
the Redux and then the React component.
2017-11-01 00:51:40 -07:00
Jared Scheib bd299f121e Specify Admin.InfluxDB as test name in influxdb admin reducer 2017-10-31 22:52:52 -07:00
Jared Scheib 1c55ae512a Rename adminSpec.js to influxdbSpec.js 2017-10-31 22:44:05 -07:00
Jared Scheib 23a09f2e97 Clarify name & import of adminInfluxDB reducer 2017-10-31 22:42:31 -07:00
Jared Scheib 9725520711 Rename 'admin' reducer to 'adminInfluxDB'
Rename actions/admin.js to actions/influxdb.js
2017-10-31 22:15:02 -07:00
deniz kusefoglu 5310548c47 Generate a unique db self.link for use as a temp-id-key 2017-09-19 13:05:31 -07:00
Hunter Trujillo bc7f75d25a Prettier tests. 2017-06-07 10:23:53 -06:00
Andrew Watkins 179478e97a Lint fix all tests 2017-03-30 15:57:33 -07:00
Andrew Watkins e2eabbaed6 Add edit rp tests and refactor edit rp action 2017-03-21 17:08:02 -07:00
Andrew Watkins e293acc78d Add remove and add rp tests 2017-03-21 16:54:39 -07:00
Andrew Watkins e80b1634d7 Add remove database code test 2017-03-21 16:27:30 -07:00
Andrew Watkins c86d50ecaf Remove redundant action 2017-03-21 16:11:42 -07:00
Andrew Watkins b8cd78b67d Add database delete code test 2017-03-21 15:56:41 -07:00
Andrew Watkins 3d9584d79d Introduce remove database test 2017-03-21 15:51:14 -07:00
Andrew Watkins b35271a197 Add edit database test 2017-03-21 15:47:51 -07:00
Andrew Watkins df76ebf1fd Introduce add database test 2017-03-21 15:34:13 -07:00
Andrew Watkins 50ae8cc964 Pull out default objects into constants dir 2017-03-21 15:33:30 -07:00
Jared Scheib a82db6be2b Add tests for role create and update, refactor user create test 2017-03-10 16:48:56 -08:00
Jared Scheib 410d0beb56 Fix update dropdown when adding users, roles, and permissions (except users/roles), rename success actions for use across AJAX update requests, pass through error on AJAX update failure 2017-03-10 16:22:03 -08:00
Andrew Watkins acc2444883 Fix tests 2017-03-10 12:52:18 -08:00
Andrew Watkins cca6e0450c Add permissions to redux store 2017-03-10 08:35:51 -08:00
Jared Scheib e1776e7696 Rename action to redux convention 2017-03-09 13:59:10 -08:00
Jared Scheib fd06092ac8 Add tests for creating user 2017-03-09 12:48:37 -08:00
Jared Scheib 5ab533ebf0 Add test for removeAddedUser 2017-03-06 23:23:14 -08:00
Jared Scheib 6e3c75d53b Add test for addUser 2017-03-06 23:21:10 -08:00
Jared Scheib 9f0ed42fe1 Resolve conflicts to merge 'feature/934-ew-admin' into 'feature/934-ew-admin_add-user' 2017-03-06 23:09:51 -08:00