summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2020-06-13Use scim-kit visitormo khan
2020-06-13Load support files in sorted ordermo khan
2019-12-22Fix non-deterministic testsmo khan
2019-11-05Upgrade to rails 6.0.1mo khan
2019-08-17upgrade to rails 6mo khan
2019-08-17update dependenciesmo khan
2019-06-15start to implement the search controllermo
2019-06-15check if filter is blankmo
2019-06-15use the latest published version of scim-kitmo
2019-06-15install rubocop railsmo
2019-06-15add mapping for missing scim attributesmo
2019-06-15support not op on all operatorsmo
2019-06-15support not (expression)mo
2019-06-15collapse class methods to instance methodsmo
2019-06-15remove mapper parametermo
2019-06-15change subject under test to Scim::Searchmo
2019-06-02escape sql wildcardsmo
2019-06-01rename classes and methodsmo
2019-06-01connect layers to the new filter APImo
2019-05-31adapt the tree hash with a node objectmo
2019-05-31address some linter errorsmo
2019-05-30start work on supporting NOTmo
2019-05-30add support for pr (presence) operatormo
2019-05-30fix linter errorsmo
2019-05-30fix linter errorsmo
2019-05-30convert pending tests to running testsmo
2019-05-30handle a simple AND querymo
2019-05-29start to add support to ANDmo
2019-05-28naive less than equals and greather than equalsmo
2019-05-28naive less thanmo
2019-05-28naive greater thanmo
2019-05-28handle starts with and ends with operatormo
2019-05-28handle contains operatormo
2019-05-28support a basic or querymo
2019-05-28use modified parse treemo
2019-05-21mark failing tests as pendingmo
2019-05-21[WIP] add spec for logical querymo
2019-05-14parse a very simple scim query filtermo
2019-05-09add spec to search for usersmo
2019-05-09separate scim specific page params from general pagination stuff.mo
2019-05-09handle invalid query paramsmo
2019-05-09add bounds check for pagemo
2019-05-09add some bounds checking to page paramsmo
2019-05-09update pagination to be 1-basedmo
```text Table 6 describes the URL pagination parameters. +------------+----------------------------+-------------------------+ | Parameter | Description | Default | +------------+----------------------------+-------------------------+ | startIndex | The 1-based index of the | 1 | | | first query result. A | | | | value less than 1 SHALL be | | | | interpreted as 1. | | | | | | | count | Non-negative integer. | None. When specified, | | | Specifies the desired | the service provider | | | maximum number of query | MUST NOT return more | | | results per page, e.g., | results than specified, | | | 10. A negative value | although it MAY return | | | SHALL be interpreted as | fewer results. If | | | "0". A value of "0" | unspecified, the | | | indicates that no resource | maximum number of | | | results are to be returned | results is set by the | | | except for "totalResults". | service provider. | +------------+----------------------------+-------------------------+ ```
2019-05-09start to add rudimentary paginationmo
2019-05-09fetch data via page sizemo
2019-05-09update users#index to return list of usersmo
2019-01-13load schemas into scim-kit configurationmo
2019-01-07use scim-kit instead of scim-shadymo
2019-01-05decouple from shadymo