Skip to content
Extraits de code Groupes Projets
  1. juin 14, 2016
  2. juin 10, 2016
    • Nicolas Joyard's avatar
      Move from LESS to SCSS · 24283c73
      Nicolas Joyard a rédigé
      lesscpy is not fully LESS-compliant.
      django-libsass relies on libsass, which is a fully compliant C/C++ implementation
      of SASS/SCSS.
      24283c73
  3. juin 09, 2016
  4. juin 03, 2016
  5. mai 31, 2016
  6. mai 24, 2016
  7. mai 15, 2016
  8. avr. 24, 2016
  9. avr. 19, 2016
  10. fév. 09, 2016
  11. jan. 29, 2016
  12. jan. 27, 2016
  13. jan. 26, 2016
  14. jan. 12, 2016
    • 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
    • Nicolas Joyard's avatar
      Get rid of gulp, use lesscpy for LESS stylesheets · 08c4694e
      Nicolas Joyard a rédigé et Jamesie Pic's avatar Jamesie Pic a validé
      08c4694e
    • Jamesie Pic's avatar
      Use django-suit · 5e95178d
      Jamesie Pic a rédigé
      It's, after all, free for non commercial use.
      5e95178d
    • Jamesie Pic's avatar
      Upgrade deps to 0.0.5 · b35aa94f
      Jamesie Pic a rédigé
      b35aa94f
    • Jamesie Pic's avatar
      Quality · 66980e59
      Jamesie Pic a rédigé
      66980e59
    • Jamesie Pic's avatar
      Project modernization · d6108022
      Jamesie Pic a rédigé
      - continuous integration with travis,
      - continuous deployment with openshift,
      - add update_score cron,
      - sentry for exception tracking,
      - continuous documentation build with rtfd,
      - configuration made 12factor-ish,
      - make use of new django-representatives version for database
        optimization.
      d6108022
Chargement en cours