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

Add contributor search #1222

Merged
merged 16 commits into from
Feb 17, 2016
Merged

Conversation

nellshamrell
Copy link
Contributor

Fixes #1148

@nellshamrell nellshamrell changed the title WIP - Add contributor search Add contributor search Feb 10, 2016
wip - calculating @all_contributors when displaying all ICLA signatures

wip - includes ContributorSearch module in ICLA and CCLA signature controllers

wip - continues to determine contributors/signature counts in shared controller concern

Revert "wip - continues to determine contributors/signature counts in shared controller concern"

This reverts commit fb597d2.

Revert "wip - includes ContributorSearch module in ICLA and CCLA signature controllers"

This reverts commit 2a35b18.

Revert "wip - calculating @all_contributors when displaying all ICLA signatures"

This reverts commit 3543230.

Revert "wip"

This reverts commit 6823998.
adds integration specs around searching for a company

adds code to show what fields a user can search contributors, icla signers, or ccla signers by

forgive me rubocop, for I have sinned...

corrects variable assignment in a condition that rubocop was cranky about
@@ -55,4 +61,8 @@ def find_contributor
def contributor_params
params.require(:contributor).permit(:admin)
end

def authorized_users_from_search(search_param)
User.search(search_param) & User.authorized_contributors
Copy link
Contributor

Choose a reason for hiding this comment

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

🏆

@robbkidd
Copy link
Contributor

👍 :shipit: 🚀 🍰 🍣

nellshamrell added a commit that referenced this pull request Feb 17, 2016
@nellshamrell nellshamrell merged commit 6c51141 into chef:master Feb 17, 2016
@someara
Copy link

someara commented Feb 18, 2016

woohoo

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