- 06 Feb, 2019 8 commits
-
-
Robert Knight authored
- Advise developers to set up editor integrations for ESLint and Prettier - Remove the `eslint --fix` advice since most auto-fixable suggestions from ESLint are stylistic changes that are already handled by Prettier
-
Robert Knight authored
Format code with Prettier
-
Robert Knight authored
Bump npm-packlist from 1.2.0 to 1.3.0
-
Robert Knight authored
Bump aws-sdk from 2.396.0 to 2.397.0
-
Robert Knight authored
Bump tiny-emitter from 2.0.2 to 2.1.0
-
dependabot[bot] authored
Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/npm/npm-packlist/releases) - [Commits](https://github.com/npm/npm-packlist/compare/v1.2.0...v1.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.396.0 to 2.397.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.396.0...v2.397.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [tiny-emitter](https://github.com/scottcorgan/tiny-emitter) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/scottcorgan/tiny-emitter/releases) - [Commits](https://github.com/scottcorgan/tiny-emitter/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 05 Feb, 2019 17 commits
-
-
Robert Knight authored
Bump angular-mocks from 1.7.6 to 1.7.7
-
dependabot[bot] authored
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.7.6 to 1.7.7. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.6...v1.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump angular-route from 1.7.6 to 1.7.7
-
Robert Knight authored
Bump angular-sanitize from 1.7.6 to 1.7.7
-
Robert Knight authored
Bump aws-sdk from 2.395.0 to 2.396.0
-
Robert Knight authored
Bump angular from 1.7.6 to 1.7.7
-
dependabot[bot] authored
Bumps [angular-route](https://github.com/angular/angular.js) from 1.7.6 to 1.7.7. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.6...v1.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [angular-sanitize](https://github.com/angular/angular.js) from 1.7.6 to 1.7.7. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.6...v1.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.395.0 to 2.396.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.395.0...v2.396.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [angular](https://github.com/angular/angular.js) from 1.7.6 to 1.7.7. - [Release notes](https://github.com/angular/angular.js/releases) - [Changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/angular/angular.js/compare/v1.7.6...v1.7.7) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
`// eslint-disable-line` magic comments got moved down a line so they no longer referred to the intended code. Switch to using `// eslint-disable-next-line` instead.
-
Robert Knight authored
-
Robert Knight authored
-
Robert Knight authored
Code formatting is now handled by Prettier.
-
Robert Knight authored
Prettier is pinned to an exact version in package.json as per the advice in Prettier's docs (see https://prettier.io/docs/en/install.html).
-
Robert Knight authored
Bump @octokit/rest from 16.14.0 to 16.15.0
-
Robert Knight authored
Stop updating package.json version field during deployments from Jenkins
-
- 04 Feb, 2019 11 commits
-
-
Robert Knight authored
The "Build" step stopped working after b778c9ad because `make` with no arguments just prints help output. Since the client is rebuilt with a different version number as part of the QA and prod releases, a separate "Build" step serves no purpose.
-
Robert Knight authored
`yarn version` does not run the "postversion" script when called with `--no-git-tag-version`.
-
Robert Knight authored
The npm tag we wait on needs to match the one which was used when the release was published.
-
Robert Knight authored
The package version is now determined based on the highest previously-tagged version. This means we need to fetch existing tags before we can determine the new version number.
-
Robert Knight authored
The call to `new IllegalArgumentException` fails inside the sandbox that the Jenkinsfile script runs in. Use `error` instead per https://stackoverflow.com/questions/42718785/
-
Robert Knight authored
Creating a commit which updates the version number as part of the release process prevents deployments of the master branch which are not the latest commit, which is a surprising limitation compared to our release process for h etc. This commit resolves the issue by removing the version-bumping commit. Instead package.json in the source tree contains a fixed, unchanging version number which is set to the real version just before the package is published to npm. The release version is obtained by fetching the tag with the highest version number and incrementing the major part.
-
Robert Knight authored
Bump eslint from 5.12.1 to 5.13.0
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.14.0 to 16.15.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.14.0...v16.15.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.12.1 to 5.13.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/v5.12.1...v5.13.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump @octokit/rest from 16.13.4 to 16.14.0
-
jenkins-hypothesis authored
-
- 01 Feb, 2019 4 commits
-
-
Robert Knight authored
Update PDF anchoring for changes in PDF.js API
-
Robert Knight authored
PDF.js commit e293c12afcf3a9a55669b6bf095d657e7780ba16 removed the `getPageTextContent` method from `PDFViewer`, so we need to call the underlying method on the `PDFPageProxy` object instead. This change is backwards compatible with earlier versions of PDF.js. Fixes https://github.com/hypothesis/product-backlog/issues/915
-
Robert Knight authored
Modernize PDFViewerApplication fake
-
Robert Knight authored
In preparation for updating the fake PDFViewerApplication to match changes in PDF.js' interface, refactor the fake. - Rewrite old-style classes as ES6+ classes - Replace object literals for `PDFViewer` and `PDFPageView` fakes with actual classes that have JSDoc comments pointing to the real class's definition
-