- 28 Mar, 2019 2 commits
-
-
Robert Knight authored
Enable conditional inclusion of code based on NODE_ENV checks
-
Robert Knight authored
Refactor new groups menu
-
- 27 Mar, 2019 7 commits
-
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
Hannah Stepanek authored
-
- 26 Mar, 2019 3 commits
-
-
Hannah Stepanek authored
-
Robert Knight authored
Bump @octokit/rest from 16.19.0 to 16.20.0
-
Robert Knight authored
Bump @babel/preset-env from 7.3.4 to 7.4.2
-
- 25 Mar, 2019 8 commits
-
-
dependabot[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.3.4 to 7.4.2. - [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.3.4...v7.4.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump eslint from 5.15.2 to 5.15.3
-
Robert Knight authored
Bump scroll-into-view from 1.9.4 to 1.9.5
-
Robert Knight authored
Bump @babel/core from 7.3.4 to 7.4.0
-
dependabot[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.3.4 to 7.4.0. - [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.3.4...v7.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.4 to 1.9.5. - [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[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.2 to 5.15.3. - [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.15.2...v5.15.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.19.0 to 16.20.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.19.0...v16.20.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 21 Mar, 2019 1 commit
-
-
Robert Knight authored
Packages in the React ecosystem often include debugging checks guarded by: ``` if (process.env.NODE_ENV === 'development') { ... } ``` OR ``` if (process.env.NODE_ENV !== 'production') { ... } ``` This commit uses loose-envify to replace the `process.env.$VAR` expression with a literal string value when building JS bundles. This enables debugging checks in dev builds and causes the minifier to remove the code entirely in production builds. Some packages don't need this because their package.json file includes a "browserify" key which already configures this transform, however not all of them do. Therefore the transform is configured to run globally.
-
- 19 Mar, 2019 1 commit
-
-
Robert Knight authored
Bump @octokit/rest from 16.17.0 to 16.19.0
-
- 18 Mar, 2019 13 commits
-
-
Robert Knight authored
Bump angular from 1.7.7 to 1.7.8
-
Robert Knight authored
Bump autoprefixer from 9.4.10 to 9.5.0
-
Robert Knight authored
Bump eslint from 5.15.1 to 5.15.2
-
dependabot[bot] authored
Bumps [angular](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [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.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
Robert Knight authored
Bump scroll-into-view from 1.9.3 to 1.9.4
-
Robert Knight authored
Bump angular-route from 1.7.7 to 1.7.8
-
Robert Knight authored
Bump angular-mocks from 1.7.7 to 1.7.8
-
dependabot[bot] authored
Bumps [angular-route](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [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.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [scroll-into-view](https://github.com/KoryNunn/scroll-into-view) from 1.9.3 to 1.9.4. - [Release notes](https://github.com/KoryNunn/scroll-into-view/releases) - [Commits](https://github.com/KoryNunn/scroll-into-view/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [angular-mocks](https://github.com/angular/angular.js) from 1.7.7 to 1.7.8. - [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.7...v1.7.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 16.17.0 to 16.19.0. - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](https://github.com/octokit/rest.js/compare/v16.17.0...v16.19.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.4.10 to 9.5.0. - [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.4.10...9.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
dependabot[bot] authored
Bumps [eslint](https://github.com/eslint/eslint) from 5.15.1 to 5.15.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/v5.15.1...v5.15.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
-
- 15 Mar, 2019 3 commits
-
-
Hannah Stepanek authored
Add Currently Viewing, Featured, & My Groups sections to group drop down
-
Robert Knight authored
Replace $http with fetch in api service
-
Robert Knight authored
- Use `null` to indicate requests that fail in `expectCall` rather than 0/-1. - Use 200 as the response from `POST /api/annotations` in tests to match the real response code from h.
-
- 14 Mar, 2019 2 commits
-
-
Hannah Stepanek authored
-
dwolfe authored
* Add Currently Viewing, Featured Groups and My Groups sections * Remove leave group icon * Remove view group page link as there is no room for it in the UI and user’s are often clicking it accidentally. * Remove ability to select groups that are not scoped to the page.
-