Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Tezor
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-Tezor
Merge requests
!3
Implement payment backends and interaction
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement payment backends and interaction
payment-backends
into
master
Overview
0
Commits
26
Pipelines
17
Changes
6
Merged
Nik | Klampfradler
requested to merge
payment-backends
into
master
3 years ago
Overview
0
Commits
26
Pipelines
17
Changes
15
Expand
Advances
#3 (closed)
Edited
3 years ago
by
Tom Teichler
0
0
Merge request reports
Compare
version 5
version 16
74877fb4
3 years ago
version 15
df3156a3
3 years ago
version 14
9d5664c1
3 years ago
version 13
37188643
3 years ago
version 12
313ce336
3 years ago
version 11
9b92d753
3 years ago
version 10
c28f5258
3 years ago
version 9
99346f3c
3 years ago
version 8
96a3105e
3 years ago
version 7
6d7d6ff1
3 years ago
version 6
8f0bed49
3 years ago
version 5
c0636c56
3 years ago
version 4
147a864f
3 years ago
version 3
4920026b
3 years ago
version 2
8020b76a
3 years ago
version 1
7602f026
3 years ago
master (base)
and
version 6
latest version
e9498e70
26 commits,
3 years ago
version 16
74877fb4
15 commits,
3 years ago
version 15
df3156a3
14 commits,
3 years ago
version 14
9d5664c1
13 commits,
3 years ago
version 13
37188643
12 commits,
3 years ago
version 12
313ce336
11 commits,
3 years ago
version 11
9b92d753
9 commits,
3 years ago
version 10
c28f5258
8 commits,
3 years ago
version 9
99346f3c
7 commits,
3 years ago
version 8
96a3105e
6 commits,
3 years ago
version 7
6d7d6ff1
5 commits,
3 years ago
version 6
8f0bed49
4 commits,
3 years ago
version 5
c0636c56
3 commits,
3 years ago
version 4
147a864f
2 commits,
3 years ago
version 3
4920026b
2 commits,
3 years ago
version 2
8020b76a
1 commit,
3 years ago
version 1
7602f026
1 commit,
3 years ago
Show latest version
15 files
+
450
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
aleksis/apps/tezor/models/base.py
+
3
−
0
Options
@@ -11,3 +11,6 @@ class Client(ExtensibleModel):
constraints
=
[
models
.
UniqueConstraint
(
fields
=
[
"
name
"
,
"
site
"
],
name
=
"
uniq_client_per_site
"
)
]
def
__str__
(
self
)
->
str
:
return
self
.
name
Loading