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

"User Name" uses identity instead of name from SetUserIdentity #84

Closed
KasperLK opened this issue Apr 8, 2015 · 17 comments
Closed

"User Name" uses identity instead of name from SetUserIdentity #84

KasperLK opened this issue Apr 8, 2015 · 17 comments

Comments

@KasperLK
Copy link

KasperLK commented Apr 8, 2015

According to the intellisense the parameters on ToExceptionless().SetUserIdentity() should be identity first, and then name, but when looking at the event on exceptionless.io it is the value of the identity parameter that is shown under User Name.

@niemyjski
Copy link
Member

Yes, The first parameter can be any unique identifier (email address, user id in your system etc..) the second parameter is a friendly name that describes the user (Full Name, System A User)... I don't think we are showing the friendly name in the UI are we?

@KasperLK
Copy link
Author

Yes, but the label in the UI says User Name.
username

@niemyjski
Copy link
Member

What do you think it should say?

@KasperLK
Copy link
Author

User Identity

@niemyjski
Copy link
Member

Yeah I agree. Is there any chance you can do a pull request for this ( https://github.com/exceptionless/Exceptionless.UI/blob/master/src/app/event/tabs/overview.tpl.html#L86-L89 ) as well as add a check to see if friendly name is specified and show that as well? I'm thinking maybe friendly name is called User Name and then we have User Identity above it with the identity.

@KasperLK
Copy link
Author

I will give it a go, if I can get a local instance of Exceptionless running.

@KasperLK
Copy link
Author

I tried to follow the Getting Started guide for the Exceptionless solution, but when I start the Exceptionless.Api project I get this exception in the console.
mongodb

@niemyjski
Copy link
Member

Nice find can you please create a new issue for that. It's because we assume 7zip is installed. As a temp workaround can you install 7zip.

@KasperLK
Copy link
Author

I had 7-Zip installed but my installation did not set the PATH Environmental variable.
I got it working, but I think the Getting Started guide should be a little more specific, and maybe a note about when the backend servers are running. At first I thought it was running when I say the "Reading web response" overlay.

Requirements:

@KasperLK
Copy link
Author

I'm having problems with the Exceptionless.UI.
I got Node.js installed, and figured out that the npm commands should be run from the Exceptionless.UI\src folder in the Node.js command prompt, and that Git seems to be required to run the npm install command, but I still get this error.
npm

I installed Git with the "Use Git from the Windows command prompt" option.

@KasperLK
Copy link
Author

I have tried to fix this, but I have not been able to get the Exceptionless.UI project running, so I'm not sure if it works.

@niemyjski
Copy link
Member

Thanks for posting the screenshots. We have some work to do on the setup docs and will create a new virtual machine to see the exact steps and prereqs needed. You shouldn't need git for any of this (I thought npm just used http).

Where you able to get this working? As far as setup docs go.. I think our powershell scripts for start db servers should use built in windows decompression and set the java home for you (I think when you do it in powershell it sets it only for the current session. Thoughts?

@KasperLK
Copy link
Author

No. I'm still stuck at this step.
If you could drop the dependence on Java to, that would be great. Good I hate to have Java installed on my machine :)

@KasperLK
Copy link
Author

I also tried using "Node.js Tools for Visual Studio" but ran into some problem with path that were over 260 character long (Visual Studio can't handle that), so that didn't work either.

What editor do you use for the UI project? The editing experience of node in Visual Studio is awful, compared to what I'm used to in Visual Studio.

@niemyjski
Copy link
Member

As much as I hate java (and have two years of java experience) we won't be getting rid of it because elasticsearch is built on top of it :(.

I agree with you, that's why we use WebStorm but you could use any text editor like atom.

I created a new issue here: exceptionless/Exceptionless.UI#23 for getting started issues. I'd like to meet up with you and get these issues resolved. Also, I've merged your pull request :).

@niemyjski
Copy link
Member

We will be deploying the fix later today along with another bug fix.

@niemyjski
Copy link
Member

This fix has been deployed.

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

No branches or pull requests

2 participants