Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename menu item and page 'Task queue' to 'Tasks' | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -1/+1 | |
| | ||||||
* | Improve formatted message for tasks when action is a mention | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -3/+3 | |
| | ||||||
* | Add filters by project, author, type, and action to task queue page list | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -24/+92 | |
| | ||||||
* | Add feature spec for task queue list page | Douglas Barbosa Alexandre | 2016-02-20 | 1 | -0/+60 | |
| | ||||||
* | Little refactor plus some specs. | Rubén Dávila | 2016-01-21 | 1 | -0/+1 | |
| | ||||||
* | Use "Build passed" in tooltip instead of "Build status: passed" | Douwe Maan | 2015-12-08 | 1 | -1/+1 | |
| | ||||||
* | Fix specs | Douwe Maan | 2015-11-18 | 1 | -1/+0 | |
| | ||||||
* | Fix spinach tests introduced by 07101cfab61f28c6328efebea98f018ab8356cdd | Kamil Trzcinski | 2015-10-14 | 1 | -3/+3 | |
| | ||||||
* | Show CI status on Your projects page and Starred projects pageci-status-projects-page | Dmitriy Zaporozhets | 2015-09-24 | 1 | -0/+4 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix tests and update CHANGELOGrefactor-starred-projects-page | Dmitriy Zaporozhets | 2015-09-02 | 1 | -1/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Import sources: show only enabled sources | Artem Sidorenko | 2015-08-20 | 1 | -1/+30 | |
| | ||||||
* | Revert "Merge branch 'revert-satellites' into 'master' " | Dmitriy Zaporozhets | 2015-08-11 | 2 | -5/+5 | |
| | | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c. | |||||
* | Revert "Merge branch 'drop-satellites'" | Dmitriy Zaporozhets | 2015-08-11 | 2 | -5/+5 | |
| | | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Use real branches from test repo | Dmitriy Zaporozhets | 2015-07-16 | 1 | -4/+4 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix application initialize | Dmitriy Zaporozhets | 2015-07-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into rubocop-for-tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb | |||||
| * | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -1/+1 | |
| | | ||||||
* | | Fix rubocop issues at feature/ directory | Dmitriy Zaporozhets | 2015-06-22 | 2 | -2/+2 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Call `page.all` instead of `all` in feature steps | Robert Speicher | 2015-06-12 | 1 | -1/+1 | |
| | | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396 | |||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 2 | -2/+2 | |
| | ||||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 9 | -42/+42 | |
| | ||||||
* | Merge branch 'support-edit-target-branch-in-mr' into 'master' | Dmitriy Zaporozhets | 2015-05-29 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support editing target branch of merge request ### What does this MR do? This MR makes it possible to edit the target branch of a merge request and adds a system note when this happens. ### Why was this MR needed? Because lots of people requested this feature. :) ### Screenshots **Edit MR page** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/9b3d405bf7b5f945e35bae3534c2b67b/image.png) **New MR page** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/3657a2a9efad6d10e8470637d1166bdb/image.png) **System note** ![image](https://gitlab.com/gitlab-org/gitlab-ce/uploads/cc8066f3d3bdf09c0cce27193210567d/image.png) ### What are the relevant issue numbers? * Closes https://github.com/gitlabhq/gitlabhq/issues/7105 * See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130! See merge request !738 | |||||
| * | Support editing target branch of merge request | Stan Hu | 2015-05-29 | 1 | -2/+2 | |
| | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/7105 See: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/130 | |||||
* | | Fix tests for group leave feature | Dmitriy Zaporozhets | 2015-05-29 | 1 | -0/+4 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix "Dashboard > New project" feature | Robert Speicher | 2015-04-25 | 1 | -1/+3 | |
| | ||||||
* | Revert "Fix and improve help rendering" | Robert Speicher | 2015-04-15 | 1 | -1/+1 | |
| | | | | This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8. | |||||
* | Revert help link tests removal | Dmitriy Zaporozhets | 2015-04-15 | 1 | -0/+3 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | fix failing test | Hannes Rosenögger | 2015-04-13 | 1 | -0/+6 | |
| | ||||||
* | The help link has been removed. The commit removes the test for it. | Hannes Rosenögger | 2015-04-13 | 1 | -9/+0 | |
| | ||||||
* | Fix and improve help rendering | Sullivan SENECHAL | 2015-04-03 | 1 | -1/+1 | |
| | ||||||
* | Fix tests and unassigned filter for issues. Updated CHANGELOG | Dmitriy Zaporozhets | 2015-03-27 | 2 | -24/+10 | |
| | ||||||
* | Fix "Import projects from" button to show the correct instructions | Stan Hu | 2015-03-22 | 1 | -0/+27 | |
| | | | | Closes #1267 | |||||
* | Remove projects page from dashboard | Dmitriy Zaporozhets | 2015-03-10 | 1 | -11/+0 | |
| | ||||||
* | Fix test for creating group from dashboard | Dmitriy Zaporozhets | 2015-03-10 | 1 | -0/+19 | |
| | ||||||
* | Add tests for starred projects page | Dmitriy Zaporozhets | 2015-03-09 | 1 | -0/+15 | |
| | ||||||
* | Move Profile groups tests to Dashboard group tests | Dmitriy Zaporozhets | 2015-03-08 | 1 | -0/+44 | |
| | ||||||
* | Merge branch 'master' into rails-4.1.9 | Vinnie Okada | 2015-02-19 | 1 | -4/+4 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Fix specs. | Douwe Maan | 2015-02-13 | 1 | -4/+4 | |
| | | ||||||
* | | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -1/+1 | |
|/ | | | | | | 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. | |||||
* | Fix scroll problems and disable authorized_only filter | Dmitriy Zaporozhets | 2014-12-24 | 1 | -4/+10 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Improvements to issues/mr filters: | Dmitriy Zaporozhets | 2014-12-24 | 1 | -4/+10 | |
| | | | | | | | * use filter_params variable when set filter values * fix project issues spinach tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Factor '0' * 40 blank ref constants | Ciro Santilli | 2014-11-03 | 1 | -1/+1 | |
| | ||||||
* | Assigned merge request should show on dashboard mr overiew feature spec. | Marin Jankovski | 2014-10-27 | 1 | -1/+16 | |
| | ||||||
* | Failing feature for dashboard merge requests when user has authored issues ↵ | Marin Jankovski | 2014-10-27 | 1 | -2/+27 | |
| | | | | on forked project source. | |||||
* | Failing feature for dashboard issues when user has authored issues on ↵ | Marin Jankovski | 2014-10-27 | 1 | -0/+10 | |
| | | | | projects he is not a member of. | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 2 | -1/+22 | |
| | | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path | |||||
* | Remove def project from tests that inherit it. | Ciro Santilli | 2014-09-28 | 1 | -4/+0 | |
| | ||||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'spinach-step' of https://github.com/cirosantilli/gitlabhq into ↵ | Dmitriy Zaporozhets | 2014-09-22 | 4 | -27/+27 | |
|\ | | | | | | | | | | | | | | | | | cirosantilli-spinach-step Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/markdown_render.rb | |||||
| * | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 4 | -27/+27 | |
| | |