Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NEWS #139

Merged
merged 2 commits into from
May 15, 2024
Merged

Update NEWS #139

merged 2 commits into from
May 15, 2024

Conversation

abetomo
Copy link
Contributor

@abetomo abetomo commented May 2, 2024

Many changes have been made since the last release because of the interval since the last release.
For this reason, we have made the commit log news this time.

@abetomo
Copy link
Contributor Author

abetomo commented May 2, 2024

I've made the commit log into news, any other good ideas?

Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

コミットログを羅列するだけなら v1.0.3...4855ae0 だけでいいかな。。。

NEWS.md Outdated
Comment on lines 7 to 117
* Added registered_at to fts_targets as preparation for sort by creation time (#118)
* Use Gemfile for webrick
* Add support for Redmine X UX plugin (#112)
* Add missing icon classes for search options (#110)
* Add support for destroying a custom field (#109)
* git: don't create RepositoryEntry if the change is a delete change (#106)
* project custom_field: fix a bug that orphan custom values may be remained
* issue custom_field: fix a bug that orphan custom values may be remained
* Drop support for Redmine 4.1
* attachment: use filename for extraction
* Add support for redmica_s3
* Avoid needless ALTER TABLE ADD INDEX with Mroonga
* dev: improve test runner with Redmine 5.0
* redmine5.0 test: don't use "files" as the base fixture path for old Rails
* redmine5.0 postgresql test: add support for UTC offset detection
* redmine5.0 postgresql: adjust WITH support patch
* mysql: fix conf.d path
* redmine4.1 test: skip system test
* Add support for Redmine 5.0
* Remove code for Redmine 4.0
* Use ** for options
* Use Pgroonga to follow Rails' convention
* Use CGI.unescape
* Drop support for Redmine 4.0
* Don't initialize multiple times with Redmine < 5
* Use auto load instead of explicit require
* Use auto load instead of require
* Use the latest chupa-text
* dev: use MySQL 8.0
* mroogna: fix Mroonga version check
* Use ActiveModel::Type::Value
* Use Int64 for fts_targets.tag_ids
* Proposal to improve database recovery procedure (#100)
* Add more development information
* Add how to develop document
* Add example files for Redmine 4.2
* Add full_text_search:similar_issues:synchronize
* Fix a bug that resolving journalized target incorrectly
* Ignore journal not for issue
* Ignore tag for nonexistent record
* Add support for Groonga 10 or later version detection
* Add support for batch synchronizing attachments in documents
* Ignore syntax error in Groonga's query syntax
* Add require full_text_search/migration (#90)
* Use check box again
* Use radio button in setting view
* Add an option whether include `search_id` and `search_n` in URL. (#88)
* Add a missing "source" in Gemfile (#89)
* test custom_value: update expected
* custom_value: set last_modified_at
* Add relations
* Ignore nonexistent tag error for drilldown
* Add missing labels
* Use after_commit instead of after_save
* Add support for specifying Ruby
* Add support for Redmine master
* Fix RecordNotFound error on journal destroy
* Stop updating issue record recursively by default
* Add support for searching files of scoped project
* Fix a bug that project related targets aren't found for normal users
* Remove not available search types
* Add missing namespace module
* Ignore unknown search type for source drilldowns
* Use utf8mb4 explicitly
* Add support for Ruby 2.4 again
* Accept no table case in recovery
* dump-issue-histories: add estimated hours
* dump-issue-histories: add elapsed time
* report-statistics: add
* dump-issue-histories: add support for nonexistent custom field
* dump-issue-histories: add support for more nonexistent objects
* dump-issue-histories: add support for nonexistent user
* dump-issue-histories: work
* Don't require json explicitly
* dump-issue-histories: add
* similar-search: make hook job
* wiki-page: content may be nil
* dump-text: add support for outputting to directory
* Add support for Redmine master again
* dump-text: add support for splitting to multiple files
* dump-text: process only Japanese sentence for now
* dump-text: limit max line size to 2KiB by default
* Use markup processed text
* pgroonga: fix operator
* Remove needless type: "fulltext" for PGroonga
* pgroonga: use NormalizerNFKC121
* Use identifier tag for project identifier
* Add support for searching by project identifier
* Don't show pagination without condition
* analyze-log: add more ratios
* analyze-log: show more information
* analyze-log: don't use pp
* dump-text: ignore long line
* dump-text: output sentences
* dump-mysql: add
* dump-text: dump only natural language text
* log-analyzer: add search ID check
* log-analyzer: add support for analyzing search
* dump-project: add support for --no-XXX
* Add workaround for IE11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Search by tags in Wiki Extensions (#137)
* Update Ruby version with master on CI (#134)
* ActiveSupport::TestCase.fixture_path will be deprecated from Rails v7.1 (#133)
* Use ApplicationRecord for Redmine 6 or later (#130)
* Ensure using the path in Redmine for plugin directory (#129)
* Adjust `.schema_format=` API Usage for Rails 7 Compatibility (#128)
* Support Redmine v5.1 (#123)
* build(deps): bump actions/checkout from 3 to 4 (#125)
* Keep our actions up to date with dependabot (#124)
* Add test cases for order by last modified time and score (#121)
* Enable sort function by registered time on the search page (#119)
* Added registered_at to fts_targets as preparation for sort by creation time (#118)
* Use Gemfile for webrick
* Add support for Redmine X UX plugin (#112)
* Add missing icon classes for search options (#110)
* Add support for destroying a custom field (#109)
* git: don't create RepositoryEntry if the change is a delete change (#106)
* project custom_field: fix a bug that orphan custom values may be remained
* issue custom_field: fix a bug that orphan custom values may be remained
* Drop support for Redmine 4.1
* attachment: use filename for extraction
* Add support for redmica_s3
* Avoid needless ALTER TABLE ADD INDEX with Mroonga
* dev: improve test runner with Redmine 5.0
* redmine5.0 test: don't use "files" as the base fixture path for old Rails
* redmine5.0 postgresql test: add support for UTC offset detection
* redmine5.0 postgresql: adjust WITH support patch
* mysql: fix conf.d path
* redmine4.1 test: skip system test
* Add support for Redmine 5.0
* Remove code for Redmine 4.0
* Use ** for options
* Use Pgroonga to follow Rails' convention
* Use CGI.unescape
* Drop support for Redmine 4.0
* Don't initialize multiple times with Redmine < 5
* Use auto load instead of explicit require
* Use auto load instead of require
* Use the latest chupa-text
* dev: use MySQL 8.0
* mroogna: fix Mroonga version check
* Use ActiveModel::Type::Value
* Use Int64 for fts_targets.tag_ids
* Proposal to improve database recovery procedure (#100)
* Add more development information
* Add how to develop document
* Add example files for Redmine 4.2
* Add full_text_search:similar_issues:synchronize
* Fix a bug that resolving journalized target incorrectly
* Ignore journal not for issue
* Ignore tag for nonexistent record
* Add support for Groonga 10 or later version detection
* Add support for batch synchronizing attachments in documents
* Ignore syntax error in Groonga's query syntax
* Add require full_text_search/migration (#90)
* Use check box again
* Use radio button in setting view
* Add an option whether include `search_id` and `search_n` in URL. (#88)
* Add a missing "source" in Gemfile (#89)
* test custom_value: update expected
* custom_value: set last_modified_at
* Add relations
* Ignore nonexistent tag error for drilldown
* Add missing labels
* Use after_commit instead of after_save
* Add support for specifying Ruby
* Add support for Redmine master
* Fix RecordNotFound error on journal destroy
* Stop updating issue record recursively by default
* Add support for searching files of scoped project
* Fix a bug that project related targets aren't found for normal users
* Remove not available search types
* Add missing namespace module
* Ignore unknown search type for source drilldowns
* Use utf8mb4 explicitly
* Add support for Ruby 2.4 again
* Accept no table case in recovery
* dump-issue-histories: add estimated hours
* dump-issue-histories: add elapsed time
* report-statistics: add
* dump-issue-histories: add support for nonexistent custom field
* dump-issue-histories: add support for more nonexistent objects
* dump-issue-histories: add support for nonexistent user
* dump-issue-histories: work
* Don't require json explicitly
* dump-issue-histories: add
* similar-search: make hook job
* wiki-page: content may be nil
* dump-text: add support for outputting to directory
* Add support for Redmine master again
* dump-text: add support for splitting to multiple files
* dump-text: process only Japanese sentence for now
* dump-text: limit max line size to 2KiB by default
* Use markup processed text
* pgroonga: fix operator
* Remove needless type: "fulltext" for PGroonga
* pgroonga: use NormalizerNFKC121
* Use identifier tag for project identifier
* Add support for searching by project identifier
* Don't show pagination without condition
* analyze-log: add more ratios
* analyze-log: show more information
* analyze-log: don't use pp
* dump-text: ignore long line
* dump-text: output sentences
* dump-mysql: add
* dump-text: dump only natural language text
* log-analyzer: add search ID check
* log-analyzer: add support for analyzing search
* dump-project: add support for --no-XXX
* Add workaround for IE11
* Search by tags in Wiki Extensions (#137)
* Support Redmine v5.1 (#123)
* Enable sort function by registered time on the search page (#119)
* Add support for Redmine X UX plugin (#112)
* Add missing icon classes for search options (#110)
* Add support for destroying a custom field (#109)
* project custom_field: fix a bug that orphan custom values may be remained
* issue custom_field: fix a bug that orphan custom values may be remained
* Drop support for Redmine 4.1
* Add support for redmica_s3
* Add support for Redmine 5.0
* Drop support for Redmine 4.0
* mroogna: fix Mroonga version check
* Use ActiveModel::Type::Value
* Use Int64 for fts_targets.tag_ids
* Add an option whether include `search_id` and `search_n` in URL. (#88)
* Fix a bug that project related targets aren't found for normal users

Many changes have been made since the last release because of
the interval since the last release.

For this reason, we have made the important commit log news
this time.
@abetomo abetomo marked this pull request as ready for review May 15, 2024 23:04
@kou kou merged commit 2d0e647 into clear-code:master May 15, 2024
18 checks passed
@abetomo abetomo deleted the update-news branch May 15, 2024 23:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants