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

Do not deduplicate for auto-complete #443

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

FaustXVI
Copy link
Contributor

Closes #333

If this PR is ok, another one will follow in order to print the login next to the site name

@guillaumevincent
Copy link
Member

Nice thank you, I will integrate this one

@FaustXVI
Copy link
Contributor Author

Hummm... The build fails when building the container. Does it even happened? If not I'll have a look at it tomorrow.

@guillaumevincent
Copy link
Member

@FaustXVI I will merge this pull request, failing build is not related to your patch
I will update everything to fix CI

@guillaumevincent
Copy link
Member

If you rebase on top of master, it will work

@guillaumevincent
Copy link
Member

I did a big refactoring on the code base.
It breaks your pull requests.

I will merge this one tomorrow
sorry

@FaustXVI
Copy link
Contributor Author

FaustXVI commented Jul 17, 2019 via email

@@ -19,6 +19,8 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you removed it but it breaks vue-jest (vuejs/vue-jest#160).

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put it back if you need it

@@ -19,6 +19,8 @@
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.5.4",
"@babel/register": "^7.4.4",
"@vue/test-utils": "^1.0.0-beta.29",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems to me that you moved all dev dependencies to the top level, so I did the same. Am I right ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you're right

"transform": {
".*\\.(vue)$": "vue-jest",
"^.+\\.js$": "../../node_modules/babel-jest"
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I move all this to the top level ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be ok to keep jest config in this package.json no?

@guillaumevincent
Copy link
Member

I don't know if it's a good practice or not, but some dependencies are duplicated. So yes you could move those dependencies at the root level
yarn add --dev -W ...

@guillaumevincent guillaumevincent merged commit accd1e1 into lesspass:master Jul 18, 2019
@guillaumevincent
Copy link
Member

Thank you @FaustXVI

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.

Autocomplete on site field for multiple login return only one entry
2 participants