87 Commits (master)

Author SHA1 Message Date
  Marius Balteanu 38d950df55 Remove current year from source file copyright headers and update year in footer to 2024 (#40043). 2 months ago
  Go MAEDA 9b247230f7 Fix RuboCop offense Layout/EmptyLinesAroundClassBody introduced in r22562 (#39747, #36320). 4 months ago
  Marius Balteanu 5a5c621f43 Add system test for #39747. 4 months ago
  Marius Balteanu 01e9671291 Wait for autocomplete to return all 3 issues in order to avoid @StaleElementReferenceError@ (#38852). 6 months ago
  Marius Balteanu daa5010cbb Add system test for #39521. 6 months ago
  Marius Balteanu 5f028722d5 Keep existing @##@ syntax when triggering an issue from the inline autocomplete (#38852). 6 months ago
  Marius Balteanu f6c9c725bd Fixes failing system test caused by unavailable Underline button in CommonMark (#34863). 6 months ago
  Marius Balteanu 7ba9cb1da6 Use assert_selector which automatically waits until the HTML condition is met (#39109). 6 months ago
  Go MAEDA 1481c721a2 Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (#38093). 1 year ago
  Go MAEDA 92bd67c279 Update copyright year to 2023 (#38141). 1 year ago
  Go MAEDA ee1476f802 Fix RuboCop offense Rails/Pluck (#37248). 1 year ago
  Go MAEDA 47b17044d2 Fix RuboCop offense Style/RedundantStringEscape (#36919). 1 year ago
  Marius Balteanu 3179bee5a8 Fix random system test failure by adding a missing fixture. 1 year ago
  Marius Balteanu 5e70ebc4c3 Add a test for #37369. 1 year ago
  Marius Balteanu b5673a0522 Fix Rubocop warnings. 2 years ago
  Marius Balteanu c3a08d99f5 Add test for #37053. 2 years ago
  Marius Balteanu 2a60a7bd79 Fix that mentions not working after issue status is changed (#36909). 2 years ago
  Marius Balteanu ed65e9d2a2 Add missing fixture in InlineAutocompleteSystemTest. 2 years ago
  Marius Balteanu 277818cf42 Use click_button to click on buttons in test_bulk_edit. 2 years ago
  Marius Balteanu d3988aedd1 Add test for #34029. 2 years ago
  Marius Balteanu 30d91c8503 Fix that Log time and/or Add notes sections from issue form page do not show or hide dynamically based on user permission (#34641). 2 years ago
  Marius Balteanu d9bcb65cb9 Remove system test (#6432). 2 years ago
  Go MAEDA 3686b77eb6 Update copyright year in source files to 2022 (#36379). 2 years ago
  Go MAEDA 735005a5a2 IssuesSystemTest fails with ArgumentError in Ruby 3.1 (#36205, #36360). 2 years ago
  Go MAEDA 2b8aeed917 IssuesSystemTest#test_bulk_edit fails due to r21248 (#35770, #36352). 2 years ago
  Go MAEDA 2b1d88fa59 Allow Roadmap view without any related issues (#6432). 2 years ago
  Go MAEDA 37d3f3faa9 Add watching users to a ticket should switch "watch" link to "unwatch" if own user was added (#15634). 2 years ago
  Go MAEDA 3e36b5c452 Update copyright year in source files to 2021 (#33069). 3 years ago
  Go MAEDA bbfade9728 Fix that inline issue auto complete does not sanitize HTML tags (#33846). 3 years ago
  Go MAEDA 44ea826a21 "Copy link" feature for issue and issue journal (#34703). 3 years ago
  Go MAEDA 1375840881 Fix a failed system test due to r20765 (#34714). 3 years ago
  Go MAEDA 2f3222e0bd Auto complete wiki page links (#33820). 3 years ago
  Go MAEDA 082570094a Add keyboard shortcuts for bold, italic and underline buttons (#34549). 3 years ago
  Go MAEDA 1bf01c5677 Adding system tests for keyboard shortcuts (#30459). 3 years ago
  Go MAEDA cde271e79e Allow issue relation autocomplete to select multiple values (#33418). 3 years ago
  Go MAEDA f4e7ed338e Fix the order of assert params (#34123). 3 years ago
  Go MAEDA bb5acf4ec6 500 error when attempting to create custom field enumeration with empty name (#33930). 3 years ago
  Go MAEDA 7467faf937 Add system tests for inline autocomplete (#34123). 3 years ago
  Go MAEDA b42e8c2040 Fix selenium chrome options so files are downloaded to tmp/downloads in system tests (#34119). 3 years ago
  Go MAEDA 2d8d0b7dee Fix Capybara::Ambiguous: Ambiguous match, found 2 elements matching visible link or button "eCookbook" (#32944, #34357). 3 years ago
  Toshi MARUYAMA 3be81b344e add more assert_equal to IssuesSystemTest#test_bulk_copy 3 years ago
  Go MAEDA 9d1e8c75cc IssuesSystemTest#test_bulk_watch_issues_via_context_menu randomly fails due to Capybara clicks out of an element (#33315). 3 years ago
  Toshi MARUYAMA 98e7e723c3 add more assert_equal to IssuesSystemTest#test_bulk_copy 3 years ago
  Toshi MARUYAMA 575403413a add "Copy and follow" flow to bulk_copy system test 3 years ago
  Toshi MARUYAMA 7a7542b51d wait for ajax response in IssuesSystemTest#test_bulk_edit as same with IssuesSystemTest#test_bulk_copy 3 years ago
  Toshi MARUYAMA 0d15a93d22 wait for ajax response to prevent random failure in IssuesSystemTest#test_bulk_copy 3 years ago
  Toshi MARUYAMA 2f19b1eaa7 add bulk copy issues system test 3 years ago
  Toshi MARUYAMA 922d1021f4 add "Move and follow" flow to bulk_edit system test 3 years ago
  Toshi MARUYAMA 8d2d557f2c add bulk_edit system test 3 years ago
  Toshi MARUYAMA d050d51544 simplify IssuesSystemTest#test_bulk_watch_issues_via_context_menu 3 years ago