Zadanie SUS-1096 Zakończone

Historia build'ów

# Start Stop Status Log
11331 2019-10-17 08:06 2019-10-17 08:07 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/33 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień
[develop 416c338] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
313 files changed, 5021 insertions(+), 3340 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/database/migrations/2019_10_07_153001_finance_create_order_dispatch_confirmations_table.php
create mode 100644 interak/finance/resources/views/_document/_layouts/confirmation.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/_elements/css-pdf.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-address/_elements/local-pickup-form.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/confirmation-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/edit-local-pickup-address-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/edit-local-pickup-address.blade.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
create mode 100644 interak/finance/src/Http/Controllers/Admin/OrderDispatchConfirmationController.php
create mode 100644 interak/finance/src/Http/Controllers/User/OrderDispatchConfirmationController.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressService.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Confirmation.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationPdfRenderer.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationRepository.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationService.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/ConfirmationCannotBeCreatedException.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/database/migrations/2019_10_02_082001_extend_tel_nr_from_user_users_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/templates/osiemnascie/vendor/interak-finance/user/order-dispatch/confirmation.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[10:07:02] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[10:07:02] Starting 'all'...
[10:07:02] Starting 'task'...
[10:07:02] Starting 'scss-combine'...
[10:07:02] Finished 'scss-combine' after 15 ms
[10:07:02] Finished 'task' after 17 ms
[10:07:02] Starting 'copy'...
[10:07:02] Finished 'copy' after 191 ms
[10:07:02] Starting 'copy'...
[10:07:02] Finished 'copy' after 34 ms
[10:07:02] Starting 'copy'...
[10:07:03] Finished 'copy' after 74 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.95 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 16 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 11 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.58 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 9.45 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 56 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 5.83 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 39 ms
[10:07:03] Starting 'copy'...
[10:07:03] Finished 'copy' after 14 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 311 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 74 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 119 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 28 ms
[10:07:03] Starting 'styles'...
[10:07:03] Finished 'styles' after 5.29 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 88 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 81 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 45 ms
[10:07:03] Starting 'scripts'...
[10:07:03] Finished 'scripts' after 55 ms
[10:07:03] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 57 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 23 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 29 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 19 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 63 ms
[10:07:04] Starting 'scripts'...
[10:07:04] Finished 'scripts' after 48 ms
[10:07:04] Starting 'version'...
[10:07:04] Finished 'version' after 687 ms
[10:07:04] Finished 'all' after 2.22 s
[10:07:04] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ publi
zamknij
11326 2019-10-16 13:44 2019-10-16 13:44 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień


zamknij
11325 2019-10-16 13:38 2019-10-16 13:38 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/33 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień
[develop f605800] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
313 files changed, 5021 insertions(+), 3340 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/database/migrations/2019_10_07_153001_finance_create_order_dispatch_confirmations_table.php
create mode 100644 interak/finance/resources/views/_document/_layouts/confirmation.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/_elements/css-pdf.blade.php
create mode 100644 interak/finance/resources/views/_document/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-address/_elements/local-pickup-form.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/confirmation-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/_elements/edit-local-pickup-address-panel.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/confirmation.blade.php
create mode 100644 interak/finance/resources/views/admin/order-dispatch/edit-local-pickup-address.blade.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
create mode 100644 interak/finance/src/Http/Controllers/Admin/OrderDispatchConfirmationController.php
create mode 100644 interak/finance/src/Http/Controllers/User/OrderDispatchConfirmationController.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressService.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Confirmation.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationPdfRenderer.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationRepository.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationService.php
create mode 100644 interak/finance/src/OrderDispatch/ConfirmationValidator.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/ConfirmationCannotBeCreatedException.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/database/migrations/2019_10_02_082001_extend_tel_nr_from_user_users_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/templates/osiemnascie/vendor/interak-finance/user/order-dispatch/confirmation.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:38:43] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:38:43] Starting 'all'...
[15:38:43] Starting 'task'...
[15:38:43] Starting 'scss-combine'...
[15:38:43] Finished 'scss-combine' after 15 ms
[15:38:43] Finished 'task' after 17 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 191 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 34 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 79 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 11 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 24 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 12 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 6.85 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 10 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 59 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 10 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 30 ms
[15:38:43] Starting 'copy'...
[15:38:43] Finished 'copy' after 17 ms
[15:38:43] Starting 'styles'...
[15:38:44] Finished 'styles' after 288 ms
[15:38:44] Starting 'styles'...
[15:38:44] Finished 'styles' after 68 ms
[15:38:44] Starting 'styles'...
[15:38:44] Finished 'styles' after 97 ms
[15:38:44] Starting 'styles'...
[15:38:44] Finished 'styles' after 25 ms
[15:38:44] Starting 'styles'...
[15:38:44] Finished 'styles' after 5.75 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 96 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 81 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 42 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 44 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 50 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 30 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 37 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 27 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 73 ms
[15:38:44] Starting 'scripts'...
[15:38:44] Finished 'scripts' after 43 ms
[15:38:44] Starting 'version'...
[15:38:45] Finished 'version' after 589 ms
[15:38:45] Finished 'all' after 2.11 s
[15:38:45] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/asset
zamknij
11324 2019-10-16 13:27 2019-10-16 13:28 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is behind 'origin/develop' by 1 commit, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at 9cc2df1 SUS-1154 Użytkownik nie widzi zrealizowanych zamówień


zamknij
11308 2019-10-11 12:45 2019-10-11 12:45 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11307 2019-10-11 12:13 2019-10-11 12:13 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11305 2019-10-10 13:28 2019-10-10 13:28 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11303 2019-10-10 12:57 2019-10-10 12:57 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11298 2019-10-09 13:25 2019-10-09 13:25 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11293 2019-10-09 12:53 2019-10-09 12:53 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11289 2019-10-08 14:34 2019-10-08 14:34 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11287 2019-10-08 14:02 2019-10-08 14:02 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is behind 'origin/develop' by 2 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
HEAD is now at dd483c7 SUS-1146 Błąd terminu na dispatchu łączonym ze zleceniem złożonym po godzinie zamknięcia koszyka


