Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8030 from cirosantilli/factor-authorize | Dmitriy Zaporozhets | 2014-10-21 | 15 | -18/+18 |
|\ | | | | | Factor authorize_push! and authorize_code_access! | ||||
| * | Factor authorize_push! and authorize_code_access! | Ciro Santilli | 2014-10-13 | 15 | -18/+18 |
| | | | | | | | | | | with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere. | ||||
* | | Merge pull request #8102 from cirosantilli/use-memoized-project | Dmitriy Zaporozhets | 2014-10-21 | 3 | -11/+11 |
|\ \ | | | | | | | Use @project on controllers, don't call method | ||||
| * | | Use @project on controllers, don't call method | Ciro Santilli | 2014-10-19 | 3 | -11/+11 |
| |/ | | | | | | | | | Also memoize the method to ensure that other methods in ApplicationController that rely on it can call it efficiently. | ||||
* | | Use :message key, not :error for File::Service. | Ciro Santilli | 2014-10-13 | 2 | -2/+2 |
|/ | |||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 1 | -2/+5 |
| | |||||
* | Remove outdated comment from commits_controller | Ciro Santilli | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'slack_integration' into 'master' | Dmitriy Zaporozhets | 2014-10-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | Slack integration See merge request !1151 | ||||
| * | Add missing comma. | Marin Jankovski | 2014-10-06 | 1 | -1/+1 |
| | | |||||
| * | Use only webhook for slack service integration. | Marin Jankovski | 2014-10-06 | 1 | -1/+1 |
| | | |||||
* | | Add task lists to issues and merge requests | Vinnie Okada | 2014-10-05 | 2 | -2/+2 |
|/ | | | | | | | | Make the Markdown parser recognize "[x]" or "[ ]" at the beginning of a list item and turn it into a checkbox input. Users who can modify the issue or MR can toggle the checkboxes directly or edit the Markdown to manage the tasks. Task status is also displayed in the MR and issue lists. | ||||
* | Add Pushover service integration | Sullivan SENECHAL | 2014-10-03 | 1 | -1/+2 |
| | | | | That introduce select field type for services options. | ||||
* | Merge branch 'factor-commit-msg-textarea' of ↵ | Dmitriy Zaporozhets | 2014-10-03 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | https://github.com/cirosantilli/gitlabhq into cirosantilli-factor-commit-msg-textarea Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/projects/blob/_remove.html.haml | ||||
| * | Factor commit message textareas. | Ciro Santilli | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | Show test coverage results in MR if available | Dmitriy Zaporozhets | 2014-10-02 | 1 | -2/+11 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove statement without effect. | Ciro Santilli | 2014-09-30 | 1 | -1/+0 |
| | |||||
* | Faster branch contains detection for commit | Dmitriy Zaporozhets | 2014-09-29 | 1 | -7/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor commits graph | Dmitriy Zaporozhets | 2014-09-29 | 1 | -27/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Raw implementation of commits stats page | Dmitriy Zaporozhets | 2014-09-26 | 1 | -0/+31 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Rewrite graphs feature | Dmitriy Zaporozhets | 2014-09-26 | 2 | -10/+12 |
| | | | | | | | | * remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Dont show blocked users in assignee filter | Dmitriy Zaporozhets | 2014-09-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'use-more-rugged' into 'master' | Dmitriy Zaporozhets | 2014-09-25 | 2 | -8/+2 |
|\ | | | | | | | | | | | | | | | | | | | Make GitLab CE works with new gitlab_git Recently we removed grit dependency from `gitlab_git` in favor of rugged. This changes make GitLab works with new library. See merge request !194 | ||||
| * | Fix Commit stats and diff encoding issues | Dmitriy Zaporozhets | 2014-09-25 | 2 | -8/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix non-showing error message when edit file via web | Dmitriy Zaporozhets | 2014-09-24 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #7807 from cirosantilli/factor-service-error | Dmitriy Zaporozhets | 2014-09-22 | 3 | -9/+7 |
|\ | | | | | Factor error and success methods from services. | ||||
| * | Factor error and success methods from services. | Ciro Santilli | 2014-09-21 | 3 | -9/+7 |
| | | |||||
* | | Fix STI+polymorphic for Group <-> GroupMember | Dmitriy Zaporozhets | 2014-09-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Replace old references of users_project & users_group | Dmitriy Zaporozhets | 2014-09-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -7/+7 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | update tags count if tag gets deleted | Robert Schilling | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | Refactoring inside refactoring. We need to go deeper | Dmitriy Zaporozhets | 2014-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Use new diff parsing logic | Dmitriy Zaporozhets | 2014-09-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7658 from Razer6/refresh_labels_page_on_delete | Dmitriy Zaporozhets | 2014-09-05 | 1 | -1/+1 |
|\ | | | | | Show labels help message if last label is deleted | ||||
| * | Show labels help message if last label is deleted | Robert Schilling | 2014-09-04 | 1 | -1/+1 |
| | | |||||
* | | Added annotated tags. Updated tag haml file and call to gitlab-shell. ↵ | Sean Edge | 2014-09-04 | 1 | -1/+2 |
| | | | | | | | | Updated API for annotated tags. Added tests for API. Strip leading/trailing whitespace from message, if present. Update CHANGELOG. | ||||
* | | Validate tag-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -4/+9 |
| | | |||||
* | | Validate branch-names and references in WebUI, API | Robert Schilling | 2014-09-03 | 1 | -3/+11 |
|/ | | | | Add specs for GitRefValidator | ||||
* | Dont allow edit or remove of system notes | Dmitriy Zaporozhets | 2014-08-29 | 1 | -4/+8 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Prevent possible XSS issues by seting text/plain for all text files in | Dmitriy Zaporozhets | 2014-08-28 | 1 | -4/+2 |
| | | | | | | RAW feature Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Search by issue/mr title and description | Dmitriy Zaporozhets | 2014-08-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Set charset encoding to UTF-8 for snippets | Jeroen van Baarsen | 2014-08-16 | 1 | -1/+1 |
| | | | | | | Fixes #2678 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | diff unfold | skv | 2014-08-14 | 1 | -0/+15 |
| | |||||
* | Merge branch 'remove-remove-label' into 'master' | Dmitriy Zaporozhets | 2014-08-13 | 1 | -1/+4 |
|\ | | | | | | | | | | | Remove labels via ajax See merge request !1019 | ||||
| * | Remove labels with ajax request | Dmitriy Zaporozhets | 2014-08-13 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix repository archive | Dmitriy Zaporozhets | 2014-08-13 | 1 | -5/+1 |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge pull request #7393 from Razer6/fix_500_hook_service_down | Dmitriy Zaporozhets | 2014-08-11 | 1 | -2/+7 |
|\ | | | | | Prevent 500 if hook url is down when testing a hook, fixes #7376 | ||||
| * | Prevent 500 if hook url is down, fixes #7376 | Robert Schilling | 2014-07-29 | 1 | -2/+7 |
| | | |||||
* | | Order labels by name | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Improve labels | Dmitriy Zaporozhets | 2014-07-30 | 1 | -4/+9 |
| | | | | | | | | | | | | | | * allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Add create/update to Labels controller | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+40 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |