mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[PR #10] [MERGED] Socket.io v0.8 #227
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NarrativeScience-old/log.io/pull/10
Author: @msmathers
Created: 9/23/2011
Status: ✅ Merged
Merged: 9/23/2011
Merged by: @msmathers
Base:
master← Head:socket.io_v0.8📝 Commits (5)
4f3094cUpgrades harvester, server, and client components to socket.io v0.8.x.4631c34Updated all unit tests for socket.io v0.8 updates87409e5Readme, configure, package.json updates, adds version history7f529e3Readme, configure, package.json updates, adds version historyf60f7e4Fixed socket.io version check in configure📊 Changes
22 files changed (+474 additions, -452 deletions)
View changed files
➕
History.md(+17 -0)📝
README.md(+3 -3)📝
bin/configure.js(+15 -34)📝
lib/client/js/history.js(+1 -2)📝
lib/client/js/log_file.js(+2 -4)📝
lib/client/js/web_client.js(+36 -40)📝
lib/harvester/log_file.js(+3 -6)📝
lib/harvester/log_harvester.js(+41 -33)📝
lib/server/log_file.js(+16 -23)📝
lib/server/log_server.js(+37 -54)📝
lib/server/node.js(+26 -23)📝
lib/server/web_client.js(+31 -20)📝
package.json(+5 -5)📝
tests/client/history_test.js(+4 -5)📝
tests/client/log_file_test.js(+8 -10)📝
tests/client/web_client_test.js(+24 -29)📝
tests/harvester/log_file_test.js(+8 -11)📝
tests/harvester/log_harvester_test.js(+27 -34)📝
tests/server/log_file_test.js(+72 -49)📝
tests/server/log_server_test.js(+59 -37)...and 2 more files
📄 Description
Upgrades Log.io to socket.io v0.8.x
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.