zamknij
11267 2019-10-04 13:53 2019-10-04 13:53 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11266 2019-10-04 13:22 2019-10-04 13:22 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11237 2019-10-03 06:17 2019-10-03 06:18 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/27 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego
[develop 22ef9d3] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
287 files changed, 4033 insertions(+), 3282 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/database/migrations/2019_10_02_082001_extend_tel_nr_from_user_users_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[08:18:12] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[08:18:12] Starting 'all'...
[08:18:12] Starting 'task'...
[08:18:12] Starting 'scss-combine'...
[08:18:12] Finished 'scss-combine' after 15 ms
[08:18:12] Finished 'task' after 17 ms
[08:18:12] Starting 'copy'...
[08:18:13] Finished 'copy' after 221 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 27 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 77 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 5.86 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 26 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 10 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 5.82 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 9.35 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 70 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 7.26 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 43 ms
[08:18:13] Starting 'copy'...
[08:18:13] Finished 'copy' after 20 ms
[08:18:13] Starting 'styles'...
[08:18:13] Finished 'styles' after 258 ms
[08:18:13] Starting 'styles'...
[08:18:13] Finished 'styles' after 57 ms
[08:18:13] Starting 'styles'...
[08:18:13] Finished 'styles' after 92 ms
[08:18:13] Starting 'styles'...
[08:18:13] Finished 'styles' after 23 ms
[08:18:13] Starting 'styles'...
[08:18:13] Finished 'styles' after 5.16 ms
[08:18:13] Starting 'scripts'...
[08:18:13] Finished 'scripts' after 60 ms
[08:18:13] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 58 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 32 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 33 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 38 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 16 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 29 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 13 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 96 ms
[08:18:14] Starting 'scripts'...
[08:18:14] Finished 'scripts' after 37 ms
[08:18:14] Starting 'version'...
[08:18:14] Finished 'version' after 630 ms
[08:18:14] Finished 'all' after 2.03 s
[08:18:14] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │
zamknij
11236 2019-10-02 14:07 2019-10-02 14:07 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11233 2019-10-02 13:35 2019-10-02 13:36 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11227 2019-10-02 06:27 2019-10-02 06:27 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/26 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego
[develop 511b0ee] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
281 files changed, 3995 insertions(+), 3260 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[08:27:50] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[08:27:50] Starting 'all'...
[08:27:50] Starting 'task'...
[08:27:50] Starting 'scss-combine'...
[08:27:50] Finished 'scss-combine' after 11 ms
[08:27:50] Finished 'task' after 12 ms
[08:27:50] Starting 'copy'...
[08:27:51] Finished 'copy' after 163 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 29 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 77 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 5.59 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 21 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 8.51 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 8.65 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 7.79 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 64 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 7.04 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 23 ms
[08:27:51] Starting 'copy'...
[08:27:51] Finished 'copy' after 15 ms
[08:27:51] Starting 'styles'...
[08:27:51] Finished 'styles' after 224 ms
[08:27:51] Starting 'styles'...
[08:27:51] Finished 'styles' after 54 ms
[08:27:51] Starting 'styles'...
[08:27:51] Finished 'styles' after 83 ms
[08:27:51] Starting 'styles'...
[08:27:51] Finished 'styles' after 24 ms
[08:27:51] Starting 'styles'...
[08:27:51] Finished 'styles' after 5.14 ms
[08:27:51] Starting 'scripts'...
[08:27:51] Finished 'scripts' after 68 ms
[08:27:51] Starting 'scripts'...
[08:27:51] Finished 'scripts' after 88 ms
[08:27:51] Starting 'scripts'...
[08:27:51] Finished 'scripts' after 42 ms
[08:27:51] Starting 'scripts'...
[08:27:51] Finished 'scripts' after 43 ms
[08:27:51] Starting 'scripts'...
[08:27:51] Finished 'scripts' after 61 ms
[08:27:51] Starting 'scripts'...
[08:27:52] Finished 'scripts' after 33 ms
[08:27:52] Starting 'scripts'...
[08:27:52] Finished 'scripts' after 30 ms
[08:27:52] Starting 'scripts'...
[08:27:52] Finished 'scripts' after 23 ms
[08:27:52] Starting 'scripts'...
[08:27:52] Finished 'scripts' after 90 ms
[08:27:52] Starting 'scripts'...
[08:27:52] Finished 'scripts' after 64 ms
[08:27:52] Starting 'version'...
[08:27:52] Finished 'version' after 677 ms
[08:27:52] Finished 'all' after 2.06 s
[08:27:52] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │
zamknij
11226 2019-10-01 14:08 2019-10-01 14:08 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11224 2019-10-01 13:37 2019-10-01 13:38 Weryfikacja log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/26 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego
[develop a6bd6eb] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
281 files changed, 3995 insertions(+), 3260 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/database/migrations/2019_10_01_084301_add_bank_swift_to_finance_invoices_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/details.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/header-vat.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/notes.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/parties.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/signatures.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/_elements/eu/summary.blade.php
create mode 100644 resources/views/vendor/interak-finance/_document/invoice/vat-eu.blade.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:37:49] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:37:49] Starting 'all'...
[15:37:49] Starting 'task'...
[15:37:49] Starting 'scss-combine'...
[15:37:49] Finished 'scss-combine' after 11 ms
[15:37:49] Finished 'task' after 12 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 110 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 12 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 22 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 4.31 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 11 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 17 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 2.6 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 7.24 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 21 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 6.93 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 19 ms
[15:37:49] Starting 'copy'...
[15:37:49] Finished 'copy' after 9.22 ms
[15:37:49] Starting 'styles'...
[15:37:49] Finished 'styles' after 189 ms
[15:37:49] Starting 'styles'...
[15:37:49] Finished 'styles' after 54 ms
[15:37:49] Starting 'styles'...
[15:37:49] Finished 'styles' after 89 ms
[15:37:49] Starting 'styles'...
[15:37:49] Finished 'styles' after 25 ms
[15:37:49] Starting 'styles'...
[15:37:49] Finished 'styles' after 4.8 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 57 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 59 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 32 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 31 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 33 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 13 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 19 ms
[15:37:49] Starting 'scripts'...
[15:37:49] Finished 'scripts' after 13 ms
[15:37:49] Starting 'scripts'...
[15:37:50] Finished 'scripts' after 44 ms
[15:37:50] Starting 'scripts'...
[15:37:50] Finished 'scripts' after 22 ms
[15:37:50] Starting 'version'...
[15:37:50] Finished 'version' after 417 ms
[15:37:50] Finished 'all' after 1.36 s
[15:37:50] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │
zamknij
11223 2019-10-01 13:36 2019-10-01 13:36 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11216 2019-10-01 07:48 2019-10-01 07:48 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/25 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego
[develop 3bf7c4c] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
267 files changed, 3520 insertions(+), 3255 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[09:48:45] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[09:48:45] Starting 'all'...
[09:48:45] Starting 'task'...
[09:48:45] Starting 'scss-combine'...
[09:48:45] Finished 'scss-combine' after 16 ms
[09:48:45] Finished 'task' after 18 ms
[09:48:45] Starting 'copy'...
[09:48:45] Finished 'copy' after 401 ms
[09:48:45] Starting 'copy'...
[09:48:45] Finished 'copy' after 44 ms
[09:48:45] Starting 'copy'...
[09:48:46] Finished 'copy' after 102 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 17 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 38 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 20 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 26 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 12 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 152 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 22 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 58 ms
[09:48:46] Starting 'copy'...
[09:48:46] Finished 'copy' after 46 ms
[09:48:46] Starting 'styles'...
[09:48:46] Finished 'styles' after 476 ms
[09:48:46] Starting 'styles'...
[09:48:47] Finished 'styles' after 76 ms
[09:48:47] Starting 'styles'...
[09:48:47] Finished 'styles' after 111 ms
[09:48:47] Starting 'styles'...
[09:48:47] Finished 'styles' after 31 ms
[09:48:47] Starting 'styles'...
[09:48:47] Finished 'styles' after 6.6 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 76 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 90 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 43 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 59 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 61 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 25 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 43 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 31 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 112 ms
[09:48:47] Starting 'scripts'...
[09:48:47] Finished 'scripts' after 59 ms
[09:48:47] Starting 'version'...
[09:48:48] Finished 'version' after 640 ms
[09:48:48] Finished 'all' after 2.91 s
[09:48:48] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/confi
zamknij
11214 2019-09-30 11:47 2019-09-30 11:47 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11213 2019-09-30 11:39 2019-09-30 11:44 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT -1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/25 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego
[develop 554df61] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
267 files changed, 3520 insertions(+), 3255 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_09_30_123101_seed_non_local_user_registration_notification.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:39:34] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[13:39:34] Starting 'all'...
[13:39:34] Starting 'task'...
[13:39:34] Starting 'scss-combine'...
[13:39:34] Finished 'scss-combine' after 15 ms
[13:39:34] Finished 'task' after 17 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 178 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 23 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 79 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 9.84 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 21 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 13 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 5.39 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 7.64 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 57 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 8.72 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 32 ms
[13:39:34] Starting 'copy'...
[13:39:34] Finished 'copy' after 27 ms
[13:39:34] Starting 'styles'...
[13:39:35] Finished 'styles' after 294 ms
[13:39:35] Starting 'styles'...
[13:39:35] Finished 'styles' after 70 ms
[13:39:35] Starting 'styles'...
[13:39:35] Finished 'styles' after 112 ms
[13:39:35] Starting 'styles'...
[13:39:35] Finished 'styles' after 30 ms
[13:39:35] Starting 'styles'...
[13:39:35] Finished 'styles' after 5.92 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 72 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 62 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 32 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 35 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 51 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 17 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 32 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 21 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 52 ms
[13:39:35] Starting 'scripts'...
[13:39:35] Finished 'scripts' after 36 ms
[13:39:35] Starting 'version'...
[13:39:36] Finished 'version' after 521 ms
[13:39:36] Finished 'all' after 1.93 s
[13:39:36] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js
zamknij
11212 2019-09-30 11:31 2019-09-30 11:31 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 1 different commit each, respectively.
(use "git pull" to merge the remote branch into yours)
HEAD is now at aade43c SUS-1142 Nie można utworzyć produktu wielkoformatowego


