Brian Gough
|
cb109a27a6
|
allow PackWorker to shut down cleanly
|
2016-01-06 09:43:10 +00:00 |
|
Brian Gough
|
ffe30962c9
|
add a close() method to LockManager to allow clean shutdown
|
2016-01-06 09:34:39 +00:00 |
|
Brian Gough
|
05163837cb
|
add sentry error reporting to PackWorker
|
2016-01-05 16:00:52 +00:00 |
|
Brian Gough
|
ee8931bc34
|
log the request to sentry when an error occurs
|
2016-01-05 15:41:06 +00:00 |
|
Brian Gough
|
2e21da050c
|
add logging of request parameters to sentry
|
2016-01-05 13:34:50 +00:00 |
|
Brian Gough
|
bad923e073
|
fix acceptance tests for mongojs 1.x driver
|
2016-01-05 12:10:57 +00:00 |
|
Brian Gough
|
6754bdca1c
|
log timestamp in human-readable form for inconsistent ops
|
2016-01-05 11:30:24 +00:00 |
|
Brian Gough
|
e1aa436286
|
respect mongo bulk operations limit of 1000 operations
|
2016-01-05 11:13:13 +00:00 |
|
Henry Oswald
|
c9c9cd89f2
|
Merge pull request #28 from mattcollier/patch-1
Correct typo.
|
2016-01-04 13:11:13 +00:00 |
|
Henry Oswald
|
d202538504
|
added ng-cloak to successful subscription page
|
2016-01-04 12:22:31 +00:00 |
|
Henry Oswald
|
a181905ab8
|
removed console.log
|
2016-01-04 11:42:54 +00:00 |
|
Henry Oswald
|
5f66dbebf4
|
2015 -> 2016
|
2016-01-04 11:12:10 +00:00 |
|
Shane Kilkelly
|
77333c923b
|
Merge branch 'master' into sk-references-ac
|
2016-01-04 09:37:10 +00:00 |
|
Winston Li
|
850cbcf0c6
|
Merge bug fixes with oauth2 skipping
|
2016-01-04 04:34:26 +00:00 |
|
Winston Li
|
53d3033b5c
|
Implement auth skipping on non-protected projects
|
2016-01-04 04:14:50 +00:00 |
|
Winston Li
|
a9a74890d2
|
Delete stuff that should be gitignored
|
2016-01-04 02:53:40 +00:00 |
|
Shane Kilkelly
|
a63028bad3
|
Test the ReferencesSearchHandler
|
2015-12-31 10:28:19 +00:00 |
|
Shane Kilkelly
|
9280dd240b
|
Test getKeys.
|
2015-12-31 09:39:48 +00:00 |
|
Shane Kilkelly
|
d9ca9fc06d
|
Fix comically long lines.
|
2015-12-31 09:22:35 +00:00 |
|
Shane Kilkelly
|
877ea1d376
|
Test remaining failure cases.
|
2015-12-30 16:20:14 +00:00 |
|
Shane Kilkelly
|
ffb149b923
|
Test failure conditions.
|
2015-12-30 16:15:31 +00:00 |
|
Shane Kilkelly
|
5d80ce9ca5
|
More tests.
|
2015-12-30 15:24:57 +00:00 |
|
Shane Kilkelly
|
86d69f3275
|
Start testing ReferencesSearch.
|
2015-12-30 15:08:12 +00:00 |
|
Shane Kilkelly
|
3bd52f4aaf
|
Better matching against keys.
Allows for successive matching as you type.
|
2015-12-30 11:27:58 +00:00 |
|
Shane Kilkelly
|
7aa8f3a5da
|
autocomplete the cite{key part.
|
2015-12-30 11:11:30 +00:00 |
|
Shane Kilkelly
|
b0f3d9e6f4
|
load the keys if the command is a 'cite'
|
2015-12-29 15:48:42 +00:00 |
|
Shane Kilkelly
|
e94863d026
|
Get reference keys when project loads.
|
2015-12-29 13:30:57 +00:00 |
|
Shane Kilkelly
|
a48abcab0b
|
load references keys for autocomplete.
|
2015-12-29 11:02:59 +00:00 |
|
mattcollier
|
2e779f0ed7
|
Correct typo.
|
2015-12-28 16:27:46 -05:00 |
|
Brian Gough
|
bb7153c6c1
|
workaround for mongojs db.close issue
https://github.com/mafintosh/mongojs/issues/224
|
2015-12-22 15:36:15 +00:00 |
|
Brian Gough
|
d3583b4ef6
|
respect limit of 1000 ops in bulk operation with mongojs 1.x
|
2015-12-22 14:38:04 +00:00 |
|
Brian Gough
|
c7b4062412
|
remove unsupported options argument in count() method of mongojs 1.x
|
2015-12-22 14:20:34 +00:00 |
|
Brian Gough
|
d49997d9f3
|
fix usage of BSON module
|
2015-12-21 16:56:49 +00:00 |
|
Brian Gough
|
b7de6f2f71
|
don't try to compress updates across point of broken history
|
2015-12-21 13:52:26 +00:00 |
|
Henry Oswald
|
134e733b01
|
change succesful subscription message
|
2015-12-21 10:31:22 +00:00 |
|
Shane Kilkelly
|
bd0f1c0e29
|
keep the references keys.
|
2015-12-18 16:20:58 +00:00 |
|
Shane Kilkelly
|
4d46804b9f
|
Remove debug prints.
|
2015-12-18 16:12:55 +00:00 |
|
Shane Kilkelly
|
8c9c476dd7
|
Fetch the list of keys from references index.
|
2015-12-18 16:00:24 +00:00 |
|
Shane Kilkelly
|
c9db11edbe
|
Change to using project_id rather than user_id in references index.
|
2015-12-18 14:57:36 +00:00 |
|
Shane Kilkelly
|
e684968a59
|
Add ability to request the doc as plain text, rather than a json object.
This makes it much easier to stream-parse the document.
|
2015-12-18 13:36:25 +00:00 |
|
Brian Gough
|
4a6374efe8
|
fix read order when retrieving diffs
|
2015-12-18 12:38:42 +00:00 |
|
Brian Gough
|
fd70f23e5c
|
updated version to 1.2.1
|
2015-12-18 10:58:03 +00:00 |
|
Brian Gough
|
911883a566
|
upgrade logger-sharelatex
|
2015-12-18 10:38:12 +00:00 |
|
Brian Gough
|
1b70e08f82
|
reinstate the chaosmonkey
|
2015-12-18 09:55:24 +00:00 |
|
Brian Gough
|
06662f869f
|
capture id's as tags, and pass attributes to sentry
|
2015-12-17 16:41:32 +00:00 |
|
Brian Gough
|
9f69c95192
|
Merge branch 'upgrade-mongojs'
|
2015-12-17 16:31:04 +00:00 |
|
Brian Gough
|
4a82dfe618
|
add setting trackchanges.continueOnError to allow recovery from missing ops
|
2015-12-17 16:28:02 +00:00 |
|
Shane Kilkelly
|
1ea13a74dd
|
Refresh the references when the bib file is closed.
|
2015-12-17 15:13:02 +00:00 |
|
Brian Gough
|
b84a9e6e91
|
upgrade mongojs
|
2015-12-17 14:11:44 +00:00 |
|
Shane Kilkelly
|
249dd638ec
|
experimental: update references index from fronted.
|
2015-12-17 11:51:14 +00:00 |
|