summaryrefslogtreecommitdiffstats
path: root/webapp/tests/components/integrations/__snapshots__
Commit message (Collapse)AuthorAgeFilesLines
* 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