-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added search in request url to inspector floret #134
Added search in request url to inspector floret #134
Conversation
This implementation will filter only over the records that were already requested from the storage and thus are in the |
Yes, that was the easy way out ;) You are correct, loading more but filtered records would be nice. |
…ltered records and improve filtering altogether. All credit goes to Cornelius Horstmann ;)
Updated the PR with our virtual pair programming session results ;) Maybe something for @pstued to look at? |
Cauli/Florets/Inspector/Record List/InspectorTableViewController.swift
Outdated
Show resolved
Hide resolved
Cauli/Florets/Inspector/Record List/InspectorTableViewController.swift
Outdated
Show resolved
Hide resolved
Cauli/Florets/Inspector/Record List/InspectorTableViewController.swift
Outdated
Show resolved
Hide resolved
Cauli/Florets/Inspector/Record List/InspectorTableViewDatasource.swift
Outdated
Show resolved
Hide resolved
Cauli/Florets/Inspector/Record List/InspectorTableViewDatasource.swift
Outdated
Show resolved
Hide resolved
Nice pull request. I like it so far. I added some feedback of mine but I would love another review by @pstued as well. |
Cauli/Florets/Inspector/Record List/InspectorTableViewDatasource.swift
Outdated
Show resolved
Hide resolved
Now that I read this, I don't like the "You can declare this PR as trivial by adding |
Some actionable advice what is expected from the PR creator would be nice. What needs to go into the markdown files, what to do if I don't think my changes are relevant for them and so on. Maybe we can just link the contribution guide and have a section there? At the moment the changelog says "initial release", should this PR here be mentioned in the changelog anyways? Where and how? The #trivial thing was something that I interpreted as "Ah, ok, I need to do that to make the errors go away ... maybe?". So from my side: More information for someone who has no idea what is expected :) |
I think you are in the hardest position here, because you are the first one to create a PR after the initial release. Sorry about that. What do you think about that:
(I am listing the FAQ here, because I don't want to put to much in the CONTRIBUTING in order to not scare anyone reading it)
How about just removing it altogether (at least for now)? It is actually a way to prevent these warnings and errors to be generated, but I think that case will be quite rare and might just be solvable by any one of us helping there. |
Cauli/Florets/Inspector/Record List/InspectorTableViewDatasource.swift
Outdated
Show resolved
Hide resolved
Generated by 🚫 Danger |
Cauli/Florets/Inspector/Record List/InspectorTableViewDatasource.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left one more comment, which is just a minor feedback, and an entry in the CHANGELOG is needed. Aside of that I am happy to merge.
Should all be done now. |
Nice. The only thing that was left, and why the travis didn't build was a pod install in the example project. I just did that and will merge now. Thanks for the PR! |
Wohooo 🎉 my most scrutinized PR to date and I love it 😁 Thanks for merging. Sent with GitHawk |
This pull request adds a search field to the Inspector Floret that allows users to filter the record list by request url. This can be expanded in the future to also filter by response status code or other fields or to highlight the search string in found results.