summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Add test to check if top right search form is not presentissue_15222Alfredo Sumaran2016-04-131-0/+4
|
* Merge branch 'label-filter' into 'master' Jacob Schatz2016-04-131-0/+31
|\ | | | | | | | | | | | | | | | | | | | | Fixed not being able to filter by any or no labels Brings back the options to filter by any or no label Closes #15008 ![Screen_Shot_2016-04-07_at_11.26.41](/uploads/20d949b19f537d830118532e1d44feb7/Screen_Shot_2016-04-07_at_11.26.41.png) See merge request !3589
| * Filtering by any label keeps the text on the toggle buttonlabel-filterPhil Hughes2016-04-121-0/+9
| |
| * Added label filter testsPhil Hughes2016-04-071-0/+22
| |
* | Merge branch 'project-title-dropdown' into 'master' Jacob Schatz2016-04-121-2/+1
|\ \ | | | | | | | | | | | | | | | | | | Project dropdown in header uses new dropdown See merge request !3339
| * | Updated testsPhil Hughes2016-04-121-2/+1
| | |
* | | Merge branch 'fix_quick_submit_missing_in_edit_merge_request' into 'master' Jacob Schatz2016-04-121-0/+21
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | Fix quick submit missing in edit merge request page closes #14953 ![fix](/uploads/5b80b37330929514c81299b4c8fe3efb/fix.gif) See merge request !3601
| * | add some changes to the testfix_quick_submit_missing_in_edit_merge_requestArinde Eniola2016-04-071-11/+5
| | |
| * | add testArinde Eniola2016-04-071-0/+27
| |/
* | Merge branch 'dashboard-filter-milestone' into 'master' Jacob Schatz2016-04-111-0/+54
|\ \ | | | | | | | | | | | | | | | | | | Fixed issue with dashboard/issues not filtering by milestone Closes #15128 See merge request !3650
| * | Fixed issue with dashboard/issues not filtering by milestonedashboard-filter-milestonePhil Hughes2016-04-111-0/+54
| | | | | | | | | | | | Closes #15128
* | | Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-111-3/+8
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
| * | Build fixPhil Hughes2016-04-061-3/+8
| | |
* | | write test to prevent reoccurence of issueprevent_users_from_upvoting_downvoting_emojiArinde Eniola2016-04-091-0/+64
| | |
* | | Diff design updatesAnnabel Dunstone2016-04-071-1/+1
| | |
* | | Update diff colors and iconsAnnabel Dunstone2016-04-071-1/+1
| |/ |/|
* | Merge branch 'feature/expose-builds-badge' into 'master' Rémy Coutable2016-04-071-0/+34
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose badges This MR exposes badge somewhere in visible place. ![expose_badges](/uploads/d2e290d3013d1ef2b1bdeebbbe2c5d8b/expose_badges.png) Closes #13801 See merge request !3326
| * | Add feature specs for list of badges pageGrzegorz Bizon2016-04-061-0/+34
| | |
* | | Merge branch 'patch/fix-markdown-preview-wikis' into 'master' Robert Speicher2016-04-071-1/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Wiki preview URL converting problem [via Markdown] Current implementation when rendering the preview, thinks relative links are for project repository files. We are creating a new preview route that will define correct context data to render for wikis instead. Fixes #2380, #1184 See merge request !3461
| * | Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-061-1/+1
| | |
| * | Fix a few edited references from WikiLinkFilter and specsGabriel Mazetto2016-04-061-0/+1
| | |
* | | Merge branch 'fix_missing_filters_on_status_tab_change' into 'master' Jacob Schatz2016-04-061-0/+119
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | Fix missing filters on status tab when user swithches to another state closes #14769 ![fixi](/uploads/7733ec714b70b2157104af4b039953c3/fixi.gif) See merge request !3482
| * | complete the testsfix_missing_filters_on_status_tab_changeArinde Eniola2016-04-061-1/+75
| | |
| * | set up test for preventing this issue from reoccuringArinde Eniola2016-04-061-0/+45
| | |
* | | Merge branch 'note-form-design' into 'master' Jacob Schatz2016-04-052-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Notes form design update Part of #3401 See merge request !3442
| * | | Updated testsPhil Hughes2016-04-041-1/+1
| | | |
| * | | Tests updatePhil Hughes2016-04-042-2/+2
| |/ /
* | | Wrap images in discussions and wikis with a link to the image source using ↵connorshea2016-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | ImageLinkFilter. Resolves #14411. See merge request !3464
* | | Fix creation of merge requests for orphaned branchesStan Hu2016-04-041-0/+28
|/ / | | | | | | Closes #14875
* | Fix view of notes in search results when noteable is a snippetsnippets-with-comments-cause-a-500-when-they-show-up-in-search-results-14764Rémy Coutable2016-03-311-8/+35
|/ | | | | | Also, streamline the view. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Spec updatesadded-milestone-upcomingPhil Hughes2016-03-292-8/+6
|
* Updated based on Ruby feedbackPhil Hughes2016-03-292-4/+4
|
* Added tests for upcoming milestone filterPhil Hughes2016-03-292-0/+68
|
* Merge branch 'fix-14607' into 'master' Douwe Maan2016-03-293-0/+234
|\ | | | | | | | | | | | | Ensure private project snippets are not viewable by unauthorized people Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14607 See merge request !1946
| * Ensure project snippets have their own access levelRémy Coutable2016-03-253-0/+234
| |
* | Fix minor code style issuesJacob Schatz2016-03-251-13/+0
| | | | | | | | | | Fix underscore template error. Fix `=` spacing
* | Fix features until tests pass.Jacob Schatz2016-03-251-47/+35
| | | | | | | | | | Milestones needed a none selector Assignee needed unassign.
* | Fix specsAlfredo Sumaran2016-03-251-1/+1
|/
* Fix specs broken by !3270 and !3337.fix-frontend-specsRémy Coutable2016-03-241-1/+1
|
* Merge branch 'update-issues-tests' into 'master' Robert Speicher2016-03-231-0/+117
|\ | | | | | | | | | | | | | | Multi-update issues tests There were no tests for updating multiple issues at a time - this fixes that :thumbsup: See merge request !3357
| * Update milestone specupdate-issues-testsPhil Hughes2016-03-231-11/+41
| |
| * Assignee testsPhil Hughes2016-03-231-0/+40
| |
| * Added tests for setting multiple status on issuesPhil Hughes2016-03-231-0/+47
| |
* | Add missing Dashboard::LabelsControllerRémy Coutable2016-03-231-0/+29
|/
* Address feedbackDouwe Maan2016-03-223-16/+16
|
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-0/+87
|\ | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| * Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-195-35/+166
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (121 commits) Dedupe labels in labels selector in Dashboard pages Refactor colors and lists Add a safeguard in MergeRequest#compute_diverged_commits_count Fix an issue when the target branch of a MR had been deleted Add avatar to issue and MR pages header Cleanup somce css colors Re-group scss variables Refactor `Todo#target` Fixes issue with filter label missing on labels & milestones Rename `Todo#to_reference` to `Todo#target_reference` Fixed failing tests Updated controller with before_action Fixed other issues based on feedback Fixes issue on dashboard issues Full labels data in JSON Fixed issue with labels dropdown getting wrong labels Update CHANGELOG Use `Note#for_project_snippet?` to skip notes on project snippet Use `Commit#short_id` instead of `Commit.truncate_sha` Reuse `for_commit?` on conditional validations Update schema info comment on todo related files ... Conflicts: app/models/issue.rb db/schema.rb spec/models/issue_spec.rb
| * | Do not use javascript in specs for issue moveGrzegorz Bizon2016-03-171-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Feature specs that were using javascript took a long time to finish (about 10x longer) and where hitting Poltergeist timeouts. This modification skips using javascript with select2 selecbox, thus it is faster, but this also does not check some JavaScript related features.
| * | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-0/+11
| | |
| * | Add feature specs for issue moveGrzegorz Bizon2016-03-171-0/+77
| | |