zamknij
11206 2019-09-27 08:41 2019-09-27 08:41 Zaplanowany log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/24 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)
[develop 03052dc] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
265 files changed, 3388 insertions(+), 3251 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/database/migrations/2019_09_25_151101_seed_vat_eu_id_and_swift_to_system_settings_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[10:41:47] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[10:41:47] Starting 'all'...
[10:41:47] Starting 'task'...
[10:41:47] Starting 'scss-combine'...
[10:41:48] Finished 'scss-combine' after 15 ms
[10:41:48] Finished 'task' after 17 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 182 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 37 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 82 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 8.84 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 27 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 11 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 9.98 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 9.38 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 73 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 8.01 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 37 ms
[10:41:48] Starting 'copy'...
[10:41:48] Finished 'copy' after 18 ms
[10:41:48] Starting 'styles'...
[10:41:48] Finished 'styles' after 250 ms
[10:41:48] Starting 'styles'...
[10:41:48] Finished 'styles' after 62 ms
[10:41:48] Starting 'styles'...
[10:41:48] Finished 'styles' after 91 ms
[10:41:48] Starting 'styles'...
[10:41:48] Finished 'styles' after 23 ms
[10:41:48] Starting 'styles'...
[10:41:48] Finished 'styles' after 4.84 ms
[10:41:48] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 62 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 82 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 48 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 44 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 46 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 19 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 28 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 18 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 61 ms
[10:41:49] Starting 'scripts'...
[10:41:49] Finished 'scripts' after 39 ms
[10:41:49] Starting 'version'...
[10:41:49] Finished 'version' after 569 ms
[10:41:49] Finished 'all' after 1.98 s
[10:41:49] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │
zamknij
11205 2019-09-27 08:40 2019-09-27 08:40 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)


zamknij
11204 2019-09-27 08:38 2019-09-27 08:38 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)


zamknij
11199 2019-09-26 14:33 2019-09-26 14:33 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)


zamknij
11197 2019-09-26 14:02 2019-09-26 14:02 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 4 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Removing interak/cracow-universe/build/
HEAD is now at 338f253 Release 2019.09.25 (release/2019-09-09)


zamknij
11141 2019-09-23 12:03 2019-09-23 12:13 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT -1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
Removing .env.old
Removing public/Zlecenia 2017-11-17 162434.xlsx
Removing public/exports/
Removing public/files/
Removing public/img/
Removing public/packages/interak/
Removing resources/views/vendor/interak-cms/_layouts/
Removing resources/views/vendor/interak-cms/admin/page/_elements/visual-editor-blocks/
HEAD is now at bf194de SUS-1128 Błąd na liście reklamacji, jeśli nie ma w systemie produktu




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/23 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at bf194de SUS-1128 Błąd na liście reklamacji, jeśli nie ma w systemie produktu
[develop 547767b] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
263 files changed, 3293 insertions(+), 3225 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/database/migrations/2019_09_06_125501_finance_create_order_local_pickup_addresses_table.php
create mode 100644 interak/finance/src/Contracts/Money.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (63%)
create mode 100644 interak/finance/src/Helpers/functions.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/finance/src/Order/LocalPickupAddress.php
create mode 100644 interak/finance/src/Order/LocalPickupAddressRepository.php
create mode 100644 interak/finance/src/Order/LocalPickupService.php
create mode 100644 interak/finance/src/OrderDispatch/Exceptions/OrderDispatchAddressCountryConstraintException.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[14:04:07] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[14:04:07] Starting 'all'...
[14:04:07] Starting 'task'...
[14:04:07] Starting 'scss-combine'...
[14:04:07] Finished 'scss-combine' after 11 ms
[14:04:07] Finished 'task' after 12 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 112 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 13 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 29 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 5.01 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 13 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 11 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 2.75 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 8.27 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 24 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 7.8 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 15 ms
[14:04:07] Starting 'copy'...
[14:04:07] Finished 'copy' after 15 ms
[14:04:07] Starting 'styles'...
[14:04:07] Finished 'styles' after 198 ms
[14:04:07] Starting 'styles'...
[14:04:07] Finished 'styles' after 52 ms
[14:04:07] Starting 'styles'...
[14:04:07] Finished 'styles' after 94 ms
[14:04:07] Starting 'styles'...
[14:04:07] Finished 'styles' after 24 ms
[14:04:07] Starting 'styles'...
[14:04:07] Finished 'styles' after 4.92 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 56 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 59 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 30 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 33 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 31 ms
[14:04:07] Starting 'scripts'...
[14:04:07] Finished 'scripts' after 16 ms
[14:04:07] Starting 'scripts'...
[14:04:08] Finished 'scripts' after 20 ms
[14:04:08] Starting 'scripts'...
[14:04:08] Finished 'scripts' after 12 ms
[14:04:08] Starting 'scripts'...
[14:04:08] Finished 'scripts' after 49 ms
[14:04:08] Starting 'scripts'...
[14:04:08] Finished 'scripts' after 22 ms
[14:04:08] Starting 'version'...
[14:04:08] Finished 'version' after 432 ms
[14:04:08] Finished 'all' after 1.41 s
[14:04:08] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │
zamknij
11140 2019-09-23 11:56 2019-09-23 11:56 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"








