You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* makefile:proposal for Makefile
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:update the PLANTUML variable usage and fix wrong name at .PHONY rule
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:Use '$(DOCKER)' to abstract the container engineer that is used
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:call 'make vendor' to retrieve all the depencies at 'vendor' directory
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* doc:update to match the makefile changes
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:install swag using a temporay empty GOPATH
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:read database config from configs/config.yaml
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:add rule to print the variables
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:update rule to install swag locally more isolated
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:fix help text for the 'install-swag' rule
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:fix dependency on install-swag
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:use the same workstation rules in the pipeline
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* Avoid vendor directory is copied when building the container image
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:move start / stop database container after the configuration
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:use the same makefile rules to the dockerfile
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:use mod vendor optionally and add get-deps rule
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:conditional assignment for DATABASE_* and read from configs/config.yaml only if yq tool is available
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:fix linter hints about spaces and end of files
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:fix tmp directory generation
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:fix arch alias that was not executing plantuml
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:add healthcheck to postgres container and wait loop to get it ready
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:delete extra message when running 'make db-up'; db-migrate-up is executed in the rule
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:remove .db-health-wait dependencies from the other rules and add correct dependency for 'db-migrate-seed'
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:add rule 'db-cli-connect' to open a postgres cli from the container
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
* makefile:remove duplicated file
Signed-off-by: Alejandro Visiedo <avisiedo@redhat.com>
0 commit comments