Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Matrix
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
Container 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®
Official
AlekSIS-App-Matrix
Merge requests
!2
Resolve "Review tasks"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Review tasks"
8-review-tasks
into
master
Overview
1
Commits
20
Pipelines
17
Changes
22
Merged
Jonathan Weth
requested to merge
8-review-tasks
into
master
3 years ago
Overview
1
Commits
20
Pipelines
17
Changes
22
Expand
Closes
#8 (closed)
Edited
3 years ago
by
Jonathan Weth
0
0
Merge request reports
Compare
master
version 14
1234a879
3 years ago
version 13
88c57d17
3 years ago
version 12
30d64d5b
3 years ago
version 11
93d3a3f7
3 years ago
version 10
70934322
3 years ago
version 9
c03900df
3 years ago
version 8
81bdaa12
3 years ago
version 7
2f4bea19
3 years ago
version 6
a6bb2229
3 years ago
version 5
d8194ef6
3 years ago
version 4
b9b30782
3 years ago
version 3
2a429deb
3 years ago
version 2
7126721a
3 years ago
version 1
ac720004
3 years ago
master (base)
and
latest version
latest version
e717eadd
20 commits,
3 years ago
version 14
1234a879
19 commits,
3 years ago
version 13
88c57d17
18 commits,
3 years ago
version 12
30d64d5b
15 commits,
3 years ago
version 11
93d3a3f7
13 commits,
3 years ago
version 10
70934322
12 commits,
3 years ago
version 9
c03900df
11 commits,
3 years ago
version 8
81bdaa12
10 commits,
3 years ago
version 7
2f4bea19
9 commits,
3 years ago
version 6
a6bb2229
7 commits,
3 years ago
version 5
d8194ef6
6 commits,
3 years ago
version 4
b9b30782
5 commits,
3 years ago
version 3
2a429deb
4 commits,
3 years ago
version 2
7126721a
2 commits,
3 years ago
version 1
ac720004
2 commits,
3 years ago
22 files
+
286
−
198
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/matrix/migrations/0001_initial.py
+
1
−
1
Options
@@ -31,7 +31,7 @@ class Migration(migrations.Migration):
options
=
{
'
verbose_name
'
:
'
Matrix room
'
,
'
verbose_name_plural
'
:
'
Matrix rooms
'
,
'
permissions
'
:
((
'
use
_group_in_matrix
'
,
'
Can
use
group in Matrix
'
),),
'
permissions
'
:
((
'
provision
_group_in_matrix
'
,
'
Can
provision
group in Matrix
'
),),
},
managers
=
[
(
'
objects
'
,
aleksis
.
core
.
managers
.
PolymorphicCurrentSiteManager
()),
Loading