"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/23 *********"


"********* POST UPDATE *********"


zamknij
11139 2019-09-23 11:51 2019-09-23 11:51 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


zamknij
11138 2019-09-23 11:20 2019-09-23 11:20 Wgrywanie zmian log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at bf194de SUS-1128 Błąd na liście reklamacji, jeśli nie ma w systemie produktu


zamknij
10970 2019-08-30 12:47 2019-08-30 12:55 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
Removing storage/logs/
HEAD is now at b5c956d SUS-1042 - Częściowe księgowanie faktur




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/11 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at b5c956d SUS-1042 - Częściowe księgowanie faktur
[develop 5a827c4] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
223 files changed, 2481 insertions(+), 2911 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (60%)
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
delete mode 100644 interak/shop/src/Services/PriceConfigurator.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[14:48:29] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[14:48:29] Starting 'all'...
[14:48:29] Starting 'task'...
[14:48:29] Starting 'scss-combine'...
[14:48:29] Finished 'scss-combine' after 10 ms
[14:48:29] Finished 'task' after 12 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 115 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 14 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 27 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 5.66 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 13 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 8.3 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 2.76 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 8.92 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 27 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 4.78 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 23 ms
[14:48:29] Starting 'copy'...
[14:48:29] Finished 'copy' after 11 ms
[14:48:29] Starting 'styles'...
[14:48:29] Finished 'styles' after 205 ms
[14:48:29] Starting 'styles'...
[14:48:29] Finished 'styles' after 55 ms
[14:48:29] Starting 'styles'...
[14:48:29] Finished 'styles' after 89 ms
[14:48:29] Starting 'styles'...
[14:48:29] Finished 'styles' after 23 ms
[14:48:29] Starting 'styles'...
[14:48:29] Finished 'styles' after 5.61 ms
[14:48:29] Starting 'scripts'...
[14:48:29] Finished 'scripts' after 57 ms
[14:48:29] Starting 'scripts'...
[14:48:29] Finished 'scripts' after 60 ms
[14:48:29] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 32 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 34 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 33 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 15 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 20 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 10 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 45 ms
[14:48:30] Starting 'scripts'...
[14:48:30] Finished 'scripts' after 20 ms
[14:48:30] Starting 'version'...
[14:48:30] Finished 'version' after 441 ms
[14:48:30] Finished 'all' after 1.43 s
[14:48:30] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴──────────B
zamknij
10968 2019-08-29 13:49 2019-08-30 12:29 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 1 different commit each, respectively.
(use "git pull" to merge the remote branch into yours)
Removing interak/cracow-universe/build/
HEAD is now at b5c956d SUS-1042 - Częściowe księgowanie faktur




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/10 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at b5c956d SUS-1042 - Częściowe księgowanie faktur
[develop eebb843] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
200 files changed, 2409 insertions(+), 1812 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/finance/src/Delivery/DeliveryOptionConfig.php
rewrite interak/finance/src/Delivery/DeliveryTypes/BaseDeliveryType.php (77%)
delete mode 100644 interak/finance/src/Delivery/DeliveryTypes/DeliveryTypeInterface.php
rewrite interak/finance/src/Delivery/DeliveryTypes/Flat.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Package.php (85%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Product.php (86%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Quantity.php (83%)
rewrite interak/finance/src/Delivery/DeliveryTypes/Total.php (60%)
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[14:18:09] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[14:18:09] Starting 'all'...
[14:18:09] Starting 'task'...
[14:18:09] Starting 'scss-combine'...
[14:18:09] Finished 'scss-combine' after 14 ms
[14:18:09] Finished 'task' after 16 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 149 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 25 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 28 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 7.82 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 14 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 11 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 3.25 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 11 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 55 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 7.32 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 32 ms
[14:18:09] Starting 'copy'...
[14:18:09] Finished 'copy' after 13 ms
[14:18:09] Starting 'styles'...
[14:18:09] Finished 'styles' after 287 ms
[14:18:09] Starting 'styles'...
[14:18:10] Finished 'styles' after 80 ms
[14:18:10] Starting 'styles'...
[14:18:10] Finished 'styles' after 122 ms
[14:18:10] Starting 'styles'...
[14:18:10] Finished 'styles' after 25 ms
[14:18:10] Starting 'styles'...
[14:18:10] Finished 'styles' after 4.77 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 80 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 76 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 42 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 41 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 41 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 18 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 28 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 17 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 79 ms
[14:18:10] Starting 'scripts'...
[14:18:10] Finished 'scripts' after 31 ms
[14:18:10] Starting 'version'...
[14:18:11] Finished 'version' after 646 ms
[14:18:11] Finished 'all' after 2 s
[14:18:11] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴───────────────────────Bu
zamknij
10954 2019-08-28 13:43 2019-08-28 13:50 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/9 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia
[develop 592f6ce] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
174 files changed, 1861 insertions(+), 1125 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:44:23] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:44:23] Starting 'all'...
[15:44:23] Starting 'task'...
[15:44:23] Starting 'scss-combine'...
[15:44:23] Finished 'scss-combine' after 10 ms
[15:44:23] Finished 'task' after 12 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 110 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 13 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 25 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 5.54 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 13 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 7.99 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 2.8 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 8.29 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 24 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 5.38 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 23 ms
[15:44:23] Starting 'copy'...
[15:44:23] Finished 'copy' after 15 ms
[15:44:23] Starting 'styles'...
[15:44:24] Finished 'styles' after 258 ms
[15:44:24] Starting 'styles'...
[15:44:24] Finished 'styles' after 69 ms
[15:44:24] Starting 'styles'...
[15:44:24] Finished 'styles' after 115 ms
[15:44:24] Starting 'styles'...
[15:44:24] Finished 'styles' after 30 ms
[15:44:24] Starting 'styles'...
[15:44:24] Finished 'styles' after 6.13 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 70 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 61 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 30 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 34 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 31 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 16 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 20 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 11 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 47 ms
[15:44:24] Starting 'scripts'...
[15:44:24] Finished 'scripts' after 20 ms
[15:44:24] Starting 'version'...
[15:44:25] Finished 'version' after 435 ms
[15:44:25] Finished 'all' after 1.53 s
[15:44:25] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:44:25] Finished 'default' after 29 ms
[15:44:26] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:44:26] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task
zamknij
10928 2019-08-27 13:44 2019-08-28 11:25 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/8 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia
[develop 12020f5] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
173 files changed, 1839 insertions(+), 1119 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
create mode 100644 interak/user/src/Customer/Exceptions/CreateIntermediateAddressFailedException.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[13:13:31] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[13:13:31] Starting 'all'...
[13:13:31] Starting 'task'...
[13:13:31] Starting 'scss-combine'...
[13:13:31] Finished 'scss-combine' after 14 ms
[13:13:31] Finished 'task' after 16 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 223 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 46 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 117 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 20 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 61 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 33 ms
[13:13:31] Starting 'copy'...
[13:13:31] Finished 'copy' after 12 ms
[13:13:31] Starting 'copy'...
[13:13:32] Finished 'copy' after 29 ms
[13:13:32] Starting 'copy'...
[13:13:32] Finished 'copy' after 72 ms
[13:13:32] Starting 'copy'...
[13:13:32] Finished 'copy' after 16 ms
[13:13:32] Starting 'copy'...
[13:13:32] Finished 'copy' after 91 ms
[13:13:32] Starting 'copy'...
[13:13:32] Finished 'copy' after 37 ms
[13:13:32] Starting 'styles'...
[13:13:32] Finished 'styles' after 356 ms
[13:13:32] Starting 'styles'...
[13:13:32] Finished 'styles' after 103 ms
[13:13:32] Starting 'styles'...
[13:13:32] Finished 'styles' after 158 ms
[13:13:32] Starting 'styles'...
[13:13:32] Finished 'styles' after 34 ms
[13:13:32] Starting 'styles'...
[13:13:32] Finished 'styles' after 16 ms
[13:13:32] Starting 'scripts'...
[13:13:32] Finished 'scripts' after 96 ms
[13:13:32] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 81 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 43 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 65 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 61 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 38 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 50 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 36 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 156 ms
[13:13:33] Starting 'scripts'...
[13:13:33] Finished 'scripts' after 63 ms
[13:13:33] Starting 'version'...
[13:13:34] Finished 'version' after 803 ms
[13:13:34] Finished 'all' after 2.95 s
[13:13:34] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[13:13:34] Finished 'default' after 20 ms
[13:13:35] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[13:13:35] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summ
zamknij
10914 2019-08-22 13:57 2019-08-22 14:04 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 1 different commit each, respectively.
(use "git pull" to merge the remote branch into yours)
Removing interak/cracow-universe/build/
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/7 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at efb909c SUS-1103 - Administrator widzi duże pole do wpisania opisu przy dodawaniu zamówienia
[develop 44df970] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
155 files changed, 1524 insertions(+), 1044 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/system/database/migrations/2019_08_22_124101_system_delete_default_country_code_from_settings_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:58:04] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:58:04] Starting 'all'...
[15:58:04] Starting 'task'...
[15:58:04] Starting 'scss-combine'...
[15:58:04] Finished 'scss-combine' after 15 ms
[15:58:04] Finished 'task' after 18 ms
[15:58:04] Starting 'copy'...
[15:58:05] Finished 'copy' after 177 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 29 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 80 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 7.05 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 29 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 34 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 6.6 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 10 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 75 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 6.55 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 37 ms
[15:58:05] Starting 'copy'...
[15:58:05] Finished 'copy' after 26 ms
[15:58:05] Starting 'styles'...
[15:58:05] Finished 'styles' after 292 ms
[15:58:05] Starting 'styles'...
[15:58:05] Finished 'styles' after 79 ms
[15:58:05] Starting 'styles'...
[15:58:06] Finished 'styles' after 120 ms
[15:58:06] Starting 'styles'...
[15:58:06] Finished 'styles' after 32 ms
[15:58:06] Starting 'styles'...
[15:58:06] Finished 'styles' after 6.27 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 81 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 75 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 33 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 36 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 44 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 27 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 24 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 26 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 56 ms
[15:58:06] Starting 'scripts'...
[15:58:06] Finished 'scripts' after 34 ms
[15:58:06] Starting 'version'...
[15:58:07] Finished 'version' after 626 ms
[15:58:07] Finished 'all' after 2.14 s
[15:58:07] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:58:07] Finished 'default' after 16 ms
[15:58:08] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:58:08] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files
zamknij
10906 2019-08-21 13:57 2019-08-21 14:05 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT -1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at 041e53f Merge "SUS-1102 - Administrator widzi kolumnę "Dostawca" oraz "Segment" w exporcie zleceń" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/6 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 041e53f Merge "SUS-1102 - Administrator widzi kolumnę "Dostawca" oraz "Segment" w exporcie zleceń" into develop
[develop 37c5184] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
148 files changed, 1695 insertions(+), 943 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/EuTaxIdValidator.php
create mode 100644 interak/core/src/Validation/Exceptions/ViesException.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/core/src/Validation/ViesClient.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:58:39] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:58:39] Starting 'all'...
[15:58:39] Starting 'task'...
[15:58:39] Starting 'scss-combine'...
[15:58:39] Finished 'scss-combine' after 11 ms
[15:58:39] Finished 'task' after 13 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 117 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 15 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 27 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 5.74 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 13 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 8.64 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 3.12 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 10 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 24 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 4.95 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 23 ms
[15:58:39] Starting 'copy'...
[15:58:39] Finished 'copy' after 11 ms
[15:58:39] Starting 'styles'...
[15:58:39] Finished 'styles' after 203 ms
[15:58:39] Starting 'styles'...
[15:58:39] Finished 'styles' after 86 ms
[15:58:39] Starting 'styles'...
[15:58:39] Finished 'styles' after 92 ms
[15:58:39] Starting 'styles'...
[15:58:39] Finished 'styles' after 25 ms
[15:58:39] Starting 'styles'...
[15:58:39] Finished 'styles' after 5.57 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 58 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 61 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 34 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 32 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 35 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 15 ms
[15:58:39] Starting 'scripts'...
[15:58:39] Finished 'scripts' after 20 ms
[15:58:39] Starting 'scripts'...
[15:58:40] Finished 'scripts' after 13 ms
[15:58:40] Starting 'scripts'...
[15:58:40] Finished 'scripts' after 45 ms
[15:58:40] Starting 'scripts'...
[15:58:40] Finished 'scripts' after 24 ms
[15:58:40] Starting 'version'...
[15:58:40] Finished 'version' after 438 ms
[15:58:40] Finished 'all' after 1.47 s
[15:58:40] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:58:40] Finished 'default' after 26 ms
[15:58:41] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:58:41] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task
zamknij
10900 2019-08-20 13:24 2019-08-20 13:34 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT -1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 2 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
Removing interak/cracow-universe/build/
HEAD is now at 041e53f Merge "SUS-1102 - Administrator widzi kolumnę "Dostawca" oraz "Segment" w exporcie zleceń" into develop




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/5 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 041e53f Merge "SUS-1102 - Administrator widzi kolumnę "Dostawca" oraz "Segment" w exporcie zleceń" into develop
[develop 978659e] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
144 files changed, 1675 insertions(+), 903 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/EuTaxIdValidator.php
create mode 100644 interak/core/src/Validation/Exceptions/ViesException.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
delete mode 100644 interak/core/src/Validation/PlRegistrationNumbersValidators.php
create mode 100644 interak/core/src/Validation/ViesClient.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
rewrite interak/finance/src/Models/OrderInvoiceInformation.php (61%)
create mode 100644 interak/finance/src/Observers/MoneyWithdrawalObserver.php
create mode 100644 interak/finance/src/Observers/OrderInvoiceInformationObserver.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:24:38] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:24:38] Starting 'all'...
[15:24:38] Starting 'task'...
[15:24:38] Starting 'scss-combine'...
[15:24:38] Finished 'scss-combine' after 10 ms
[15:24:38] Finished 'task' after 12 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 109 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 13 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 38 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 4.61 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 11 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 11 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 2.82 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 18 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 36 ms
[15:24:38] Starting 'copy'...
[15:24:38] Finished 'copy' after 9.81 ms
[15:24:38] Starting 'copy'...
[15:24:39] Finished 'copy' after 26 ms
[15:24:39] Starting 'copy'...
[15:24:39] Finished 'copy' after 9.28 ms
[15:24:39] Starting 'styles'...
[15:24:39] Finished 'styles' after 192 ms
[15:24:39] Starting 'styles'...
[15:24:39] Finished 'styles' after 54 ms
[15:24:39] Starting 'styles'...
[15:24:39] Finished 'styles' after 94 ms
[15:24:39] Starting 'styles'...
[15:24:39] Finished 'styles' after 24 ms
[15:24:39] Starting 'styles'...
[15:24:39] Finished 'styles' after 17 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 57 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 57 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 46 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 33 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 30 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 16 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 20 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 12 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 46 ms
[15:24:39] Starting 'scripts'...
[15:24:39] Finished 'scripts' after 20 ms
[15:24:39] Starting 'version'...
[15:24:40] Finished 'version' after 439 ms
[15:24:40] Finished 'all' after 1.47 s
[15:24:40] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:24:40] Finished 'default' after 15 ms
[15:24:41] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:24:41] Starting 'version'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────Bu
zamknij
10893 2019-08-19 13:45 2019-08-19 13:52 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT -1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch and 'origin/develop' have diverged,
and have 1 and 1 different commit each, respectively.
(use "git pull" to merge the remote branch into yours)
Removing interak/cracow-universe/build/
HEAD is now at 6376811 SUS-1105 Kod rabatowy rabatuje najtańszy znaleziony produkt z pakietu w koszyku




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/4 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 6376811 SUS-1105 Kod rabatowy rabatuje najtańszy znaleziony produkt z pakietu w koszyku
[develop b4cd6a3] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
132 files changed, 1449 insertions(+), 508 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/EuTaxIdValidator.php
create mode 100644 interak/core/src/Validation/Exceptions/ViesException.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Gb/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/It/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lu/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lv/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Mt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Pt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ro/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Se/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Si/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Sk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/ViesClient.php
create mode 100644 interak/finance/database/migrations/2019_08_19_141801_finance_change_nip_to_tax_id_to_order_invoice_informations_table.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
create mode 100644 interak/user/database/migrations/2019_08_19_140801_user_change_nip_to_tax_id_to_invoice_informations_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:46:01] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:46:01] Starting 'all'...
[15:46:01] Starting 'task'...
[15:46:01] Starting 'scss-combine'...
[15:46:01] Finished 'scss-combine' after 10 ms
[15:46:01] Finished 'task' after 12 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 128 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 39 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 88 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 6.18 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 13 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 12 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 5.57 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 8.51 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 43 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 8.72 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 46 ms
[15:46:01] Starting 'copy'...
[15:46:01] Finished 'copy' after 17 ms
[15:46:01] Starting 'styles'...
[15:46:02] Finished 'styles' after 343 ms
[15:46:02] Starting 'styles'...
[15:46:02] Finished 'styles' after 97 ms
[15:46:02] Starting 'styles'...
[15:46:02] Finished 'styles' after 136 ms
[15:46:02] Starting 'styles'...
[15:46:02] Finished 'styles' after 32 ms
[15:46:02] Starting 'styles'...
[15:46:02] Finished 'styles' after 6.47 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 78 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 76 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 46 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 70 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 52 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 29 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 29 ms
[15:46:02] Starting 'scripts'...
[15:46:02] Finished 'scripts' after 24 ms
[15:46:02] Starting 'scripts'...
[15:46:03] Finished 'scripts' after 72 ms
[15:46:03] Starting 'scripts'...
[15:46:03] Finished 'scripts' after 42 ms
[15:46:03] Starting 'version'...
[15:46:03] Finished 'version' after 708 ms
[15:46:03] Finished 'all' after 2.28 s
[15:46:03] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:46:03] Finished 'default' after 28 ms
[15:46:04] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:46:04] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────
zamknij
10868 2019-08-14 13:30 2019-08-14 13:37 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at da28047 SUS-1091 fix translations config




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/3 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at da28047 SUS-1091 fix translations config
[develop c56dab4] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
28 files changed, 664 insertions(+), 256 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:30:56] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:30:56] Starting 'all'...
[15:30:56] Starting 'task'...
[15:30:56] Starting 'scss-combine'...
[15:30:56] Finished 'scss-combine' after 11 ms
[15:30:56] Finished 'task' after 12 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 114 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 14 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 26 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 5.13 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 13 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 8.3 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 2.91 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 9.45 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 23 ms
[15:30:56] Starting 'copy'...
[15:30:56] Finished 'copy' after 5.04 ms
[15:30:56] Starting 'copy'...
[15:30:57] Finished 'copy' after 23 ms
[15:30:57] Starting 'copy'...
[15:30:57] Finished 'copy' after 9.39 ms
[15:30:57] Starting 'styles'...
[15:30:57] Finished 'styles' after 194 ms
[15:30:57] Starting 'styles'...
[15:30:57] Finished 'styles' after 52 ms
[15:30:57] Starting 'styles'...
[15:30:57] Finished 'styles' after 92 ms
[15:30:57] Starting 'styles'...
[15:30:57] Finished 'styles' after 24 ms
[15:30:57] Starting 'styles'...
[15:30:57] Finished 'styles' after 5.32 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 56 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 60 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 32 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 31 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 34 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 13 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 19 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 13 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 47 ms
[15:30:57] Starting 'scripts'...
[15:30:57] Finished 'scripts' after 21 ms
[15:30:57] Starting 'version'...
[15:30:58] Finished 'version' after 444 ms
[15:30:58] Finished 'all' after 1.41 s
[15:30:58] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:30:58] Finished 'default' after 26 ms
[15:30:59] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:30:59] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │
zamknij
10867 2019-08-14 13:14 2019-08-14 13:21 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is ahead of 'origin/develop' by 1 commit.
(use "git push" to publish your local commits)
Removing interak/cracow-universe/build/
HEAD is now at da28047 SUS-1091 fix translations config




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/2 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at da28047 SUS-1091 fix translations config
[develop 0e9c697] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
28 files changed, 663 insertions(+), 256 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[15:15:11] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:15:11] Starting 'all'...
[15:15:11] Starting 'task'...
[15:15:11] Starting 'scss-combine'...
[15:15:11] Finished 'scss-combine' after 11 ms
[15:15:11] Finished 'task' after 13 ms
[15:15:11] Starting 'copy'...
[15:15:12] Finished 'copy' after 114 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 12 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 25 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 4.41 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 12 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 7.97 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 2.66 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 8.33 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 23 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 4.37 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 22 ms
[15:15:12] Starting 'copy'...
[15:15:12] Finished 'copy' after 10 ms
[15:15:12] Starting 'styles'...
[15:15:12] Finished 'styles' after 197 ms
[15:15:12] Starting 'styles'...
[15:15:12] Finished 'styles' after 58 ms
[15:15:12] Starting 'styles'...
[15:15:12] Finished 'styles' after 96 ms
[15:15:12] Starting 'styles'...
[15:15:12] Finished 'styles' after 25 ms
[15:15:12] Starting 'styles'...
[15:15:12] Finished 'styles' after 4.8 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 58 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 59 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 34 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 31 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 33 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 14 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 19 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 14 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 45 ms
[15:15:12] Starting 'scripts'...
[15:15:12] Finished 'scripts' after 21 ms
[15:15:12] Starting 'version'...
[15:15:13] Finished 'version' after 435 ms
[15:15:13] Finished 'all' after 1.41 s
[15:15:13] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[15:15:13] Finished 'default' after 24 ms
[15:15:14] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[15:15:14] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │
zamknij
10866 2019-08-14 12:04 2019-08-14 12:16 Zakończony log
changes (1)

