Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incorporate review | Zeger-Jan van de Weg | 2016-03-15 | 1 | -4/+3 |
| | |||||
* | Enhance new branch button on an issue | Zeger-Jan van de Weg | 2016-03-15 | 1 | -0/+6 |
| | |||||
* | new-branch-button | Zeger-Jan van de Weg | 2016-03-15 | 1 | -3/+13 |
| | |||||
* | Merge branch 'master' into diverging-branch-graphs | Jeff Stubler | 2015-12-03 | 1 | -1/+1 |
|\ | |||||
| * | Add authorization to new branch/tag pages.new-tag-branch-authorization | Douwe Maan | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | Refactor for style issues | Jeff Stubler | 2015-11-11 | 1 | -2/+1 |
| | | |||||
* | | Add graphs showing commits ahead and behind default to branches page | Jeff Stubler | 2015-11-01 | 1 | -0/+6 |
|/ | |||||
* | Fix errors deleting and creating branches with encoded slashes | Stan Hu | 2015-08-01 | 1 | -3/+4 |
| | | | | Closes #1804 | ||||
* | Return 40x error codes if branch could not be deleted in UI | Stan Hu | 2015-07-06 | 1 | -2/+2 |
| | |||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -3/+3 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Use same constant for amount of items per page | Dmitriy Zaporozhets | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rails-4.1.9 | Vinnie Okada | 2015-02-21 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | 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/+0 |
| | | | | | | | | doesn't 404. | ||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -2/+6 |
|/ | | | | | | 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. | ||||
* | Sanitize branch name and ref name | Marin Jankovski | 2014-11-13 | 1 | -1/+4 |
| | |||||
* | remove auth duplication | Valery Sizov | 2014-11-05 | 1 | -1/+0 |
| | |||||
* | API delete branch: render branch name json instead of true | Dmitriy Zaporozhets | 2014-10-30 | 1 | -0/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Factor authorize_push! and authorize_code_access! | Ciro Santilli | 2014-10-13 | 1 | -2/+2 |
| | | | | | with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere. | ||||
* | Factor error and success methods from services. | Ciro Santilli | 2014-09-21 | 1 | -5/+3 |
| | |||||
* | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -3/+11 |
| | | | | Add specs for GitRefValidator | ||||
* | Changed some stuff around after rebase | Jeroen van Baarsen | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Make sure the branch counter gets updated | Jeroen van Baarsen | 2014-05-23 | 1 | -1/+2 |
| | | | | | | | | When you delete a branch, the counters wont get updated automaticly, this happends because of the JS nature of the original call. I've fixed this by responding with a JS file, and recalculate the counters. Fixes: #6030 | ||||
* | Merge branch 'branch-creation-flow' into 'master' | Dmitriy Zaporozhets | 2014-05-23 | 1 | -2/+2 |
|\ | | | | | | | | | | | | | | | | | Branch creation flow To improve user experience with web editing I did next improvements: * when create branch via ui - redirect to tree view so you start add/edit files * when click on branch name - redirect to tree view instead of commits so you can immedialty add/edit files | ||||
| * | Redirect to tree view after branch created | Dmitriy Zaporozhets | 2014-05-23 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Move protected branches to Project settings | Dmitriy Zaporozhets | 2014-05-23 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve branch-removal logic | Dmitriy Zaporozhets | 2014-05-22 | 1 | -7/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move branch creation logic in service | Dmitriy Zaporozhets | 2014-04-01 | 1 | -5/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor recent branches page | Dmitriy Zaporozhets | 2013-08-05 | 1 | -0/+4 |
| | |||||
* | create corresponding events when create branch/tag with UI | Dmitriy Zaporozhets | 2013-07-17 | 1 | -4/+8 |
| | |||||
* | Improve permissions on tags/branches | Dmitriy Zaporozhets | 2013-07-17 | 1 | -1/+3 |
| | |||||
* | Ability to create new branch via UI | Dmitriy Zaporozhets | 2013-07-17 | 1 | -2/+4 |
| | |||||
* | Move repo tags to own controller. add ability to remove tags | Dmitriy Zaporozhets | 2013-07-16 | 1 | -1/+1 |
| | |||||
* | Create event on dashboard when branch removed via UI | Dmitriy Zaporozhets | 2013-07-16 | 1 | -1/+5 |
| | |||||
* | Move branches list to own controller with pagination. Ability to remove ↵ | Dmitriy Zaporozhets | 2013-07-16 | 1 | -0/+24 |
branches from UI |