Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce Result model #73

Closed
7 tasks done
bonzini opened this issue Mar 22, 2018 · 1 comment
Closed
7 tasks done

Introduce Result model #73

bonzini opened this issue Mar 22, 2018 · 1 comment
Labels
django This issue is about the way Patchew uses Django

Comments

@bonzini
Copy link
Contributor

bonzini commented Mar 22, 2018

  • Add /projects/.../results REST endpoint
  • Introduce render_result_hook and start from results when formatting the "results" section of the page
  • Migrate from properties to results
    • Introduce Result model with a relation to Project and Message
    • Convert the git module to create/modify results instead of touching properties; define a migration that converts old properties to results
    • Convert the testing module to create/modify results instead of touching properties; define a migration that converts old properties to results
    • Kill rest_results_hook and use results table directly
@bonzini bonzini added the django This issue is about the way Patchew uses Django label Mar 22, 2018
@bonzini bonzini mentioned this issue Mar 22, 2018
14 tasks
@bonzini
Copy link
Contributor Author

bonzini commented Jul 27, 2018

Done!

@bonzini bonzini closed this as completed Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django This issue is about the way Patchew uses Django
Projects
None yet
Development

No branches or pull requests

1 participant