-
Notifications
You must be signed in to change notification settings - Fork 0
4410: Fixes after test #33
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
09d4cda
4410: Inlined actions
rimi-itk 56cdd8d
4410: Cleaned up report views
rimi-itk f9ffb17
4410: Fixed display of boolean value
rimi-itk a9a853e
4410: Cleaned up field references
rimi-itk 468b9dc
4410: Fixed sorting expression
rimi-itk 8216799
4410: Applied assets condind standards
rimi-itk d0c296d
4410: Cleaned up answer list
rimi-itk b5bf35c
4410: Rotated table headers
rimi-itk 87d503d
4410: Fixed prettier glob
rimi-itk a0e47eb
4410: Fixed theme category stuff
rimi-itk fe92088
4410: Hacked display of theme categories
rimi-itk e6362d1
4410: Fixed styling of pager
rimi-itk f90522d
4410: Improved display of field values
rimi-itk 0f3050d
4410: Cleaned up admin UI
rimi-itk 201e43b
4410: Cleaned up config
rimi-itk fe975a0
4410: Added scope attributes
rimi-itk 94657aa
4410: Refactored and cleaned up filtering
rimi-itk ce2dd20
4410: Security updated composer packages
rimi-itk af12b93
4410: Added "Aktiv" entity filter. Sorted lists.
rimi-itk 96bbff4
4410: Required authentication on dashboards
rimi-itk 55fda08
4410: Fixed theme report handling
rimi-itk f4c1077
4410: Cleaned up code
rimi-itk 38e3d0e
4410: Updated project template
rimi-itk 1d95d97
4410: Removed link from question text
rimi-itk bf466aa
4410: Fixed entity active filter
rimi-itk 3f72f0f
4410: Cleaned up
rimi-itk 70cf912
4410: Cleaned up active entity filtering
rimi-itk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,36 @@ | ||
| # Do not edit this file! Make a pull request on changing | ||
| # github/workflows/symfony/javascript.yaml in | ||
| # https://github.com/itk-dev/devops_itkdev-docker if need be. | ||
|
|
||
| ### ### Symfony JavaScript (and TypeScript) | ||
| ### | ||
| ### Validates JavaScript files. | ||
| ### | ||
| ### #### Assumptions | ||
| ### | ||
| ### 1. A docker compose service named `prettier` for running | ||
| ### [Prettier](https://prettier.io/) exists. | ||
|
|
||
| name: JavaScript | ||
|
|
||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main | ||
| - develop | ||
|
|
||
| jobs: | ||
| javascript-lint: | ||
| runs-on: ubuntu-latest | ||
| strategy: | ||
| fail-fast: false | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - run: | | ||
| docker network create frontend | ||
|
|
||
| - run: | | ||
| docker compose run --rm prettier 'assets/**/*.js' --check |
This file contains hidden or 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,36 @@ | ||
| # Do not edit this file! Make a pull request on changing | ||
| # github/workflows/symfony/styles.yaml in | ||
| # https://github.com/itk-dev/devops_itkdev-docker if need be. | ||
|
|
||
| ### ### Symfony Styles (CSS and SCSS) | ||
| ### | ||
| ### Validates styles files. | ||
| ### | ||
| ### #### Assumptions | ||
| ### | ||
| ### 1. A docker compose service named `prettier` for running | ||
| ### [Prettier](https://prettier.io/) exists. | ||
|
|
||
| name: Styles | ||
|
|
||
| on: | ||
| pull_request: | ||
| push: | ||
| branches: | ||
| - main | ||
| - develop | ||
|
|
||
| jobs: | ||
| styles-lint: | ||
| runs-on: ubuntu-latest | ||
| strategy: | ||
| fail-fast: false | ||
| steps: | ||
| - name: Checkout | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - run: | | ||
| docker network create frontend | ||
|
|
||
| - run: | | ||
| docker compose run --rm prettier 'assets/**/*.{css,scss}' --check |
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -6,3 +6,7 @@ LICENSE.md | |
| web/*.md | ||
| web/core/ | ||
| web/*/contrib/ | ||
|
|
||
| # Project ignores | ||
| mappings.md | ||
| templates/svg/font-awesome-info.md | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.