This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
798c0c46
Commit
798c0c46
authored
1 year ago
by
Cont Deploy
Browse files
Options
Downloads
Patches
Plain Diff
making file_hooks work
parent
c592a113
Branches
Branches containing commit
1 merge request
!224
Bringing productive changes back to development
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/docker/gitsearch.yml
+0
-1
0 additions, 1 deletion
src/main/docker/gitsearch.yml
src/main/filehooks/scripts/trigger_project_update.py
+1
-1
1 addition, 1 deletion
src/main/filehooks/scripts/trigger_project_update.py
with
1 addition
and
2 deletions
src/main/docker/gitsearch.yml
+
0
−
1
View file @
798c0c46
...
@@ -141,7 +141,6 @@ services:
...
@@ -141,7 +141,6 @@ services:
INDEXING_SERVICE_URL
:
$INDEXING_SERVICE_URL
INDEXING_SERVICE_URL
:
$INDEXING_SERVICE_URL
MAIL_USERNAME
:
$MAIL_USERNAME
MAIL_USERNAME
:
$MAIL_USERNAME
MAIL_PASSWORD
:
$MAIL_PASSWORD
MAIL_PASSWORD
:
$MAIL_PASSWORD
FILEHOOKS_CONFIG_FILE
:
$FILEHOOKS_CONFIG_FILE
GITLAB_OMNIBUS_CONFIG
:
|
GITLAB_OMNIBUS_CONFIG
:
|
external_url '$EXTERNAL_URL'
external_url '$EXTERNAL_URL'
registry_external_url '$EXTERNAL_URL:5051'
registry_external_url '$EXTERNAL_URL:5051'
...
...
This diff is collapsed.
Click to expand it.
src/main/filehooks/scripts/trigger_project_update.py
+
1
−
1
View file @
798c0c46
...
@@ -64,7 +64,7 @@ if __name__ == "__main__": # pragma: no cover
...
@@ -64,7 +64,7 @@ if __name__ == "__main__": # pragma: no cover
logging
.
config
.
dictConfig
(
logger_setup
)
logging
.
config
.
dictConfig
(
logger_setup
)
logger
=
logging
.
getLogger
(
__name__
)
logger
=
logging
.
getLogger
(
__name__
)
indexServiceURL
=
os
.
getenv
(
"
INDEXING_SERVICE_URL
"
)
indexServiceURL
=
"
http://sharing_search:8080/api/gitlab/eventListener
"
if
(
indexServiceURL
is
None
):
if
(
indexServiceURL
is
None
):
logger
.
error
(
"
INDEXING_SERVICE_URL is not set
"
)
logger
.
error
(
"
INDEXING_SERVICE_URL is not set
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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