Zmiany Weryfikacja ID Projekt Branch
SUS-1096 Administrator może wystawić fakturę WDT +1 8016 sites/printup develop
"********* CLEAN REPO *********"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl/vendor/interak/courier
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
HEAD is now at 1ac94d4 "Release 2019-05-06 (develop)"


/home/interak/domains/sus-1096-c2p.d.interakdev.pl
"********* RESET: develop *********"
Your branch is up-to-date with 'origin/develop'.
Removing .env.old
Removing public/Zlecenia 2017-11-17 162434.xlsx
Removing public/exports/
Removing public/files/
Removing public/img/
Removing public/packages/interak/
Removing resources/views/vendor/interak-cms/_layouts/
Removing resources/views/vendor/interak-cms/admin/page/_elements/visual-editor-blocks/
HEAD is now at da28047 SUS-1091 fix translations config




Application is now in maintenance mode.


"********* LOAD CHANGES *********"


"********* LOAD: sites/printup *********"
"********* path: /home/interak/domains/sus-1096-c2p.d.interakdev.pl/ *********"
"********* refs/changes/16/8016/1 *********"
/home/interak/domains/sus-1096-c2p.d.interakdev.pl
Your branch is up-to-date with 'origin/develop'.
HEAD is now at da28047 SUS-1091 fix translations config
[develop e4a8e13] SUS-1096 Administrator może wystawić fakturę WDT
Author: Filip Koblański <filip.koblanski@interak.pl>
28 files changed, 663 insertions(+), 256 deletions(-)
create mode 100644 interak/core/database/migrations/2019_08_09_121101_core_add_is_ue_to_countries_table.php
create mode 100644 interak/core/src/Http/Controllers/UserController.php
create mode 100644 interak/core/src/Validation/Locales/At/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Be/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Bg/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cy/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Cz/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/De/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Dk/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ee/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/El/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Es/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fi/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Fr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Hr/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Ie/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Lt/IdentityValidator.php
create mode 100644 interak/core/src/Validation/Locales/Nl/IdentityValidator.php
create mode 100644 interak/user/database/migrations/2019_08_13_111301_user_add_is_intra_community_to_users_table.php
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.


