Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.examples
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
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.examples
Merge requests
!14
Add output name mapping for class for replay db
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Add output name mapping for class for replay db
fix_class_output_name_issue
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Samuel GAIST
requested to merge
fix_class_output_name_issue
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
This fixes the issue
beat.backend.python#16 (closed)
Requires:
beat.backend.python!16 (merged)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0f850fdf
1 commit,
6 years ago
1 file
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
advanced/databases/replay/4.py
+
5
−
0
View file @ 0f850fdf
Edit in single-file editor
Open in Web IDE
Show full file
@@ -75,6 +75,11 @@ class All(View):
-----------------------------------------------------------------------------------------------
"""
def
__init__
(
self
):
super
(
All
,
self
)
self
.
output_member_map
=
{
'
class
'
:
'
cls
'
}
def
index
(
self
,
root_folder
,
parameters
):
Entry
=
namedtuple
(
'
Entry
'
,
[
'
cls
'
,
'
attack_support
'
,
'
client_id
'
,
'
file_id
'
,
'
annotations
'
,
'
video
'
])
Loading