Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • beat.web beat.web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • beatbeat
  • beat.webbeat.web
  • Issues
  • #78
Closed
Open
Issue created Nov 19, 2014 by André Anjos@andre.anjos💬Owner2 of 2 checklist items completed2/2 checklist items

Locked attestations do not properly expire

The creation_date is correctly set for all locked attestations. The publication_date is set for all public attestations. The only thing we need to implement to get this going is:

  • A warning on the locked attestation page that tells the user about the remaining unlock time (which is a constant on the settings.py file for the project.
  • A cronjob that runs a (very simple) script that, for all attestations w/o publication_date, compares the current date to the creation date and deletes that attestation (just the attestation, not the experiment) if the time difference pass a threshold.
Assignee
Assign to
Time tracking