-
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
Update bin/countly.install.sh #43
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.
Modified DB update to be the first item in the upgrade process since it may take a long time to complete depending on number of documents in app_users collection.
iPhone 5/iPod Touch 5 identifiers to show in panel
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
Patched the install script to use the alternative python-software-common package to ensure that the apt-add-repository command is always installed
Milestone: Countly 13.03 |
Done for Countly v13.06 |
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.
Patched the install script to use the alternative python-software-common package to ensure that the apt-add-repository command is always installed