danger-js

⚠️ Stop saying "you forgot to …" in code review

MIT License

Downloads
2.2M
Stars
5.3K
Committers
241

Bot releases are hidden (Show)

danger-js - Release 9.0.1

Published by orta over 5 years ago

  • Version (dbf4bbc)
  • Merge pull request #882 from HelloCore/fix/bitbucket-cloud-multiple-messages-template (6613a54)
  • Update CHANGELOG.md (1be03b3)
  • Fix multiple messages template on main comment (5a52843)
  • Merge pull request #2 from danger/master (6cd099c)
danger-js - Release 9.0.0

Published by orta over 5 years ago

  • prepare for 9.x (3cbdb12)
  • Update the vision file for mid 2019 (ed44015)
  • Merge pull request #881 from HelloCore/pr-bitbucket-cloud (87d7111)
  • Remove duplicate type name (import from bitbucketServer instead) (967070f)
  • Filter deleted comments out because they return empty content. (b499b65)
  • Remove some comments, and fix minor things. (45492c5)
  • Update source/dsl/BitBucketCloudDSL.ts (7f1d706)
  • Remove extra comma (aacbc15)
  • Reorder Circle CI in README.md (2401a62)
  • Add some docs (2209b3b)
  • Add test-results.json from jest-json-reporter to watchPathIgnorePatterns (c66bb6e)
  • Update changelog (ac285e3)
  • Remove TODO (d98a58b)
  • Modify interface file (d8ea5b0)
  • Enable snapshot DSL testcase (de635b2)
  • Update inline template (aed88bb)
  • Keep inline comments (b7a1774)
  • Add supports inline comment (a0e3715)
  • Implement post and get inline comment (e1938ec)
  • Add inline templates (c111274)
  • Remove todo because we don't have to handle nested comment case like Bitbucket server (af91000)
  • Fix template (a87588f)
  • Update template (3e9f9d6)
  • [WIP] Set comment as Markdown, Getting comments from API instead of filtering from activities (ce1f631)
  • Create Template for BitbucketCloud (5bfa67f)
  • [WIP] add support BitbucketPipelines (131216a)
  • [WIP] Try using BitbucketServer Template (489b5d4)
  • [WIP] expose bitbucket_cloud (55f4a70)
  • [WIP] Modify CLI (206aac3)
  • [WIP] config platform (9d9d17b)
  • [WIP] Implement BitBucketCloud (abcd849)
  • [WIP] Implement BitBucketCloud Platform (66d8244)
  • [WIP] Implement BitBucketCloud GIT (0fb3e55)
  • [WIP] Implement BitBucketCloud API (6d8a026)
  • Add fixtures (a38ab21)
  • Merged by Peril (4f1d260)
  • Merge pull request #879 from danger/add_missing_gitlab_states (4dd731e)
  • Re order supported CIs (3f2b500)
  • Fix GitHub Actions warning (abca709)
  • Updated CHANGELOG (315da11)
  • Add GitLab missing states (7409f2d)
  • Merge pull request #878 from caffeinetv/master (041cf0b)
  • Update CHANGELOG.md (9a4e7f2)
  • Use commit URL to calculate the repo slug (8b42987)
  • Merge pull request #873 from danger/bryndyment-patch-1 (5274d29)
  • There's -> These (typo), plus minor wording tweak (839e4a1)
  • Use yarn link (71667ad)
  • Merge pull request #872 from danger/missing_changelog_links (d7e471c)
  • Add missing CHANGELOG account links (ded8e90)
danger-js - Release 8.0.0

