Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Paweljong
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Projekt Hack-n-Fun
AlekSIS-App-Paweljong
Commits
9fc6b7f8
Commit
9fc6b7f8
authored
3 years ago
by
Tom Teichler
Browse files
Options
Downloads
Patches
Plain Diff
[CI] Enable CI suite
parent
4d918958
No related branches found
No related tags found
1 merge request
!1
Reformat and cleanup
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+7
-0
7 additions, 0 deletions
.gitignore
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
tox.ini
+6
-0
6 additions, 0 deletions
tox.ini
with
17 additions
and
2 deletions
.gitignore
+
7
−
0
View file @
9fc6b7f8
...
...
@@ -64,6 +64,8 @@ docs/_build/
# Generated files
aleksis/node_modules/
aleksis/static/
aleksis/whoosh_index/
poetry.lock
.coverage
.mypy_cache/
...
...
@@ -72,3 +74,8 @@ htmlcov/
maintenance_mode_state.txt
media/
package-lock.json
# VSCode
.vscode/
.history/
*.code-workspace
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
4
−
2
View file @
9fc6b7f8
include
:
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/general.yml
#
- project: "AlekSIS/official/AlekSIS"
#
file: /ci/
test
.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/
prepare/lock
.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test/lint.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test/security.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/build/dist.yml
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/docker/dist.yml
This diff is collapsed.
Click to expand it.
tox.ini
+
6
−
0
View file @
9fc6b7f8
...
...
@@ -35,6 +35,7 @@ commands =
[testenv:build]
commands_pre
=
poetry
install
poetry
run
sh
-c
"cd
aleksis
; aleksis-admin compilemessages"
commands
=
poetry build
...
...
@@ -46,6 +47,11 @@ commands =
poetry
run
isort
aleksis/
poetry
run
black
aleksis/
[testenv:makemessages]
commands
=
poetry
run
aleksis-admin
makemessages
--no-wrap
-e
html,txt,py,email
-i
static
-l
ar
-l
de_DE
-l
fr
-l
nb_NO
-l
tr_TR
-l
la
poetry
run
aleksis-admin
makemessages
--no-wrap
-d
djangojs
-i
**/node_modules
-l
ar
-l
de_DE
-l
fr
-l
nb_NO
-l
tr_TR
-l
la
[flake8]
max_line_length
=
100
exclude
=
migrations,tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment