Skip to content
Snippets Groups Projects
  1. May 19, 2018
  2. May 17, 2018
  3. May 15, 2018
  4. May 14, 2018
    • Tim van Dijen's avatar
      Add tests for SQLPermanentStorage · c21c031b
      Tim van Dijen authored
      c21c031b
    • Guy Halse's avatar
      Add authproc filter to test correct cardinality (#848) · 6a30edd9
      Guy Halse authored
      * Add authproc filter to test correct cardinality
      
      Attribute schemas often have specific requirements for the number of
      values a particular attribute may have, and violating the cardinality
      rules associated with these may have unexpected and undesirable results.
      
      The two authproc filters this change introduces allow the cardinality of
      attributes to be tested. core:Cardinality is the more general case, and
      allows for both a minimum and maximum number of values to be tested.
      Processing will abort with an error if too few or too many are received.
      
      core:CardinalitySingle is a special case of this for single-valued
      attributes, and allows various corrective actions to be taken rather
      than aborting. This allows for cardinality mistakes to be "fixed" in a
      predictable way, and can also be used to construct single-valued
      attributes from multi-valued ones.
      
      * Fix typo
      
      * Fix tests
      
      * Added Dutch translations
      
      * Fix phpdoc
      
      * Whitespace fixes
      
      This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
      
      * Fix typo in fixing typo
      6a30edd9
  5. May 13, 2018
  6. May 11, 2018
  7. May 10, 2018
  8. May 09, 2018
  9. May 02, 2018
  10. May 01, 2018
  11. Apr 27, 2018
Loading