Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-csp-mail-reports
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
django-csp-mail-reports
Commits
48df006b
Commit
48df006b
authored
3 months ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parent
1267d84e
No related branches found
No related tags found
No related merge requests found
Pipeline
#150580
failed
3 months ago
Stage: test
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
runtests.py
+0
-0
0 additions, 0 deletions
runtests.py
setup.cfg
+2
-2
2 additions, 2 deletions
setup.cfg
tests/tests.py
+1
-1
1 addition, 1 deletion
tests/tests.py
with
3 additions
and
3 deletions
runtests.py
100644 → 100755
+
0
−
0
View file @
48df006b
File mode changed from 100644 to 100755
This diff is collapsed.
Click to expand it.
setup.cfg
+
2
−
2
View file @
48df006b
[metadata]
name
=
django-
kubernetes-probe
s
name
=
django-
csp-mail-report
s
version
=
1.1
description
=
A Django app to
expose probes for kubernete
s
description
=
A Django app to
forward to email csp report
s
long_description
=
file: README.rst
url
=
https://www.example.com/
author
=
Bryan Brancotte
...
...
This diff is collapsed.
Click to expand it.
tests/tests.py
+
1
−
1
View file @
48df006b
...
...
@@ -69,7 +69,7 @@ class TestMain(CSPTooledTestCase):
@override_settings
(
CSP_MAIL_REPORTS_MAX_BEFORE_COOLDOWN
=
10
,
ADMIN
=
((
'
ada
'
,
'
ada@pasteur.fr
'
),),
ADMIN
S
=
((
'
ada
'
,
'
ada@pasteur.fr
'
),),
DEBUG
=
False
,
)
class
TestDOS
(
CSPTooledTestCase
):
...
...
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