summaryrefslogtreecommitdiffstats
path: root/test/object_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Lint/SendWithMixinArgument (#39887).Go MAEDA2024-08-241-2/+2
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-6/+6
* Fix RuboCop offense Rails/RedundantActiveRecordAllMethod (#37248).Go MAEDA2023-10-121-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-1/+1
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-1/+1
* Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...Go MAEDA2021-04-011-1/+1
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-0/+8
* Add support for customization by block to IssueCustomField.generate! (#31402).Go MAEDA2019-05-201-0/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-13/+13
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+1
* Don't send notifications when using Issue.generate! in tests in order to spee...Jean-Philippe Lang2018-12-021-1/+3
* Allow to copy documents along with projects (#26621).Go MAEDA2018-04-281-0/+8
* Adds settings for time entry hours validation (#24005).Jean-Philippe Lang2017-07-191-1/+6
* use symbol instead of string for 'position' (#24013)Toshi MARUYAMA2016-11-281-1/+1
* Use a single hash as argument.Jean-Philippe Lang2016-09-011-13/+13
* Dup @generated_changeset_rev.Jean-Philippe Lang2016-07-161-1/+1
* Make Tracker map-able for CSV import (#22951).Jean-Philippe Lang2016-06-071-1/+1
* Replaces acts_as_list with an implementation that handles #position= (#12909).Jean-Philippe Lang2016-04-171-1/+6
* Adds tests for default custom field value (#21074).Jean-Philippe Lang2015-10-301-0/+7
* Error message when editing a child project without add project/subprojects pe...Jean-Philippe Lang2015-09-211-1/+4
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-0/+19
* Disallow users to delete a version referenced by a custom field (#20159).Jean-Philippe Lang2015-06-271-0/+1
* Adds settings to control start/due dates and priority on parent tasks (#5490).Jean-Philippe Lang2015-05-251-0/+6
* Cleans up parent project assignment in ProjectsController.Jean-Philippe Lang2015-01-071-2/+4
* Default status per tracker (#5991).Jean-Philippe Lang2014-11-021-1/+32
* Restores commits reverted when rails-4.1 branch was merged (#18174).Jean-Philippe Lang2014-10-241-0/+8
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-9/+1
* Fixed that query roles are not copied when copying a project (#17202).Jean-Philippe Lang2014-07-141-0/+8
* Adds some test helpers to cleanup tests.Jean-Philippe Lang2014-01-311-0/+13
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-0/+12
* Don't validate start date when updating an issue without changing it (#14086).Jean-Philippe Lang2013-06-051-1/+8
* backout r11865 test/object_helpers.rb changesToshi MARUYAMA2013-05-181-1/+0
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-0/+1
* Fixed that deleting a system activity with children in use raises an error (#...Jean-Philippe Lang2013-05-011-1/+2
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-0/+11
* Dup generated attributes.Jean-Philippe Lang2013-02-031-11/+11
* Optionaly inherit members from parent project (#5605).Jean-Philippe Lang2013-02-021-0/+6
* Link to attachment should return latest attachment (#7510).Jean-Philippe Lang2013-01-151-0/+12
* Adds issue custom fields to time entries filters (#10191).Jean-Philippe Lang2013-01-121-0/+11
* Makes Issue.generate_with_descendants! helper accept attributes only.Jean-Philippe Lang2012-10-121-6/+6
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-17/+6
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+9
* Option to copy subtasks when copying issue(s) (#6965).Jean-Philippe Lang2012-09-081-0/+9
* MailHandler: Match assignee on the full display name (#11552).Jean-Philippe Lang2012-08-261-1/+2
* Support for subforums (#3831).Jean-Philippe Lang2012-07-311-0/+11
* Replaced group[lastname] parameter with group[name].Jean-Philippe Lang2012-06-011-1/+1
* Methods moved.Jean-Philippe Lang2012-04-221-18/+18
* Removed Query.generate_default! helper.Jean-Philippe Lang2012-04-221-8/+0
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-14/+0