G.Ambatte
438cb7f26d
Fix test
2023-06-25 14:41:15 +12:00
G.Ambatte
ffa240f78d
Fix test
2023-06-25 14:39:42 +12:00
G.Ambatte
782aa8e658
Increase ESLint max lines in app.js
2023-06-25 14:23:14 +12:00
G.Ambatte
7efe8964f1
Change throw method, update HBErrors
2023-06-25 14:21:35 +12:00
G.Ambatte
853515e09e
Switch Error gen from spread operator to func
2023-06-25 12:56:22 +12:00
Trevor Buckner
f6c5354ce0
Add support for custom HBErrorCodes
2023-06-24 02:57:03 -04:00
Trevor Buckner
37c88b83f1
Don't redirect/use cookies. Just render page.
2023-06-23 17:24:31 -04:00
Trevor Buckner
2fa1b2bb8b
Break out page rendering into function
2023-06-23 16:29:17 -04:00
G.Ambatte
71c384ee0b
Fix tests
2023-06-20 16:45:36 +12:00
G.Ambatte
ce538ebbfd
Add errorIndex.json
2023-06-20 13:44:41 +12:00
G.Ambatte
9e1d53a30c
Basic ErrorPage functionality
2023-06-19 21:06:38 +12:00
G.Ambatte
79eb4d8a9a
Merge branch 'master' into experimentalNotificationDB
2023-06-10 14:27:49 +12:00
Trevor Buckner
0e1b30eced
Get next page if end of files not reached
2023-05-09 10:44:18 -04:00
Trevor Buckner
0720677824
Merge branch 'master' into pr/2620
2023-04-07 15:15:08 -04:00
Trevor Buckner
eaf7b9c4ef
Change tests from .remove() to deleteOne()
2023-04-04 17:47:25 -04:00
G.Ambatte
dce880610d
Change Model.remove to Model.deleteOne
2023-04-02 20:57:03 +12:00
G.Ambatte
52d5d17561
Merge branch 'master' into experimentalNotificationDB
2023-03-24 07:56:24 +13:00
Trevor Buckner
6431964807
Merge branch 'master' into pr/2658
2023-03-23 12:24:33 -04:00
Trevor Buckner
eaad46b6bc
lint
2023-03-21 16:10:48 -04:00
Trevor Buckner
1ec08bb1fa
Update Mongoose calls to not use callbacks.
2023-03-21 16:06:43 -04:00
Trevor Buckner
cf99bd9004
Fix unit tests
2023-03-14 12:12:21 -04:00
G.Ambatte
0fc3e03e95
Merge branch 'master' into experimentalNotificationDB
2023-03-12 22:30:53 +13:00
G.Ambatte
22e275acd8
Merge branch 'master' into fixAdminPages-#2657
2023-03-12 22:28:02 +13:00
Gazook89
2a8eaa654d
updated package-lock
2023-03-07 21:55:49 -06:00
Gazook89
29f8f3546c
Merge branch 'master' into Language-Attribute
2023-03-07 21:23:23 -06:00
Trevor Buckner
bfccf833b6
Fix variable name conflict bugs
2023-03-07 14:27:33 -05:00
Michiel De Mey
2a9ac9fa47
Defining default auth at the top
2023-03-07 11:05:11 +01:00
Michiel De Mey
a6ed05214a
Updated auth
2023-02-26 14:53:26 +01:00
Michiel De Mey
27ea00e9ce
Trimming Google APIs
2023-02-26 14:34:23 +01:00
G.Ambatte
1fd8648602
Merge branch 'naturalcrit:master' into experimentalNotificationDB
2023-02-19 15:22:19 +13:00
Trevor Buckner
6a8a2f080c
Lint
2023-02-18 13:48:32 -05:00
Trevor Buckner
298a10bc42
Clean up tests
2023-02-18 13:48:02 -05:00
G.Ambatte
1fb7fe2487
Add markModified mock function to test spec
2023-02-17 17:43:21 +13:00
G.Ambatte
e751f9a25c
Remove mocking function from homebrew.api.js
2023-02-17 17:42:56 +13:00
G.Ambatte
41db670e63
Add mock markModified when it does not exist
2023-02-17 16:14:33 +13:00
G.Ambatte
4b98c1ac89
Add markModified to fix authors array in DB
2023-02-17 11:26:11 +13:00
G.Ambatte
66e10f3b4e
Merge branch 'master' into experimentalNotificationDB
2023-02-14 13:00:02 +13:00
G.Ambatte
4a695eda87
Fix outdated method in Admin API
2023-02-03 19:28:20 +13:00
Trevor Buckner
4260f5197c
Update specs to expect a views prop from default brew
2023-01-30 17:15:33 -05:00
Trevor Buckner
f628e1a5ae
Use DEFAULT_BREW values instead of setting them here
2023-01-30 17:08:19 -05:00
Victor Losada Hernandez
541109e7b1
fix created, updated published last viewed
2023-01-28 11:47:26 +01:00
Charlie Humphreys
4ae751bf70
Merge branch 'master' into content-negotiation-middleware
2023-01-25 23:01:31 -06:00
Charlie Humphreys
b77c70054a
adjust content-negotiation middleware to elvis on the accept header
2023-01-25 23:00:05 -06:00
Trevor Buckner
0a9a5909d1
Merge pull request #2589 from jeddai/client-server-version-mismatch-middleware
...
adjust frontend error handling, add client/server mismatch middleware
2023-01-23 15:40:48 -05:00
G.Ambatte
da0372e44c
WIP commit
2023-01-23 15:18:50 +13:00
Victor Losada Hernandez
0f88a13635
Merge branch 'master' of hb into Cloning-views-fix
2023-01-22 22:11:23 +01:00
Victor Losada Hernandez
e8c7d38608
setting view count to 0
2023-01-22 21:57:14 +01:00
Trevor Buckner
6020657529
Ensure getBrew returns an object if undefined
2023-01-22 21:57:14 +01:00
Trevor Buckner
a8c35f3967
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-22 21:57:13 +01:00
Trevor Buckner
62fa8f511a
Only fix stub if we actually found one.
2023-01-22 21:57:13 +01:00