G.Ambatte
055773b1c3
Merge branch 'master' into experimentalWinChocolateyInstall
2023-01-23 22:50:30 +13:00
G.Ambatte
c3936d28d9
Add README.WINDOWS.md
2023-01-23 22:50:01 +13:00
G.Ambatte
607a66a8f0
Fix typo
2023-01-23 22:35:35 +13:00
G.Ambatte
658aee8806
Fix titles
2023-01-23 22:31:04 +13:00
G.Ambatte
c60be5d24b
Add colors to Script titles
2023-01-23 22:14:03 +13:00
G.Ambatte
3d5a8b5627
Reduced to a single install file
2023-01-23 21:46:08 +13:00
G.Ambatte
d11508886b
Add final notes to each install part
2023-01-23 21:13:40 +13:00
G.Ambatte
4bb64a535f
Split install script into two parts
2023-01-23 21:00:00 +13:00
G.Ambatte
c956100416
Improve commenting in script
2023-01-23 18:16:06 +13:00
G.Ambatte
458d104866
Fix typo
2023-01-23 18:13:55 +13:00
G.Ambatte
029230e075
Initial commit
2023-01-23 15:33:00 +13:00
Trevor Buckner
1704ef6557
Merge pull request #2610 from naturalcrit/dependabot/npm_and_yarn/eslint-plugin-react-7.32.1
...
Bump eslint-plugin-react from 7.31.11 to 7.32.1
2023-01-22 12:30:28 -05:00
Trevor Buckner
637b3311d6
Merge pull request #2612 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.8.4
...
Bump mongoose from 6.8.3 to 6.8.4
2023-01-22 12:30:09 -05:00
Trevor Buckner
4b8c34bcbd
Merge pull request #2608 from naturalcrit/dependabot/npm_and_yarn/marked-4.2.12
...
Bump marked from 4.2.5 to 4.2.12
2023-01-22 12:29:50 -05:00
Trevor Buckner
c997908a49
Merge pull request #2621 from jeddai/adjust-coverage-thresholds
...
lower coverage thresholds for api
2023-01-21 11:11:31 -05:00
Charlie Humphreys
bd594fa214
lower coverage thresholds for api
2023-01-21 09:22:58 -06:00
Trevor Buckner
ea04069fe5
Merge pull request #2618 from naturalcrit/FixGoogleBrewsDuplicatingOnStub
...
Fix Google Drive brews duplicating
2023-01-20 17:25:47 -05:00
Trevor Buckner
2c3a302c85
Merge branch 'master' into FixGoogleBrewsDuplicatingOnStub
2023-01-20 17:25:07 -05:00
Trevor Buckner
89d9bfe1f1
Merge pull request #2606 from G-Ambatte/addThemesToWatchList-#2605
...
[LOCAL] Add Themes directory to watch list
2023-01-20 17:21:15 -05:00
Trevor Buckner
c9241e2162
Fix Google Drive brews duplicating
2023-01-20 17:19:02 -05:00
dependabot[bot]
187738ee11
Bump mongoose from 6.8.3 to 6.8.4
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.3 to 6.8.4.
- [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.8.3...6.8.4 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-18 03:01:47 +00:00
dependabot[bot]
68d3724e50
Bump eslint-plugin-react from 7.31.11 to 7.32.1
...
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react ) from 7.31.11 to 7.32.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases )
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.11...v7.32.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-react
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-17 03:00:45 +00:00
dependabot[bot]
8526faa041
Bump marked from 4.2.5 to 4.2.12
...
Bumps [marked](https://github.com/markedjs/marked ) from 4.2.5 to 4.2.12.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v4.2.5...v4.2.12 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-16 03:01:52 +00:00
G.Ambatte
ac9fbb1f08
Move changes from 3.6.1 to 3.6.0
2023-01-15 18:24:23 +13:00
G.Ambatte
e82da3a6c1
Add buildDev to NPM scripts
2023-01-15 18:19:23 +13:00
G.Ambatte
40e36fd875
Fix minor version number
2023-01-15 17:26:56 +13:00
G.Ambatte
3c86984cf1
Add change to changelog
2023-01-15 14:13:25 +13:00
G.Ambatte
50d172bbd5
Add Themes directory to watch list
2023-01-15 14:11:33 +13:00
Trevor Buckner
da676c6ec1
Ensure getBrew returns an object if undefined
2023-01-12 13:33:55 -05:00
Trevor Buckner
901615d99e
Remove extra console log for getGoogleBrew
...
App.js already logs the thrown error, so we were getting double logs (and Google errors are long....). This should make the logs a bit easier to sift through.
2023-01-10 21:08:21 -05:00
Trevor Buckner
6ed52f37cc
Only fix stub if we actually found one.
2023-01-09 17:30:49 -05:00
Trevor Buckner
15e5a31767
If no stub exists, start stub as {}, not undefined
...
Recent changes to handle bad brew properties (tags as strings, no renderer, etc.) didn't account for the case where an old Google brew is first being stubbed; since no stub exists, there is no object to perform the corrections on, and we crash.
2023-01-09 14:53:35 -05:00
Trevor Buckner
8cbab4d4ce
Fix saving issue when tags do not exist
...
Rare case where tags don't exist at all; gets confused in the step of converting tag strings to arrays
2023-01-09 14:12:57 -05:00
Trevor Buckner
a9c28e84d0
Enable brew version mismatch checking on server
...
Was commented out previously to allow users time to update client code so the proper error displays
2023-01-09 10:30:07 -05:00
Trevor Buckner
bafabb84b4
Merge pull request #2591 from naturalcrit/dependabot/npm_and_yarn/mongoose-6.8.3
...
Bump mongoose from 6.8.2 to 6.8.3
2023-01-09 10:26:36 -05:00
dependabot[bot]
f5d592a291
Bump mongoose from 6.8.2 to 6.8.3
...
Bumps [mongoose](https://github.com/Automattic/mongoose ) from 6.8.2 to 6.8.3.
- [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.8.2...6.8.3 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-01-09 03:00:50 +00:00
Trevor Buckner
18f277182a
Merge pull request #2588 from naturalcrit/dependabot/npm_and_yarn/babel/core-7.20.12
...
Bump @babel/core from 7.20.7 to 7.20.12
2023-01-06 13:08:12 -05:00
Trevor Buckner
344a9d8334
Merge pull request #2548 from jeddai/api-tests
...
Add api tests
2023-01-06 13:07:54 -05:00
Charlie Humphreys
67a76f9d86
adjust circleci command for API unit tests
2023-01-06 11:53:38 -06:00
Charlie Humphreys
93d6d1ac6a
add unit test command
2023-01-06 11:48:00 -06:00
Charlie Humphreys
4b3edf053f
add coverage thresholds and coverage command
2023-01-05 23:30:20 -06:00
Charlie Humphreys
0720ac6a15
update changelog
2023-01-05 23:29:58 -06:00
Charlie Humphreys
c0b9cd951e
update circleci test config to run test coverage
2023-01-05 23:29:43 -06:00
Charlie Humphreys
a54ebabf53
fix tests after merge from master
2023-01-05 23:10:25 -06:00
Charlie Humphreys
676acb9e5a
Merge branch 'master' into api-tests
2023-01-05 23:02:43 -06:00
Charlie Humphreys
387c468d84
add tests for deletion and address PR feedback
2023-01-05 22:56:54 -06:00
dependabot[bot]
64e7fe3422
Bump @babel/core from 7.20.7 to 7.20.12
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.20.7 to 7.20.12.
- [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.20.12/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 >
2023-01-05 03:01:25 +00:00
Trevor Buckner
2b1466c51b
Merge pull request #2587 from naturalcrit/FixThemesOnPrint
...
Fix Themes on /print
2023-01-04 21:41:15 -05:00
Trevor Buckner
332bcde4b2
Themes weren't being picked up for rendering
2023-01-04 21:39:51 -05:00
Trevor Buckner
db783179ce
Merge pull request #2429 from G-Ambatte/fixThemesDefault
...
Add default brew on load and before save
2023-01-04 21:36:37 -05:00