
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
github.com/drone/drone-ui
Clone this repository
git clone https://github.com/drone/drone-ui.git
Install dependencies
npm install
Copy .env.example and rename it into .env
cp .env.example .env.development.local
Fill required variables. For example:
REACT_APP_DRONE_SERVER=https://drone.company.com
REACT_APP_DRONE_TOKEN=<your_drone_token> // find your token in your Drone account settings (click your Avatar in the UI).
npm run start
npm run build
npm run serve
npm run lint
npm run lint:fix
npm run test
We use Conventional Commits for commit messages. You can read more about Conventional Commits here. Here you can find a useful Conventional Commits Cheat Sheet.
We try to make our commits "atomic". Here and here you can read more about Atomic commits.
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone-ui -t <secret github token>
You can generate a token by logging into your GitHub account and going to Settings -> Personal access tokens.
Next we tag the PR's with the fixes or enhancements labels. If the PR does not fulfil the requirements, do not add a label.
Run the changelog generator again with the future version according to semver.
docker run -it --rm -v "$(pwd)":/usr/local/src/your-app githubchangeloggenerator/github-changelog-generator -u drone -p drone-ui -t <secret token> --future-release v1.0.0
./package.json
file{
"name": "drone-ui-react",
"version": "2.8.2", <--- update the version here
"private": true,
"scripts": {
npm run build
# change to the dist directory
cd dist
# run go generate
GO111MODULE=off go generate ./...
This will update the dist/dist_gen.go
file.
Make sure you have updated and added the following files.
./package.json
./CHANGELOG.md
dist/dist_gen.go
Look here for an example
Once your PR is reviewed and merged, you can release the new version of the main branch in github.
Please reference the updated changelog in your PR to update Drone
with the latest UI SHA.
Harness Community Slack - Join the #drone slack channel to connect with our engineers and other users running Drone CI.
Harness Community Forum - Ask questions, find answers, and help other users.
Report A Bug - Find a bug? Please report in our forum under Drone Bugs. Please provide screenshots and steps to reproduce.
Events - Keep up to date with Drone events and check out previous events here.
FAQs
Unknown package
Did you know?
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.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.