-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
rodrigok
commented
Sep 16, 2015
- 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
changed the title
Init Models (replace all Meteor.users.[find])
Init Models (replace all Meteor.users.[find,update,insert,remove])
Sep 16, 2015
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
# Conflicts: # client/views/app/messagePopupConfig.coffee # server/lib/accounts.coffee
# Conflicts: # server/lib/cordova.coffee # server/methods/unarchiveRoom.coffee
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
Scarvis
added a commit
to sibdigital/rgrt
that referenced
this pull request
Nov 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.