Jesper Findahl
Jesper Findahl
With the current colour scale it is very difficult to differentiate when a file was last changed. See screenshot below. 
Jupyter Notebooks (`.ipynb`) are a common filetype for student projects (specially data analysis), however, they are currently shown as `other` which makes it hard to identify them.
In order to quickly identify if multiple users are the same, it would be good to also show the email in the merge dialog: 
When looking at the "single author" visualization all files with a single author have the same color, however, they are probably not the same author. If the author of the...
In order to have a better understanding of which files are more critical when considering the truck-factor it would be useful to combine the "single author" view with the "number...
When running the code checker in Java some changes could be automatically fixed: - `SingleLineJavadoc Single-line Javadoc comment should be multi-line.` - `NeedBraces 'if' construct must use '{}'s.` - `CustomImportOrder...
Define the `observe` and `exploration_space` in detail. Add these to the DSL library. `observation`: - We need a `ENUM` to expose all the possible values, because for example we always...
Add support for http workloads into the DSL based on previous code base: https://github.com/benchflow/benchflow/commits/devel/benchflow-dsl/src/main/scala/cloud/benchflow/dsl/definition/simone/http
**Configuration** - [x] check that if goal should involve an `exploration` then `configuration.goal.explorationspace` is defined - [x] check that if `configuration.users` is not specified then the goal is `exploration` and...
as per title depends on PR https://github.com/benchflow/benchflow/pull/556