1. c37678a Introducing Antlr4 for cpsPath parsing by ToineSiebelink · 3 years, 7 months ago
  2. b0e78ac Replace list-node content (part 1): CPS Service and persistence layers by Ruslan Kashapov · 3 years, 8 months ago
  3. 940d8e4 Adding Atomic Grouping to Discard backtracking once matched as part of Sonar Security Hotspot Fix by DylanB95EST · 3 years, 7 months ago
  4. 150d3ed Adding Possessive Quantifier to Regex to prevent backtracking by DylanB95EST · 3 years, 7 months ago
  5. bd7d525 Update SonarQube Code Smell by JosephKeenan · 3 years, 7 months ago
  6. 25e3306 Create list-node elements (part1): CPS service and persistence layers by Ruslan Kashapov · 3 years, 8 months ago
  7. 4c2bb7e Add CpsPathQueries.sql and create data inspired by the bookstore model by niamhcore · 3 years, 8 months ago
  8. 10f8341 Fix ancestor cps path to recognize ancestor list value by niamhcore · 3 years, 8 months ago
  9. 6c9c100 Implement cps path query to get ancestor by schema node identifier by ToineSiebelink · 3 years, 8 months ago
  10. a4cc355 Fix Get descendent to support xpaths that end in list values by puthuparambil.aditya · 3 years, 8 months ago
  11. a439dfa Fix Code smells by shivasubedi · 3 years, 8 months ago
  12. 4403e85 Merge "Leaf String value comparison matches mix of single and double quotes" by Rishi Chail · 3 years, 8 months ago
  13. 2b7d23c Get Data under anchor using single root by Rishi.Chail · 3 years, 9 months ago
  14. 0d84643 Leaf String value comparison matches mix of single and double quotes by shivasubedi · 3 years, 8 months ago
  15. efe679d Implement ends with cps path query to support multiple attributes with 'and' condition by puthuparambil.aditya · 3 years, 8 months ago
  16. f92d321 Fix "ends-with" query syntax to conform with xPath definition by ToineSiebelink · 3 years, 8 months ago
  17. 6b300ea Merge "Fix security hotspots n Regex" by Bruno Sakoto · 3 years, 9 months ago
  18. 4b8ae57 Delete anchor part 1: service and persistence layers by Ruslan Kashapov · 3 years, 9 months ago
  19. 6e4ce69 Fix security hotspots n Regex by ToineSiebelink · 3 years, 9 months ago
  20. 63be201 Internal Server Error when creating the same data node twice by niamhcore · 3 years, 10 months ago
  21. 840eecb Fix code smells by Rishi.Chail · 3 years, 10 months ago
  22. 2555da9 Fix for security hotspot related to wek cyptography by puthuparambil.aditya · 3 years, 10 months ago
  23. 5624958 Fix SOnarQube bug on Regex by ToineSiebelink · 3 years, 10 months ago
  24. 2968b0e Improve error reporting for invalid cps path query by niamhcore · 3 years, 10 months ago
  25. 50130c0 CPS-265 - Update cps path query to support 'ends with' by niamhcore · 3 years, 10 months ago
  26. 32446dc CPS-265 - updating cps path to support include-descendants option. by niamhcore · 3 years, 10 months ago
  27. 760e597 Persistence layer - Query Datanodes using cpsPath that contains contains a leaf name and a leaf value by niamhcore · 3 years, 11 months ago
  28. d1ea2af Data fragment update by xpath #2 - persistence layer by Ruslan Kashapov · 3 years, 11 months ago
  29. 1f77f63 Fetching data node by xpath - persistence layer by Ruslan Kashapov · 3 years, 11 months ago
  30. 1cef345 Add DataNodeDoesNotExist Exception by niamhcore · 4 years ago
  31. 5b719d1 Add another Child to a Fragment that has already at least one Child by niamhcore · 4 years ago
  32. b175589 Merge "Introduce caffeine cache" by Toine Siebelink · 4 years ago
  33. 1b8a4dd Introduce caffeine cache by Claudio David Gasparini · 4 years ago
  34. 961356b Fix sonarqube violations by ToineSiebelink · 4 years ago
  35. 6f25d3a Delete schema set - persistence layer by Ruslan Kashapov · 4 years ago
  36. 6bd2473 Persisting data nodes (fragments tree structure) by niamhcore · 4 years ago
  37. a16c3fb Retrieve the SchemaSet resources for an Anchor by Rishi.Chail · 4 years ago
  38. e08a5ca Rename entity artifacts, remove obsolete entities by Ruslan Kashapov · 4 years ago
  39. 49fe075 Decouple anchor from fragment in persistence module by Ruslan Kashapov · 4 years ago
  40. 9afc8d1 Enable spotbugs and fix spotbugs warns by Claudio David Gasparini · 4 years ago
  41. fa56d71 Rework CpsModulePersistenceService by Claudio David Gasparini · 4 years ago
  42. 45b0d29 Merge "Remove depredcated classes" by Bruno Sakoto · 4 years ago
  43. 6636b26 Remove deprecated method by Claudio David Gasparini · 4 years ago
  44. 6e979ce Remove depredcated classes by niamhcore · 4 years ago
  45. 5a8718b Create dataspace by Ruslan Kashapov · 4 years, 1 month ago
  46. acfb207 Create schema set REST API and service level by Ruslan Kashapov · 4 years, 1 month ago
  47. 8a1e3c9 Associate anchor to schema set by Ruslan Kashapov · 4 years, 1 month ago
  48. 7b72ea0 List all modules references in a given dataspace and schemas set name by Claudio David Gasparini · 4 years, 1 month ago
  49. 008c0ad Few Sonar Fixes Add spock-spring testing by puthuparambil.aditya · 4 years ago
  50. 4ab9d0e Yang resource name persistence by Ruslan Kashapov · 4 years, 1 month ago
  51. e182a6b Retrieve All anchors for a given Dataspace by puthuparambil.aditya · 4 years, 1 month ago
  52. 098a93c Improve CPS Exception handling by ToineSiebelink · 4 years, 1 month ago
  53. 0cd5910 Create Common Model objects in SPI by niamhcore · 4 years, 1 month ago
  54. 4e807e5 Merge "CPS Exception handling - extending the CPSValidationException" by Toine Siebelink · 4 years, 1 month ago
  55. 3057854 CPS Exception handling - extending the CPSValidationException by puthuparambil.aditya · 4 years, 1 month ago
  56. cb03544 Schema Set persistence (store) implementation by Ruslan Kashapov · 4 years, 1 month ago
  57. b174000 Fix checkstyle violations for "final" keyword by Claudio David Gasparini · 4 years, 1 month ago
  58. e731118 Adding & Testing method for breaking JSON Data into 'fragments' by ToineSiebelink · 4 years, 2 months ago
  59. 68cdf54 Fix code smell by Rishi.Chail · 4 years, 1 month ago
  60. 181aa2b Fix HTTP response for duplicate module by niamhcore · 4 years, 1 month ago
  61. 5a1b4b6 Fix name inconsistency of classes by Rishi.Chail · 4 years, 1 month ago
  62. 48830f1 VSE: Create an anchor in the given dataspace by Rishi.Chail · 4 years, 2 months ago
  63. 7f6616e Move cps files to root dir by Jessica Wagantall · 4 years, 2 months ago