Commit graph

70 commits

Author SHA1 Message Date
Tim Alby
8ba667fd20 decaffeinate: add eslint and prettier packages 2020-01-13 20:04:02 +01:00
Tim Alby
f82f4cac46 decaffeinate: update .gitignore 2020-01-13 20:04:02 +01:00
Tim Alby
d2ed80a1fb decaffeinate: update build scripts to es 2020-01-13 20:04:02 +01:00
Tim Alby
ce80f99487 update build scripts to 1.3.1
This also completes the Node version update.
2020-01-13 19:20:38 +01:00
Simon Detheridge
70f5c71864 Handle duplicate-notification race condition when using forceCreate 2019-11-28 16:40:14 +00:00
Shane Kilkelly
ab9689bd54 Upgrade to node 10, and migrate to package-lock.json 2019-09-30 10:48:36 +01:00
Shane Kilkelly
429c593cdf update logger and metrics 2019-06-21 10:06:02 +01:00
Jakob Ackermann
5a2e9f5088 [misc] Add a copy the the GNU Affero General Public License v3.0
Signed-off-by: Jakob Ackermann <das7pad@outlook.com>
2019-05-09 13:36:04 +02:00
John Lees-Miller
e9e7f23686 Add missing license statement 2019-05-09 12:03:27 +01:00
Timothée Alby
eff364d451 update Git URL in Jenkinsfile 2019-05-07 18:43:08 +02:00
Timothée Alby
a332c6a8b9 Update README.md 2019-05-07 17:23:20 +02:00
Henry Oswald
10f71a6a9d bump build scripts and move to npm modules 2019-01-31 16:13:21 +00:00
Christopher Hoskin
3f21d32808 Add **/*.map to .gitignore 2019-01-09 15:27:14 +00:00
Christopher Hoskin
4c92bead42 Remove grunt 2019-01-09 15:22:57 +00:00
Christopher Hoskin
b9fe57757e Bump build script to v1.1.10 2019-01-09 15:22:17 +00:00
Christopher Hoskin
8a046ddf20 Adapt for metrics v2 2019-01-09 15:20:36 +00:00
Christopher Hoskin
f2230d6f27 Bump metrics to v2.0.12, logger to v1.5.9 and settings to v1.1.0, fixup shrinkwrap 2019-01-09 15:18:15 +00:00
Henry Oswald
d3b37145b9 update mocha 2018-10-03 13:53:36 +01:00
Henry Oswald
3796fce483 update settings to allow mongo host and remove unused health check
userid
2018-10-03 13:47:20 +01:00
Henry Oswald
2a85b54dad update build scripts 2018-10-03 13:46:00 +01:00
Henry Oswald
9058cc668a update build scripts to 1.1.3 with docker file 2018-05-23 14:08:34 +01:00
Shane Kilkelly
d79d255c7c change to node6 2018-04-26 11:16:46 +01:00
Shane Kilkelly
7bab021389 Upgrade to Node 8 2018-04-23 13:55:36 +01:00
James Allen
8e51bf95f1 Add coffee-script to shrink wrap 2018-01-10 12:10:44 +00:00
James Allen
b543031454 Provide hosts as environment settings and add npm run start script 2017-12-29 08:15:08 +00:00
Joe Green
4eee69b2d0 Update Jenkinsfile 2017-10-16 14:11:08 +01:00
Joe Green
4fedea455b only alert on master 2017-10-12 16:58:58 +01:00
Joe Green
7bcbe33ddc added build.txt 2017-09-04 14:51:30 +01:00
Joe Green
c164e6361e Create Jenkinsfile 2017-08-11 14:11:30 +01:00
Shane Kilkelly
b616498ea3 upgrade to metrics 1.7.1, with uv-threadpool fix 2017-03-23 15:34:33 +00:00
Shane Kilkelly
c885815094 Update shrinkwrap 2017-03-23 10:36:44 +00:00
Shane Kilkelly
7d06f52890 Update metrics version to 1.7.0 2017-03-21 13:50:36 +00:00
Shane Kilkelly
5f0bf16c75 update to new metrics api 2017-03-17 15:54:15 +00:00
Shane Kilkelly
e67c546254 Upgrade metrics 2017-03-17 09:47:45 +00:00
Shane Kilkelly
c9a9ab93ec Delete the notification being replaced when forceCreate.
Prevent growth of the collection with stale documents when users
resend project invites
2016-08-17 14:10:36 +01:00
Henry Oswald
264ff806fc change override to forceCreate 2016-08-17 11:05:29 +01:00
Henry Oswald
7280262f92 add the option to override exisiting notification 2016-08-17 10:52:35 +01:00
Shane Kilkelly
0d9e0000ae add npm shrinkwrap 2016-08-15 11:41:00 +01:00
Shane Kilkelly
cfbd917eef Fix tests 2016-08-15 09:50:59 +01:00
Shane Kilkelly
bea4197732 return an error if expires is not a valid date. 2016-08-15 08:54:45 +01:00
Shane Kilkelly
88f5f29982 Change how notification expiry works
Set the `expires` field to be a date in the future, after which the
document should be removed.
2016-08-12 11:38:17 +01:00
Shane Kilkelly
5cb7e3dc03 Remove redundant /notification path component 2016-08-12 09:56:16 +01:00
Shane Kilkelly
0a5430468c Alter how the notification doc is built 2016-08-12 09:54:08 +01:00
Shane Kilkelly
7bb6e6e18c Merge branch 'master' into pr-remove-by-key
# Conflicts:
#	test/unit/coffee/NotificationsTests.coffee
2016-08-12 09:43:38 +01:00
Shane Kilkelly
5fe04903ef Merge branch 'master' of github.com:sharelatex/notifications-sharelatex 2016-08-12 09:31:16 +01:00
Shane Kilkelly
a17040f00f Add commentary on ttl index 2016-08-11 12:03:50 +01:00
Shane Kilkelly
05e390ef89 Add an optional expiry to notifications. 2016-08-11 11:05:11 +01:00
Shane Kilkelly
fc78bfe86c Add an endpoint to remove a notification by its key alone 2016-08-11 10:01:21 +01:00
Shane Kilkelly
197ee9f4d9 add a .nvmrc file 2016-08-10 15:27:40 +01:00
Henry Oswald
5360bcae77 fix unit tests 2016-08-05 15:10:13 +01:00