summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAge
* SQL SIMILAR (via pg_trgm)Gravatar Adam Chlipala2019-12-04
|
* Undo a questionable optimization, almost 10 years later (closes #179)Gravatar Adam Chlipala2019-10-13
|
* Update urlification of unit values for RPC results, to track a previous ↵Gravatar Adam Chlipala2019-10-07
| | | | change elsewhere
* Add Step attribute to crange; fix tests for cnumber and crangeGravatar Mark Clements2019-10-04
|
* Disallow wildcards in signatures (should help with #174)Gravatar Adam Chlipala2019-09-18
|
* More detailed error message for bad path kind spec (closes #178)Gravatar Adam Chlipala2019-09-14
|
* Retool handling of text keys in MySQLGravatar Adam Chlipala2019-05-31
|
* Catch clashing rewritten URL prefixesGravatar Adam Chlipala2019-04-15
|
* Merge branch 'master' of https://github.com/urweb/urweb into endpointsGravatar Artyom Shalkhakov2019-01-27
|\
* | Test case for -endpoints switchGravatar Artyom Shalkhakov2019-01-12
| |
| * fix unit tests. implement urlifyCharGravatar fab2019-01-09
|/
* Merge pull request #157 from fabriceleal/fix-js-icu-with-bitlookupsGravatar Adam Chlipala2018-12-28
|\ | | | | Fix js icu with bitlookups
| * avoid a pow call if we canGravatar fab2018-12-25
| |
* | More tests.Gravatar Artyom Shalkhakov2018-12-22
|/
* Merge pull request #146 from fabriceleal/utf-icuGravatar Adam Chlipala2018-12-19
|\ | | | | utf-8 aware functions for basis. unit-testing.
* | Proper ignoring of empty SQL updatesGravatar Adam Chlipala2018-12-14
| |
| * tidy unit testsGravatar fab2018-12-12
| |
| * exhaustive testing brought to selenium. bug fix in isspace. useful function ↵Gravatar fab2018-12-11
| | | | | | | | to test if char is <128
| * strsub, strcspn, strsindexGravatar fab2018-12-06
| |
| * ordGravatar fab2018-12-06
| |
| * strsindexGravatar fab2018-12-06
| |
| * chars with more than 2 bytes are awkwardly handled by the "normal" string of ↵Gravatar fab2018-12-06
| | | | | | | | javascript. the best way to get consistent results seems to be to convert to array by Array.from(...) and back to strings with .join("")
| * 1 bug fix and sorting out my own confusion: uw_Basis_char is already a ↵Gravatar fab2018-12-02
| | | | | | | | codepoint, NOT the "serialized" utf8
| * test client eval vs server evalGravatar fab2018-11-23
| |
| * cleanupGravatar fab2018-11-19
| |
| * several fixes on unit tests and implementationGravatar fab2018-11-19
| |
| * utf-8 aware functions for basis. unit-testing.Gravatar fab2018-11-17
|/
* More telegraphic error text for clashing URL prefixes (closes #111)Gravatar Adam Chlipala2018-10-19
|
* Block scary types for [de]serialization (closes #98)Gravatar Adam Chlipala2018-10-19
|
* Automatic merging of style/dynStyle and class/dynClass (closes #64)Gravatar Adam Chlipala2018-10-19
|
* Client-side escaping of HTML should be prepared for structured HTML trees, ↵Gravatar Adam Chlipala2018-10-19
| | | | not just strings (closes #141)
* Just return None rather than crashing, when trying to read cookies within ↵Gravatar Adam Chlipala2018-10-19
| | | | tasks (closes #143)
* offsetX, offsetYGravatar Fabrice Leal2018-07-09
|
* Merge pull request #126 from majorseitan/masterGravatar Adam Chlipala2018-06-04
|\ | | | | Improved support for JSON escape characters
* \ Merge pull request #127 from ashalkhakov/cradioGravatar Adam Chlipala2018-06-04
|\ \ | | | | | | Adding: cradio (support for client-side radio box).
* | | 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
| | |
| | * Merge branch 'master' into masterGravatar major seitan2018-06-02
| | |\ | |_|/ |/| |
| * | Multi-group testGravatar Artyom Shalkhakov2018-05-30
| | |
| * | FormattingGravatar Artyom Shalkhakov2018-05-28
| | |
| * | Adding: cradio (support for client-side radio box).Gravatar Artyom Shalkhakov2018-05-28
|/ /
| * resolve merge conflict on testGravatar majorseitan@blockfreie.org2018-05-26
| |
| * Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-05-26
| | | | | | | | | | 1. Handle the escape character \/
* | A test for List.groupByGravatar Adam Chlipala2018-05-21
| |
* | Proper error message when the body of a 'val' declaration fails to check ↵Gravatar Adam Chlipala2018-05-20
| | | | | | | | against the type annotation
* | Merge pull request #123 from ashalkhakov/testsGravatar Adam Chlipala2018-05-19
|\ \ | | | | | | Adding Selenium-based checking to tests.
* | | More defensive unurlification of enumerations (closes #117)Gravatar Adam Chlipala2018-05-19
| | |
| * | More tests.Gravatar Artyom Shalkhakov2018-05-15
| | |
| * | Adding jsbspace for #121.Gravatar Artyom Shalkhakov2018-05-08
| | |
| * | Adding Selenium-based checking to tests.Gravatar Artyom Shalkhakov2018-05-08
|/ /
| * Handling of JSON escape charactersGravatar majorseitan@blockfreie.org2018-04-15
|/ | | | | 1. Handle the escape character \\