Published by orta over 5 years ago

  • Update CHANGELOG (34a9966)
  • Merge pull request #855 from bigkraig/feature/gitlab (583eae5)
  • feat: add logging to GitLabAPI (b386dae)
  • ci: trigger build (083cff7)
  • fix: change GitHub platform to be a named function instead of an arrow function (8776aa6)
  • feat: GitLab fileContents (78af7b2)
  • fix: improve danger-pr (67662eb)
  • chore: tidy code (0952bac)
  • docs: update command in readme (1d75688)
  • update gitlab dep (9363aa1)
  • fix: updateOrCreateComment note detection (9bf4690)
  • Merge branch 'master' into feature/gitlab (657e0a0)
  • fix: use DANGER_GITLAB_API_TOKEN to detect DSL type (157383b)
  • improve GitLab environment detection (3a337fb)
  • Revert "update gitlab dep" (765d5d6)
  • use GITLAB_CI to detect CI (2ba17eb)
  • Merge pull request #867 from mrndjo/appcenter_support (a1db4c6)
  • added AppCenter to readme file (f32ad27)
  • fixed appcenter environment key check (5c366cc)
  • update gitlab dep (7b34217)
  • Merge pull request #2 from bigkraig/feature/delete_comment (a26047e)
  • delete main comment when all issues are resolved (ab83665)
  • Merge pull request #1 from jamime/feature/gitlab (2d3c6de)
  • Add tests for GitLab (e3a78d7)
  • Merge remote-tracking branch 'upstream/master' into feature/gitlab (19a35b7)
  • added minor change to re-run github checks (42232cb)
  • added changes to CHANGELOG.md (495d076)
  • changed appcenter provider (b8a3061)
  • added AppCenter provider (bf23251)
  • Release 7.1.4 (78726f7)
  • PRepare for release (3be4477)
  • Merge pull request #864 from ds300/master (551268b)
  • Remove hard-coded artsy values (bc7ef42)
  • Merge pull request #863 from sogame/Fix_changelog (84d31e4)
  • Fix CHANGELOG.md documentation about "--failOnErrors" (83ecefb)
  • Changed out the older node 8 tests to test against the current LTS version (7d629cc)
  • Merge branch 'master' into feature/gitlab (06ea6d9)
  • Bumped the oldest node to something not so old (8.9) (4acda3b)
  • Updated the gitlab dependency to include support for Node 8 (6ac429c)
  • Removed some accidentally added vscode configuration (f0d1e81)
  • Using the CI_MERGE_REQUEST_IID var according to https://docs.gitlab.com/ee/ci/variables/predefined_variables.html (7d9b5c9)
  • Throwing errors on not yet implemented gitlab functions (5168c45)
  • Removed unused test file (b2ec339)
  • Merge branch 'master' into feature/gitlab (527c62c)
  • Added GitLab to README (d344384)
  • Added CHANGELOG entry (957412c)
  • Fixes inline commenting in GitLab (76b7bb1)
  • Support GitLab CI as a CI source (a22c68b)
  • Minor bugfix to only delete comments that Danger created (2367ed3)
  • Inline comments seem to sort of work? (8ceb1ec)
  • The nuts & bolts of API commenting are working (abecf38)
  • Generally the pulling/reading works, to the point of commenting (8ef0581)
  • Oof, there's a lot going on in there. The runner works in another process now (c274eb8)
  • Fetchin' live MR vales from GitLab API (91ef63a)
  • Added base platform code for GitLab (e6410b8)
  • GitLab implementation & tests for pullRequestParser (cc632c2)
  • Recognise DANGER_GITLAB_HOST env (9c8ba47)
danger-js - Release 7.1.4

Published by orta over 5 years ago

  • PRepare for release (3be4477)
  • Merge pull request #864 from ds300/master (551268b)
  • Remove hard-coded artsy values (bc7ef42)
  • Merge pull request #863 from sogame/Fix_changelog (84d31e4)
  • Fix CHANGELOG.md documentation about "--failOnErrors" (83ecefb)
danger-js - Release 7.1.3

Published by orta over 5 years ago

  • Prepare for release (30cc3e3)
  • Merged by Peril (f9dc785)
  • Add Codefresh to README.md (c2fd854)
  • Add Codefresh to CHANGELOG.md (75de9da)
  • Add tests for Codefresh (52da5fc)
  • Update Codefresh.ts (daacef4)
  • Add support for Codefresh (441d586)
  • Merged by Peril (816810d)
  • Cleans up the declartions and runs prettier over them in memory (c94dce6)
danger-js - Release 7.1.2

Published by orta over 5 years ago

  • Release 7.1.1 (b3c8f9d)
  • Prepare for release (630b1a0)
  • Merge pull request #858 from friederbluemle/update-ts-jest (ed87686)
  • Merge pull request #851 from danger/get-keyed-paths (3075901)
  • Update ts-jest to 24.0.2 (46046a3)
  • Merge branch 'master' into get-keyed-paths (a26f8da)
  • Merged by Peril (93c15cf)
  • Adds a dts validation step, and adds chainsmoker to the exposed dts - fixes #852 (655e75a)
  • Fixes #853 (d700aff)
  • Add danger.git.fileMatch.getKeyedPaths(), providing more convenient access to paths (c05c493)
  • Fix changelog (b64b42a)
danger-js - Release 7.1.1

Published by orta over 5 years ago

  • Fix changelog (b64b42a)
danger-js - Release 7.1.0

Published by orta over 5 years ago

  • Prepare for release (5f58d62)
  • Merge pull request #850 from danger/chainsmoker (1978565)
  • Update docs (7d697d5)
  • Adds a changelog entry (c493d85)
  • Adds docs to the new Chainsmoker (27a3d56)
  • Swap order to make these easier to understand (4d59219)
  • Clean up and start to integrate (ead7e40)
  • Chainsmoker: Initial TypeScript version (0a820e6)
danger-js - Release 7.0.19

Published by orta over 5 years ago

  • Prepare for release (fd0b981)
  • Improve the commit summaries, and remove unique peril coide, hopefully Peril will be using the API correctly now (253153e)
danger-js - Release 7.0.18

