summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Implement experimental REST API endpoints for plugins (#7279)Joram Wilander2017-09-011-0/+0
| | | | | | | | | | | | | | | | | | * Implement experimental REST API endpoints for plugins * Updates per feedback and rebase * Update tests * Further updates * Update extraction of plugins * Use OS temp dir for plugins instead of search path * Fail extraction on paths that attempt to traverse upward * Update pluginenv ActivePlugins()
* PLT-7356 and 7378 Reduce size of emoji test posts (#7291)lindalumitchell2017-08-256-34/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-7356 Split emoji test 1 into smaller test files Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md * PLT-7356 Split emoji test 2 into smaller test files Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md * PLT-7378 Split emoji test 3 into smaller test files Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md * PLT-7378 Split emoji test 4 into smaller test files Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md * PLT-7356 and 7378 Create test-emoticons5.md Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md * PLT-7356 and 7378 Create test-emoticons6.md Prevent test files from splitting into multiple posts. Reducing the number of emoji in each file (test-emoticons1.md through test-emoticons4.md) so each post is <4000 characters. Adding two new files to accommodate the emoji overflow: test-emoticons5.md and test-emoticons6.md
* Update test .md files with new emoji set (#7104)lindalumitchell2017-08-034-16/+34
| | | | | | | | | | | | | | | | | | * Updated with new emoji set for testing Changed test-emoticons4.md from Symbols and formatting tests to Flags, Special, and formatting tests. * Updated with new emoji set for testing Updated test-emoticons3.md from Places to Objects and Symbols. * Updated with new emoji set for testing Updated test-emoticons2.md from Objects to Food, Activity, and Travel. * Updated with new emoji set for testing Updated test-emoticons1.md to new emoji set, still containing the intro, People, and Nature sections.
* PLT-6813 Removed misleading and outdated link tests (#6767)Harrison Healey2017-06-281-5/+2
| | | | | | * PLT-6813 Removed misleading tests using default ports * PLT-6813 Removed tests using basic authentication
* Update test-tables.md (#6775)lindalumitchell2017-06-281-1/+9
|
* Fix places where we still refer to "/loadtest" (#6732)Jason Blais2017-06-231-5/+5
| | | | | | | | * Update README.md * Update developer_settings.jsx * Update command_loadtest_test.go
* Renamed /loadtest to /test (#6669)Jeff Schering2017-06-191-3/+3
|
* Update markdown test for lists (#6131)lindalumitchell2017-04-181-8/+13
| | | | | | * Update for no line breaks in lists * Updating line breaks in lists expected behavior
* Add special characters hashtag tests (#6132)lindalumitchell2017-04-181-0/+4
|
* [APIV4] POST /teams/{team_id}/import for apiv4 (#5920)Carlos Tadeu Panato Junior2017-04-031-0/+0
|
* Update test-links.md (#5721)Jason Blais2017-03-101-1/+0
| | | Remove a test case until we receive a customer request for it. See more details here: https://mattermost.atlassian.net/browse/PLT-5806
* Update test-emoticons4.md (#5659)lindalumitchell2017-03-061-0/+8
| | | Added test for emoticons in headings.
* Update test-markdown-lists.md (#5658)lindalumitchell2017-03-061-0/+18
| | | Added test for multi-item unordered list with line break.
* Update test-markdown-basics.md (#5657)lindalumitchell2017-03-061-6/+4
| | | | | | | | * Update test-markdown-basics.md Added test for heading followed by paragraph1, line break, paragraph2 * Fix test so it is <4000 characters
* Update test-links.md (#5656)lindalumitchell2017-03-061-0/+1
| | | Added test for angle brackets around email address
* Update test-markdown-basics.md (#5655)Jason Blais2017-03-061-6/+7
|
* Update link preview test cases (#5620)Jason Blais2017-03-041-39/+15
|
* Add Markdown test cases for explicit image sizes (#5618)Jason Blais2017-03-041-0/+5
|
* Adding test case for lines before & after bullets (#5155)it332017-01-251-0/+29
|
* Adding more link preview test cases (#4899)it332017-01-031-13/+67
| | | | | | | | | | * Adding more link preview test cases * More link examples * Enumerating examples * Updates based on ES feedback
* PLT-1378 Initial version of emoji reactions (#4520)Harrison Healey2016-11-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactored emoji.json to support multiple aliases and emoji categories * Added custom category to emoji.jsx and stabilized all fields * Removed conflicting aliases for :mattermost: and :ca: * fixup after store changes * Added emoji reactions * Removed reactions for an emoji when that emoji is deleted * Fixed incorrect test case * Renamed ReactionList to ReactionListView * Fixed :+1: and :-1: not showing up as possible reactions * Removed text emoticons from emoji reaction autocomplete * Changed emoji reactions to be sorted by the order that they were first created * Set a maximum number of listeners for the ReactionStore * Removed unused code from Textbox component * Fixed reaction permissions * Changed error code when trying to modify reactions for another user * Fixed merge conflicts * Properly applied theme colours to reactions * Fixed ESLint and gofmt errors * Fixed ReactionListContainer to properly update when its post prop changes * Removed unnecessary escape characters from reaction regexes * Shared reaction message pattern between CreatePost and CreateComment * Removed an unnecessary select query when saving a reaction * Changed reactions route to be under /reactions * Fixed copyright dates on newly added files * Removed debug code that prevented all unit tests from being ran * Cleaned up unnecessary code for reactions * Renamed ReactionStore.List to ReactionStore.GetForPost
* Update test-attachments.txt for Text previewer (#4430)Jason Blais2016-11-021-0/+4
| | | | | | * Update test-attachments.txt for Text previewer * Update test-attachments.md
* Slack import unit tests (#4201)George Goldberg2016-10-123-0/+708
| | | | | | | | | | | | | | * Slack Import unit tests (for some functions). Covers the completely self contained functions in the Slack Importer that are straightforward to unit test. JSON processing functions are not yet unit tested. * Unit tests for Slack Import JSON parsing. This tests the 3 functions for parsing JSON, using a sample set of Slack data for posts, channels, and users.
* Update test-attachments.md (#3862)lfbrock2016-08-231-1/+1
|
* Updating markdown links test (#3790)Jason Blais2016-08-121-3/+3
| | | | | | | | | #### Summary Updating markdown links test Ticket Link https://mattermost.atlassian.net/browse/PLT-3829 and https://mattermost.atlassian.net/browse/PLT-3551 are marked as `Won't Fix`, so the markdown links test needs to be updated too.
* Update test-links.md (#3649)lfbrock2016-07-201-0/+1
|
* PLT-3482/PLT-3551/PLT-3552 Fixed some markdown list parsing (#3637)Harrison Healey2016-07-201-27/+23
| | | | | | | | | | * PLT-3552 Partially-fixed an invalid test case * PLT-3551 Removed an invalid test case * PLT-3482 Added a test case for multiple lists separated by text * PLT-3482 Updated marked to fix multiple lists separated by text
* Removed semi-valid link from list that shouldn't autolink (#3471)Harrison Healey2016-07-041-1/+0
| | | The new autolinking regex matches it and it could be argued that the link is valid anyway.
* Require indentation for multiline list items (#3326)Harrison Healey2016-06-141-5/+4
|
* Fixing test-markdown-lists.md (#3281)Harrison Healey2016-06-071-2/+2
|
* Update test-links.md (#3270)lfbrock2016-06-061-0/+1
|
* Update test-links.md (#3165)lfbrock2016-05-302-1/+8
| | | | | | * Update test-links.md * Update test-emoticons.md
* PLT-1458 Updated list autonumbering (#3126)Harrison Healey2016-05-271-43/+42
| | | | | | * Removed MattermostLexer since it was exactly the same as the default marked one * Updated list autonumbering to always start numbering from the first item's number
* Updated our fork of marked and prevented catastrophic backtracking (#3098)Harrison Healey2016-05-251-62/+85
|
* Revert "Updated our fork of marked and added more links to test-links.md ↵Harrison Healey2016-05-241-85/+62
| | | | | (#3047)" (#3090) This reverts commit c868620693c69e2931c3023460eaafd9f6d330b6.
* Updated our fork of marked and added more links to test-links.md (#3047)Harrison Healey2016-05-191-62/+85
|
* Shorten test-emoticons1.md (#2996)lfbrock2016-05-161-1/+1
|
* Fix parsing attachment field links into markdown (#2958) (#2959)thoemy2016-05-121-0/+5
| | | Field contents are stored in 'value' not 'text'.
* Remove old tests from syntax-highlighting.md (#2970)lfbrock2016-05-121-51/+0
|
* Update test-search.md to fix spelling error (#2939)lfbrock2016-05-101-1/+1
|
* PLT-2816 Fixed handling of Unicode 8 emojis (#2924)Harrison Healey2016-05-092-2/+4
| | | | | | | | | | | | * Updated twemoji to properly recognize Unicode 8.0 emojis * Updated unicode emoji parser to only render emojis we support as images * Corrected filename for South African flag emoji * Added Mattermost emoticons! * Added additional emoticons to test files
* PLT-2719 Emails with underscores don't auto-link correctly (#2865)enahum2016-05-031-0/+1
|
* PLT-2525: Render attachment fields similar to SlackAndy Lo-A-Foe2016-04-061-0/+56
| | | | | | | | | * Render attachment fields similar to Slack * Add /loadtest json url command This allows us to easily create test posts with more props like Slack attachments
* Converting to Webpack. Stage 1.Christopher Speller2016-03-162-0/+0
|
* Update test-search.md with more markdown hashtagsEric Sethna2016-03-091-1/+2
|
* Create test-emoticons4.mdEric Sethna2016-02-261-0/+2
|
* Create test-emoticons3.mdEric Sethna2016-02-261-0/+3
|
* Create test-emoticons2.mdEric Sethna2016-02-261-0/+2
|
* Update and rename test-emoticons.md to test-emoticons1.mdEric Sethna2016-02-262-22/+12
|
* Moving tests to /tests and removing /doc folder. Docs are now in seperate ↵Christopher Speller2016-02-1812-0/+1064
repository