-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into e5/search-infinite
- Loading branch information
Showing
767 changed files
with
26,428 additions
and
13,578 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
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!-- This is a comment. You can remove it and other comments while filling out the template --> | ||
|
||
# Summary | ||
|
||
<!-- | ||
Please provide a **short** summary in a few sentences of what the PR does. | ||
Try to keep it to as few full sentences as possible. | ||
--> | ||
|
||
## Checklist | ||
|
||
<!-- | ||
Points that don't don't apply can simply be checked off. | ||
Feel free to add **N/A** for clarity. | ||
Example: | ||
- [x] Added tests (for code changes) **N/A** | ||
--> | ||
|
||
- [ ] Marked as draft PR while still working on PR | ||
- [ ] Marked as "ready for review" once not in progress | ||
- [ ] Added tests (for code changes) | ||
- [ ] Provided screenshots (for visual changes) | ||
|
||
|
||
# Additional information | ||
|
||
<!-- | ||
In this section you can describe more in depth: | ||
- **why** you made it | ||
- **how** it achieves its goals | ||
====================Screenshots===================== | ||
If your PR is visual **provide screenshots**! | ||
It makes it much easier for reviewers to evaluate your work | ||
Copy this table out of the comment: | ||
| Before | After | | ||
| ------------ | ----------- | | ||
| image_before | image_after | | ||
--> | ||
|
||
# Related issues | ||
|
||
<!-- | ||
If your PR resolves and existing issue, please link to it in this section. | ||
Example: | ||
Resolves #1234 | ||
Should it not be related to any issue just with "N/A" or "Not applicable" | ||
--> |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Inspired by: https://github.com/dependabot/dependabot-core/blob/main/.github/dependabot.yml | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "saturday" | ||
time: "14:00" | ||
groups: | ||
dev-symfony-and-webpack-dependencies: | ||
dependency-type: "development" | ||
patterns: | ||
- "@symfony/*" | ||
- "webpack*" | ||
dev-dependencies: | ||
dependency-type: "development" | ||
update-types: | ||
- "minor" | ||
- "patch" | ||
- package-ecosystem: "composer" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" | ||
day: "saturday" | ||
time: "14:00" | ||
groups: | ||
php: | ||
applies-to: security-updates | ||
update-types: | ||
- "minor" | ||
- "patch" |
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 |
---|---|---|
|
@@ -8,8 +8,11 @@ jobs: | |
contrib-readme: | ||
runs-on: ubuntu-latest | ||
name: Update contrib in README | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
steps: | ||
- name: Contribute List | ||
uses: akhilmhdh/[email protected].9 | ||
uses: akhilmhdh/[email protected].10 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
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
Oops, something went wrong.