summaryrefslogtreecommitdiff
path: root/spec/features/uploads
Commit message (Collapse)AuthorAgeFilesLines
* Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett2018-10-151-1/+1
|
* Send resize parameters for avatarsTim Zallmann2018-08-071-1/+1
|
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-053-7/+7
|
* Fix #39604 - Update header avatar after user changes avatarJamie Schembri2018-06-271-8/+19
|
* Fix tests after group settings page redesignDmitriy Zaporozhets2018-05-281-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-021-21/+13
|
* slow down requests for dropzone uploads to avoid race conditionsMike Greiling2017-10-241-0/+8
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-8/+8
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
| * Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| |
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-313-5/+5
|\ \ | |/ | | | | | | | | | | # Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
| * Remove superfluous type defs in specsKeifer Furzland2017-07-273-3/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-242-2/+2
| |
* | IssueNotesRefactor: Fix upload specs.Fatih Acet2017-07-211-0/+1
|/
* Update specs for new upload pathBob Van Landuyt2017-07-182-2/+2
|
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-293-3/+3
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-193-3/+3
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-072-2/+2
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
|
* Add an ability to cancel attaching file and redesign attaching files UIblackst0ne2017-05-161-8/+68
|
* Add feature specs for three types of user uploadsrs-uploadersRobert Speicher2017-02-243-0/+72