Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
debugging-akka-dispatcher
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
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
Burcu Özkan
debugging-akka-dispatcher
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
1
master
default
protected
Tags
1
user-study
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
Dec
1
29
Nov
5
Sep
20
Jul
7
6
5
4
3
29
Jun
28
26
23
22
19
16
12
9
8
7
6
1
30
May
29
21
21
Apr
20
19
18
10
9
6
5
4
31
Mar
29
27
24
23
22
21
20
17
16
14
10
9
3
2
28
Feb
23
22
21
20
Configuration for reading actor state - none, message or reflection
master
master
Logging moved to Dispatcher utils
Messages not to be intercepted in the configuration file
Dispatcher setActorSystem and setUp are seperated
Compatible with Scala 2.11
Optional to match message content
Check causality if the requested message is not at the head of the queue
Code Refactoring
Minor - name of the deadLetters
user-study
user-study
Settings and minors
Tagged actors (breakpoints) are cleared when going back in history
Disables sending Next request before sending Init request
EOTResponse - when reached at the end of the trace
Minor updates for visualization
Added mysterious app - to be used in the evaluation
StepResponse updated - brings the state which is before processing the message receive event in the requested step
Step back in history - Step Request/Response
Modified seeded bug
Suppresses MessageSent if the sender is suppressed
SuppressActor Request/Response
isSuppressed field is added to Event
Akka-raft - pretty print actor names and states
Fixed updated ReplayTraceRW
UI Server can have no clients
Disconnecting the server connection is updated
Update in breakpoint - The client sends next command to go to the next step even if a breakpoint is hit
Tag (an actor as breakpoint) & continue
Updated tag actor functionality to send the list of events for each message receipt separately
Minor on cigarette-smokers app
Tag request updated - send the events in a single response
Cigarette-smokers problem with a seeded bug
Minor revision in an example app
Updated README
Sleeping-barber with a seeded bug
Dispatch/Drop envelope identified by message fields
History of program steps together with actor states
Actor names in the trace files are updated
DebuggerOptions and code cleanup
Server prints an error message if it receives a request before debugger process is connected
Shortened message strings, adjusted actor state color transparency
Loading