summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations
Commit message (Collapse)AuthorAgeFilesLines
* GH-6448 Migrate edit_command.jsx to be pure and use Redux (#6858)94117nl2017-07-312-0/+460
| | | | | | | | | | * 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-274-0/+92
| | | | | | | | * 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-104-0/+94
|
* PLT-6445 Migrate add_command.jsx to be pure and use Redux (#6804)94117nl2017-07-042-0/+426
* Migrate add_command.jsx to be pure and use redux * Add basic test for AddCommand component