Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE3
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
5
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ea008d4b
authored
Oct 01, 2022
by
Szeberényi Imre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'testcases' into 'master'"
This reverts merge request
!15
parent
4d2c281d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
circle/circle/settings/base.py
+2
-5
circle/dashboard/forms.py
+1
-2
No files found.
circle/circle/settings/base.py
View file @
ea008d4b
...
...
@@ -432,12 +432,9 @@ LOGGING = {
'level'
:
'INFO'
,
'class'
:
'logging.handlers.SysLogHandler'
,
'formatter'
:
'simple'
,
#'address': '/var/log
/syslog',
'address'
:
'/var/run
/syslog'
,
# 'socktype': SOCK_STREAM,
# to local syslogd:udp
#'address': ('127.0.0.1', 514),
# to local syslogd:file (ubuntu)
'address'
:
'/dev/log'
,
# 'address': ('host', '514'),
}
},
'loggers'
:
{
...
...
circle/dashboard/forms.py
View file @
ea008d4b
...
...
@@ -1433,7 +1433,7 @@ class AclUserOrGroupAddForm(forms.Form):
class
TransferOwnershipForm
(
forms
.
Form
):
name
=
autocomplete
.
Select2ListC
reateC
hoiceField
(
name
=
autocomplete
.
Select2ListChoiceField
(
widget
=
autocomplete
.
ListSelect2
(
url
=
'autocomplete.acl.user'
,
attrs
=
{
'class'
:
'form-control'
,
...
...
@@ -1442,7 +1442,6 @@ class TransferOwnershipForm(forms.Form):
label
=
_
(
"E-mail address or identifier of user"
))
class
AddGroupMemberForm
(
forms
.
Form
):
new_member
=
autocomplete
.
Select2ListChoiceField
(
widget
=
autocomplete
.
ListSelect2
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment