-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
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
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
* 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
).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
Error loading related location
Loading //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
Error loading related location
Loading
fibble
approved these changes
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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")