| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-13 | Use scim-kit visitor | mo khan | |
| 2020-06-13 | Load support files in sorted order | mo khan | |
| 2019-12-22 | Fix non-deterministic tests | mo khan | |
| 2019-11-05 | Upgrade to rails 6.0.1 | mo khan | |
| 2019-08-17 | upgrade to rails 6 | mo khan | |
| 2019-08-17 | update dependencies | mo khan | |
| 2019-06-15 | start to implement the search controller | mo | |
| 2019-06-15 | check if filter is blank | mo | |
| 2019-06-15 | use the latest published version of scim-kit | mo | |
| 2019-06-15 | install rubocop rails | mo | |
| 2019-06-15 | add mapping for missing scim attributes | mo | |
| 2019-06-15 | support not op on all operators | mo | |
| 2019-06-15 | support not (expression) | mo | |
| 2019-06-15 | collapse class methods to instance methods | mo | |
| 2019-06-15 | remove mapper parameter | mo | |
| 2019-06-15 | change subject under test to Scim::Search | mo | |
| 2019-06-02 | escape sql wildcards | mo | |
| 2019-06-01 | rename classes and methods | mo | |
| 2019-06-01 | connect layers to the new filter API | mo | |
| 2019-05-31 | adapt the tree hash with a node object | mo | |
| 2019-05-31 | address some linter errors | mo | |
| 2019-05-30 | start work on supporting NOT | mo | |
| 2019-05-30 | add support for pr (presence) operator | mo | |
| 2019-05-30 | fix linter errors | mo | |
| 2019-05-30 | fix linter errors | mo | |
| 2019-05-30 | convert pending tests to running tests | mo | |
| 2019-05-30 | handle a simple AND query | mo | |
| 2019-05-29 | start to add support to AND | mo | |
| 2019-05-28 | naive less than equals and greather than equals | mo | |
| 2019-05-28 | naive less than | mo | |
| 2019-05-28 | naive greater than | mo | |
| 2019-05-28 | handle starts with and ends with operator | mo | |
| 2019-05-28 | handle contains operator | mo | |
| 2019-05-28 | support a basic or query | mo | |
| 2019-05-28 | use modified parse tree | mo | |
| 2019-05-21 | mark failing tests as pending | mo | |
| 2019-05-21 | [WIP] add spec for logical query | mo | |
| 2019-05-14 | parse a very simple scim query filter | mo | |
| 2019-05-09 | add spec to search for users | mo | |
| 2019-05-09 | separate scim specific page params from general pagination stuff. | mo | |
| 2019-05-09 | handle invalid query params | mo | |
| 2019-05-09 | add bounds check for page | mo | |
| 2019-05-09 | add some bounds checking to page params | mo | |
| 2019-05-09 | update pagination to be 1-based | mo | |
| ```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-09 | start to add rudimentary pagination | mo | |
| 2019-05-09 | fetch data via page size | mo | |
| 2019-05-09 | update users#index to return list of users | mo | |
| 2019-01-13 | load schemas into scim-kit configuration | mo | |
| 2019-01-07 | use scim-kit instead of scim-shady | mo | |
| 2019-01-05 | decouple from shady | mo | |
