Razvan (Raz)

Results 32 issues of Razvan (Raz)

At the moment, checking the roles (if the current user can access the resource) requires a lot of repetitive code: ``` return projectController.findById(req.params.project_id) .then((project) => { return teamController.getTeamRole(project.team_id, req.user.id); })...

enhancement

Deprecation warning: `crypto.createCipher is deprecated` [simplecrypt](https://www.npmjs.com/package/simple-crypt) is not receiving any other updates and it's using the deprecated API. Needs to be replaced with another library. A good contender might be:...

enhancement
refactoring

How to contribute to this issue: - [ ] Scroll down below to check the existing PRs so you don't open a PR for a component waiting for review -...

good first issue
hacktoberfest
refactoring

### How to reproduce * Ensure there is an API connection with global headers already saved in your Chartbrew project * Create new chart and prepare your API request in...

bug

Docker will limit these anonymous pulls, so they will need to be authenticated. Instructions here: https://circleci.com/docs/2.0/private-images/

CI

Currently, the `SavedQueries` have the `Project` foreign key and it's causing the `Project` deletion to fail. Instead of fixing, maybe it's worth making the SavedQueries part of the Team instead...

bug
discussion

For example in the screenshot below, I would like to name: * `null` or `empty` with `Not defined` * `win32` to `Windows` * `darwin` to `MacOS`. ![image](https://user-images.githubusercontent.com/5342321/73262972-c0fc0900-41cf-11ea-8e99-3df5da56d5d5.png)

enhancement

### When does it happen? When the response object is in a format like below: ``` [ { "url": "https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e", "commit": { "url": "https://api.github.com/repos/octocat/Hello-World/git/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e", "author": { // selecting this field...

bug

There could be an option on the dashboard to select a date range and inject this value to all the charts present on the dashboard. This could be useful for...

discussion

**This could work in two different ways:** 1. Have an option in the User dashboard to duplicate the project and everything will be duplicated This approach might be tricky to...

discussion