summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'fix-shortcuts_spec-explore-page-transient-failure' into 'master' Douwe Maan2017-05-111-14/+17
|\ | | | | | | | | Find the nothing-here-block before asserting page content when on explore page of shortcuts_spec.rb See merge request !11250
| * Fix `send_key` to `send_keys` and add EOF newlinefix-shortcuts_spec-explore-page-transient-failureLuke "Jared" Bennett2017-05-101-3/+3
| |
| * Find the nothing-here-block before asserting page content when on explore ↵Luke "Jared" Bennett2017-05-101-15/+18
| | | | | | | | page of shortcuts_spec.rb
* | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-106-6/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| * | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-103-3/+3
| | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-103-3/+3
| | | | | | | | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'bvl-security-patches' into 'master' Robert Speicher2017-05-105-15/+150
|\ \ \ | | | | | | | | | | | | | | | | Security patches -> `master` See merge request !11230
| * | | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-104-15/+127
| | | | | | | | | | | | | | | | | | | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094
| * | | Merge branch 'snippets_visibility' into 'security'Sean McGivern2017-05-101-0/+23
| | |/ | |/| | | | | | | | | | | | | Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
* | | Merge branch ↵Phil Hughes2017-05-101-0/+59
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | '31474-issue-boards-sidebar-milestone-dropdown-should-not-be-multi-select' into 'master' Resolve "Issue boards sidebar milestone dropdown should not be multi select" Closes #31474 See merge request !11084
| * | Disallow multiselect for Milestone dropdownSam Rose2017-05-101-0/+59
| | |
* | | Merge branch 'fix-sidebar_spec-assignee-edit-transient-failure' into 'master' Sean McGivern2017-05-101-2/+2
|\ \ \ | |_|/ |/| | | | | | | | Find dropdown-menu before asserting active item in sidebar_spec.rb See merge request !11246
| * | Find dropdown-menu before asserting active item in sidebar_spec.rbfix-sidebar_spec-assignee-edit-transient-failureLuke "Jared" Bennett2017-05-101-2/+2
| | |
* | | Merge branch 'search-restrict-projects-to-group' into 'master' Filipa Lacerda2017-05-101-0/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Filter projects by group on search page Closes #29489 See merge request !11169
| * | | Filter projects by group on search pagesearch-restrict-projects-to-groupPhil Hughes2017-05-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | After selecting a group, the projects dropdown will now filter by group projects instead Closes #29489
* | | | Merge branch 'issue-boards-sidebar-create-new-label-404-error' into 'master' Filipa Lacerda2017-05-101-0/+45
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fixed create label form not working on issue boards in a sub-group project Closes #31862 See merge request !11182
| * | | Fixed create label form not working on issue boards in a sub-group projectissue-boards-sidebar-create-new-label-404-errorPhil Hughes2017-05-081-0/+45
| |/ / | | | | | | | | | Closes #31862
* | | Add :redis keyword to some specs clear state of trackable attributesToon Claes2017-05-092-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The specs that rely on a correct value of the trackable attributes, should include the `:redis` keyword in the spec to ensure the state is reset between various specs. The trackable attributes being: - sign_in_count : Increased every time a sign in is made (by form, openid, oauth) - current_sign_in_at : A timestamp updated when the user signs in - last_sign_in_at : Holds the timestamp of the previous sign in - current_sign_in_ip : The remote ip updated when the user sign in - last_sign_in_ip : Holds the remote ip of the previous sign in The limiting of writing trackable attributes was introduced in gitlab-org/gitlab-ce!11053.
* | | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-097-13/+36
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Preloads head pipeline for each merge request Closes #27168 See merge request !10064
| * | | Small code improvements and add migration specFelipe Artur2017-05-081-4/+2
| | | |
| * | | Fix specs 2Felipe Artur2017-05-082-8/+11
| | | |
| * | | Fix SpecsFelipe Artur2017-05-087-11/+33
| | | |
* | | | Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan2017-05-091-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Limit User's trackable attributes to update at most once/hour Closes #22068 See merge request !11053
| * | | Devise can assign trackable fields, but only allow writes once/hourtc-cache-trackable-attributesToon Claes2017-05-081-2/+2
| | | | | | | | | | | | | | | | Not assigning the trackable fields seems to cause strange side-effects.
* | | | Merge request widget redesignFatih Acet2017-05-0916-91/+98
| |/ / |/| |
* | | Merge branch '28359-skip-process-commit-worker-unless-issues-referenced' ↵31977-ensure-all-webpack-bundles-which-include-vue-are-children-of-common_vue-jsDmitriy Zaporozhets2017-05-081-2/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Use regex to skip unnecessary reference processing in ProcessCommitWorker Closes #28359 See merge request !10867
| * | | Cycle analytics specs needed Commit to reference issue28359-skip-process-commit-worker-unless-issues-referencedJames Edwards-Jones2017-05-041-2/+1
| | | | | | | | | | | | The plan stage both measures time taken and lists related commits. We test for commits being listed, so needed to actually mention the issue in them. An alternative would have been adding “allow_any_instance_of(Commit).to receive(:matches_cross_reference_regex?).and_return(true)” but this felt too coupled to implementation.
* | | | Just assert the existence of the timeago elementLuke "Jared" Bennett2017-05-081-4/+3
| | | |
* | | | Check for all possible timeago strings that can be rendered in a few ↵fix-notes_on_personal_snippets_spec-timeago-assertion-ceLuke "Jared" Bennett2017-05-081-1/+4
| |_|/ |/| | | | | | | | minutes. We cannot rely on 'less than a minute ago'
* | | Add confirm delete protected branch modalSam Rose2017-05-081-1/+84
| |/ |/|
* | Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-076-74/+213
| |
* | Merge branch 'another-attempt-at-access_control_ce_spec-transient-failure' ↵Stan Hu2017-05-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Another attempt at access_control_ce_spec Closes #31827 See merge request !11123
| * | Another attempt at access_control_ce_specanother-attempt-at-access_control_ce_spec-transient-failureLuke "Jared" Bennett2017-05-051-1/+1
| | |
* | | Merge branch 'correctly-stub-application-settings-in_signup_spec' into 'master' Stan Hu2017-05-071-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Correctly stub application settings in signup_spec.rb See merge request !11151
| * | | Correctly stub application settings in signup_spec.rbcorrectly-stub-application-settings-in_signup_specLuke "Jared" Bennett2017-05-071-2/+2
| | | |
* | | | Fix test|25226-realtime-pipelines-feZ.J. van de Weg2017-05-071-3/+1
| | | |
* | | | Make test that actually displays pipeline graphKamil Trzcinski2017-05-071-0/+54
|/ / /
* | | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński2017-05-061-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
| * \ \ Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-0514-98/+372
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
| * \ \ \ Merge branch 'master' into ↵Grzegorz Bizon2017-05-0310-10/+275
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (103 commits) Include missing project attributes to Import/Export Create the rest of the wiki docs Fill in information about creating the wiki Home page Move wiki doc to its own index page Create initial file for Wiki documentation Default to null user when asignee is unselected Re-enable ref operations with gitaly after not-found fix #31560 Add repo parameter to gitaly:install and workhorse:install Remove N+1 queries when checking nodes visible to user Don't validate reserved words if the format doesn't match Revert "Shorten and improve some job names" Remove unused initializer DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml` Make the static-analysis job be run for docs branches too Add download_snippet_path helper Refresh the markdown cache if it was `nil` Add some documentation for the new migration helpers Update comments Display comments for personal snippets Update docs on creating a project ...
| * \ \ \ \ Merge branch 'master' into ↵Grzegorz Bizon2017-05-02107-217/+1119
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (314 commits) Better Explore Groups view Update Carrierwave and fog-core Add specs for Gitlab::RequestProfiler Add scripts/static-analysis to run all the static analysers in one go Shorten and improve some job names Group static-analysis jobs into a single job Don't blow up when email has no References header Update CHANGELOG.md for 9.1.2 Add changelog Add changelog Show Raw button as Download for binary files Use blob viewers for snippets Fix typo Fixed transient failure related to dropdown animations Revert "Merge branch 'tc-no-todo-service-select' into 'master'" fix link to MR 10416 Another change from .click -> .trigger('click') to make spec pass Change from .click -> .trigger('click') to make spec pass Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations Add AddColumnWithDefaultToLargeTable cop ... Conflicts: spec/requests/api/jobs_spec.rb
| * \ \ \ \ \ Merge branch 'master' into ↵Grzegorz Bizon2017-04-2222-558/+738
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (274 commits) Update VERSION to 9.2.0-pre Update CHANGELOG.md for 9.1.0 Update Auto Deploy documentation Disable import URL field in New project form since it's hidden by default Remove reference to burndown charts since they don't exist for ce. Use master_password for Sentinel Refactor Discussions docs Start versioning cached markdown fields Refactor add_users method for project and group Improved the spec Now correctly tests against different forms Refactor environments components into vue files - part 3 Adding animation for all dropdown fix placeholder visibility submodule_links: handle urls that don't end with .git Add help regarding vue resource and where to include it Append .json to ajax endpoint to prevent browser to display raw json Fixed the preview keyboard shortcut focusing wrong tab Fix broken link Added new discussions docs Started on resolvable discussions docs ...
| * | | | | | Merge branch 'master' into ↵Grzegorz Bizon2017-04-1367-380/+1107
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/manual-actions-protected-branches-permissions * master: (641 commits) Revert "Fix registry for projects with uppercases in path" Fix registry for projects with uppercases in path Move event icons into events_helper Reset New branch button when issue state changes Add link to environments on kubernetes.md Indent system notes on desktop screens Improve webpack-dev-server compatibility with non-localhost setups. Add changelog entry Fix recent searches icon alignment in Safari Use preload to avoid Rails using JOIN Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error Prepare for zero downtime migrations Fix filtered search input width for IE Fix the `gitlab:gitlab_shell:check` task Fixed random failures with Poll spec Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates Let uses hide verbose output by default Separate examples for each other Collapse similar sibling scenarios Use empty_project for resources that are independent of the repo ... Conflicts: app/views/projects/ci/builds/_build.html.haml
| * | | | | | | Fix specs related to new manual actions permissionsGrzegorz Bizon2017-04-061-0/+4
| | | | | | | |
* | | | | | | | Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern2017-05-064-45/+281
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
| * | | | | | | | Fix Rubocop failuresMichael Kozono2017-05-051-2/+2
| | | | | | | | |
| * | | | | | | | Fix or workaround spec failureMichael Kozono2017-05-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why this fixes this error: ``` ActiveRecord::RecordNotUnique:  PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_routes_on_source_type_and_source_id"  DETAIL: Key (source_type, source_id)=(Project, 1) already exists.  : INSERT INTO "routes" ("source_type", "path", "name", "source_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" ```
| * | | | | | | | Redirect from redirect routes to canonical routesMichael Kozono2017-05-054-23/+32
| | | | | | | | |
| * | | | | | | | Add happy path feature tests for redirect behaviorMichael Kozono2017-05-053-28/+255
| | | | | | | | |
* | | | | | | | | Merge branch 'attemp-to-fix-issue_sidebar_spec-again' into 'master' Stan Hu2017-05-061-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trigger click instead of actual click to make sure the right button is always hit Closes #30504 See merge request !11127