Skip to content

release: Sprint 8#388

Draft
RubenSibon wants to merge 18 commits intomainfrom
release/SCHUL_sprint-8
Draft

release: Sprint 8#388
RubenSibon wants to merge 18 commits intomainfrom
release/SCHUL_sprint-8

Conversation

@RubenSibon
Copy link
Collaborator

This is a draft until we are ready to deploy a release.

RubenSibon and others added 16 commits January 9, 2026 14:17
* feat: enable proxy usage

* build(release): file w/ tag

* build(Make): re-add node versions

* build(xdebug): client host

* feat: missing files :-)

* feat: make import schuldeisers command working from local

* build(make): add command to enter pod

* refactor(allegro): move duplicate code to helper function

* feat(allegro): implement proxy in more services

* refactor(allegro): make it more DRY

* refactor(allegrohelper): make code more consistent

* build(docker): pull and restart policies

* chore(cleanup): unused imports and spacing

---------

Co-authored-by: jmassink <j.massink@amsterdam.nl>
* build(release): file w/ tag

* build(Make): re-add node versions

* build(xdebug): client host

* build(deps): composer upgrade

* build(deps): npm update

* build(deps): bump webpack-dev-server from 4.15.2 to removed in the npm_and_yarn group across 1 directory (#372)

* build(deps): bump webpack-dev-server

Bumps the npm_and_yarn group with 1 update in the / directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server).


Removes `webpack-dev-server`

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): upgrade symfony webpack encore

And related pacakges.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Sibon <r.sibon@amsterdam.nl>

* build(deps): upgrade jspdf majorly

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
style(editorconfig): update linelength
feat(dossierDasboard.html.twig): don't show export button to normal users
This PR adds an additional file action button for pdf files.

This button opens a pdf inside the browser in a new tab.
This button is only visible for PDF files
HTML and CSS architecture is refactored. Instead of nested div with relative and absolut positions, the buttons are nested files action list container, which works with flexbox
The CSS is made a bit more DRY by introducing mixin's and variables
A new 'full-screen' icon is added
feat(db): drop legacy thumbnail table
---------

Co-authored-by: jmassink <j.massink@amsterdam.nl>
* chore: remove momentjs; update lockfiles

* fix: recreate vendor dir

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: remove redundant postinstall script

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings January 30, 2026 10:36
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR prepares a Sprint 8 release (v8.2.0) that introduces a new feature for viewing PDF documents in fullscreen mode in a new tab, along with dependency updates and code cleanup.

Changes:

  • Added fullscreen viewing capability for PDF documents with new UI buttons and styling
  • Updated package dependencies (jspdf, sass-loader, webpack-encore) and removed moment.js dependency
  • Refactored Allegro service integration to support proxy configuration
  • Cleaned up legacy code including thumbnail database table migration and commented-out code

Reviewed changes

Copilot reviewed 27 out of 30 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
version_file Updated version to v8.2.0 for Sprint 8 release
templates/partial.files-list.html.twig Restructured document action buttons to include fullscreen view option for PDFs
templates/master.html.twig Removed moment.js script tags
templates/UserReleaseNotes/26-02-03/*.html.twig Added release notes for v8.2.0 feature
templates/Dossier/partial.dossierDashboard.html.twig Restricted Allegro export button to ROLE_ADMIN only
templates/Dossier/index.html.twig Updated announcement banner for new PDF fullscreen feature
src/Service/AllegroService.php Added proxy configuration support and refactored for code formatting
src/Migrations/Version20260123132537.php Created migration to drop legacy thumbnail table and rename indexes
src/Controller/AllegroController.php Removed commented-out code
src/Allegro/*.php Refactored factory classes to support proxy configuration using new helper
package.json Updated dependencies and removed moment.js
organisaties.json Added new organization "Doras"
docker-phpfpm/xdebug.ini Updated xdebug configuration
docker-compose*.yml Removed version specification and updated proxy service configuration
config/services.yaml Added proxy host and port parameters
composer.json Removed moment.js dependency
assets/scss/partials/_*.scss Added fullscreen icon styles and refactored document action button styling
Makefile Updated Node docker image version and added kubectl command
Dockerfile_* Removed npm postinstall commands and updated xdebug version
.editorconfig Added new editor configuration file
Comments suppressed due to low confidence (1)

assets/scss/partials/_document.scss:1

  • The line contains trailing whitespace that should be removed.
$fileIconHeight: 150px;

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<h3>Nieuw</h3>

<h4>PDF-documenten zijn op volledig scherm te bekijken in een nieuw tabblad.</h4>
<p>In de lijst met documenten is voor elk document van het type "PDF" een knop toegevoegd. Als je op deze knop drukt wordt het document ge-opend in een nieuw tabblad. Deze knop is te vinden tussen de verwijder- en downloadknop en is herkenbaar aan dit icoon: <i class="icon-fullscreen"></i>
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

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

Corrected hyphenation of 'ge-opend' to 'geopend'

Suggested change
<p>In de lijst met documenten is voor elk document van het type "PDF" een knop toegevoegd. Als je op deze knop drukt wordt het document ge-opend in een nieuw tabblad. Deze knop is te vinden tussen de verwijder- en downloadknop en is herkenbaar aan dit icoon: <i class="icon-fullscreen"></i>
<p>In de lijst met documenten is voor elk document van het type "PDF" een knop toegevoegd. Als je op deze knop drukt wordt het document geopend in een nieuw tabblad. Deze knop is te vinden tussen de verwijder- en downloadknop en is herkenbaar aan dit icoon: <i class="icon-fullscreen"></i>

Copilot uses AI. Check for mistakes.
@RubenSibon RubenSibon requested a review from jmassink February 3, 2026 08:48
Copilot AI review requested due to automatic review settings February 3, 2026 10:38
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants