Trevor Buckner
|
a1e7da8d84
|
Merge pull request #2091 from G-Ambatte/fixComponentWillMount
Remove calls to deprecated `componentWillMount`
|
2022-03-26 23:49:36 -04:00 |
|
Trevor Buckner
|
f53b0ec9af
|
Merge pull request #2094 from G-Ambatte/experimentalCircleCIConfig
Increase test time out and update CircleCI testing configuration
|
2022-03-26 23:46:08 -04:00 |
|
G.Ambatte
|
57d0e8eea3
|
Test standard Docker MongoDB image
|
2022-03-26 21:13:06 +13:00 |
|
G.Ambatte
|
7403ef60c1
|
Increase test timeout via Jest config
|
2022-03-26 20:56:04 +13:00 |
|
G.Ambatte
|
42ee461f56
|
Remove commented out delay
|
2022-03-26 20:55:50 +13:00 |
|
G.Ambatte
|
77e8952e8a
|
Shift componentWillMount call to getInitialState
|
2022-03-25 16:40:41 +13:00 |
|
G.Ambatte
|
2be365c839
|
Shift global declarations to componentDidMount
|
2022-03-25 16:12:33 +13:00 |
|
G.Ambatte
|
c0c08b3354
|
Fix new Node image location
|
2022-03-25 15:08:37 +13:00 |
|
G.Ambatte
|
b0d8462a60
|
Remove MongoDB from testing, update Node image
|
2022-03-25 15:06:26 +13:00 |
|
G.Ambatte
|
f246c96b28
|
Remove 10s delay for diagnostics
|
2022-03-25 15:00:33 +13:00 |
|
G.Ambatte
|
aa7b3d985f
|
Move test setup to BEFORE delay
|
2022-03-25 14:50:30 +13:00 |
|
G.Ambatte
|
5ed6e9842c
|
Add 10s delay to route test start
|
2022-03-25 14:39:14 +13:00 |
|
G.Ambatte
|
eaf8b02aa9
|
Update circleCi config to use new tests
|
2022-03-25 14:38:50 +13:00 |
|
G.Ambatte
|
7aa0aed7c9
|
Add individual tests to package.json
|
2022-03-25 14:38:19 +13:00 |
|
Trevor Buckner
|
c9935fa45c
|
Merge pull request #2087 from naturalcrit/dependabot/npm_and_yarn/googleapis-98.0.0
Bump googleapis from 97.0.0 to 98.0.0
|
2022-03-24 00:08:23 -04:00 |
|
dependabot[bot]
|
a140deae54
|
Bump googleapis from 97.0.0 to 98.0.0
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 97.0.0 to 98.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v97.0.0...googleapis-v98.0.0)
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-24 03:03:48 +00:00 |
|
Trevor Buckner
|
9e5cc57441
|
Merge pull request #2055 from G-Ambatte/addDividerResetOnWindowResize-#2053
Add divider reset on window resize #2053
|
2022-03-23 21:08:18 -04:00 |
|
Trevor Buckner
|
8bab346cbb
|
Change var names, simplify resize logic, limit on page refresh
|
2022-03-23 16:21:37 -04:00 |
|
Trevor Buckner
|
0a52cafefe
|
Merge pull request #2050 from lucastucious/Fix-#1749---ToC-linking-in-pdf
Fix #1749 - ToC linking in pdf
|
2022-03-23 12:48:45 -04:00 |
|
Trevor Buckner
|
83b3fdff21
|
Merge pull request #2084 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.17.8
Bump @babel/core from 7.17.7 to 7.17.8
|
2022-03-23 12:47:45 -04:00 |
|
Trevor Buckner
|
97dfbe9e35
|
Merge pull request #2086 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.8
Bump mongoose from 6.2.7 to 6.2.8
|
2022-03-23 12:46:07 -04:00 |
|
dependabot[bot]
|
e4e6b5426e
|
Bump mongoose from 6.2.7 to 6.2.8
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.2.7 to 6.2.8.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.2.7...6.2.8)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-23 03:01:23 +00:00 |
|
G.Ambatte
|
9535fea964
|
Revert change to verbose
|
2022-03-22 12:03:26 +13:00 |
|
G.Ambatte
|
4134e43f6e
|
Change test to verbose mode
|
2022-03-22 11:58:19 +13:00 |
|
G.Ambatte
|
274b3bcb7e
|
Add parallelism parameter
|
2022-03-22 11:34:32 +13:00 |
|
G.Ambatte
|
8800397ba4
|
Working directory changes
|
2022-03-22 11:31:26 +13:00 |
|
G.Ambatte
|
0a90218d2a
|
Fix for missing package.json
|
2022-03-22 11:27:08 +13:00 |
|
G.Ambatte
|
06598e0665
|
Fix typo
|
2022-03-22 11:21:51 +13:00 |
|
G.Ambatte
|
03e5d86b73
|
Add NPM settings
|
2022-03-22 11:20:49 +13:00 |
|
G.Ambatte
|
8533240407
|
Add executor to config
|
2022-03-22 11:18:59 +13:00 |
|
G.Ambatte
|
2753005386
|
Add orb to CircleCI config
|
2022-03-22 11:16:16 +13:00 |
|
G.Ambatte
|
9178d061ff
|
Fix config
|
2022-03-22 11:14:41 +13:00 |
|
G.Ambatte
|
934c77cee9
|
Test CircleCI config changes
|
2022-03-22 11:12:52 +13:00 |
|
G.Ambatte
|
2ec2239124
|
Merge branch 'master' into addDividerResetOnWindowResize-#2053
|
2022-03-22 10:31:03 +13:00 |
|
G.Ambatte
|
257262e3cc
|
Allow divider to grow back to original position
|
2022-03-22 10:26:29 +13:00 |
|
dependabot[bot]
|
e85975308f
|
Bump @babel/core from 7.17.7 to 7.17.8
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.7 to 7.17.8.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.8/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-21 03:02:20 +00:00 |
|
Trevor Buckner
|
323ccf3b25
|
Merge pull request #2082 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.7
Bump mongoose from 6.2.6 to 6.2.7
|
2022-03-17 13:35:15 -04:00 |
|
dependabot[bot]
|
be892516d5
|
Bump mongoose from 6.2.6 to 6.2.7
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.2.6 to 6.2.7.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.2.6...6.2.7)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-17 03:01:21 +00:00 |
|
LUCASTUCIOUS
|
a6e956472f
|
Fix #1749 - ToC linking in pdf
|
2022-03-16 11:45:44 +01:00 |
|
Trevor Buckner
|
392ce35efa
|
Merge pull request #2079 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.17.7
Bump @babel/core from 7.17.5 to 7.17.7
|
2022-03-15 21:41:00 -04:00 |
|
dependabot[bot]
|
ef35991a8c
|
Bump @babel/core from 7.17.5 to 7.17.7
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.17.5 to 7.17.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.17.7/packages/babel-core)
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-15 01:26:44 +00:00 |
|
Trevor Buckner
|
1c2992c887
|
Merge pull request #2073 from naturalcrit/dependabot/npm_and_yarn/eslint-8.11.0
Bump eslint from 8.10.0 to 8.11.0
|
2022-03-14 21:25:46 -04:00 |
|
Trevor Buckner
|
1eaeebf2fe
|
Merge pull request #2078 from naturalcrit/dependabot/npm_and_yarn/googleapis-97.0.0
Bump googleapis from 96.0.0 to 97.0.0
|
2022-03-14 21:25:37 -04:00 |
|
Trevor Buckner
|
ffc027a309
|
Merge pull request #2072 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.2.6
Bump mongoose from 6.2.5 to 6.2.6
|
2022-03-14 21:25:25 -04:00 |
|
dependabot[bot]
|
6821d84f9b
|
Bump eslint from 8.10.0 to 8.11.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.10.0...v8.11.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-15 01:03:42 +00:00 |
|
dependabot[bot]
|
dcb25d8a40
|
Bump googleapis from 96.0.0 to 97.0.0
Bumps [googleapis](https://github.com/googleapis/google-api-nodejs-client) from 96.0.0 to 97.0.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases)
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/googleapis-v96.0.0...googleapis-v97.0.0)
---
updated-dependencies:
- dependency-name: googleapis
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-15 01:03:29 +00:00 |
|
Trevor Buckner
|
2f20eeb016
|
Merge pull request #2074 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-react-7.29.4
Bump eslint-plugin-react from 7.29.3 to 7.29.4
|
2022-03-14 21:02:55 -04:00 |
|
dependabot[bot]
|
98e40e2b49
|
Bump eslint-plugin-react from 7.29.3 to 7.29.4
Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.29.3 to 7.29.4.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases)
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.3...v7.29.4)
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-14 03:02:12 +00:00 |
|
dependabot[bot]
|
2d10394690
|
Bump mongoose from 6.2.5 to 6.2.6
Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.2.5 to 6.2.6.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/6.2.5...6.2.6)
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-14 03:01:17 +00:00 |
|
Trevor Buckner
|
ebe76aacf3
|
Merge pull request #2062 from Gazook89/Remove-Reddit-Post-Issue-Title
Remove post title when opening issue on Reddit; add leading questions
|
2022-03-13 01:52:49 -05:00 |
|