Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mark-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
mark-web
Graph
12deee1a6caa8b1fbe61beb436f229b59c5bb3f8
Select Git revision
Branches
9
ReportMaker
masfad-display-image
master
default
protected
multiple_wowa_detector
update-php-version
visualisation-stan
visualizations
wowa-training
wowa_training_v2
Tags
20
1.7.0
1.6.0
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.0.7
0.0.6
0.0.5
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
27
Jul
16
Mar
26
Jan
25
13
17
Dec
15
14
10
9
8
6
26
Oct
25
21
20
14
4
1
Sep
31
Aug
30
26
25
20
9
16
Jul
15
6
22
Jun
17
16
15
10
8
1
20
May
19
18
12
10
6
4
3
29
Apr
28
26
9
6
2
1
30
Mar
29
23
22
18
17
16
15
12
11
1
26
Feb
16
15
10
9
8
5
4
3
2
21
Jan
20
13
12
11
7
5
18
Dec
24
Nov
17
16
28
Oct
23
21
19
18
15
14
13
5
4
Added the necessary route and Controller method to support the timeline blade
Added a blade and a helper script to draw a timeline of the different agents and how the amount of evidences changes for a specific period of time
Removed unnecessary code
Added ids to the Show Fullscreen Bubble and Radder buttons
Added new functionality to the inspect button per agent, now it shows the ranking list in the right bottom panel
Fixed the detailed Donut visualization to update on click when selecting/deselecting items from the legend
Fixed the colours and legend to show correct labels
Removed unnecessary empty lines
Correctly uses colours to represent the agents in the donut chart
Updated the panels for showing the amount of RawData and Evidence entries in the DB + donut chart
Added a script for drawing a big Donut view for reviewing the amount of evidences per agent. Some functionality still is not working (Work in progress)
Small updates to the dashboard removing unnecessery css and making the row displaying the bubble graph bigger. Also added the functionality for the detail donut view of the # of evidence per agent
Renamed the donut script to simple-donut script and changed the dashboard to include the renamed script
Added the logic for displaying the EvidencesPerAgent visualization
Added a script for the donut visualizations for the evidences per agent
Changes to commenting to make it more understandable
Changed a bit the layout + added two visualizations to show the # of entries in the database for the RawData and Evidences respectively
Added a method to the MarkController named dbstatus that returns the # of entries of rawdata and evidences in the DB to be displayed on the dashboard. Added a route to the json data retrieved from the database. Will later be updated with specific # of data generated per agent/client/server
Removed an unecessary space
removed an unnecessary variable 'data'
Changed how the inline javascript is loaded, it waits for all DOM Content is loaded (using DOMContentLoaded event listener) before executing the script
Added back the defer parameter, which was removed following issue #42, new solution was added to the blades that are conserned
Moved the reload script to reload only the visualization container instead of the whole page, that way only the visualizations are redrawn.
Changed the colors used by the bubble graph, changed the size of the SVG, now it is 100% height and width, as previously it caused unintended behavior using the containers clientWidth and clientHeight
Removed commented lines
removed a line from the bubble-script.blade that caused a null value to be given to the container and causing an error
Removed the script link to the online version of d3.js from the bubble.blade and dashboard.blade
Added the d3.js library to the project as required, that way it is not loaded each time from the internet and the website can run on machines not running with an online connection
Removed the "defer" token from the app.blade.php following issue #42
Merge branch 'visualizations' of gitlab.cylab.be:cylab/mark-web into visualizations
Added an extra parameter to the bubble-script, taking the container name so it can be drawn into it or redrawn if needed
Update Dockerfile, changed the command "RUN export.." to "ENV .." so it persists between intermidiate containers
Update Dockerfile, added the export NODE_OPTIONS command as workaround for issue #41
Added a bubble-script blade that can be included in the dashboard view and bubble.blade view, displaying the Bubble graph. That way there is no duplication of code
Removed unnecessary css, dashboard uses bootstrap for now
Updated the dashboard with new html element's used css and better management
removed blank line causing errors
Updated the css for correct display of the dashboard blade
Added the necessary methods and routes to load the dashboard blade
Added a dashboard blade for visualizations
Loading