- 15 Oct, 2019 21 commits
-
-
Robert Knight authored
Bump @sentry/browser from 5.6.3 to 5.7.0
-
Robert Knight authored
Revert "Improve accessability for toggle buttons"
-
Robert Knight authored
This reverts commit ab3d902f. This change caused the client to fail to load on pages where `window.hypothesisConfig` is not defined.
-
Robert Knight authored
Bump scroll-into-view from 1.9.7 to 1.11.0
-
Robert Knight authored
Bump core-js from 2.6.9 to 2.6.10
-
Robert Knight authored
Bump autoprefixer from 9.6.4 to 9.6.5
-
dependabot-preview[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.6.4 to 9.6.5. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.6.4...9.6.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.545.0 to 2.549.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.545.0...v2.549.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.33.0 to 16.33.1. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.33.0...v16.33.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.0.5...2.0.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.7 to 1.11.0. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Changelog](https://github.com/KoryNunn/scroll-into-view/blob/master/CHANGELOG.md) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@sentry/browser](https://github.com/getsentry/sentry-javascript) from 5.6.3 to 5.7.0. - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-javascript/compare/5.6.3...5.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 2.6.9 to 2.6.10. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v2.6.9...v2.6.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Bump chance from 1.1.0 to 1.1.3
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.3 to 7.6.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.6.3...v7.6.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Robert Knight authored
Enable throttling of concurrent builds
-
Robert Knight authored
Jenkins CI builds of the client project are prone to failing when many concurrent builds occur. This often happens when many Dependabot PRs are submitted at once during a weekly dependency update. These builds succeed most of the time when retried. Limiting the number of concurrent builds per executor can be done globally, but it can also be done on a per-project basis using the throttle-concurrents [1] plugin. Assign a throttling category to client builds so that this latter approach can be used. [1] https://plugins.jenkins.io/throttle-concurrents
-
- 14 Oct, 2019 1 commit
-
-
dependabot-preview[bot] authored
Bumps [chance](https://github.com/chancejs/chancejs) from 1.1.0 to 1.1.3. - [Release notes](https://github.com/chancejs/chancejs/releases) - [Commits](https://github.com/chancejs/chancejs/commits/1.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 11 Oct, 2019 2 commits
-
-
Kyle Keating authored
Improve accessability for toggle buttons
-
Kyle Keating authored
- Add aria attribute for show / hide side bar - Add aria attribute for show / hide highlights - Fix a bug that prevents the correct class from showing on the highlight icon when highlights are initially disabled
-
- 10 Oct, 2019 11 commits
-
-
Lyza Gardner authored
Share Annotations Panel 3 & 4 of 4: Add `ShareAnnotationsPanel` and replace `ShareDialog` with it
-
Lyza Danger Gardner authored
- Remove old angular component and supporting modules/files - Update `hypothesis-app` component - Update `TopBar` component
-
Lyza Danger Gardner authored
- Perform minor refactor on CSS and remove unnecessary rule
-
Lyza Danger Gardner authored
-
Robert Knight authored
Disable verbose Karma logging
-
Robert Knight authored
This adds a lot of noise to the Jenkins log and we've gotten all the value we can out of this for tracking down Jenkins CI build failures. What remains is a period of time between Karma creating the `context.html` iframe where the test code executes and the scripts in that iframe starting to actually execute. During this time neither the Karma logs nor Chrome's verbose log provide any insight into what is going on. Chrome tracing however does, so that's where the investigation is continuing.
-
Robert Knight authored
Bump npm-packlist from 1.4.4 to 1.4.6
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
- 09 Oct, 2019 5 commits
-
-
dependabot-preview[bot] authored
-
Lyza Gardner authored
Share Annotations Panel 2 of 4: Add base `SidebarPanel` component and store module
-
Lyza Danger Gardner authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-