- 18 Feb, 2019 1 commit
-
-
Robert Knight authored
The Jenkinsfile previously has this structure: ``` node { // Do checkout, run tests etc. ... stage('Deploy to prod') { input(message: "Deploy to prod") } } ``` While any steps inside the `node` block are running or waiting, the pipeline will consume a build executor slot. If several client builds were waiting for manual input, this could prevent other Jenkins jobs from running. This commit restructures the Jenkinsfile like so: ``` node { // Do checkout, run tests etc. } stage('Deploy to prod') { input(message: 'Deploy to prod?') node { // Do the deployment } } As a result, a client build waiting to be deployed to production will no longer consume a build executor slot. See also the "7. Don't: Use input within a node" tip in [1] Fixes #955 [1] https://www.cloudbees.com/blog/top-10-best-practices-jenkins-pipeline-plugin
-
- 14 Feb, 2019 2 commits
-
-
Robert Knight authored
[Security] Bump handlebars from 4.0.12 to 4.1.0
-
dependabot[bot] authored
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0. **This update includes security fixes.** - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 13 Feb, 2019 2 commits
-
-
Robert Knight authored
Bump codecov from 3.1.0 to 3.2.0
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 12 Feb, 2019 2 commits
-
-
Robert Knight authored
Use token instead of store.profile to calc isLoggedIn
-
Robert Knight authored
* Support filtering annotations by display name Allow `user:{term}` filters in the search bar to match display names as well as usernames. I have allowed for annotations having no `user_info` field as with other code in the client that handles annotation objects. However "h" will always populate that field currently. Fixes https://github.com/hypothesis/product-backlog/issues/943 * Add tests to clarify how quotes are handled in filter query parsing This came out of a Slack discussion [1] about how the client handles quoted and unquoted terms in filter queries. [1] https://hypothes-is.slack.com/archives/C4K6M7P5E/p1549466094062700 * Test that all matching annotations are returned for "user" queries Respond to CR feedback to extend the current set of tests for "user" queries.
-
- 11 Feb, 2019 4 commits
-
-
Hannah Stepanek authored
-
Robert Knight authored
Add custom client version header to api requests
-
Robert Knight authored
Bump aws-sdk from 2.398.0 to 2.400.0
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.398.0 to 2.400.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.398.0...v2.400.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 07 Feb, 2019 10 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Add tests for Authorization header on API requests
-
Hannah Stepanek authored
* Add profile.groups.read api endpoint * Remove metadata from list groups api call Rather than relying on the token of the logged in user being returned as extra metadata from the list groups api call, simple use the profile userid from the data store to determine whether a use is logged in or not. * Add util/groups module with combineGroups helper This will be used when the community-groups feature flag is set, to combine groups from the groups list and profile groups endpoints. * Add tests for util groups module * Add tests for community-groups feature flag
-
Robert Knight authored
Bump aws-sdk from 2.397.0 to 2.398.0
-
Robert Knight authored
Bump core-js from 2.5.7 to 2.6.4
-
dependabot[bot] authored
Bumps [core-js](https://github.com/zloirock/core-js) from 2.5.7 to 2.6.4. - [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.5.7...v2.6.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.397.0 to 2.398.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.397.0...v2.398.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Hannah Stepanek authored
Add servetests to makefile for interactive test debug
-
Hannah Stepanek authored
-
- 06 Feb, 2019 11 commits
-
-
Robert Knight authored
Update Code Style docs to mention ESLint and Prettier
-
Robert Knight authored
Only log names of source files that were changed as a result of auto-formatting.
-
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
-
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 8 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>
-