-
Notifications
You must be signed in to change notification settings - Fork 975
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
use package.json package.json #54
Closed
Closed
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
Fixed broken links that had unnecessary commas
Each view is refreshed by new data from server every 10 seconds. If view is changed (from Sessions to Users for ex.) at the end of this 10 seconds, refresh had some weird effects. Fix involves an update to each view's refresh function to check whether the active view is the current function's view itself.
Platform, platform version and device resolution bars for top three of each item is added to Analytics > Devices.
because when using API directly, sometimes it doesn't send session_duration every 30 sec.
Added support to process session_duration when end_session
countlyCommon.getDateRange function returned undefined values in Firefox.
This reverts commit 92858fd.
This reverts commit c266847.
iPad mini and iPad 4 device identifiers
Explaining the stack here could help as I had to google hard to find what it is.
Add dependencies to README.md
Executable install/upgrade scripts
…vent keys; /o?api_key=XXX&app_id=YYY&method=events&events=["event_key1","event_key2","event_key3"]
This reverts commit 6c8a821.
Hello, thank you for submitting pull request. In new core that was developed in paralel (since version 15.xx now) all dependencies are installed upon counlty installation for the top folder. Thank you for collaboration |
Haha wow this was a long time ago |
jihye1
added a commit
to jihye1/countly-server
that referenced
this pull request
Nov 27, 2024
jihye1
added a commit
to jihye1/countly-server
that referenced
this pull request
Nov 27, 2024
jihye1
added a commit
to jihye1/countly-server
that referenced
this pull request
Nov 29, 2024
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.
Use package.json instead of bundled modules.
It's useful for paas deployments, and for every native modules (like bson, mongodb, etc).
I've had a conversation with @osoner and @gorkem-cetin.
We were talking about updating geoip-lite's country and city data. But as I can see, it is bundled with the module and there's a pull request for auto-updating it: geoip-lite/node-geoip#22
Anyway I created an updater script: https://gist.github.com/oroce/4972816