Skip to content
Extraits de code Groupes Projets
  1. avr. 24, 2016
  2. avr. 19, 2016
  3. fév. 17, 2016
  4. fév. 11, 2016
  5. fév. 09, 2016
  6. fév. 08, 2016
  7. jan. 29, 2016
  8. jan. 27, 2016
  9. jan. 26, 2016
  10. jan. 13, 2016
  11. jan. 12, 2016
    • Jamesie Pic's avatar
      Test representatives list · 832e7e33
      Jamesie Pic a rédigé
      832e7e33
    • Jamesie Pic's avatar
      Use official releases now · 1ab1c329
      Jamesie Pic a rédigé
      1ab1c329
    • Jamesie Pic's avatar
      Continuous deployment setup · e29f7f6d
      Jamesie Pic a rédigé
      3 instances:
      
      - master-memopol.lqdn.fr for the master branch,
      - lqdn-memopol.lqdn.fr for the lqdn branch,
      - pr-memopol.lqdn.fr for the pr branch.
      e29f7f6d
    • Jamesie Pic's avatar
      a8eeff9f
    • Jamesie Pic's avatar
      Fresh start on the data model · e1e714be
      Jamesie Pic a rédigé
      This is completely backward-incompatible and was rushed before the
      release - nobody was going to pay the interrest on the technical debt
      this commit remove to support migrations since nobody has an instance in
      production.
      
      Memopol{Representative,Vote,Dossier} subclasses are gone. Django model
      inheritance is fun but comes at a price - hacks like
      create_child_instance_from_parent would end up everywhere. Use a simple
      one to one relation when you don't intend to have several subclasses of
      a model which is the case here.
      
      Country and current mandates are not pre-calculated and stored in the
      database anymore, instead they are pre-fetched which requires
      django-representatives>=0.0.7
      
      Score related code was rewritten in votes.models, along with the
      Recommendation model. We're still not calculating it on the fly here
      because that would require some SQL backflips which will take a bit of
      time to do properly.
      e1e714be
    • Jamesie Pic's avatar
      Num_by_page dividable by 3 · 9ac4be5d
      Jamesie Pic a rédigé
      9ac4be5d
    • Jamesie Pic's avatar
      Default pagination amongst choices · 7a234759
      Jamesie Pic a rédigé
      7a234759
Chargement en cours