Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Kolego
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
AlekSIS®
Onboarding
AlekSIS-App-Kolego
Commits
9d7a2750
Commit
9d7a2750
authored
3 months ago
by
Jonathan Weth
Browse files
Options
Downloads
Plain Diff
Merge branch 'update/copyright-2024' into 'master'
Update copyright and meta files See merge request
!58
parents
23d23292
a53f3ba7
No related branches found
No related tags found
1 merge request
!58
Update copyright and meta files
Pipeline
#194886
passed
2 months ago
Stage: prepare
Stage: test
Stage: build
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
README.rst
+9
-4
9 additions, 4 deletions
README.rst
aleksis/apps/kolego/apps.py
+9
-3
9 additions, 3 deletions
aleksis/apps/kolego/apps.py
pyproject.toml
+10
-4
10 additions, 4 deletions
pyproject.toml
with
30 additions
and
13 deletions
.gitlab-ci.yml
+
2
−
2
View file @
9d7a2750
...
@@ -3,8 +3,8 @@ include:
...
@@ -3,8 +3,8 @@ include:
file
:
/ci/general.yml
file
:
/ci/general.yml
-
project
:
"
AlekSIS/official/AlekSIS"
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/prepare/lock.yml
file
:
/ci/prepare/lock.yml
#
- project: "AlekSIS/official/AlekSIS"
-
project
:
"
AlekSIS/official/AlekSIS"
#
file: /ci/test.yml
file
:
/ci/test
/test
.yml
-
project
:
"
AlekSIS/official/AlekSIS"
-
project
:
"
AlekSIS/official/AlekSIS"
file
:
/ci/test/lint.yml
file
:
/ci/test/lint.yml
-
project
:
"
AlekSIS/official/AlekSIS"
-
project
:
"
AlekSIS/official/AlekSIS"
...
...
This diff is collapsed.
Click to expand it.
README.rst
+
9
−
4
View file @
9d7a2750
AlekSIS (School Information System) — App Kolego (Staff Management)
AlekSIS (School Information System) — App Kolego (Staff
and Absence
Management)
===============================================================================
===================
===============================================================================
AlekSIS
AlekSIS
-------
-------
...
@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform.
...
@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform.
Features
Features
--------
--------
The author of this app did not describe it yet
.
* Manage absences of persons with different reasons
.
Licence
Licence
-------
-------
::
::
Copyright © 2023 Jonathan Weth <dev@jonathanweth.de>
Copyright © 2023, 2024 Jonathan Weth <jonathan.weth@teckids.org>
Copyright © 2024 Michael Bauer <michael-bauer@posteo.de>
Copyright © 2024 Julian Leucker <julian.leucker@teckids.org>
Copyright © 2024 magicfelix <felix@felix-zauberer.de>
Copyright © 2024 Hangzhi Yu <hangzhi.yu@teckids.org>
Licenced under the EUPL, version 1.2 or later
Licenced under the EUPL, version 1.2 or later
...
...
This diff is collapsed.
Click to expand it.
aleksis/apps/kolego/apps.py
+
9
−
3
View file @
9d7a2750
...
@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig
...
@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig
class
DefaultConfig
(
AppConfig
):
class
DefaultConfig
(
AppConfig
):
name
=
"
aleksis.apps.kolego
"
name
=
"
aleksis.apps.kolego
"
verbose_name
=
"
AlekSIS — Kolego
"
verbose_name
=
"
AlekSIS — Kolego
(Staff and Absences)
"
dist_name
=
"
AlekSIS-App-Kolego
"
dist_name
=
"
AlekSIS-App-Kolego
"
urls
=
{
urls
=
{
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding/
/
AlekSIS-App-Kolego
"
,
"
Repository
"
:
"
https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego
"
,
}
}
licence
=
"
EUPL-1.2+
"
licence
=
"
EUPL-1.2+
"
copyright_info
=
(([
2023
],
"
Jonathan Weth
"
,
"
dev@jonathanweth.de
"
),)
copyright_info
=
(
([
2023
,
2024
],
"
Jonathan Weth
"
,
"
jonathan.weth@teckids.org
"
),
([
2024
],
"
Michael Bauer
"
,
"
michael-bauer@posteo.de
"
),
([
2024
],
"
Julian Leucker
"
,
"
julian.leucker@teckids.org
"
),
([
2024
],
"
magicfelix
"
,
"
felix@felix-zauberer.de
"
),
([
2024
],
"
Hangzhi Yu
"
,
"
hangzhi.yu@teckids.org
"
),
)
This diff is collapsed.
Click to expand it.
pyproject.toml
+
10
−
4
View file @
9d7a2750
...
@@ -11,18 +11,24 @@ include = [
...
@@ -11,18 +11,24 @@ include = [
{
path
=
"tox.ini"
,
format
=
"sdist"
}
{
path
=
"tox.ini"
,
format
=
"sdist"
}
]
]
description
=
"AlekSIS (School Information System) — App Kolego (Staff Management)"
description
=
"AlekSIS (School Information System) — App Kolego (Staff and Absence Management)"
authors
=
[
"Jonathan Weth <dev@jonathanweth.de>"
]
authors
=
[
"Michael Bauer <michael-bauer@posteo.de>"
,
"Julian Leucker <julian.leucker@teckids.org>"
,
"magicfelix <felix@felix-zauberer.de>"
,
"Jonathan Weth <dev@jonathanweth.de>"
,
"Hangzhi Yu <hangzhi.yu@teckids.org>"
,
]
license
=
"EUPL-1.2-or-later"
license
=
"EUPL-1.2-or-later"
homepage
=
"https://aleksis.org"
homepage
=
"https://aleksis.org"
repository
=
"https://edugit.org/AlekSIS/onboarding/
/
AlekSIS-App-Kolego"
repository
=
"https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego"
documentation
=
"https://aleksis.org/official/AlekSIS/docs/html/"
documentation
=
"https://aleksis.org/official/AlekSIS/docs/html/"
classifiers
=
[
classifiers
=
[
"Environment :: Web Environment"
,
"Environment :: Web Environment"
,
"Intended Audience :: Education"
,
"Intended Audience :: Education"
,
"Topic :: Education"
"Topic :: Education"
]
]
maintainers
=
[
"Jonathan Weth <
dev@
jonathanweth
.de
>"
,
"Dominik George <dominik.george@teckids.org>"
]
maintainers
=
[
"Jonathan Weth <jonathan
.
weth
@teckids.org
>"
,
"Dominik George <dominik.george@teckids.org>"
]
[[tool.poetry.source]]
[[tool.poetry.source]]
name
=
"PyPI"
name
=
"PyPI"
...
...
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