Skip to content
Snippets Groups Projects
  1. Nov 17, 2020
  2. Nov 16, 2020
  3. Nov 12, 2020
  4. Nov 10, 2020
  5. Nov 06, 2020
  6. Nov 05, 2020
  7. Nov 03, 2020
  8. Oct 21, 2020
  9. Oct 14, 2020
  10. Sep 11, 2020
  11. Sep 07, 2020
  12. Sep 03, 2020
  13. Sep 02, 2020
  14. Sep 01, 2020
  15. Aug 25, 2020
  16. Aug 24, 2020
  17. Aug 18, 2020
  18. 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
    • Timm Fitschen's avatar
      DOC: code comment in JCSCacheHelper · 677ddf35
      Timm Fitschen authored
      677ddf35
    • Daniel's avatar
      DOC: CHANGELOG updated with versioning. · 52c581ea
      Daniel authored
      52c581ea
    • Daniel's avatar
      FIX: Reference correct version. · 6d52c15c
      Daniel authored
      If not-to-be-changed entities are in container.
      6d52c15c
Loading