summaryrefslogtreecommitdiff
path: root/spec/features/projects/artifacts
Commit message (Collapse)AuthorAgeFilesLines
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-274-8/+8
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-274-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-054-7/+7
|
* Let PhantomJS load local imagesrc/load-images-in-phantomjsRémy Coutable2017-06-121-0/+1
| | | | | | | | | | | | | This change fix a memory leak due to a Webkit bug: https://github.com/ariya/phantomjs/issues/12903 Also: - Whitelist only localhost and 127.0.0.1 in Capybara + JS specs - Blacklist all requests to media such as images, videos, PDFs, CSVs etc. - Log all the requests made. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use - as the prefix so we don't conflict with namespacesLin Jen-Shin2017-05-264-4/+4
| | | | | The decision was made around: https://gitlab.com/gitlab-org/gitlab-ce/issues/26407#note_30624641
* Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin2017-05-261-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
| * Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
| |
* | Complete all legacy builds URL. Tests are addedLin Jen-Shin2017-05-194-1/+130
| |
* | Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
|/ | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+59