Nitish Gupta
Nitish Gupta
The script when run with this option fetches all active challenges and their respective queues. Running the docker container for each fetched queue. I am not quite sure how active...
Change property name in class `Setting` from `line_number` --> `start_line_number` Closes https://github.com/coala/coala/issues/5983 **For short term contributors:** we understand that getting your commits well defined like we require is a hard...
Currently `z` acts as a toggle key to switch between stream view and topic view, however when pressing the key on broad narrows like **All Messages/Private Messages/Starred Messages/Mentions**, it behaves...
Normal users are not allowed to send messages in announcement streams, currently when an unauthorised user sends message to this stream, nothing happens. This commit changes this behaviour and adds...
## Summary Add bind cache support to pack ## Output #### Before #### After ## Documentation - Should this change be documented? - [ ] Yes, see #___ - [x]...
## Summary - The `include` directive when specified with a file inside a folder `testdir/testfile` did not pass the parent folder to the builder image, which led to the folder...
This PR moves item identities related methods from `class Enrich` to `class Identities` from improving cohesion and reducing lines of code for `class Enrich`. Closes https://github.com/chaoss/grimoirelab-elk/issues/877
Enrich class currently performs a lot of things which can be refactored into separate modules. This issue will serve as the main discussion channel for the objective.
This PR adds visualization panels and menus for launchpad backend. Based on the backend https://github.com/chaoss/grimoirelab-elk/pull/863 Signed-off-by: Nitish Gupta