Skip to content

Commit

Permalink
Merge pull request #67 from TaturanaMobi/hotfix/update-meteor
Browse files Browse the repository at this point in the history
chore(devops): Update meteor to 1.10.1 and fix security warnings;
  • Loading branch information
lpirola authored Apr 15, 2020
2 parents c107a35 + 1e1445c commit fc4393d
Show file tree
Hide file tree
Showing 6 changed files with 1,273 additions and 448 deletions.
10 changes: 5 additions & 5 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# but you can also edit it by hand.

[email protected] # Packages every Meteor app needs to have
mobile-experience@1.0.5 # Packages for a great mobile UX
mongo@1.8.0 # The database Meteor supports right now
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.9.0 # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Meteor's client-side reactive programming library
Expand All @@ -15,11 +15,11 @@ [email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers
[email protected] # Enable ECMAScript2015+ syntax in app code
shell-server@0.4.0 # Server-side component of the `meteor shell` command
shell-server@0.5.0 # Server-side component of the `meteor shell` command

udondan:slick
meteorhacks:ssr
accounts-password@1.5.2
accounts-password@1.6.0

dburles:factory
xolvio:cleaner
Expand All @@ -35,7 +35,7 @@ mrt:moment-timezone

fourseven:scss
[email protected]
random@1.1.0
random@1.2.0
iron:router
mrt:flash-messages
aslagle:reactive-table
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
METEOR@1.9.2
METEOR@1.10.1
44 changes: 22 additions & 22 deletions .meteor/versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
accounts-base@1.5.0
accounts-password@1.5.3
accounts-base@1.6.0
accounts-password@1.6.0
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
Expand All @@ -11,15 +11,15 @@ anback:[email protected]
anti:[email protected]
aslagle:[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
boilerplate-generator@1.6.0
[email protected].1
boilerplate-generator@1.7.0
[email protected].2
[email protected]
[email protected]
[email protected]
Expand All @@ -33,8 +33,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
Expand All @@ -49,7 +49,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
iron:[email protected]
iron:[email protected]
iron:[email protected]
Expand All @@ -60,7 +60,7 @@ iron:[email protected]
iron:[email protected]
[email protected]
lai:[email protected]_1
launch-screen@1.1.1
launch-screen@1.2.0
[email protected]
lmieulet:[email protected]
[email protected]
Expand All @@ -69,19 +69,19 @@ matb33:[email protected]
[email protected]
[email protected]
meteorhacks:[email protected]
meteortesting:[email protected].2
meteortesting:[email protected].4
meteortesting:[email protected].3
meteortesting:[email protected].5
meteortesting:[email protected]
[email protected]
[email protected]
minimongo@1.4.5
mobile-experience@1.0.5
mobile-status-bar@1.0.14
minimongo@1.5.0
mobile-experience@1.1.0
mobile-status-bar@1.1.0
[email protected]
[email protected]
[email protected]
momentjs:[email protected]
mongo@1.8.1
mongo@1.9.1
[email protected]
[email protected]
[email protected]
Expand All @@ -92,17 +92,17 @@ mrt:[email protected]
mrt:[email protected]
natestrauser:[email protected]
[email protected]
npm-mongo@3.3.0
npm-mongo@3.7.0
[email protected]
okgrow:[email protected]
[email protected]
ostrio:autoform-files@2.2.0
ostrio:cookies@2.5.0
ostrio:files@1.13.0
ostrio:autoform-files@2.3.0
ostrio:cookies@2.6.0
ostrio:files@1.14.0
percolate:[email protected]
[email protected]
raix:[email protected]
random@1.1.0
random@1.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -112,7 +112,7 @@ [email protected]
rzymek:[email protected]
[email protected]
[email protected]
shell-server@0.4.0
shell-server@0.5.0
[email protected]
[email protected]
[email protected]
Expand All @@ -130,6 +130,6 @@ udondan:[email protected]_1
[email protected]
[email protected]
[email protected]
webapp@1.8.2
webapp@1.9.1
[email protected]
xolvio:[email protected]
6 changes: 3 additions & 3 deletions imports/startup/server/processScreenings.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const processScreenings = {
processConfirmada(s) {
// Confirmada - Sessão agendada com 10 dias ou mais de antecedência,
// enviar e-mail 1 dias antes da sessão send_the_movie_3
console.log('processScreenings.isGreaterThan10days(s.date, s.created_at)', processScreenings.isGreaterThan10days(s.date, s.created_at), s.date, s.created_at);
// console.log('processScreenings.isGreaterThan10days(s.date, s.created_at)', processScreenings.isGreaterThan10days(s.date, s.created_at), s.date, s.created_at);
if (processScreenings.isLowerThan3days(s.date, s.created_at)) {
if (processScreenings.is1dayBefore(s.date)) {
processScreenings.createNotification(s, 'send_the_movie_3');
Expand All @@ -136,11 +136,11 @@ const processScreenings = {
// enviar e-mail 7 dias antes da sessão send_the_movie_10
} else if (processScreenings.isGreaterThan10days(s.date, s.created_at)) {
// enviar e-mail no dia 10 screening_date
console.log('processScreenings.isAt10thDayBefore(s.date)', processScreenings.isAt10thDayBefore(s.date));
// console.log('processScreenings.isAt10thDayBefore(s.date)', processScreenings.isAt10thDayBefore(s.date));
if (processScreenings.isAt10thDayBefore(s.date)) {
processScreenings.createNotification(s, 'confirm_screening_date');
}
console.log('processScreenings.is7daysBefore(s.date)', processScreenings.is7daysBefore(s.date));
// console.log('processScreenings.is7daysBefore(s.date)', processScreenings.is7daysBefore(s.date));
if (processScreenings.is7daysBefore(s.date)) {
processScreenings.createNotification(s, 'send_the_movie_10');
}
Expand Down
Loading

0 comments on commit fc4393d

Please sign in to comment.