Skip to content
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

chore: migrate olcs-internal to vol-app monorepo #247

Merged
merged 10,000 commits into from
Aug 16, 2024
Merged

Conversation

jerotire
Copy link
Contributor

Description

Migration of olcs-internal to vol-app monorepo.

History is preserved.

Related issue: https://dvsa.atlassian.net/browse/VOL-5625

Before submitting (or marking as "ready for review")

  • Does the pull request title follow the conventional commit specification?
  • Have you performed a self-review of the code
  • Have you have added tests that prove the fix or feature is effective and working
  • Did you make sure to update any documentation relating to this change?

jerotire and others added 30 commits June 8, 2023 09:37
VOL-4113 VOL-3765 fix task allocation table formatters

See merge request olcs/olcs-internal!925
Removed bad call to get(translator) on translator

See merge request olcs/olcs-internal!926
…, this is now properly displayed as a link with the opens in new window accessibility message
VOL-4198 then continuing a licence there is a link styled as a button, this is...

See merge request olcs/olcs-internal!927
…into 'master'

VOL-3711 - Plugin Manager factory check/refactor for laminas 3 compatibility.

See merge request olcs/olcs-internal!921
VOL-3293 - FormServiceInitializer removal

See merge request olcs/olcs-internal!928
Missing use statement

See merge request olcs/olcs-internal!930
# This is the 1st commit message:

WIP

# This is the commit message dvsa/olcs-internal#2:

WIP

# This is the commit message dvsa/olcs-internal#3:

WIP

# This is the commit message dvsa/olcs-internal#4:

WIP

# This is the commit message dvsa/olcs-internal#5:

WIP

# This is the commit message dvsa/olcs-internal#6:

WIP

# This is the commit message dvsa/olcs-internal#7:

WIP

# This is the commit message dvsa/olcs-internal#8:

WIP

# This is the commit message dvsa/olcs-internal#9:

WIP

# This is the commit message dvsa/olcs-internal#10:

WIP

# This is the commit message dvsa/olcs-internal#11:

WIP

# This is the commit message dvsa/olcs-internal#12:

WIP

# This is the commit message dvsa/olcs-internal#13:

WIP

WIP

WIP

WIP

WIP

VOL-3915: refactor ApplicationProcessingInspectionRequestController and a new factory

VOL-3915: add factories in OLCS/src/Controller/Application

    VOL-3915: fix ApplicationProcessingOverviewControllerTest tests

    VOL-3915: remove all getServiceLocators in ApplicationController and corresponding factory and test

    VOL-3915: remove getServiceLocators in Controller\Bus and corresponding factories

    VOL-3915: tidy tests and controllers (BusDetails/BusProcessing/BusService)

    VOL-3915: AbstractHistory controller and factory

    VOL-3915: fix ConfirmTest unit tests

    VOL-3915: fix construct for ConditionUndertakingController and factory

    VOL-3915: remove all getServiceLocators in Application/Overview and Penalty Controllers and corresponding factories

    VOL-3915: CasesController and corresponding factory

    VOL-3915: remove all getServiceLocators in ApplicationProcessingController and corresponding factory

    VOL-3915: remove all getServiceLocators in IrhpApplicationController and corresponding factory

    VOL-3915: remove all getServiceLocators in ApplicationProcessingController, LicenceController and SurrenderControllers

    VOL-3915: remove all getServiceLocators in OperatorController and LicenceController

    VOL-3915: remove all getServiceLocators in Application/ProcessingController and TransportManagerController

    VOL-3915: replaced routes declared in invokable with abstractInternalController and corresponding files

    VOL-3915: tidy up of modules and factories

    VOL-3915: replaced invokable and strings that extended abstractHistoryController

    VOL-3915: add factories for Applications/ Cases/ IrhpPermits/ Operator

    VOL-3915: tidy up - add factories for Bus/ Cases/ TransportManager

    VOL-3915: fix unit test (ConfirmTest)

    VOL-3915: add factories for Applications/ Cases/ IrhpPermits/ Operator

    VOL-3915: add correct path to navigation

VOL-3915: add factories for Sla directory

    VOL-3915: /Admin  add factories for DataRetention and controller

Remove gSL and add factories for History & Disqualify controllers

Fix disqualify & others

Revert "Fix disqualify & others"

This reverts commit e0fb5f90c384d54681e63fa1d133b3065e1bdd08.

    VOL-3915: add factories for rest of Admin directory

    VOL-3915: white screen corrections

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP

WIP
VOL-4229 : update local env files

See merge request olcs/olcs-internal!929
ilindsay and others added 22 commits May 28, 2024 09:22
* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* fix: Static Analysis uses own version so Psalm supports IGBinary

* fix: tweaked static-analysis job

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml

* Update ci.yaml
* fix: doctype not actually being output in several places.

* fix: remove test CDN deps
@jerotire jerotire requested review from ilindsay, fibble and a team as code owners August 16, 2024 14:04
).done(function (data) {
searchResults.empty();
$.each(data.results, function (index, result) {
searchResults.append("<div class=\"translationAcRow\"><strong><a class=\"govuk-link\" href=\"" + jsonBaseUrl + "details/" + result.id + "\">" + result.id + "</a></strong><br>" + result.description + "</div>");

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
//Tag and hide the main modal div, add the preview template defined above into the modal wrapper div
$(".modal").addClass("editModal js-hidden");
$(".modal__wrapper").prepend(modalTemplate);
$(".previewTitle").html("Preview: " + $("#description").val());

Check warning

Code scanning / CodeQL

DOM text reinterpreted as HTML Medium

DOM text
is reinterpreted as HTML without escaping meta-characters.
@jerotire jerotire merged commit c286449 into main Aug 16, 2024
16 checks passed
@jerotire jerotire deleted the internal-migration branch August 16, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants