| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | Use a custom Devise failure app to handle unauthenticated .zip requestsrs-issue-12944 | Robert Speicher | 2016-03-08 | 3 | -18/+52 | |
| * | | | | | | | | | | Merge branch 'trigram-index-searching' into 'master' | Robert Speicher | 2016-03-11 | 36 | -71/+926 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | More detailed trigram migration error messagetrigram-index-searching | Yorick Peterse | 2016-03-11 | 1 | -1/+4 | |
| | * | | | | | | | | | | Use a UNION in MergeRequest.in_projects | Yorick Peterse | 2016-03-11 | 2 | -1/+24 | |
| | * | | | | | | | | | | Added changelog entry for search performance | Yorick Peterse | 2016-03-11 | 1 | -0/+1 | |
| | * | | | | | | | | | | Added pg_trgm to the PostgreSQL requirements | Yorick Peterse | 2016-03-11 | 1 | -0/+11 | |
| | * | | | | | | | | | | Corrected spec title for Namespace.search | Yorick Peterse | 2016-03-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | Make Namespace.search case-insensitive | Yorick Peterse | 2016-03-11 | 2 | -6/+35 | |
| | * | | | | | | | | | | Removed arel_table receiver from search methods | Yorick Peterse | 2016-03-11 | 6 | -6/+6 | |
| | * | | | | | | | | | | Fixed a few spec typos | Yorick Peterse | 2016-03-11 | 2 | -6/+6 | |
| | * | | | | | | | | | | Clean up ProjectsFinder for getting user projects | Yorick Peterse | 2016-03-11 | 2 | -4/+10 | |
| | * | | | | | | | | | | Removed order from sub-query projects for search | Yorick Peterse | 2016-03-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | Added ProjectSearchResults#project_ids_relation | Yorick Peterse | 2016-03-11 | 1 | -0/+4 | |
| | * | | | | | | | | | | Fixed ProjectSearchResults spec to use a Project | Yorick Peterse | 2016-03-11 | 1 | -2/+2 | |
| | * | | | | | | | | | | Disable Rubocop for PostgreSQL patches | Yorick Peterse | 2016-03-11 | 1 | -0/+2 | |
| | * | | | | | | | | | | Patch MySQL to ignore PostgreSQL schema options | Yorick Peterse | 2016-03-11 | 1 | -0/+49 | |
| | * | | | | | | | | | | Updated schema to include Pg operator classes | Yorick Peterse | 2016-03-11 | 1 | -19/+19 | |
| | * | | | | | | | | | | Backport Rails support for PostgreSQL opclasses | Yorick Peterse | 2016-03-11 | 1 | -0/+186 | |
| | * | | | | | | | | | | Refactor Gitlab::ProjectSearchResults | Yorick Peterse | 2016-03-11 | 2 | -8/+4 | |
| | * | | | | | | | | | | Refactor Gitlab::SnippetSearchResults | Yorick Peterse | 2016-03-11 | 3 | -7/+33 | |
| | * | | | | | | | | | | Refactor Gitlab::SearchResults | Yorick Peterse | 2016-03-11 | 3 | -11/+72 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching milestones | Yorick Peterse | 2016-03-11 | 2 | -2/+41 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for Issuable.search and full_search | Yorick Peterse | 2016-03-11 | 2 | -3/+65 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching CI runners | Yorick Peterse | 2016-03-11 | 2 | -3/+45 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching groups | Yorick Peterse | 2016-03-11 | 2 | -1/+37 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching users | Yorick Peterse | 2016-03-11 | 2 | -12/+52 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching notes | Yorick Peterse | 2016-03-11 | 2 | -4/+20 | |
| | * | | | | | | | | | | Use ILIKE/LIKE for searching snippets | Yorick Peterse | 2016-03-11 | 2 | -2/+66 | |
| | * | | | | | | | | | | Use ILIKE in Project.search_by_title | Yorick Peterse | 2016-03-11 | 2 | -1/+20 | |
| | * | | | | | | | | | | Use ILIKE/LIKE + UNION in Project.search | Yorick Peterse | 2016-03-11 | 2 | -6/+75 | |
| | * | | | | | | | | | | Added trigram indexes for various searched columns | Yorick Peterse | 2016-03-11 | 2 | -0/+71 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch 'group-activity-separate-tab' into 'master' | Robert Speicher | 2016-03-11 | 10 | -19/+44 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix header titlegroup-activity-separate-tab | Dmitriy Zaporozhets | 2016-03-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | Move group activity feed to separate page for consistency with dashboard and ... | Dmitriy Zaporozhets | 2016-03-10 | 10 | -19/+44 | |
| * | | | | | | | | | | | Merge branch 'docs_typo_ci' into 'master' | Achilleas Pipinellis | 2016-03-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix incorrect gitlab.rb variable in CI docs | Achilleas Pipinellis | 2016-03-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch 'search-results-filter-dropdown' into 'master' | Jacob Schatz | 2016-03-11 | 2 | -17/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Increased dropdown max height | Phil Hughes | 2016-03-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | Improved search results filter dropdown | Phil Hughes | 2016-03-11 | 1 | -16/+30 | |
| | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'omniauth-saml-upgrade' into 'master' | Patricio Cano | 2016-03-11 | 4 | -5/+58 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Doc syntax fixes | Patricio Cano | 2016-03-11 | 1 | -8/+8 | |
| | * | | | | | | | | | | | | Consistently use the same hash syntax in the new documentation.omniauth-saml-upgrade | Patricio Cano | 2016-03-10 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | Upgrade `omniauth-saml` to 1.5.0 and document it's new capabilities. | Patricio Cano | 2016-03-10 | 4 | -5/+58 | |
| | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'award-emoji-design-update' into 'master' | Jacob Schatz | 2016-03-11 | 9 | -164/+201 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Added 'surprise' animationaward-emoji-design-update | Phil Hughes | 2016-03-11 | 2 | -9/+34 | |
| | * | | | | | | | | | | | | Fixed bug with emoji search styling | Phil Hughes | 2016-03-11 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | CoffeeScript style improv. | Phil Hughes | 2016-03-11 | 1 | -2/+3 | |
| | * | | | | | | | | | | | | Award emoji button padding | Phil Hughes | 2016-03-11 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | Renamed variables & removed some for award emoji | Phil Hughes | 2016-03-11 | 2 | -10/+6 | |
| | * | | | | | | | | | | | | Moved method calls to separate lines | Phil Hughes | 2016-03-11 | 1 | -6/+11 | |
