Socket
Socket
Sign inDemoInstall

github.com/cloudfoundry/config-server

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/cloudfoundry/config-server


Version published
Created
Source

Config Server

  • CI: https://main.bosh-ci.cf-app.com/teams/main/pipelines/config-server
  • API Docs

See config-server-release for the release repo for config-server See bosh-notes for more information

Contributing

All PRs and code should be against the develop branch. Before submitting PRs, you should make sure that tests are passing properly.

Unit tests

Before running the unit test on your local machine, you should install golangci-lint following its documentation, see https://github.com/golangci/golangci-lint. (Indeed, the way the lint script installs golangci-lint is not suitable for running on a local machine.)

Then run the unit tests using the dedicated script.

bin/test-unit

Integration tests

There are 3 distinct flavors of integration tests. Run the relevant one, or all, depending on the changes you've done.

bin/test-integration memory     # <- uses an in-memory database
bin/test-integration mysql      # <- uses a MySQL database
bin/test-integration postgresql # <- uses a PostgreSQL database

FAQs

Package last updated on 19 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc