Skip to content

Releases: m1kc/django-spinproject

v2.7.0: Feature release

26 Mar 15:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

v2.6.0: Feature release

20 Nov 14:58
bd125e5
Compare
Choose a tag to compare

What's Changed

  • gitlab-ci: coverage reports updated for newer versions of GitLab;
  • gitlab-ci: now uses CI variable $DOCKER_USERNAME for Docker username;
  • manage.py check --deploy --fail-level=CRITICAL is now performed as part of Docker image startup to detect most common issues;
  • New option: docker.base_image;
  • python3 binary is now used instead of ambiguous python;
  • Django's secret key generator is now used when creating .env;
  • gunicorn is now suggested for new projects 'cause it's used by Docker image anyway;
  • Add login-template module;
  • The deprecated docker.username field will not be added to new projects;
  • Improved some UI messages;
  • --enable=all and --enable=ALL;
  • More improvements and fixes.

Full Changelog: v2.5.0...v2.6.0

v2.5.0: Regular release

27 Apr 08:52
22c9119
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0: Bugfix release

08 Feb 12:14
b57c8f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0: Regular release

03 Feb 06:29
463f8d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0: Major release

02 Feb 14:01
Compare
Choose a tag to compare

🎉 🎉 🎉 Spinproject 2 brings many improvements designed to make your life easier while not standing in your way. It has mostly the same features that 1.0 had, but:

  • All these features are now opt-in, you don't have to use them all;
  • It's much easier to add spinproject to your existing projects (just type --init and go from there);
  • As spinproject evolves, you can gradually adopt these new features with the --upgrade command without headache.

This version has been battle-tested on 10+ real projects for several months, so I'm pretty sure it's good. Give it a try.

See the Readme for more details.


This release woudn't be possible without @Kirill-Lekhov's help — many thanks to him!

v1.5.0: Feature release

05 Sep 12:11
71d8cdb
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.5.0

v1.4.0: Feature release

25 May 15:48
92028b5
Compare
Choose a tag to compare
  • 104919d Add coverage.xml & Gitlab coverage report. Closes #19.

Full Changelog: v1.3.1...v1.4.0

v1.3.1: Bugfix release

08 Apr 12:02
d5625e6
Compare
Choose a tag to compare

v1.3.0: Regular release

05 Apr 12:36
Compare
Choose a tag to compare
  • 74d6ff5 Fix Docker build failing because of new Debian release. Closes #12.
  • ce0255f Set CI=true when running cibuild. Closes #15.
  • 3d54ece Dockerfile: run migrate on boot
  • f9700fd Allow script/setup to create .env file. Closes #13.
  • 13230bb Add ruby-foreman to Docker image
  • 180a360 Remove gunicorn options from Dockerfile. Closes #16.
  • d2bf875 Warn about psycopg2 dependency. Closes #10.
  • 0d05f5e Ignore *~ files. Closes #11.
  • 3933d52 Use script/setup in CI. Closes #17.

Full Changelog: v1.2.1...v1.3.0