Skip to content
Snippets Groups Projects
  1. Nov 18, 2020
  2. Nov 17, 2020
  3. Nov 16, 2020
  4. Nov 12, 2020
  5. Nov 10, 2020
  6. Nov 06, 2020
  7. Nov 05, 2020
  8. Nov 03, 2020
  9. Oct 21, 2020
  10. Oct 14, 2020
  11. Sep 11, 2020
  12. Sep 07, 2020
  13. Sep 03, 2020
  14. Sep 02, 2020
  15. Sep 01, 2020
  16. Aug 25, 2020
  17. Aug 24, 2020
  18. Aug 18, 2020
  19. Aug 14, 2020
    • Quazgar's avatar
      Merge branch 'f-quotes-around-datetimes' into 'dev' · da0806fa
      Quazgar authored
      Fix quotes around datetimes
      
      # Summary
      
      This MR will fix #39, i.e., queries with quoted datetimes and add corresponding unit tests.  It will also improve error handling for ill-formatted datetimes in queries.
      
      # Focus
      
      - datetime rule was removed in `CQLParser.g4` 
      
      # Test Environment
      
      Use `f-quotes-around-datetimes` in caosdb-pyinttests
      da0806fa
    • Daniel's avatar
      ace42907
    • Quazgar's avatar
      Merge branch 'f-versioning' into 'dev' · 65c64097
      Quazgar authored
      # Summary
      
      Introduces versioning for entities.
      
      # Focus
      
      Important classes/changes:
      
      * `src/main/java/caosdb/server/entity/Version.java` - the class that represents an entity version. The XML Serialization is done by `src/main/java/caosdb/server/entity/xml/VersionXMLSerializer.java`. Parsing is not necessary as for now.
      * `src/main/java/caosdb/server/resource/AbstractCaosDBServerResource.java` - In this class the requested entities are parsed from the last URI path segment. Until now, we assumed, that everything which is not an integer is a name. Therefore we had two  separate getters for requested ids and requested names. Since this assumption is not true anymore, we only have one. This results in changes in several other classes (grep for that method).
      * Maybe not so easy to understand: `retrieveValidSparseEntityById` in `src/main/java/caosdb/server/jobs/Job.java`. This is a convenient method to get the entity from the container (if present) or from the database. See the code comments and please come back to me, if that is not sufficient.
      65c64097
    • Daniel's avatar
      efcad960
    • Timm Fitschen's avatar
      STY: formatting · 7058017a
      Timm Fitschen authored
      7058017a
Loading