-
Notifications
You must be signed in to change notification settings - Fork 150
Comparing changes
Open a pull request
base repository: segmentio/analytics-node
base: e6b53bbccbd1fed26eee04a65d1ea234d85c697d
head repository: segmentio/analytics-node
compare: 6ec082009c702272605252307685f4517c172d6d
Commits on May 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b97f8f1 - Browse repository at this point
Copy the full SHA b97f8f1View commit details
Commits on May 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 60b252d - Browse repository at this point
Copy the full SHA 60b252dView commit details -
Merge pull request #174 from segmentio/greenkeeper/delay-3.0.0
Update delay to the latest version 🚀
Configuration menu - View commit details
-
Copy full SHA for b14b1b4 - Browse repository at this point
Copy the full SHA b14b1b4View commit details
Commits on Jun 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4b9765f - Browse repository at this point
Copy the full SHA 4b9765fView commit details -
Merge pull request #175 from segmentio/greenkeeper/nyc-12.0.1
Update nyc to the latest version 🚀
Configuration menu - View commit details
-
Copy full SHA for 523263f - Browse repository at this point
Copy the full SHA 523263fView commit details
Commits on Jun 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c139e3e - Browse repository at this point
Copy the full SHA c139e3eView commit details
Commits on Jun 4, 2018
-
Merge pull request #176 from segmentio/greenkeeper/nyc-12.0.2
chore(package): update nyc to version 12.0.2
Configuration menu - View commit details
-
Copy full SHA for fa1419d - Browse repository at this point
Copy the full SHA fa1419dView commit details -
Merge pull request #178 from segmentio/greenkeeper/sinon-5.0.10
chore(package): update sinon to version 5.0.10
Configuration menu - View commit details
-
Copy full SHA for 69060cc - Browse repository at this point
Copy the full SHA 69060ccView commit details
Commits on Jun 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 67115d5 - Browse repository at this point
Copy the full SHA 67115d5View commit details -
Merge pull request #179 from segmentio/greenkeeper/sinon-6.0.0
Update sinon to the latest version 🚀
Configuration menu - View commit details
-
Copy full SHA for ba9a047 - Browse repository at this point
Copy the full SHA ba9a047View commit details
Commits on Jun 29, 2018
-
Migrate E2E tests from Runscope to Segment webhook
Runscope shutdown the traffic inspector (https://blog.runscope.com/posts/phasing-out-traffic-inspector) we were using for our tests. This migrates to the custom webhook replacement we had built.
Configuration menu - View commit details
-
Copy full SHA for 0da3ed0 - Browse repository at this point
Copy the full SHA 0da3ed0View commit details -
Merge pull request #183 from segmentio/migrate-e2e-tests
Migrate E2E tests from Runscope to Segment webhook
Configuration menu - View commit details
-
Copy full SHA for 3db7e0e - Browse repository at this point
Copy the full SHA 3db7e0eView commit details
Commits on Jul 7, 2018
-
This migrates the CI config to Circle 2.0 and adds Snyk. It uses 3 workflows to speed up builds: 1. multi-test that tests against multiple node versions 2. test_and_publish that runs tests against node 10 and publishes to npm if the build passes and this is a tagged build. 3. static_analysis that tests against node 10 and runs things like code coverage/snyk/size-limit We were already using `np` here, but I added docs to clarify how to use it, and a helper to run it with the `--no-publish` command. some helpful links: * https://circleci.com/docs/2.0/collect-test-data/#ava * https://circleci.com/docs/2.0/workflows/#git-tag-job-execution
Configuration menu - View commit details
-
Copy full SHA for 45e3925 - Browse repository at this point
Copy the full SHA 45e3925View commit details -
Merge pull request #184 from segmentio/circle-2.0
Migrate to Circle 2.0
Configuration menu - View commit details
-
Copy full SHA for 61aa26e - Browse repository at this point
Copy the full SHA 61aa26eView commit details
Commits on Aug 27, 2018
-
Instead of defining targets here, we delegate to Yarn for most targets.
Configuration menu - View commit details
-
Copy full SHA for 6fa2185 - Browse repository at this point
Copy the full SHA 6fa2185View commit details -
Merge pull request #187 from segmentio/makefile
add standardized makefile
Configuration menu - View commit details
-
Copy full SHA for 13c57ef - Browse repository at this point
Copy the full SHA 13c57efView commit details
Commits on Sep 5, 2018
-
Instead of our handrolled end to end testing code, use library-e2e-tester which is more consistent and supports more message types. Requires refactoring the existing cli.js file to match the library-e2e-tester interface.
Configuration menu - View commit details
-
Copy full SHA for f27c9a6 - Browse repository at this point
Copy the full SHA f27c9a6View commit details
Commits on Sep 10, 2018
-
Merge pull request #190 from segmentio/e2e-tester
Use library-e2e-tester
Configuration menu - View commit details
-
Copy full SHA for 09cd86a - Browse repository at this point
Copy the full SHA 09cd86aView commit details
Commits on Sep 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3570e7d - Browse repository at this point
Copy the full SHA 3570e7dView commit details
Commits on Oct 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ffd1daa - Browse repository at this point
Copy the full SHA ffd1daaView commit details -
Merge pull request #194 from segmentio/cli-host
feat(cli): add ability to override host/api url
Configuration menu - View commit details
-
Copy full SHA for 11042e1 - Browse repository at this point
Copy the full SHA 11042e1View commit details -
BREAKING CHANGE: remove cli from published package
It adds unnecessary bulk to `analytics-node`, and will be moved to it's own package.
Configuration menu - View commit details
-
Copy full SHA for 0bd2241 - Browse repository at this point
Copy the full SHA 0bd2241View commit details
Commits on Nov 21, 2018
-
Merge pull request #195 from segmentio/remove-cli
refactor: move cli to a sub-package
Configuration menu - View commit details
-
Copy full SHA for e7f7f9b - Browse repository at this point
Copy the full SHA e7f7f9bView commit details
Commits on Mar 1, 2019
-
William Grosset committed
Mar 1, 2019 Configuration menu - View commit details
-
Copy full SHA for 1d9e60e - Browse repository at this point
Copy the full SHA 1d9e60eView commit details
Commits on Mar 7, 2019
-
Merge pull request #199 from segmentio/william/add-intro
Update README
Configuration menu - View commit details
-
Copy full SHA for 49ffa02 - Browse repository at this point
Copy the full SHA 49ffa02View commit details
Commits on Mar 25, 2019
-
* remove nsp check as it is deprecated (https://blog.npmjs.org/post/175511531085/the-node-security-platform-service-is-shutting). we already have a replacement with Snyk. * upgrade handlebar dependency (https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692)
Configuration menu - View commit details
-
Copy full SHA for ec4ad4f - Browse repository at this point
Copy the full SHA ec4ad4fView commit details -
update the cli to accept the `integrations` object, so it can work with the new fixtures. skips alias fixtures for now.
Configuration menu - View commit details
-
Copy full SHA for a6bd8d4 - Browse repository at this point
Copy the full SHA a6bd8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae4037 - Browse repository at this point
Copy the full SHA bae4037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f36fc - Browse repository at this point
Copy the full SHA 38f36fcView commit details -
Merge pull request #201 from segmentio/alias-e2e-test
support alias tests
Configuration menu - View commit details
-
Copy full SHA for 501ff0c - Browse repository at this point
Copy the full SHA 501ff0cView commit details
Commits on Mar 26, 2019
-
use newer version of e2e harness and a higher concurrency
Configuration menu - View commit details
-
Copy full SHA for 97abfa4 - Browse repository at this point
Copy the full SHA 97abfa4View commit details -
Merge pull request #202 from segmentio/speed
run e2e tests concurrently
Configuration menu - View commit details
-
Copy full SHA for 713db2e - Browse repository at this point
Copy the full SHA 713db2eView commit details
Commits on Jun 7, 2019
-
Upgrade devDependencies (#212)
Fathy Boundjadj authoredJun 7, 2019 Configuration menu - View commit details
-
Copy full SHA for eefaf83 - Browse repository at this point
Copy the full SHA eefaf83View commit details -
Bump axios from 0.17.1 to 0.18.1
Bumps [axios](https://github.com/axios/axios) from 0.17.1 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.17.1...v0.18.1)
Configuration menu - View commit details
-
Copy full SHA for d7d8129 - Browse repository at this point
Copy the full SHA d7d8129View commit details
Commits on Jun 10, 2019
-
Merge pull request #211 from segmentio/dependabot/npm_and_yarn/axios-…
…0.18.1 Bump axios from 0.17.1 to 0.18.1
Configuration menu - View commit details
-
Copy full SHA for c5677c6 - Browse repository at this point
Copy the full SHA c5677c6View commit details
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 863b580 - Browse repository at this point
Copy the full SHA 863b580View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7123ff2 - Browse repository at this point
Copy the full SHA 7123ff2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a00667c - Browse repository at this point
Copy the full SHA a00667cView commit details
Commits on Jun 19, 2019
-
Previously the publish step would only run on tags such as `3.4.0-beta`, however, with `np` we name tags with a `v` prefix (e.g. `v3.4.0-beta`), causing the publish job step to never run. This updates the tag regex filter to allow the publish step to run on tags like `v3.4.0-beta`.
Configuration menu - View commit details
-
Copy full SHA for e9a7aba - Browse repository at this point
Copy the full SHA e9a7abaView commit details -
Merge pull request #214 from segmentio/fix-release-step
ci: fix publish step
Configuration menu - View commit details
-
Copy full SHA for 467101f - Browse repository at this point
Copy the full SHA 467101fView commit details
Commits on Jun 20, 2019
-
add npm context to publish step
we moved some tokens around, and the NPM_AUTH variable is available via the npm context in Circle CI.
Configuration menu - View commit details
-
Copy full SHA for 65c7d55 - Browse repository at this point
Copy the full SHA 65c7d55View commit details -
Merge pull request #215 from segmentio/add-npm-context
add npm context to publish step
Configuration menu - View commit details
-
Copy full SHA for e4b834a - Browse repository at this point
Copy the full SHA e4b834aView commit details -
context is declared on the workflow, rather than the job. ``` > circleci config validate -c .circleci/config.yml .circleci/config.yml is valid ```
Configuration menu - View commit details
-
Copy full SHA for 493954a - Browse repository at this point
Copy the full SHA 493954aView commit details -
Merge pull request #216 from segmentio/fix-context
fix context declaration
Configuration menu - View commit details
-
Copy full SHA for 35e9d76 - Browse repository at this point
Copy the full SHA 35e9d76View commit details -
attach
npm
context to publish jobAs Nick pointed out in #216 (comment), this should be on the specific step in the job. ``` > circleci config validate -c .circleci/config.yml Config file at .circleci/config.yml is valid. ```
Configuration menu - View commit details
-
Copy full SHA for 2ceac34 - Browse repository at this point
Copy the full SHA 2ceac34View commit details -
Merge pull request #217 from segmentio/fix-context-two
attach `npm` context to publish job
Configuration menu - View commit details
-
Copy full SHA for 5e6bb55 - Browse repository at this point
Copy the full SHA 5e6bb55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a2b94 - Browse repository at this point
Copy the full SHA 28a2b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ed42e - Browse repository at this point
Copy the full SHA 01ed42eView commit details
Commits on Jun 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d0651cf - Browse repository at this point
Copy the full SHA d0651cfView commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 83ca8c3 - Browse repository at this point
Copy the full SHA 83ca8c3View commit details
There are no files selected for viewing
This file was deleted.