summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6455 Migrate installed_oauth_apps.jsx to be pure and use Redux (#7059)94117nl2017-08-031-0/+98
| | | | | | * Migrate installed_oauth_apps.jsx to be pure and use Redux * Props docs typo, add test, remove commands_container, bump yarn.lock
* GH-6452 Migrate installed_command.jsx to be pure and use Redux (#6903)94117nl2017-08-031-0/+103
| | | | | | | | | | | | | | * Migrate installed_command.jsx to be pure and use Redux * Add test for InstalledCommand component * Fix failing test and typo * Whoops. Revert back deleted filter * Add filter test * Remove commands related code from /stores/integration_store.jsx
* GH-6448 Migrate edit_command.jsx to be pure and use Redux (#6858)94117nl2017-07-311-0/+424
| | | | | | | | | | * Migrate edit_command.jsx to be pure and use Redux, add basic test * Update newCommand to reference modified command * Fix typo * Remove unnecessary re-renders
* Migrate add and edit incoming webhook components to redux (#6885)Carlos Tadeu Panato Junior2017-07-272-0/+33
| | | | | | | | * Migrate add incoming webhook components to redux * Migrate edit incoming webhook components to redux * Add tests
* Migrate add and edit outgoing webhook components to redux (#6818)Joram Wilander2017-07-102-0/+34
|
* PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804)94117nl2017-07-041-0/+396
* Migrate add_command.jsx to be pure and use redux * Add basic test for AddCommand component