Commits on Source (31)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Since django projects follow a strict structure, enforcing these docstrings will mostly result in boilerplate comments without semantic value.
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add comments Remove unused imports Simplify statements Improve linting configuration
-
Benjamin Hättasch authored
Add comments Adjust style to python3 conventions Remove unused imports
-
Benjamin Hättasch authored
Add requirements to automatically build the documentation using sphinx Add basic configuration for documentation Add django-docs app to deliver documentation as part of the app under /docs/ Add generating/updating of the docs to the setup and update scripts
-
Benjamin Hättasch authored
Improve setup script (add prod and CI parameters) Improve calling of setup script in CI configuration Add doc generation action to CI configuration
-
Benjamin Hättasch authored
Use wildcards, ignore urls files
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
This is needed for correct document generation and besides like it should have been by convention anyhow
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Ignore AKPlanning directory for linting Improve pylint call
-
Benjamin Hättasch authored
For each job, the whole setup process has to be run. To reduce that impact, both static checks for code and migrations are run in one job
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
I think, that makes sense since it is supposed to be used by the graphical scheduling view
-
Benjamin Hättasch authored
Add docstrings Remove code-duplications for dispatching user selection on submission overview Remove code smells Remove unused admin.py Remove unused view in views
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Update translations to changed line numbers and line breaks Move duplicated code for event field pre-population and event timezone adaption to mixins
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells Disable irrelevant warnings Remove empty admin.py (to disable doc generation for an empty module) Add additional test cases and improve basic test interface (support both 403 and 302 in case the user lacks rights to see a view through optional configuration) Improve usage of types for API endpoints (e.g., restrict writing endpoints to writing only)
-
Benjamin Hättasch authored
Add or complete docstrings Remove code smells (unused variables)
-
Benjamin Hättasch authored
-
Benjamin Hättasch authored
-
Nadja Geisler authored
Code quality improvements See merge request !179
Showing
- .gitlab-ci.yml 44 additions, 5 deletions.gitlab-ci.yml
- AKDashboard/admin.py 3 additions, 0 deletionsAKDashboard/admin.py
- AKDashboard/apps.py 3 additions, 0 deletionsAKDashboard/apps.py
- AKDashboard/locale/de_DE/LC_MESSAGES/django.po 16 additions, 16 deletionsAKDashboard/locale/de_DE/LC_MESSAGES/django.po
- AKDashboard/models.py 11 additions, 0 deletionsAKDashboard/models.py
- AKDashboard/tests.py 36 additions, 0 deletionsAKDashboard/tests.py
- AKDashboard/views.py 35 additions, 15 deletionsAKDashboard/views.py
- AKModel/admin.py 227 additions, 91 deletionsAKModel/admin.py
- AKModel/apps.py 7 additions, 0 deletionsAKModel/apps.py
- AKModel/availability/forms.py 62 additions, 10 deletionsAKModel/availability/forms.py
- AKModel/availability/models.py 26 additions, 3 deletionsAKModel/availability/models.py
- AKModel/availability/serializers.py 20 additions, 4 deletionsAKModel/availability/serializers.py
- AKModel/environment.py 10 additions, 5 deletionsAKModel/environment.py
- AKModel/forms.py 79 additions, 4 deletionsAKModel/forms.py
- AKModel/locale/de_DE/LC_MESSAGES/django.po 269 additions, 269 deletionsAKModel/locale/de_DE/LC_MESSAGES/django.po
- AKModel/management/commands/makemessages.py 13 additions, 9 deletionsAKModel/management/commands/makemessages.py
- AKModel/metaviews/__init__.py 2 additions, 0 deletionsAKModel/metaviews/__init__.py
- AKModel/metaviews/admin.py 103 additions, 6 deletionsAKModel/metaviews/admin.py
- AKModel/metaviews/status.py 36 additions, 11 deletionsAKModel/metaviews/status.py
- AKModel/models.py 224 additions, 36 deletionsAKModel/models.py
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.