Skip to content
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 action and state sanitizer to store dev tool #494 #516

Closed
wants to merge 1 commit into from

Conversation

rupeshtiwari
Copy link
Contributor

Please merge this changes which supports action and state sanitizer to the store dev tool. Let me know if there is any improvement required.

@rupeshtiwari rupeshtiwari changed the title added action action and state sanitizer #494 added action and state sanitizer to store dev tool #494 Oct 21, 2017
@coveralls
Copy link

coveralls commented Oct 21, 2017

Coverage Status

Coverage decreased (-0.1%) to 92.405% when pulling 3b6da60 on roopkt:master into 565389a on ngrx:master.

@brandonroberts
Copy link
Member

Hey @roopkt, this PR and #517 is more involved than just adding a key to the config object. You'll need to pass the config options to the extension itself when sending messages.

@rupeshtiwari
Copy link
Contributor Author

Sure I will update , thanks!

@rupeshtiwari
Copy link
Contributor Author

Finished passing state and action sanitizer to devtools. Fixes #494

@aboyton
Copy link

aboyton commented Oct 26, 2017

I'm not sure that you updated the pull request with your latest changes.

@rupeshtiwari
Copy link
Contributor Author

Hi @aboyton I am not sure how to update the pull request. I am going to create another local branch and try to check in again with putting the Pull Request number #516 in the comment hope that will update the pull request. If that is incorrect, please guide me how to update this pull request with my latest changes? Also I am not able to take the latest from the upstream ngrx/platform branch therefore every time I check in I get a merge issue.
Normally when we rebase from upstream it should pull latest from the ngrx/platform to my forked branch but when I try to rebase it gives me access denied error.

git fetch upstream

My upstream is https://github.com/ngrx/platform.git and above command gives me below error. Therefore I have to do manual merge I go a literally take the copy of ngrx/platform code and merge locally in my vsCode. Please suggest is there any better way to take latest from upstream to my local forked branch ?

Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists

rupeshtiwari added a commit to rupeshtiwari/platform that referenced this pull request Oct 27, 2017
@aboyton
Copy link

aboyton commented Oct 30, 2017

I'm no expert at this, but I generally follow the advice that's from this answer. https://stackoverflow.com/questions/25545613/how-can-i-push-to-my-fork-from-a-clone-of-the-original-repo

First I'd set a new remote called roopkt (or whatever name you'd prefer).

git remote add roopkt https://github.com/roopkt/platform.git

Then you can push your changes to your new remote with git push roopkt master (assuming you're working in master which I think you are). Once you've pushed you should see your changes in https://github.com/roopkt/platform

The pull request should then automatically update with the latest changes.

You shouldn't need to pull from master for making this diff, but if you wanted to personally I'd do git pull --rebase which would pull from master and then "rebase" your changes on top.

@brandonroberts
Copy link
Member

The options should be passed to the extension. Adding them to the config isn't enough

rupeshtiwari added a commit to rupeshtiwari/platform that referenced this pull request Nov 2, 2017
@rupeshtiwari
Copy link
Contributor Author

Hey @brandonroberts ,
Implemented the options changes where it is passed to the extension now.

@aboyton
Copy link

aboyton commented Nov 2, 2017

Are your most recent changes in the branch roopkt:devtool-sanitizers (https://github.com/roopkt/platform/tree/devtool-sanitizers)? This pull request is from roopkt:master which hasn't been updated in a while.

@rupeshtiwari
Copy link
Contributor Author

Hey @aboyton
Yes I created new branch for this pull request roopkt:devtool-sanitizers.
Please let me know is it okay or I have to do anything else.

@aboyton
Copy link

aboyton commented Nov 3, 2017

I don't know a way of changing your pull request to compare against a different branch. It's probably simplest to go to https://github.com/roopkt/platform/tree/devtool-sanitizers and create a new pull request.

@rupeshtiwari
Copy link
Contributor Author

rupeshtiwari commented Nov 3, 2017 via email

@brandonroberts
Copy link
Member

Closed in favor of #544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants