Add new feature to find file
Using the fuzzy filter, develop "file finder" feature.
- feedback(http://feedback.gitlab.com/forums/176466-general/suggestions/4987909-add-file-finder-fuzzy-input-in-files-tab-to-ju )
- fuzzy filter(https://github.com/jeancroy/fuzzaldrin-plus)
- shortcuts(when "t" was hitted at tree view, go to 'file find' page and 'esc' is to go back)
- depends on gitlab_git 7.2.22
Showing
... | ... | @@ -49,7 +49,7 @@ gem "browser", '~> 1.0.0' |
# Extracting information from a git repository | ||
# Provide access to Gitlab::Git library | ||
gem "gitlab_git", '~> 7.2.20' | ||
gem "gitlab_git", '~> 7.2.22' | ||
# LDAP Auth | ||
# GitLab fork with several improvements to original library. For full list of changes | ||
... | ... |
app/assets/javascripts/shortcuts_tree.coffee
0 → 100644
app/views/projects/_find_file_link.html.haml
0 → 100644
app/views/projects/find_file/show.html.haml
0 → 100644
features/project/find_file.feature
0 → 100644
features/steps/project/project_find_file.rb
0 → 100644
This diff is collapsed.
Click to expand it.