Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace deprecated name_with_namespace with full_name in app and spec | Dmitriy Zaporozhets | 2018-03-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | moved lfs_blob_ids method into ExtractsPath modulelfs-badge | Phil Hughes | 2017-12-14 | 1 | -3/+1 |
| | |||||
* | moved lfs blob fetch from extractspath file | Phil Hughes | 2017-12-14 | 1 | -0/+3 |
| | |||||
* | fixed project homepage not having correct variable | Phil Hughes | 2017-12-11 | 1 | -1/+0 |
| | |||||
* | Added LFS badge to indicate LFS tracked files | Phil Hughes | 2017-12-11 | 1 | -0/+1 |
| | | | | Closes #15567 | ||||
* | added feature spec | Phil Hughes | 2017-10-23 | 1 | -1/+0 |
| | |||||
* | Fixed bug when clicking file link causing user to navigate away | Phil Hughes | 2017-10-17 | 1 | -1/+1 |
| | | | | | | Adds a test for flattenedFiles Changes the data method to not be an arrow method Various other review fixes | ||||
* | Refactored multi-file data structure | Phil Hughes | 2017-10-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | This moves away from storing in a single array just to render the table. It now stores in a multi-dimensional array/object type where each entry in the array can have its own tree. This makes storing the data for future feature a little easier as there is only one way to store the data. Previously to insert a directory the code had to insert the directory & then the file at the right point in the array. Now the directory can be inserted anywhere & then a file can be quickly added into this directory. The rendering is still done with a single array, but this is handled through underscore. Underscore takes the array & then goes through each item to flatten it into one. It is done this way to save changing the markup away from table, keeping it as a table keeps it semantically correct. | ||||
* | Add Page-Title header to tree and blob JSON endpoints | Douwe Maan | 2017-09-26 | 1 | -0/+2 |
| | |||||
* | Workaround for n+1 in Projects::TreeController#show38171-workaround | Andrew Newdigate | 2017-09-22 | 1 | -1/+4 |
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/38261 | ||||
* | Merge remote-tracking branch 'origin/master' into ide | Luke "Jared" Bennett | 2017-07-20 | 1 | -3/+3 |
|\ | |||||
| * | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 1 | -3/+3 |
| | | |||||
* | | Add experimental JSON format for tree controller | Douwe Maan | 2017-06-13 | 1 | -5/+12 |
|/ | |||||
* | Revert 'New file from interface on existing branch'dm-revert-mr-8427 | Douwe Maan | 2017-06-09 | 1 | -1/+0 |
| | |||||
* | Show last commit for current tree on tree page | Douwe Maan | 2017-05-17 | 1 | -0/+2 |
| | |||||
* | Enable the Style/TrailingCommaInLiteral cop | Rémy Coutable | 2017-05-10 | 1 | -1/+1 |
| | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 1 | -3/+3 |
| | |||||
* | New directory from interface on existing branch | Jacopo | 2017-03-21 | 1 | -0/+1 |
| | | | | | The user can create a new directory on a different branch than the source branch when the branch already exists. | ||||
* | No more and/or | Douwe Maan | 2017-02-21 | 1 | -2/+2 |
| | |||||
* | Fix specs and behavior for LFS files | Douwe Maan | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Automatically fork a project when not allowed to edit a file. | Douwe Maan | 2015-12-18 | 1 | -31/+7 |
| | |||||
* | Add "Start a new merge request" option to every commit form | Douwe Maan | 2015-11-17 | 1 | -1/+12 |
| | |||||
* | Only render 404 page from /publicinified_404_error | Valery Sizov | 2015-10-13 | 1 | -3/+3 |
| | |||||
* | Add directory feature button | Stan Hu | 2015-10-07 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557 | ||||
* | Fix 404 error in files view after deleting the last file in a repository | Stan Hu | 2015-07-21 | 1 | -1/+3 |
| | | | | Closes #1362 | ||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Merge branch 'master' into rails-4.1.9 | Vinnie Okada | 2015-02-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | Conflicts: app/views/projects/commits/_commit.html.haml app/views/projects/issues/_issue.html.haml app/views/projects/issues/_issue_context.html.haml app/views/projects/merge_requests/_merge_request.html.haml app/views/projects/merge_requests/show/_context.html.haml | ||||
| * | Move 'require_non_empty_project' filter to front so 'assign_ref_vars' ↵ | Douwe Maan | 2015-02-20 | 1 | -1/+1 |
| | | | | | | | | doesn't 404. | ||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -1/+4 |
|/ | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers. | ||||
* | Explicitly set before_filter for ref-related controllers | Dmitriy Zaporozhets | 2015-01-26 | 1 | -2/+7 |
| | |||||
* | Check if blob or tree and redirect to the correct one. | Marin Jankovski | 2014-07-07 | 1 | -1/+8 |
| | |||||
* | Refactoring for EditTree and NewTree controllers and contexts | Dmitriy Zaporozhets | 2013-11-05 | 1 | -8/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update code to work with gitlab_git 3 | Dmitriy Zaporozhets | 2013-10-01 | 1 | -0/+2 |
| | |||||
* | Move projects controllers/views in Projects module | Dmitriy Zaporozhets | 2013-06-23 | 1 | -0/+17 |