"********* POST UPDATE *********"


Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run './vendor/bin/upgrade-carbon' to get help in updating carbon and other frameworks and libraries that depend on it.
Discovered Package: barryvdh/laravel-debugbar
Discovered Package: barryvdh/laravel-ide-helper
Discovered Package: barryvdh/laravel-snappy
Discovered Package: bkwld/croppa
Discovered Package: cybercog/laravel-whoops-editor
Discovered Package: fideloper/proxy
Discovered Package: intervention/image
Discovered Package: laravel/tinker
Discovered Package: laravelcollective/html
Discovered Package: nesbot/carbon
Discovered Package: oriceon/oauth-5-laravel
Discovered Package: vladimir-yuldashev/laravel-queue-rabbitmq
Discovered Package: webpatser/laravel-uuid
Package manifest generated successfully.
[14:08:17] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[14:08:17] Starting 'all'...
[14:08:17] Starting 'task'...
[14:08:17] Starting 'scss-combine'...
[14:08:17] Finished 'scss-combine' after 10 ms
[14:08:17] Finished 'task' after 12 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 112 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 13 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 26 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 4.75 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 12 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 8.26 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 2.88 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 9.65 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 24 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 4.81 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 24 ms
[14:08:17] Starting 'copy'...
[14:08:17] Finished 'copy' after 9.73 ms
[14:08:17] Starting 'styles'...
[14:08:17] Finished 'styles' after 194 ms
[14:08:17] Starting 'styles'...
[14:08:17] Finished 'styles' after 52 ms
[14:08:17] Starting 'styles'...
[14:08:17] Finished 'styles' after 105 ms
[14:08:17] Starting 'styles'...
[14:08:17] Finished 'styles' after 24 ms
[14:08:17] Starting 'styles'...
[14:08:17] Finished 'styles' after 4.49 ms
[14:08:17] Starting 'scripts'...
[14:08:17] Finished 'scripts' after 55 ms
[14:08:17] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 60 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 32 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 30 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 34 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 14 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 19 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 13 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 46 ms
[14:08:18] Starting 'scripts'...
[14:08:18] Finished 'scripts' after 22 ms
[14:08:18] Starting 'version'...
[14:08:18] Finished 'version' after 432 ms
[14:08:18] Finished 'all' after 1.41 s
[14:08:18] Starting 'default'...
┌───────────────┬──────────────────────────┬────────────────────────────────────────────────────────────────────────────────────────┬─────────────────────────────────────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.task() │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/css/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/fonts/**/* │ public/assets/css/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ public/assets/vendor/revslider/js/**/* │ public/assets/js/revslider │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/assets/css//**/* │ public/assets/css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/**/* │ public/assets/css/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/scss/layout.css │ public/assets/css/pink-gradient/layout.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/js/**/* │ public/assets/js/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/css/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/pink-gradient/assets/img/**/* │ public/assets/images/pink-gradient │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/scss/app.css │ public/assets/css/osiemnascie/app.css │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/js/**/* │ public/assets/js/osiemnascie │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.copy() │ 1. Saving to Destination │ resources/templates/osiemnascie/assets/fonts/**/* │ public/assets/css/fonts │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/jquery.perfectScrollBar.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font.css │ public/assets/css/app.css │
│ │ 2. Writing Source Maps │ public/assets/css/bootstrap.equalcolumns.css │ │
│ │ 3. Saving to Destination │ public/assets/css/layout.css │ │
│ │ │ public/assets/css/common.css │ │
│ │ │ public/assets/css/typo.css │ │
│ │ │ public/assets/css/media-queries.css │ │
│ │ │ public/assets/css/custom.css │ │
│ │ │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/font-open-sans.css │ public/assets/css/vendor_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/font-awesome.min.css │ │
│ │ 3. Saving to Destination │ public/assets/css/bootstrap.min.css │ │
│ │ │ public/assets/css/bootstrap-select.css │ │
│ │ │ public/assets/css/slider-pro.min.css │ │
│ │ │ public/assets/css/owl.carousel.css │ │
│ │ │ public/assets/css/revslider/pe-icon-7-stroke/css/pe-icon-7-stroke.css │ │
│ │ │ public/assets/css/revslider/settings.css │ │
│ │ │ public/assets/css/revslider/layers.css │ │
│ │ │ public/assets/css/revslider/navigation.css │ │
│ │ │ public/assets/css/animate.css │ │
│ │ │ public/assets/css/hover.css │ │
│ │ │ public/assets/css/jquery-custom-content-scroller.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ public/assets/css/bootstrap.equalcolumns.css │ public/assets/css/app_pink_gradient.css │
│ │ 2. Writing Source Maps │ public/assets/css/pink-gradient/layout.css │ │
│ │ 3. Saving to Destination │ public/assets/css/template.css │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.styles() │ 1. Concatenating Files │ resources/assets/css/file-manager.scss │ public/assets/css/file-manager.css │
│ │ 2. Writing Source Maps │ │ │
│ │ 3. Saving to Destination │ │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/main.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/all_pink_gradient.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
│ │ │ public/assets/js/pink-gradient/main.js │ │
│ │ │ public/assets/js/flickity.pkgd.min.js │ │
│ │ │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.tools.min.js │ │
│ │ │ public/assets/js/revslider/jquery.themepunch.revolution.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.actions.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.carousel.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.kenburn.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.layeranimation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.migration.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.navigation.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.parallax.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.slideanims.min.js │ │
│ │ │ public/assets/js/revslider/extensions/revolution.extension.video.min.js │ │
│ │ │ public/assets/js/bootstrap-hover-dropdown.js │ │
│ │ │ public/assets/js/readmore.min.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/jquery-1.11.0.min.js │ public/assets/js/base_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/jquery.mobile.custom.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/bootstrap.min.js │ │
│ │ │ public/assets/js/bootstrap-select.js │ │
│ │ │ public/assets/js/js.cookie.js │ │
│ │ │ public/assets/js/ifvisible.min.js │ │
│ │ │ public/assets/js/jquery.sliderPro.min.js │ │
│ │ │ public/assets/js/circle-progress.js │ │
│ │ │ public/assets/js/jquery.perfectScrollBar.js │ │
│ │ │ public/assets/js/cookieAlert/cookie-alert.js │ │
│ │ │ public/assets/js/owl.carousel.min.js │ │
│ │ │ public/assets/js/custom.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/moment.js │ public/assets/js/all_osiemnascie.js │
│ │ 2. Writing Source Maps │ public/assets/js/daterangepicker.js │ │
│ │ 3. Saving to Destination │ resources/templates/osiemnascie/assets/js/autosize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/notifications.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/searcher.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/cart.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/filters.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/instruction.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/upload-details.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/konfigurator.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/daterangepicker.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/selectize.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/revealer.js │ │
│ │ │ resources/templates/osiemnascie/assets/js/mobile.js │ │
│ │ │ public/assets/js/jqueryCustomContentScroller/jquery-custom-content-scroller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/drag-drop-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ resources/assets/js/angular-directories/angular-dragdrop/angular-dragdrop.min.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/round-progress-directive.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/file-manager-select.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/file-manager-select-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/file-manager-select-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/item-actions-service.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/embeddable-file-manager.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/embeddable-file-manager-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/embeddable-file-manager-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/error-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/confirm-click-directive.js │ │
│ │ │ resources/assets/js/angular-directories/angular-file-upload/ng-file-upload.js │ │
│ │ │ public/assets/js/accounting/accounting.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ resources/assets/js/angular-directories/angular/angular.min.js │ public/assets/js/complains.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular/applications/complaint-application.js │ │
│ │ 3. Saving to Destination │ resources/assets/js/angular/controllers/complaint-controller.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/accounting/accounting.min.js │ public/assets/js/configurator.js │
│ │ 2. Writing Source Maps │ resources/assets/js/angular-directories/angular/angular.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/angular/applications/product-configurator-application.js │ │
│ │ │ public/assets/js/angular/controllers/product-configurator-controller.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/data-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/scrollbar-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/selectize-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/datatable-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/services/owl-carousel-service.js │ │
│ │ │ resources/assets/js/angular-directories/angular/directives/on-enter-directive.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize.min.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-ie-fix.js │ │
│ │ │ public/assets/vendor/selectize/js/standalone/selectize-angular.js │ │
│ │ │ public/assets/vendor/angular-filter/angular-filter.min.js │ │
│ │ │ public/assets/js/angular-timer/angular-timer-all.min.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.scripts() │ 1. Concatenating Files │ public/assets/js/progressbar/progress.js │ public/assets/js/uploader.js │
│ │ 2. Writing Source Maps │ public/assets/js/flickity.pkgd.min.js │ │
│ │ 3. Saving to Destination │ public/assets/js/flickity-imagesloaded.js │ │
│ │ │ public/assets/js/easyzoom.js │ │
│ │ │ public/assets/js/jquery.spinner.js │ │
│ │ │ public/assets/js/upload.js │ │
│ │ │ public/assets/vendor/fileupload/js/vendor/jquery.ui.widget.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.iframe-transport.js │ │
│ │ │ public/assets/vendor/fileupload/js/jquery.fileupload.js │ │
├───────────────┼──────────────────────────┼────────────────────────────────────────────────────────────────────────────────────────┼─────────────────────────────────────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ 4. Copying Source Maps │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ │ public/assets/js/base_osiemnascie.js │ │
│ │ │ public/assets/js/all_osiemnascie.js │ │
│ │ │ public/assets/js/spy.js │ │
│ │ │ public/assets/js/file-manager.js │ │
│ │ │ public/assets/js/file-manager-select.js │ │
│ │ │ public/assets/js/embeddable-file-manager.js │ │
│ │ │ public/assets/js/complains.js │ │
│ │ │ public/assets/js/configurator.js │ │
│ │ │ public/assets/js/uploader.js │ │
└───────────────┴──────────────────────────┴────────────────────────────────────────────────────────────────────────────────────────┴─────────────────────────────────────────────┘
[14:08:18] Finished 'default' after 26 ms
[14:08:19] Using gulpfile ~/domains/sus-1096-c2p.d.interakdev.pl/gulpfile.js
[14:08:19] Starting 'version'...
┌───────────────┬──────────────────────────┬─────────────────────────────────────────────┬─────────────┐
│ Task │ Summary │ Source Files │ Destination │
├───────────────┼──────────────────────────┼─────────────────────────────────────────────┼─────────────┤
│ mix.version() │ 1. Versioning │ public/assets/css/vendor.css │ public/ │
│ │ 2. Rewriting File Paths │ public/assets/css/app.css │ │
│ │ 3. Saving to Destination │ public/assets/css/osiemnascie/app.css │ │
│ │ │ public/assets/css/vendor_pink_gradient.css │ │
│ │ │ public/assets/css/app_pink_gradient.css │ │
│ │ │ public/assets/css/file-manager.css │ │
│ │ │ public/assets/css/custom-admin.css │ │
│ │ │ public/assets/js/script.js │ │
│ │ │ public/assets/js/all.js │ │
│ │ │ public/assets/js/all_pink_gradient.js │ │
│ │ Bu
zamknij