2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00
Jay 8747775fd3
fix for vinyldns banner log (#1444)
* fix for vinyldns banner log

Signed-off-by: Jay07GIT <jeyraj931@gmail.com>

* updated the console log

Signed-off-by: Jay07GIT <jeyraj931@gmail.com>

---------

Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
Co-authored-by: Arpit Shah <arpit_shah@cable.comcast.com>
2025-08-12 09:11:23 -04:00
..
2021-12-03 12:21:36 -05:00
2021-12-03 12:21:36 -05:00
2021-12-03 12:16:21 -05:00
2021-10-27 13:43:57 -04:00
2021-10-27 13:43:57 -04:00
2021-12-06 16:21:44 -05:00
2021-12-03 12:16:21 -05:00
2021-11-02 17:06:24 -04:00
2022-05-13 13:31:37 -04:00

Build

This folder contains scripts for building VinylDNS and it's related artifacts.

Path Description
assemble_api_jar.sh Builds the VinylDNS API jar file. You can find the resulting jar file in assembly/.
deep_clean.sh Removes all of the build artifacts and all target/ directories recursively.
func-test-api.sh Runs the functional tests for the API
func-test-portal.sh Runs the functional tests for the Portal
publish_docs.sh Publishes the documentation site
run_all_tests.sh Runs all of the tests: unit, integration, and functional
sbt.sh Runs sbt in a Docker container with the current project bind-mounted in /build
verify.sh Runs all of the unit and integration tests