-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7181 from donny-wong/release_2.5.0
Release 2.5.0
- Loading branch information
Showing
1,817 changed files
with
15,900 additions
and
247,992 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM ubuntu:jammy AS base | ||
|
||
ARG NODE_MAJOR=18 | ||
ARG NODE_MAJOR=20 | ||
ARG BUNDLER_VERSION='2.4.13' | ||
ARG USER=markus | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,3 +82,4 @@ app/javascript/routes.d.ts | |
|
||
# local docker compose overrides | ||
docker-compose.override.yml | ||
compose.override.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,54 @@ | ||
<!--- Provide a summary of your changes in the Pull Request Title above. --> | ||
<!--- If this is a work in progress (not yet ready to be merged), make this a draft pull request. --> | ||
## Proposed Changes | ||
*(Describe your changes here. Also describe the motivation for your changes: what problem do they solve, or how do they improve the application or codebase? If this pull request fixes an open issue, [use a keyword to link this pull request to the issue](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword).)* | ||
|
||
## Motivation and Context | ||
<!--- Why is this pull request required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
... | ||
|
||
<details> | ||
<summary>Screenshots of your changes (if applicable)</summary> | ||
|
||
## Your Changes | ||
<!--- Describe your changes here. --> | ||
<!--- Include how your changes may affect other areas of the application, if relevant. --> | ||
**Description**: | ||
</details> | ||
|
||
<details> | ||
<summary>Associated <a href="https://github.com/MarkUsProject/Wiki">documentation repository</a> pull request (if applicable)</summary> | ||
|
||
**Type of change** (select all that apply): | ||
<!--- Put an `x` in all the boxes that apply. --> | ||
<!--- Remove any lines that do not apply. --> | ||
</details> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] Refactoring (internal change to codebase, without changing functionality) | ||
- [ ] Test update (change that modifies or updates tests only) | ||
- [ ] Other (please specify): | ||
## Type of Change | ||
*(Write an `X` or a brief description next to the type or types that best describe your changes.)* | ||
|
||
| Type | Applies? | | ||
|-----------------------------------------------------------------------------------------|----------| | ||
| 🚨 *Breaking change* (fix or feature that would cause existing functionality to change) | | | ||
| ✨ *New feature* (non-breaking change that adds functionality) | | | ||
| 🐛 *Bug fix* (non-breaking change that fixes an issue) | | | ||
| 🎨 *User interface change* (change to user interface; provide screenshots) | | | ||
| ♻️ *Refactoring* (internal change to codebase, without changing functionality) | | | ||
| 🚦 *Test update* (change that *only* adds or modifies tests) | | | ||
| 📦 *Dependency update* (change that updates a dependency) | | | ||
| 🔧 *Internal* (change that *only* affects developers or continuous integration) | | | ||
|
||
## Testing | ||
<!--- Please describe in detail how you tested this pull request. --> | ||
<!--- This can include tests you added and manual testing through the web interface. --> | ||
|
||
## Checklist | ||
*(Complete each of the following items for your pull request. Indicate that you have completed an item by changing the `[ ]` into a `[x]` in the raw text, or by clicking on the checkbox in the rendered description on GitHub.)* | ||
|
||
## Questions and Comments (if applicable) | ||
<!-- Ask any questions you have for the maintainers of this project regarding this PR. --> | ||
<!-- Please describe the steps you have already taken to find the answer to your question. --> | ||
<!-- This will ensure that we can give you clear and relevant advice. --> | ||
<!-- If you have additional comments add them here as well. --> | ||
Before opening your pull request: | ||
|
||
- [ ] I have performed a self-review of my changes. | ||
- Check that all changed files included in this pull request are intentional changes. | ||
- Check that all changes are relevant to the purpose of this pull request, as described above. | ||
- [ ] I have added tests for my changes, if applicable. | ||
- This is **required** for all bug fixes and new features. | ||
- [ ] I have updated the project documentation, if applicable. | ||
- This is **required** for new features. | ||
- [ ] If this is my first contribution, I have added myself to the list of contributors. | ||
|
||
## Checklist | ||
After opening your pull request: | ||
|
||
- [ ] I have performed a self-review of my own code. | ||
- [ ] I have verified that the pre-commit.ci checks have passed. <!-- (check after opening pull request) --> | ||
- [ ] I have verified that the CI tests have passed. <!-- (check after opening pull request) --> | ||
- [ ] I have reviewed the test coverage changes reported on Coveralls. <!-- (check after opening pull request) --> | ||
- [ ] I have added tests for my changes. <!-- (delete this checklist item if not applicable) --> | ||
- [ ] I have updated the Changelog.md file. <!-- (delete this checklist item if not applicable) --> | ||
- [ ] I have made changes to the documentation and linked to that pull request below. <!-- (delete this checklist item if not applicable) --> | ||
- [ ] I have updated the project Changelog (this is required for all changes). | ||
- [ ] I have verified that the pre-commit.ci checks have passed. | ||
- [ ] I have verified that the CI tests have passed. | ||
- [ ] I have reviewed the test coverage changes reported by Coveralls. | ||
- [ ] I have [requested a review](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review) from a project maintainer. | ||
|
||
### Pull request to make documentation changes (if applicable) | ||
<!--- Add a link to a pull request on the MarkUsProject/Wiki repo --> | ||
## Questions and Comments | ||
*(Include any questions or comments you have regarding your changes.)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.5.0 | ||
rev: v4.6.0 | ||
hooks: | ||
- id: check-yaml | ||
exclude: | | ||
|
@@ -10,20 +10,19 @@ repos: | |
- id: end-of-file-fixer | ||
- id: trailing-whitespace | ||
- repo: https://github.com/pre-commit/mirrors-prettier | ||
rev: v3.0.3 | ||
rev: v3.1.0 | ||
hooks: | ||
- id: prettier | ||
types_or: [javascript, jsx, css, scss, html] | ||
- repo: https://github.com/thibaudcolas/pre-commit-stylelint | ||
rev: v15.11.0 | ||
rev: v16.6.1 | ||
hooks: | ||
- id: stylelint | ||
additional_dependencies: [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
] | ||
args: ["--fix"] | ||
types_or: ["css", "scss"] | ||
|
@@ -33,7 +32,7 @@ repos: | |
app/assets/stylesheets/common/_reset.scss | ||
)$ | ||
- repo: https://github.com/rubocop/rubocop | ||
rev: v1.57.2 | ||
rev: v1.64.1 | ||
hooks: | ||
- id: rubocop | ||
args: ["--autocorrect"] | ||
|
@@ -46,8 +45,11 @@ repos: | |
Vagrantfile | ||
)$ | ||
additional_dependencies: | ||
- rubocop-rails:2.19.1 | ||
- rubocop-performance:1.17.1 | ||
- rubocop-rails:2.24.1 | ||
- rubocop-performance:1.21.0 | ||
- rubocop-factory_bot:2.25.1 | ||
- rubocop-rspec:2.28.0 | ||
- rubocop-rspec_rails:2.28.2 | ||
|
||
exclude: vendor | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.