neskk

Results 11 issues of neskk

First of all, thank you for your awesome work ;) I followed the guide on active admin wiki to add a language selection to the utility menu as in https://github.com/activeadmin/activeadmin/wiki/Switching-locale....

enhancement

[**Beta/Safe Stage**] - Mostly tested, need more feedback. Reworked pretty much every place where accounts are used and created a single entity responsible for handling all operations: an account manager....

new feature
awaiting review
breaking change
db migration

This PR provides more configuration options for scanners running in beehive mode, giving the ability to disable or force a worker count in specified hives. ## Description - `--beehive` is...

new feature
awaiting review
breaking change

## Description It defeats a bit the purpose of having them in the first place but when you're running a tight on RPM it can potentially save you from a...

enhancement
pending changes

This PR is for debug purposes and it updates database schema version - just one tiny modification to `workerstatus` table - if you want to reverse the update, drop the...

It would be awesome if we could just design the beehive and then remove certain parts that are not useful for our maps. You would add a mini-button above each...

documentation
ui

## Description Reworked discord authentication. My work was based of two pull requests from @TheFirstAvenger and @ngovil21. Uses Flask session (i.e secure cookies) to keep users authenticated. - Allows required...

### 👓 What did you see? I've configured the cucumber plugin to look for step defs in the right paths, but it's not matching the step-defs. ```yaml "cucumber.features": [ "**/tests/**/*.feature",...

python
:zap: enhancement

### 👓 What did you see? I use some regexp on data-tables to perform some assertions. Parsing the datatable below: ```python And the response body contains: | var1 | [matches...

:bug: bug

Closes issue #29 I did some local tests and this works as intended. Now, when my project executes the `pytest_configure` hook, the `--envfile` specified in cmdline options is already loaded...