Published by orta over 5 years ago

  • Prepare for release (4f639d7)
  • Merge pull request #847 from danger/danger_strict_option (8e886f5)
  • Rename strict to failOnErrors (edcd381)
  • Updated CHANGELOG (1aa0d02)
  • Merge branch 'master' of github.com:danger/danger-js into danger_strict_option (718f97e)
  • Add a strict option to fail the build if there are error on the danger report (42f0946)
danger-js - Release 7.0.17

Published by orta over 5 years ago

  • Version bump (05de9f6)
  • Merged by Peril (dae0ead)
  • Updated CHANGELOG (e134c6c)
  • Send different build update keys based on the id on Bitbucket (bb42409)
danger-js - Release 7.0.16

Published by orta over 5 years ago

  • CHANGLOG (c1aa1dc)
  • Merge pull request #844 from sharkySharks/add-codebuild-ci-source (c22b2c9)
  • add codebuild to ci source providers (cf44621)
  • Merged by Peril (9a03a11)
  • Fix typescript issue https://github.com/octokit/rest.js/issues/1041 (f49b515)
  • Add a prettier ignore to the bbdsl which always changes (538ac3a)
danger-js - Release 7.0.15

Published by orta over 5 years ago

  • Merge pull request #840 from randak/support-multiple-statuses (227a8d9)
  • If DangerID is defined, use it as the context for platform status (69b4198)
  • Merged by Peril (dfe4535)
  • chore(changelog): update (2da9396)
  • docs: fix typo (c1354f7)
  • Merged by Peril (3a8e6cb)
  • Fix isCI check for Codeship (3f39ee7)
  • Merged by Peril (4a45c41)
  • changelog: add sorted note (6faf557)
  • changelog: use short version of ref-link (0a316ce)
  • changelog: add missing ninjaprox user (73bce0a)
  • changelog: sort users (49330f1)
danger-js - Release 7.0.14

Published by orta over 5 years ago

  • Prepare for release (e76158b)
  • Merged by Peril (aee8b77)
  • Merge branch 'master' into not_crash_for_unknown_types (fb9f925)
  • Merge pull request #834 from ninjaprox/lines_of_code (8f55336)
  • Add UNKNOWN type to the tests (2a05c0b)
  • Memoize getFullDiff (b553c67)
  • Updated CHANGELOG (8ec040a)
  • Not crash when the type is UNKNOWN (563d898)
  • Update CHANGELOG (c2f027f)
  • Add linesOfCode in GitDSL (fe423b2)
  • Merged by Peril (f846c5e)
  • force to horse chrome extension :shakes fist: (5459d4f)
  • Update CHANGELOG.md (40c0ae4)
  • add docs to GitHubMergeRef (8497fb2)
  • Merge pull request #831 from Atul9/license-update (3717553)
  • Update copyright notice to 2019 [ci skip] (31b55bc)
danger-js - Release 7.0.13

Published by orta over 5 years ago

  • Adds more debug logs for babel (0ceecd5)
danger-js - Release 7.0.12

Published by orta over 5 years ago

  • Version bump (b21e3fe)
  • Merge pull request #830 from danger/fb/multiline-danger-imports (98b86e1)
  • Changelog + Spellings (472cbe2)
  • Make import/require replacer handle more cases (b1f74ec)
  • Typos & spell checking (7e579d3)
danger-js - Release 7.0.11

Published by orta over 5 years ago

  • Version bump (f63867f)
  • Merge pull request #827 from danger/fix_meta_on_prs (95b0cfc)
  • Handle meta correctly when there are inline commits (55e6559)
  • Merge pull request #826 from danger/bitbucket_generated_message (e3809c5)
  • Updated CHANGELOG (142240c)
  • Return the meta after sorting and merging operations (5602d74)
  • Updated CHANGELOG.md (6f3871e)
  • Make bitbucket generated signature less aggressive (7cbe211)
danger-js - Release 7.0.10

Published by orta over 5 years ago

  • Prepare for release (36de6b0)
  • Don't expect a default export from octokit (d096d18)
danger-js - Release 7.0.9

Published by orta over 5 years ago

  • Adds support for the preview API (92cf658)
  • Update the CHANGELOG (a7953bd)
danger-js - Release 7.0.8

Published by orta over 5 years ago

  • Go back with release it (d0c3261)
  • Merge master (5d6cfc6)
  • Merge pull request #823 from danger/rm_vm2 (16353fc)
  • Circle faff (0891b26)
  • Try get it green (19e7596)
  • Fix CI now that sane only supports LTS dangers (5b1a83c)
  • Remove vm2 from Danger (a654063)
  • Merged by Peril (e0b5f3e)
  • Extend the DSL a bit, ensure --json doesn't print to stdout and truncate the access token so it doesn't accidentally leak (2550ab6)
  • Merged by Peril (854655d)
  • Fixes #790 (c1e524a)
  • Fixes #790 (f25dd79)