Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Collections by Models #822

Merged
merged 51 commits into from
Sep 22, 2015
Merged

Replace Collections by Models #822

merged 51 commits into from
Sep 22, 2015

Conversation

rodrigok
Copy link
Member

  • Meteor.users.findOne
  • Meteor.users.find
  • Meteor.users.insert
  • Meteor.users.update
  • Meteor.users.upsert
  • Meteor.users.remove
  • Meteor.users.indexes

  • ChatSubscription.findOne
  • ChatSubscription.find
  • ChatSubscription.insert
  • ChatSubscription.update
  • ChatSubscription.upsert
  • ChatSubscription.remove
  • ChatSubscription.indexes

  • ChatRoom.findOne
  • ChatRoom.find
  • ChatRoom.insert
  • ChatRoom.update
  • ChatRoom.upsert
  • ChatRoom.remove
  • ChatRoom.indexes

  • ChatMessage.findOne
  • ChatMessage.find
  • ChatMessage.insert
  • ChatMessage.update
  • ChatMessage.upsert
  • ChatMessage.remove
  • ChatMessage.indexes

  • MapReducedStatistics.findOne
  • MapReducedStatistics.find
  • MapReducedStatistics.insert
  • MapReducedStatistics.update
  • MapReducedStatistics.upsert
  • MapReducedStatistics.remove
  • MapReducedStatistics.indexes

  • ChatReports.findOne
  • ChatReports.find
  • ChatReports.insert
  • ChatReports.update
  • ChatReports.upsert
  • ChatReports.remove
  • ChatReports.indexes

  • ChatPermissions.findOne
  • ChatPermissions.find
  • ChatPermissions.insert
  • ChatPermissions.update
  • ChatPermissions.upsert
  • ChatPermissions.remove
  • ChatPermissions.indexes

  • Settings.findOne
  • Settings.find
  • Settings.insert
  • Settings.update
  • Settings.upsert
  • Settings.remove
  • Settings.indexes

  • OEmbed.findOne
  • OEmbed.find
  • OEmbed.insert
  • OEmbed.update
  • OEmbed.upsert
  • OEmbed.remove
  • OEmbed.indexes

  • Statistics.findOne
  • Statistics.find
  • Statistics.insert
  • Statistics.update
  • Statistics.upsert
  • Statistics.remove
  • Statistics.indexes

# Conflicts:
#	server/lib/accounts.coffee
#	server/methods/deleteMessage.coffee
#	server/methods/deleteUser.coffee
#	server/methods/eraseRoom.coffee
#	server/methods/setUserActiveStatus.coffee
#	server/methods/updateMessage.coffee
#	server/publications/adminRooms.coffee
#	server/publications/fullUserData.coffee
#	server/publications/userChannels.coffee
#	server/startup/initialData.coffee
@rodrigok rodrigok changed the title Init Models (replace all Meteor.users.[find]) Init Models (replace all Meteor.users.[find,update,insert,remove]) Sep 16, 2015
@rodrigok rodrigok changed the title Init Models (replace all Meteor.users.[find,update,insert,remove]) Init Models (replace all operations with Meteor.users at server side) Sep 16, 2015
@rodrigok rodrigok self-assigned this Sep 17, 2015
@rodrigok rodrigok added this to the v1.1 milestone Sep 17, 2015
@rodrigok rodrigok changed the title Init Models (replace all operations with Meteor.users at server side) Replace Collections by Models Sep 22, 2015
# Conflicts:
#	packages/rocketchat-lib/settings/server/publication.coffee
rodrigok added a commit that referenced this pull request Sep 22, 2015
Replace Collections by Models
@rodrigok rodrigok merged commit 0e5e767 into master Sep 22, 2015
@rodrigok rodrigok deleted the models branch September 22, 2015 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants