Jesper Findahl

Results 28 issues of Jesper Findahl

With the current colour scale it is very difficult to differentiate when a file was last changed. See screenshot below. ![image](https://user-images.githubusercontent.com/8646217/172411508-9e5d9b89-76b3-47a9-b4f9-6c2c0330894b.png)

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.

bug

In order to quickly identify if multiple users are the same, it would be good to also show the email in the merge dialog: ![Screenshot 2022-06-08 at 16 38 52](https://user-images.githubusercontent.com/8646217/172644572-55adbf95-f52b-4f45-8543-b7611d38f0eb.png)

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...

bug
benchflow-docs
multi-project
devops

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...

enhancement
status/needs discussion
benchflow-docs
benchflow-dsl

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

feature
benchflow-dsl

**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...

feature
benchflow-dsl

as per title depends on PR https://github.com/benchflow/benchflow/pull/556

enhancement
benchflow-test-manager
status-pr/blocked by p.r.