Conversation
Contributor
|
Sounds good! |
|
@drew-gross updated the pull request. |
Current coverage is
|
|
Sorry to post here if the answer is elsewhere. I would like to enable logs for my server but I can't see how to do it : http://serverfault.com/questions/787428/how-to-view-parse-server-logs-in-parse-dashboard |
jeveloper
added a commit
to jeveloper/parse-server
that referenced
this pull request
May 6, 2017
Updated mongodb-core to 2.1.10 NODE-981 delegate auth to replset/mongos if inTopology is set. NODE-978 Wrap connection.end in try/catch for node 0.10.x issue causing exceptions to be thrown, Also surfaced getConnection for mongos and replset. Remove dynamic require (Issue parse-community#175, https://github.com/tellnes). NODE-696 Handle interrupted error for createIndexes. Fixed isse when user is executing find command using Server.command and it get interpreted as a wire protcol message, parse-community#172. NODE-966 promoteValues not being promoted correctly to getMore. Merged in fix for flushing out monitoring operations. NODE-983 Add cursorId to aggregate and listCollections commands (Issue, parse-community#1510). Mark group and profilingInfo as deprecated methods NODE-956 DOCS Examples. Update readable-stream to version 2.2.7. NODE-978 Added test case to uncover connection.end issue for node 0.10.x. NODE-972 Fix(db): don't remove database name if collectionName == dbName (Issue, parse-community#1502) Fixed merging of writeConcerns on db.collection method. NODE-970 mix in readPreference for strict mode listCollections callback. NODE-966 added testcase for promoteValues being applied to getMore commands. NODE-962 Merge in ignoreUndefined from collection level for find/findOne. Remove multi option from updateMany tests/docs (Issue parse-community#1499, https://github.com/spratt). NODE-963 Correctly handle cursor.count when using APM.
flovilmart
pushed a commit
that referenced
this pull request
May 6, 2017
Updated mongodb-core to 2.1.10 NODE-981 delegate auth to replset/mongos if inTopology is set. NODE-978 Wrap connection.end in try/catch for node 0.10.x issue causing exceptions to be thrown, Also surfaced getConnection for mongos and replset. Remove dynamic require (Issue #175, https://github.com/tellnes). NODE-696 Handle interrupted error for createIndexes. Fixed isse when user is executing find command using Server.command and it get interpreted as a wire protcol message, #172. NODE-966 promoteValues not being promoted correctly to getMore. Merged in fix for flushing out monitoring operations. NODE-983 Add cursorId to aggregate and listCollections commands (Issue, #1510). Mark group and profilingInfo as deprecated methods NODE-956 DOCS Examples. Update readable-stream to version 2.2.7. NODE-978 Added test case to uncover connection.end issue for node 0.10.x. NODE-972 Fix(db): don't remove database name if collectionName == dbName (Issue, #1502) Fixed merging of writeConcerns on db.collection method. NODE-970 mix in readPreference for strict mode listCollections callback. NODE-966 added testcase for promoteValues being applied to getMore commands. NODE-962 Merge in ignoreUndefined from collection level for find/findOne. Remove multi option from updateMany tests/docs (Issue #1499, https://github.com/spratt). NODE-963 Correctly handle cursor.count when using APM.
This was referenced Jul 24, 2022
This file contains hidden or 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
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.
This will allow you to view your logs in the dashboard. I haven't tested it extraordinarily well but it makes that dashboard work and given that we can pretty much change logs as much as we want I think we can fix bugs later.