Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
screensmart
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
RoQua
screensmart
Commits
b6648a4a
Commit
b6648a4a
authored
5 years ago
by
Jorn van de Beek
Browse files
Options
Downloads
Patches
Plain Diff
Fix dependency scanner. Appsignal ignore load balancer status check
parent
11bd2264
No related branches found
Branches containing commit
Tags
release-staging-48de2c00694e
Tags containing commit
No related merge requests found
Pipeline
#53521
failed
5 years ago
Stage: test
Changes
2
Pipelines
122
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
config/appsignal.yml
+2
-0
2 additions, 0 deletions
config/appsignal.yml
with
3 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
b6648a4a
...
...
@@ -20,6 +20,7 @@ dependency_scanning:
image
:
registry.roqua.nl/roqua/dependency_scanning
variables
:
DOCKER_DRIVER
:
overlay2
FF_USE_LEGACY_VOLUMES_MOUNTING_ORDER
:
"
true"
services
:
-
docker:stable-dind
script
:
...
...
This diff is collapsed.
Click to expand it.
config/appsignal.yml
+
2
−
0
View file @
b6648a4a
...
...
@@ -3,6 +3,8 @@ default: &defaults
name
:
"
Screensmart"
slow_request_threshold
:
200
enable_frontend_error_catching
:
true
ignore_actions
:
-
"
Roqua::StatusChecks::StatusController#balancer_status"
development
:
<<
:
*defaults
...
...
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