Skip to content
Snippets Groups Projects
  1. Aug 03, 2022
  2. Aug 02, 2022
  3. Jul 15, 2022
  4. Jul 14, 2022
  5. Jul 12, 2022
  6. Jul 11, 2022
  7. Jul 08, 2022
  8. Jul 07, 2022
  9. Jul 04, 2022
  10. Jun 10, 2022
  11. Jun 08, 2022
  12. May 23, 2022
  13. May 13, 2022
  14. May 11, 2022
  15. Apr 29, 2022
  16. Apr 28, 2022
  17. Apr 22, 2022
  18. Apr 11, 2022
  19. Apr 05, 2022
  20. Apr 04, 2022
  21. Mar 31, 2022
  22. Mar 28, 2022
  23. Mar 24, 2022
  24. Mar 16, 2022
  25. Mar 15, 2022
  26. Mar 04, 2022
  27. Feb 22, 2022
  28. Feb 21, 2022
  29. Feb 10, 2022
  30. Feb 03, 2022
  31. Jan 27, 2022
  32. Jan 14, 2022
  33. Dec 20, 2021
  34. Dec 02, 2021
  35. Nov 30, 2021
    • mvelosob's avatar
      Add activity mount rules (#1026) · 245388ab
      mvelosob authored
      Activity Mount Rules associate a Mount Policy to an activity regex.
      
      When recalling a file, the users can specify an activity (i.e. by using
      filepath?activity=x). If specified, this activity will be used to select
      a matching activity mount rule, if one exists. If more than one Activity
      Mount Rule matches the activity, the one with highest retrieve priority
      will be chosen.
      
      Acitivity Mount Rules take precedence over Requester Mount Rules.
      245388ab
  36. Nov 17, 2021
  37. Nov 16, 2021
    • mvelosob's avatar
      New command for restoring files deleted in CTA · 4de1196d
      mvelosob authored
      Restoring deleted files implies restoring them in the eos namespace and
      in the cta catalogue. The command has no atomicity guarantees, a file
      may be restored in the eos namespace but the restoring in the cta
      catalogue may fail.
      4de1196d
  38. Nov 15, 2021
    • mvelosob's avatar
      Add youngest age to queues in objectstore (#928) · 0650183a
      mvelosob authored
      Add youngestjobcreationtime to archive and retrieve queues in the
      objectstore. The change is backwards compatible, as the new field is
      optional and with a default value of 0.
      
      The field is updated everywhere in the code where oldestjobcreationtime
      is also updated. The value is printed per queue using cta-admin sq.
      0650183a
Loading