-
-
Notifications
You must be signed in to change notification settings - Fork 840
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.x' into translator-tests
- Loading branch information
Showing
2,420 changed files
with
60,265 additions
and
42,480 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"path": "./framework/core/js/dist/*.js", | ||
"maxSize": "150KB" | ||
}, | ||
{ | ||
"path": "./framework/core/js/dist/*/**/*.js", | ||
"maxSize": "30KB" | ||
}, | ||
{ | ||
"path": "./extensions/*/js/dist/*.js", | ||
"maxSize": "30KB" | ||
}, | ||
{ | ||
"path": "./extensions/*/js/dist/*/**/*.js", | ||
"maxSize": "30KB" | ||
} | ||
], | ||
"defaultCompression": "gzip", | ||
"ci": { | ||
"repoBranchBase": "2.x", | ||
"trackBranches": ["2.x"] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -23,3 +23,6 @@ indent_size = 2 | |
|
||
[*.neon] | ||
indent_style = tab | ||
|
||
[{install,update}.php] | ||
indent_size = 2 |
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,11 @@ | ||
name: Backend Tests | ||
|
||
on: [workflow_dispatch, push, pull_request] | ||
|
||
jobs: | ||
run: | ||
uses: ./.github/workflows/REUSABLE_backend.yml | ||
with: | ||
enable_backend_testing: true | ||
backend_directory: . | ||
monorepo_tests: "framework/core extensions/akismet extensions/approval extensions/flags extensions/likes extensions/mentions extensions/nicknames extensions/statistics extensions/sticky extensions/subscriptions extensions/suspend extensions/tags extensions/messages" |
Oops, something went wrong.