- 27 Aug, 2019 5 commits
-
-
Robert Knight authored
Bump uglifyify from 5.0.1 to 5.0.2
-
Robert Knight authored
Bump aws-sdk from 2.502.0 to 2.517.0
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 6.2.0 to 6.2.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.2.0...v6.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
[Security] Bump eslint-utils from 1.4.0 to 1.4.2
-
- 26 Aug, 2019 5 commits
-
-
Kyle Keating authored
Namespace selection module
-
Kyle Keating authored
-
dependabot-preview[bot] authored
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2. **This update includes a security fix.** - [Release notes](https://github.com/mysticatea/eslint-utils/releases) - [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.4.0...v1.4.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.502.0 to 2.517.0. - [Release notes](https://github.com/aws/aws-sdk-js/releases) - [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js/compare/v2.502.0...v2.517.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [uglifyify](https://github.com/hughsk/uglifyify) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/hughsk/uglifyify/releases) - [Commits](https://github.com/hughsk/uglifyify/compare/v5.0.1...v5.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 23 Aug, 2019 5 commits
-
-
Kyle Keating authored
- Move selectedTab logic out of annotations reducer to selection reducer - removeAnnotations action now passes the set of removed annotations and remaining annotations - buildRootThread takes getRootState param
-
Hannah Stepanek authored
Replace legacy Sentry JS SDK with new Sentry SDK
-
Robert Knight authored
This enables us to distinguish reports from dev, qa, prod etc. The value is provided by h for the embed or the browser extension.
-
Robert Knight authored
Previous experience with Sentry has found that there are various scenarios that can cause a client to spam the server with a large number of reports. Although Sentry has its own server-side quotas and rate limiting, I think it will be useful to do client-side per-session rate limiting as well. This also provides a place where we can hook in other client-side filtering in future.
-
Robert Knight authored
Replace the legacy raven-js package with Sentry's new JS SDK [1], with a minimal wrapper in `util/sentry.js` that exports the same interface as the previous `raven.js` module. To enable Sentry, h or the browser extension must set a `sentry` key in the sidebar app's configuration. As part of switching SDKs, the following changes were made: - The AngularJS integration was removed, as we are in the process of migrating away from Angular - The custom code for unhandled promise rejections was removed, as the new SDK handles this already - The URL rewriting logic was removed. This was done to make the setup as minimal as possible. This may need to be re-added later. - The `report` function was removed, as it was not used anywhere - The `session` module now imports `util/sentry` directly rather than using Angular dependency injection. Now that we have a convenient way to mock all CJS/ES imports, there isn't a need to use DI for utilities [1] https://docs.sentry.io/platforms/javascript/
-
- 22 Aug, 2019 4 commits
-
-
Robert Knight authored
Namespace the frames module
-
Robert Knight authored
-
Robert Knight authored
Namespace the direct-linked module
-
Robert Knight authored
Namespace the activity module
-
- 21 Aug, 2019 4 commits
-
-
Kyle Keating authored
-
Kyle Keating authored
-
Kyle Keating authored
-
Robert Knight authored
Namespace the drafts module
-
- 20 Aug, 2019 7 commits
-
-
Kyle Keating authored
-
Kyle Keating authored
Add namespace capability to store modules
-
Kyle Keating authored
Each module can now opt into being namespaced by exporting the value for "namespace".
-
dependabot-preview[bot] authored
-
Robert Knight authored
Bump katex from 0.10.2 to 0.11.0
-
Robert Knight authored
Bump gulp-changed from 4.0.0 to 4.0.1
-
Robert Knight authored
Bump karma-chrome-launcher from 2.2.0 to 3.1.0
-
- 19 Aug, 2019 6 commits
-
-
dependabot-preview[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v6.1.0...v6.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [karma-chrome-launcher](https://github.com/karma-runner/karma-chrome-launcher) from 2.2.0 to 3.1.0. - [Release notes](https://github.com/karma-runner/karma-chrome-launcher/releases) - [Changelog](https://github.com/karma-runner/karma-chrome-launcher/blob/master/CHANGELOG.md) - [Commits](https://github.com/karma-runner/karma-chrome-launcher/compare/v2.2.0...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [gulp-changed](https://github.com/sindresorhus/gulp-changed) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/sindresorhus/gulp-changed/releases) - [Commits](https://github.com/sindresorhus/gulp-changed/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/master/CHANGELOG.md) - [Commits](https://github.com/KaTeX/KaTeX/compare/v0.10.2...v0.11.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Add the experimental focus feature to the docs
-
Robert Knight authored
Fix JS error when searching after creating a page draft
-
- 15 Aug, 2019 4 commits
-
-
Kyle Keating authored
This adjusts view-filter so it can handle draft annotations which can be defined by a missing id.
-
Robert Knight authored
`npm` is still used by the final deployment process to publish packages to the npm registry.
-
Robert Knight authored
Switch default browser for running tests from PhantomJS to headless Chrome
-
Robert Knight authored
-