Avelino

Results 264 issues of Avelino

It’s sometimes useful to pre-populate your database with hard-coded data when you’re first setting up an data base. We can do this to migration barriers but it's not the best...

enhancement
EPIC
feature
product/api-server

Workflow: 1. Test Running 1. Coveralls - _if you pass the tests_ 1. GoReleaser - _if you pass the tests_ 1. Docker Image generate - _if you pass the tests_

enhancement
refactoring
product/api-server

Our auth system (generate jwt token) should support the external authentication system. more: https://www.boundaryproject.io/docs/common-workflows/manage-users-groups > extend what has been implemented (is under development) here #276

feature
product/api-server

## Description Example: ```go xs = append(xs, 1) xs = append(xs, 2) ``` should be written as: ```go xs = append(xs, 1, 2) ``` ## Occurrences There are 4 occurrences...

refactoring
product/api-server
performance

Receive new records in real time (insert, update and delete) ## example of use When accessing the endpoint of the XYZ table (and keeping me connected with websocket), I must...

feature/gis
product/api-server

Contains build automation scripts for pREST Image on DigitalOcean Marketplace https://marketplace.digitalocean.com/

docs
deployment/one-click
product/api-server

https://github.com/platformsh/template-builder/issues/315 deploy example: https://console.platform.sh/projects/create-project?template=https://raw.githubusercontent.com/platformsh/template-builder/master/templates/mattermost/.platform.template.yaml&utm_content=mattermost&utm_source=github&utm_medium=button&utm_campaign=deploy_on_platform template refs: - [golang](https://github.com/platformsh/template-builder/tree/master/templates/golang) - [go + postgres](https://github.com/platformsh/template-builder/tree/master/templates/mattermost)

docs
deployment/one-click
product/api-server

https://github.com/prest/prest/blob/033bf6469e1a4c3c54f6cdf0ea4c68f88276522d/adapters/postgres/queries.go#L39-L39 if `script` receive path back `/` to the root of the system, how was `os.Stat` behave? ---- Accessing files using paths constructed from user-controlled data can allow an attacker...

bug
security
feature/_queries
product/api-server

## Description Failed compiling the code. Check occurence description for syntax errors. cannot find package - github.com/clbanning/mxj/j2x - github.com/auth0/go-jwt-middleware - github.com/dgrijalva/jwt-go - github.com/urfave/negroni - github.com/mitchellh/go-homedir - ... We are having...

bug
product/api-server

Event trigger engine via webhook (HTTP POST) for another asynchronous API (in backgroud). ## Types of webhook - **webhook atomic event:** shares all events for external API - **webhook endpoint...

EPIC
feature/webhook
product/api-server