2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-31 06:15:49 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
Jay07GIT
636c441477 update
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-30 19:32:13 +05:30
Jay07GIT
6f39938a92 updated manage_vinyldns_zones_bind_api.py with delete zones api
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-30 18:58:54 +05:30
Jay07GIT
c8994ec41b updated generate_zones_bind_api.py
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-30 15:59:54 +05:30
Jay07GIT
8245eef9d2 resolve failed tests
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-29 14:45:14 +05:30
Jay07GIT
fdaf7d0298 update
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-29 13:46:43 +05:30
Jay07GIT
5f6d44e130 update
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-04-25 17:57:34 +05:30
Jay07GIT
9aeb14ccd7 update
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-02-15 23:14:56 +05:30
Jay07GIT
bb3733c4df added create zone api in bind test docker image
Signed-off-by: Jay07GIT <jeyraj931@gmail.com>
2025-02-15 23:11:48 +05:30
Emerle, Ryan
c3d4e16da4 Updates
- Fix issues with `SSHFP` record type
- Add `sbt.sh` helper script
- Update configuration file (`application.conf`) for consistency
- Update documentation
2021-12-03 12:16:21 -05:00
Emerle, Ryan
e1743e5342 Updates
- Simplify build config
- Add TTY check to Makefiles for running Docker containers
- Update `fs2` to latest patch
- Update `sbt-assembly` plugin
- Update portal to remove chatty console
- Update portal scripts to add license header
- Update prepare-portal/Gruntfile to combine js and css where applicable
- Remove unused gentelella files from final portal artifact
- Add support for shared zones to quickstart/docker images
- Consolidate built artifacts in `artifacts/` to make eventual release easier
2021-11-02 17:06:24 -04:00
Ryan Emerle
5e9b794d8d Fix permissions 2021-10-27 13:43:57 -04:00
Emerle, Ryan
b143e975a7 Updates
- Move quickstart from `utils` to `quickstart`
- Update quickstart script to add more container manipulation
- Move API functional tests back under `modules/api`
- Move build-related scripts to `build/` directory
- Add quickstart containers that can run the local version of the code
2021-10-27 13:43:21 -04:00
Ryan Emerle
3e5c179af3 Update permissions 2021-10-20 09:27:40 -04:00
Emerle, Ryan
a075c3c35e Updates
- Move away from using multiple images for "quickstart" and instead use a single "integration" image which provides all of the dependencies

- Update `docker-up-vinyldns.sh` to support the new `integration` image
- Update `remove-vinyl-containers.sh` to more cleanly.. clean up
- Update `verify.sh` to more reliably run `sbt` targets
- Update `build/docker/api/application.conf` to allow for overrides and default to the `vinyldns-integration` image
- Update `build/docker/portal/application.conf` to allow overrides and use `vinyldns-integration` image
  - Update `build/docker/portal/Dockerfile` to use `vinyldns/build:base-build-portal` to reduce need to download dependencies over and over
- Update `api/assembly` sbt target to output to `assembly` rather than some deeply nested folder in `**/target`
- Update documentation to reflect changes

- Move `docker/` directory to `quickstart/` to reduce confusion with the `build/docker` directory
- Move `bin/` to `utils/` since the files are binaries

- Add `.dockerignore` to root
2021-10-20 09:07:19 -04:00