Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move group members index from `/members` to `/group_members`. | Douwe Maan | 2015-03-15 | 1 | -2/+2 |
| | |||||
* | Move project members index from `/team` to `/project_members` | Douwe Maan | 2015-03-15 | 1 | -1/+1 |
| | |||||
* | Rename dashboard landing page to Your projects | Dmitriy Zaporozhets | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | Add tests for starred projects page | Dmitriy Zaporozhets | 2015-03-09 | 1 | -0/+4 |
| | |||||
* | Move Profile groups tests to Dashboard group tests | Dmitriy Zaporozhets | 2015-03-08 | 1 | -8/+8 |
| | |||||
* | Fix bug where editing a comment with "+1" or "-1" would cause a server error | Stan Hu | 2015-03-02 | 1 | -0/+17 |
| | | | | Closes #1151 | ||||
* | Improve sidebar menu for project settings | Dmitriy Zaporozhets | 2015-02-23 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into rails-4.1.9 | Vinnie Okada | 2015-02-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml | ||||
| * | Make sure Markdown previews always use the same styling as the eventual ↵ | Douwe Maan | 2015-02-17 | 1 | -1/+1 |
| | | | | | | | | destination. | ||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 2 | -57/+58 |
|/ | | | | | | 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. | ||||
* | Add tests for initializing bare repo and creating new file in it | Dmitriy Zaporozhets | 2015-01-27 | 1 | -0/+4 |
| | |||||
* | Fix blob controller rendering in case of errors | Dmitriy Zaporozhets | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | Spinach for admin applications | Valery Sizov | 2015-01-19 | 1 | -0/+4 |
| | |||||
* | Merge pull request #7905 from cirosantilli/visible-false | Dmitriy Zaporozhets | 2015-01-15 | 2 | -3/+3 |
|\ | | | | | Change always passing visible false tests. | ||||
| * | Change always passing visible true tests to false. | Ciro Santilli | 2015-01-02 | 2 | -3/+3 |
| | | |||||
* | | Revert "Fix tests" | Dmitriy Zaporozhets | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253. | ||||
* | | Fix tests | Dmitriy Zaporozhets | 2015-01-14 | 1 | -1/+1 |
| | | |||||
* | | Improve application settings and write tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+4 |
| | | |||||
* | | Add tests for disabled blob edit button cases. | Ciro Santilli | 2014-12-30 | 1 | -0/+10 |
|/ | |||||
* | Show assigned issues/mr be default on dashboard | Dmitriy Zaporozhets | 2014-12-26 | 1 | -2/+3 |
| | | | | | | | | | This was default before but now it fixed with providing assignee_id parameter making url shareble and dont reset when other filters users. Also this commit removes old methods that are not used any more. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix tests and add message if no oauth apps | Dmitriy Zaporozhets | 2014-12-25 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix issueable context update and fix tests | Dmitriy Zaporozhets | 2014-12-22 | 2 | -5/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into sidebar-nav | Dmitriy Zaporozhets | 2014-12-21 | 4 | -24/+88 |
|\ | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml | ||||
| * | Merge branch 'upstream-master' into markdown-preview | Vinnie Okada | 2014-12-07 | 3 | -2/+20 |
| |\ | | | | | | | | | | | | | Conflicts: spec/routing/project_routing_spec.rb | ||||
| * | | Fix test assertions | Vinnie Okada | 2014-10-21 | 3 | -13/+13 |
| | | | | | | | | | | | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements. | ||||
| * | | Fix houndci warnings | Vinnie Okada | 2014-10-18 | 3 | -6/+6 |
| | | | |||||
| * | | Fix Markdown preview tests | Vinnie Okada | 2014-10-18 | 3 | -24/+34 |
| | | | | | | | | | | | | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button. | ||||
| * | | Refactor Markdown preview tests | Vinnie Okada | 2014-10-18 | 4 | -22/+37 |
| | | | | | | | | | | | | | | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher. | ||||
| * | | Add Markdown preview to more forms | Vinnie Okada | 2014-10-15 | 3 | -13/+52 |
| | | | | | | | | | | | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | | | Css/views cleanup after layout restyle | Dmitriy Zaporozhets | 2014-12-21 | 1 | -2/+2 |
| |/ |/| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Improve project factories | Dmitriy Zaporozhets | 2014-11-30 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Factor '0' * 40 blank ref constants | Ciro Santilli | 2014-11-03 | 1 | -1/+1 |
| | | |||||
* | | fix for public snippet | Valery Sizov | 2014-10-24 | 1 | -0/+9 |
| | | |||||
* | | Use :message key, not :error for File::Service. | Ciro Santilli | 2014-10-13 | 1 | -0/+9 |
|/ | |||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 1 | -3/+13 |
| | |||||
* | Refactor task list tests and coffeescript | Vinnie Okada | 2014-10-06 | 1 | -7/+22 |
| | |||||
* | Add Spinach tests for task lists | Vinnie Okada | 2014-10-06 | 3 | -0/+64 |
| | |||||
* | Remove assignment without effect. | Ciro Santilli | 2014-10-03 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 3 | -6/+6 |
| | |||||
* | Replace javascript:; links with buttons. | Ciro Santilli | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 8 | -63/+63 |
| | |||||
* | Merge pull request #7646 from bushong1/snippet-search3 | Dmitriy Zaporozhets | 2014-09-09 | 2 | -0/+34 |
|\ | | | | | Adding in snippet search functionality | ||||
| * | Cleaning for the hound | Charles Bushong | 2014-09-05 | 1 | -3/+18 |
| | | |||||
| * | Updating to persist a params snippets variable | Charles Bushong | 2014-09-05 | 2 | -0/+19 |
| | | |||||
* | | Merge branch 'sha-link' of https://github.com/cirosantilli/gitlabhq into ↵ | Dmitriy Zaporozhets | 2014-09-04 | 1 | -0/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | cirosantilli-sha-link Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG | ||||
| * | | Add permalink to fixed SHA URL on blob view. | Ciro Santilli | 2014-09-01 | 1 | -0/+6 |
| |/ | |||||
* | | Explicitly require active teab for tests | Dmitriy Zaporozhets | 2014-09-04 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Rename activity to project tab | Dmitriy Zaporozhets | 2014-09-02 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Awesome shortcuts for GitLab | Robert Schilling | 2014-09-01 | 3 | -0/+82 |
|/ | |||||
* | Validate label titel in project scope | Robert Schilling | 2014-08-13 | 1 | -1/+13 |
| |