-
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
Implement pdo: getForUrl(), getPercentileForUrl(), getAll() #436
Conversation
@fengqi something wrong here. I've seen already these commits. also, try to make PR title more descriptive. also use Draft if the PR is not ready for merge, as it seems you have same commits here that are in the previous PR, so the previous one needs to be merged first so this can be rebased. |
3843a92
to
96350cf
Compare
63b24f0
to
da031e0
Compare
@fengqi please don't force push during review. use git fixup, otherwise I do not see differences with the previous changes, and have to do review from scratch. you can rebase and force push after you've pushed fixup commit also, leave note of each fix if it's part of the discussion, like:
|
Also, be nice and respond when asked, for example, you never responded to this note anything: |
ok |
ok |
The recent commit are to fix the CS-Fixer error😂 |
@glensc Thank you for your reminder, I rarely contribute code publicly on Github, so many rules are not understood. |
@fengqi I think you've finished here (CI passes), so you can do the final rebase. or do you have anything else in todo? |
also, while rebasing, update branch from origin:
GitHub suggests creating a merge commit, but in this repo, we prefer to rebase. |
e0c783d
to
32563bd
Compare
@glensc There is nothing todo, the rebase is complete |
There are few more ✗'s in #320, if that's what you were attempting to solve here: |
Searcher::getAll(direction) should already solved, others are used internally in our low frequency, i will solve it in my free time. |
getForUrl(), getPercentileForUrl(), getAll()
refs: