Skip to content

Commit

Permalink
misc: Bump version to 1.18.0 (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet authored Jan 14, 2025
1 parent 0876d46 commit 54ff23d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion api
Submodule api updated 163 files
30 changes: 15 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ services:

api:
container_name: lago-api
image: getlago/api:v1.17.5
image: getlago/api:v1.18.0
restart: unless-stopped
depends_on:
- db
- redis
command: ['./scripts/start.sh']
command: ["./scripts/start.sh"]
healthcheck:
test: curl -f http://localhost:3000/health || exit 1
interval: 10s
Expand Down Expand Up @@ -95,7 +95,7 @@ services:

front:
container_name: lago-front
image: getlago/front:v1.17.5
image: getlago/front:v1.18.0
restart: unless-stopped
# Use this command if you want to use SSL with Let's Encrypt
# command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
Expand Down Expand Up @@ -134,14 +134,14 @@ services:

api-worker:
container_name: lago-worker
image: getlago/api:v1.17.5
image: getlago/api:v1.18.0
restart: unless-stopped
depends_on:
api:
condition: service_healthy
command: ['./scripts/start.worker.sh']
command: ["./scripts/start.worker.sh"]
healthcheck:
test: ['CMD-SHELL', 'bundle exec sidekiqmon | grep $(hostname) || exit 1']
test: ["CMD-SHELL", "bundle exec sidekiqmon | grep $(hostname) || exit 1"]
environment:
- LAGO_API_URL=${LAGO_API_URL:-http://localhost:3000}
- DATABASE_URL=postgresql://${POSTGRES_USER:-lago}:${POSTGRES_PASSWORD:-changeme}@${POSTGRES_HOST:-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-lago}?search_path=${POSTGRES_SCHEMA:-public}
Expand Down Expand Up @@ -185,7 +185,7 @@ services:
# It is recommendend if you have a high usage of events to not impact the other Sidekiq Jobs.
#api-events-worker:
# container_name: lago-events-worker
# image: getlago/api:v1.17.5
# image: getlago/api:v1.18.0
# restart: unless-stopped
# depends_on:
# api:
Expand Down Expand Up @@ -230,7 +230,7 @@ services:
# It is recommended if you have a high usage of invoices being created to not impact the other Sidekiq Jobs.
#api-pdfs-worker:
# container_name: lago-pdfs-worker
# image: getlago/api:v1.17.5
# image: getlago/api:v1.18.0
# restart: unless-stopped
# depends_on:
# api:
Expand Down Expand Up @@ -275,7 +275,7 @@ services:
# It is recommended if you have a high usage of invoices being created to not impact the other Sidekiq Jobs.
#api-billing-worker:
# container_name: lago-billing-worker
# image: getlago/api:v1.17.5
# image: getlago/api:v1.18.0
# restart: unless-stopped
# depends_on:
# api:
Expand Down Expand Up @@ -320,7 +320,7 @@ services:
# You can uncomment this if you want to use a dedicated Sidekiq worker for the clock jobs.
#api-clock-worker:
# container_name: lago-clock-worker
# image: getlago/api:v1.17.5
# image: getlago/api:v1.18.0
# restart: unless-stopped
# depends_on:
# api:
Expand Down Expand Up @@ -365,7 +365,7 @@ services:
# You can uncomment this if you want to use a dedicated Sidekiq worker for the webhook jobs.
#api-webhook-worker:
# container_name: lago-webhook-worker
# image: getlago/api:v1.17.5
# image: getlago/api:v1.18.0
# restart: unless-stopped
# depends_on:
# api:
Expand Down Expand Up @@ -409,12 +409,12 @@ services:

api-clock:
container_name: lago-clock
image: getlago/api:v1.17.5
image: getlago/api:v1.18.0
restart: unless-stopped
depends_on:
api:
condition: service_healthy
command: ['./scripts/start.clock.sh']
command: ["./scripts/start.clock.sh"]
environment:
- LAGO_API_URL=${LAGO_API_URL:-http://localhost:3000}
- DATABASE_URL=postgresql://${POSTGRES_USER:-lago}:${POSTGRES_PASSWORD:-changeme}@${POSTGRES_HOST:-db}:${POSTGRES_PORT:-5432}/${POSTGRES_DB:-lago}?search_path=${POSTGRES_SCHEMA:-public}
Expand All @@ -440,11 +440,11 @@ services:

migrate:
container_name: lago-migrate
image: getlago/api:v1.17.5
image: getlago/api:v1.18.0
depends_on:
- db
- redis
command: ['./scripts/start.migrate.sh']
command: ["./scripts/start.migrate.sh"]
volumes:
- lago_storage_data:/app/storage
environment:
Expand Down
2 changes: 1 addition & 1 deletion front
Submodule front updated 89 files
+0 −21 .babelrc.js
+2 −1 .gitignore
+0 −0 __mocks__/styleMock.cjs
+0 −0 __mocks__/svgMock.cjs
+5 −4 cypress/cypress.config.js
+9 −5 cypress/e2e/10-resources/t20-create-customer.cy.ts
+0 −54 cypress/support/commands.ts
+15 −1 cypress/support/e2e.ts
+9 −1 eslint.config.mjs
+3 −1 index.html
+7 −4 jest.config.ts
+25 −34 package.json
+0 −0 postcss.config.cjs
+0 −0 public/favicon-local.svg
+0 −0 public/favicon-prod.svg
+0 −0 public/favicon-staging.svg
+3 −5 scripts/codemod.js
+1 −1 scripts/transforms/skeleton-migrate-margin-values.js
+1 −1 scripts/transforms/skeleton-migrate-width-values.js
+1 −1 scripts/transforms/skeleton-remove-unnecessary-height.js
+1 −1 scripts/translations/add.js
+5 −6 scripts/translations/inspect.js
+46 −18 src/components/coupons/DeleteCouponDialog.tsx
+11 −1 src/components/coupons/TerminateCouponDialog.tsx
+7 −9 src/components/creditNote/CreditNotesTable.tsx
+71 −22 src/components/customers/CustomerInvoicesList.tsx
+95 −0 src/components/customers/CustomerSettings.tsx
+1 −1 src/components/customers/DeleteCustomerFinalizeZeroAmountInvoiceDialog.tsx
+230 −0 src/components/customers/EditCustomerInvoiceCustomSectionsDialog.tsx
+67 −47 src/components/customers/createCustomer/BillingAccordion.tsx
+57 −47 src/components/customers/createCustomer/CustomerInformation.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/AccountingProvidersAccordion.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/CRMProvidersAccordion.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/ExternalAppsAccordionLayout.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/PaymentProvidersAccordion.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/TaxProvidersAccordion.tsx
+3 −19 src/components/customers/createCustomer/ExternalAppsAccordion/index.tsx
+0 −0 src/components/customers/createCustomer/ExternalAppsAccordion/utils.ts
+5 −5 src/components/customers/createCustomer/MetadataAccordion.tsx
+2 −12 src/components/designSystem/Accordion.tsx
+28 −30 src/components/designSystem/Filters/utils.ts
+20 −5 src/components/designSystem/Table/Table.tsx
+2 −2 src/components/designSystem/__tests__/Table.test.tsx
+9 −2 src/components/form/ComboBox/ComboBoxVirtualizedList.tsx
+2 −3 src/components/form/JsonEditor/JsonEditor.tsx
+6 −0 src/components/form/MultipleComboBox/MultipleComboBox.tsx
+69 −22 src/components/invoices/InvoicesList.tsx
+2 −2 src/components/settings/invoices/DefaultCustomSectionDialog.tsx
+82 −0 src/components/settings/invoices/DeleteCustomSectionDialog.tsx
+4 −2 src/components/settings/invoices/PreviewCustomSectionDrawer.tsx
+17 −0 src/core/constants/statusCouponMapping.ts
+9 −21 src/core/router/AuthRoutes.tsx
+8 −7 src/core/router/CustomerPortalRoutes.tsx
+7 −25 src/core/router/CustomerRoutes.tsx
+5 −15 src/core/router/DevelopperRoutes.tsx
+28 −50 src/core/router/ObjectsRoutes.tsx
+30 −118 src/core/router/SettingRoutes.tsx
+6 −10 src/core/router/index.tsx
+2,323 −1,987 src/generated/graphql.tsx
+27 −0 src/hooks/plans/__tests__/useVolumeChargeForm.test.tsx
+2 −1 src/hooks/plans/useVolumeChargeForm.ts
+80 −44 src/hooks/useCreateEditCustomer.ts
+2 −0 src/hooks/usePermissions.ts
+8 −7 src/main.tsx
+26 −18 src/pages/AddOnsList.tsx
+23 −11 src/pages/BillableMetricsList.tsx
+243 −176 src/pages/CouponDetails.tsx
+24 −35 src/pages/CouponsList.tsx
+81 −81 src/pages/CreateCustomer.tsx
+13 −9 src/pages/CustomerDetails.tsx
+29 −22 src/pages/CustomersList.tsx
+1 −4 src/pages/InvoicesPage.tsx
+25 −15 src/pages/PlansList.tsx
+2 −2 src/pages/__devOnly/DesignSystem.tsx
+2 −5 src/pages/developers/Webhooks.tsx
+5 −7 src/pages/settings/EmailSettings.tsx
+17 −2 src/pages/settings/Invoices/CreateCustomSection.tsx
+163 −0 src/pages/settings/Invoices/InvoiceSettings.tsx
+8 −4 src/styles/customer.tsx
+13 −4 src/styles/mainObjectsForm.tsx
+1 −1 start.dev.sh
+48 −32 translations/base.json
+6 −3 tsconfig.json
+2 −0 vite-env.d.ts
+101 −0 vite.config.ts
+0 −44 webpack.common.js
+0 −119 webpack.dev.js
+0 −121 webpack.prod.js
+735 −2,664 yarn.lock

0 comments on commit 54ff23d

Please sign in to comment.