-
Notifications
You must be signed in to change notification settings - Fork 343
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
Import perftools/xhgui-collector with complete history #310
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
- Define project goals and description in readme, composer.json - Adjust composer.json to the likeness of this project - Remove to-be-unused dependencies - Remove unused version tag - update composer.lock accordingly
- The project moved from `lauripiisang/xhgui-data-collector` to `perftools/xhgui-collector`. This commit adjusts README accordingly - Added Lauri Piisang as author - TODO: add original XHGUI maintainers into authors?
Initiate profiling ID early
(add) | env vars for some configuration entries to make a use with docker more pleasant (add) | introduce XHGUI_CONFIG_DIR constant as way to set the location of your xhgui config.php (update) | readme
Easier configuration and usage of composer library
Support for tideways_xhprof
This Saver allows one to upload a profile to a specified endpoint. Signed-off-by: Jacob Kiers <kiers@comandi.nl>
Resolve copypaste conflicts
fix typos
Update Saver.php
Add Upload saver
libraries don't include composer.lock
Update the XHGUI range to include 0.8 and 0.9 to clarify that there still have not been backwards-incompatible schema changes. Keep using explicit version number for XHGUI because may break compatibility in a 0.x release. Also update the collector version start explicitly at 1.0.0 to indicate that as of writing all versions have been cross-compatible. Keep the collector's range as `1.x` instead of explicit because it is not expected for a future `1.x` release to break compatibility. Fixes perftools#9.
Update README.md with current compatibility info
Fix incompatible upload saver
Backend decoupling
Skipping built-in functions
…ions-to-be-passed Allow passing of driver options to MongoClient
env vars for save.handler and pdo
Recommend to use perftools/php-profiler package
Add phase out notice
glensc
changed the title
Define project contents & goals, adjust composer
Imports perftools/xhgui-collector with complete history
Aug 25, 2020
glensc
changed the title
Imports perftools/xhgui-collector with complete history
Import perftools/xhgui-collector with complete history
Aug 25, 2020
glensc
force-pushed
the
import-xhgui-collector
branch
from
August 25, 2020 05:20
137a89c
to
45cb033
Compare
Damn, should have not merged #313, now have to redo the merge here. |
glensc
force-pushed
the
import-xhgui-collector
branch
from
September 1, 2020 08:11
45cb033
to
353c7c6
Compare
@markstory please archive https://github.com/perftools/xhgui-collector repo |
6 tasks
Closed
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 imports complete history of https://github.com/perftools/xhgui-collector
Part of #309