summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/attachments_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-0/+25
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-0/+22
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-12-021-6/+24
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-07-191-4/+6
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-021-0/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-7/+7
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/integrati...Toshi MARUYAMA2019-10-141-3/+0
* Fixes not to call set_tmp_attachments_directory twice after each test (#32094).Go MAEDA2019-09-201-3/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-4/+4
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-17/+34
* Fixes uploading of empty files (#25115).Jean-Philippe Lang2017-02-281-0/+19
* Adds a routing test for deleting attachment via the API.Jean-Philippe Lang2016-10-011-2/+2
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-0/+23
* Return attachment id in api response to attachment upload (#23566).Jean-Philippe Lang2016-08-301-0/+3
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-0/+18
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-2/+2
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+15
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-1/+2
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-14/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Att...Toshi MARUYAMA2014-01-101-2/+2
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-0/+12
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-0/+11
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+35
* Test cleanup.Jean-Philippe Lang2012-01-021-3/+2
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-5/+5
* Rails3: replace "all" fixtures at test/integration/api_test/attachments_test.rbToshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/attachments_test.rb.Toshi MARUYAMA2011-08-271-11/+11