- 09 Apr, 2019 17 commits
-
-
Hannah Stepanek authored
getInScopeGroups returns the list of groups for the old groups menu. Aka: only groups that are in scope are returned.
-
Hannah Stepanek authored
Revert "Remove feature flag from group service"
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Remove feature flag from group service
-
Robert Knight authored
Convert `<svg-icon>` component to React
-
Robert Knight authored
-
Robert Knight authored
Merge pull request #1055 from hypothesis/dependabot/npm_and_yarn/babel-plugin-transform-async-to-promises-0.8.9 Bump babel-plugin-transform-async-to-promises from 0.8.8 to 0.8.9
-
Robert Knight authored
Bump mocha from 6.1.1 to 6.1.2
-
Robert Knight authored
Bump enzyme-adapter-preact-pure from 1.10.3 to 1.10.4
-
dependabot[bot] authored
Bumps [babel-plugin-transform-async-to-promises](https://github.com/rpetrich/babel-plugin-transform-async-to-promises) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/releases) - [Commits](https://github.com/rpetrich/babel-plugin-transform-async-to-promises/compare/v0.8.8...v0.8.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.1.1 to 6.1.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.1.1...v6.1.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/robertknight/enzyme-adapter-preact-pure) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/robertknight/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/robertknight/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/robertknight/enzyme-adapter-preact-pure/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Hannah Stepanek authored
-
Hannah Stepanek authored
Previously, isScopedToUri took into account enforcement but now it does not. Thus, isSelectable logic based on scopes.enforced and isScopedToUri was added to the group-list-section controller to determine whether a group should be out of scope/not selectable.
-
Hannah Stepanek authored
Since the feature flag isn't available until the profile api request completes, and the profile api request is run asynchronously with the group api requests, it doesn't make sense to load conditionaly. Instead, call all the group api requests and filter the groups for the old groups menu later. In this case, filtering is done in the groups.all conditionally based on the feature flag.
-
Hannah Stepanek authored
Previously, if the scope was not enforced, isScopedToUri would always return true. Now, isScopedToUri is true only when the scopes.uri_patterns match.
-
Hannah Stepanek authored
getInScopeGroups returns the list of groups for the old groups menu. Aka: only groups that are in scope are returned.
-
- 08 Apr, 2019 19 commits
-
-
Robert Knight authored
Convert `<annotation-action-button>` component to React
-
Sean Hammond authored
Bump @babel/preset-env from 7.4.2 to 7.4.3
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.4.2 to 7.4.3. - [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.4.2...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Sean Hammond authored
Bump @octokit/rest from 16.22.0 to 16.23.2
-
Sean Hammond authored
Bump @babel/core from 7.4.0 to 7.4.3
-
Sean Hammond authored
Bump enzyme-adapter-preact-pure from 1.10.2 to 1.10.3
-
Sean Hammond authored
Bump preact from 10.0.0-alpha.2 to 10.0.0-alpha.4
-
Sean Hammond authored
Bump codecov from 3.2.0 to 3.3.0
-
Sean Hammond authored
Bump mocha from 6.0.2 to 6.1.1
-
Sean Hammond authored
Bump commander from 2.19.0 to 2.20.0
-
Sean Hammond authored
Bump autoprefixer from 9.5.0 to 9.5.1
-
dependabot[bot] authored
Bumps [commander](https://github.com/tj/commander.js) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v2.19.0...v2.20.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [mocha](https://github.com/mochajs/mocha) from 6.0.2 to 6.1.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v6.0.2...v6.1.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.22.0 to 16.23.2. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.22.0...v16.23.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits/v3.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [enzyme-adapter-preact-pure](https://github.com/robertknight/enzyme-adapter-preact-pure) from 1.10.2 to 1.10.3. - [Release notes](https://github.com/robertknight/enzyme-adapter-preact-pure/releases) - [Changelog](https://github.com/robertknight/enzyme-adapter-preact-pure/blob/master/CHANGELOG.md) - [Commits](https://github.com/robertknight/enzyme-adapter-preact-pure/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.4.0 to 7.4.3. - [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.4.0...v7.4.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.5.0 to 9.5.1. - [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.5.0...9.5.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [preact](https://github.com/developit/preact) from 10.0.0-alpha.2 to 10.0.0-alpha.4. - [Release notes](https://github.com/developit/preact/releases) - [Commits](https://github.com/developit/preact/compare/10.0.0-alpha.2...10.0.0-alpha.4) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 05 Apr, 2019 1 commit
-
-
Lyza Danger Gardner authored
-
- 04 Apr, 2019 1 commit
-
-
Robert Knight authored
Convert `<group-list-item-out-of-scope>` to React
-
- 03 Apr, 2019 2 commits
-
-
Robert Knight authored
-
Robert Knight authored
-