Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
Wichtelbot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
dnns01
Wichtelbot
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
30
Oct
17
18
Aug
16
Nov
15
14
13
12
10
8
7
6
5
4
2
1
31
Oct
25
24
22
18
10
9
9
Oct
8
28
Apr
14
Dec
12
Nov
10
9
5
3
2
1
31
Oct
29
28
27
25
23
17
16
13
11
10
7
6
5
4
3
2
1
30
Sep
21
Dec
20
5
4
16
Nov
15
13
12
11
9
8
7
6
5
4
1
21
Oct
19
11
Fixed wrong giftType at construction of profile.
master
master
Skip givers, that already received a profile
Back to dev
Version 2.0
Extracted the manual as docs/General.md and docs/Manual.md.
Smaller clarification in the manual regarding the installation of dependencies.
Fixed typo in NPM scripts for linting.
Removed NPM prestart script.
Added packaging information to package.json.
Removed unnecessary "./node_modules/.bin/" from the NPM scripts.
Increased license year to 2022.
Renamed "LICENSE.md" to "LICENSE" as it is no markdown file.
Added a basic manual (in German) to the readme.
Set minimum Node.js version to 16.9.0.
TODOs and FIXMEs
Further removed obsolete code
Smaller textual correction
Enabled foreign keys in the database.
Possibility to send messages to gift giver/taker
Fixed that sending only normal visualisations to Discord would fail.
Wichtels can now got from the database and created as class.
Members are now uplifted to wichtels after assignment.
Merged branch 'assignment' into 'master'.
Assignment: Improved pairing sort algorithm.
Removed getRelationshipsWithMembers because SQLite does not support it.
Removed old code.
Renamed "getMemberWithState" to "getMemberByState" in Database class.
Added "distribute wichtel profiles" command.
Changed test utility's compatible member state to "Assignment".
"runAssignment" now correctly receives all members in assignment phase.
Added member state "waiting" to random member with most compatible information test utility function.
Removed old code.
Added "end registration" command.
Fixed that getWaitingMembers would return all members.
Smaller changes
Added "run assignment" moderation command.
Smaller changes
Merged branch 'master' into 'assignment'.
Moved the database class into its own subfolder.
Added exclusion test for the assignment module.
Loading