- Djacket is publicly released with these features:
- User creation/deletion/settings
- Repo creation/deletion/settings
- Repo browsing/branches/commits/graphs
- See other users public repos
- Djacket is dockerized.
- All the development/production processes are now moved to Docker.
- Lots of useless content is deleted.
- Minor fixes and updates.
- NPM packages updated along with adding
package-lock.json
file. NodeJS
installation version changed to 8.x LTS.404
errors for icons fixed.- JS scripts modified for new versions of
jQuery
andChart.js
. TypeError: get_available_name() got an unexpected keyword argument 'max_length'
issue fixed.
- NPM packages updated along with adding
- TravisCI configuration added.
- Configuration for continuous integration in
Travis
build system added, regarding issue #10.
- Configuration for continuous integration in
- Minor updates.
- Configured
Django
logging for production. - Migrated from
Popen
to the newrun
function for calling system commands.
- Configured