Adrian Pilarczyk
|
d42c79f366
|
fix: tax code matcher QA (#680)
* feat: ✨ bring back validateAddress in TaxJar
* feat: 💄 decrease marginLeft of AppToggle label
* refactor: 🚚 cancelButton -> leftButton
* feat: 🧱 add data-testid to all buttons and forms
* refactor: ♻️ refactor app-section to accept Box props
* feat: 🧱 add rest of data-testid
* feat: ✨ verify connections before displaying matcher pages
* feat: ✨ always display matcher-section
* refactor: ♻️ improve fetching tax codes by adding retry and redirect on error
* refactor: 🚚 active-connection -> get-active-connection-service && improve logs
* chore: 🔊 remove objects from logs
* docs: 📝 add TESTING.md with edge-cases
|
2023-06-28 15:03:24 +02:00 |
|
Adrian Pilarczyk
|
09e07995b5
|
feat: tax code matcher (#564)
* feat: ✨ add tax-classes-fetcher
* refactor: ♻️ add "byId" suffix to crud-settings & remove upsert
* feat: ✨ add updateMany method to CrudSettingsManager
* feat: ✨ add avatax & taxjar tax-code-map-repository
* refactor: 🚚 move to tax-code directory
* feat: ✨ add getTaxCodes methods to provider clients
* refactor: ♻️ extract taxClass and taxCode schema
* refactor: 🚚 tax-code-map -> tax-code-match
* feat: ✨ add taxjar-tax-code.service
* feat: ✨ add avatax-tax-code.service
* feat: ✨ add taxClass to graphql fragment
* feat: ✨ use tax codes in calculate taxes
* fix: 🐛 undefined tax code bug & add tests
* build: 👷 add changeset
* Update avatax-tax-code-mapper.ts
* feat: ✨ add routers & get rid of adapters & mappers
* refactor: ♻️ logger location -> name
* refactor: ♻️ clean up & rephrase logs
* refactor: ♻️ remove __typename from query
* docs: 💡 make comments about tax codes more informative
* refactor: ♻️ use resolveOptionalOrThrow on tax code description
* refactor: ♻️ rename tax-codes -> tax-classes, move and rename tax-code-schema
* refactor: 🚚 ctx -> authData
* refactor: 🚚 createUrqlClientFromCtx -> createUrqlClientFromAuthdata
* refactor: ♻️ dont spread ctx
* docs: 💡 add comment about fallback tax code
* refactor: ♻️ remove ..ctx
* fix: 🐛 use createGraphQLClient
* feat: tax code matcher ui (#658)
* feat: ✨ use tax codes in calculate taxes
* feat: ✨ add getTaxCodes methods to provider clients
* feat: ✨ add matcher tables
* feat: ✨ add log errors middleware
* fix: 🔊 fix misleading logs
* fix: 🐛 ctx appToken bug
* feat: ✨ add Select override with wrapping label
* feat: ✨ pre-select match
* docs: 💡 add comments about first connection
* docs: 💡 add comment about redirect
* refactor: 🔥 duplicate file
* feat: ✨ add AppCard to tables
* feat: ✨ add _error to breadcrumbs exceptions
* fix: 🐛 value not set on data
* feat: 🥅 add error for no channels configured
* fix: 🐛 replace update with upsert
* refactor: 🚚 channel-configuration-settings to repository
* fix: 🐛 updating a channel configuration
* fix: 🧪 fix wrong mock
* fix: 🐛 duplicating configs
* Update cool-turtles-reflect.md
|
2023-06-20 17:53:27 +02:00 |
|
Adrian Pilarczyk
|
f96563fc2b
|
feat: redesign taxes app with macaw-ui (#433)
* refactor: ♻️ replace material-ui with macaw-ui; remove all views
* add apps-ui
* feat: add configuration screen (#514)
* feat: ✨ add basic layout
* refactor: 🔥 enabled field
* refactor: ♻️ move part of config to credentials
* refactor: ♻️ move address from channel to provider
* feat: ✨ add all states for providers
* refactor: ♻️ merge redesign with refactor
* refactor: ♻️ replace material-ui with macaw-ui; remove all views
* fix: 🐛 text-decoration on breadcrumb link
* feat: ✨ add stripe icon
* feat: ✨ add AppCard
* feat: ✨ add AppBreadcrumbs and new provider pages
* refactor: ♻️ add gridRatio to support two app grids
* refactor: 🔥 theme-synchronizer test
* refactor: ♻️ make breadcrumbs bulletproof
* fix: 🐛 failing build
* feat: ✨ add app-layout
* build: ⬆️ upgrade macaw-ui
* feat: redesign provider forms (#533)
* build: ➕ add @saleor/react-hook-form-macaw
* feat: add binding for Toggle in react-hook-form-macaw
* feat: ✨ add AppToggle component
* feat: ✨ add create-avatax-configuration and edit-avatax-configuration
* feat: ✨ add taxjar-validation-service with address validation
* feat: ✨ add AvataxValidationService
* feat: ✨ add edit/create taxjar config
* feat: ✨ add delete configuration
* refactor: ♻️ change invalid address error message
* refactor: ♻️ throw in validation services instead of authenticated: true/false
* docs: 💡 add todo comments
* refactor: ♻️ better variable naming in parse error
* fix: 🐛 disable button when loading
* refactor: ♻️ make defaultValues required
* refactor: 🔥 remove custom fontWeights
* fix: 🐛 toggle form submission bug
* feat: ✨ extract provider-label and use in forms
* feat: ✨ use new Section component and change copy
* refactor: ♻️ use ProviderLabel in ProvidersTable
* build: 💚 fix lockfile
* fix: 🐛 address feedback
* feat: channel provider table (#538)
* refactor: 🔥 providers-config-input-schema
* refactor: ♻️ move providers
* feat: ✨ add basic channel-list
* refactor: 🚚 move around
* feat: ✨ add ChannelConfigurationService
* feat: ✨ add select provider in channel table
* refactor: 🔥 logger traces
* refactor: 🔊 refine logs
* feat: ✅ add avatax-config-mock-generator and use in webhooks mock generators
* refactor: ♻️ split up avatax-validation.service and add tests for response resolver
* feat: ✅ add avatax-validation-error-resolver tests
* refactor: 🚚 move taxjar-validation.service to separate folder
* feat: ✅ extract taxjar-validation-error-resolver and add tests
* feat: ✅ add channel-config-mock-generator
* feat: ✅ add ChannelFetcherMockGenerator
* test: ✅ add tests for channel-configuration-merge
* test: ✅ add tests for crud-settings.service
* fix: 💬 channel copy
* refactor: 🔊 remove data from logs
* refactor: 🚚 move configuration & validation to configuration folder
* fix: 🐛 imports
* fix: 🐛 showing loading & add at the same time
* refactor: ♻️ public configurations & obfuscation rework
* refactor: 🚚 extract repositories from services
* refactor: 🚚 instance -> connection (#544)
* refactor: ♻️ move creating configuration service to procedure
* fix: 🐛 some paths & names while renaming
* Update apps/taxes/src/pages/api/webhooks/order-calculate-taxes.ts
* Update apps/taxes/src/pages/api/webhooks/checkout-calculate-taxes.ts
* feat: shipping tax code (#555)
* fix: 💄 minor visual issues
* feat: ✨ add shipping tax code
* fix: 🐛 fix toggle
* refactor: ♻️ use common table in providers-table
* docs: 💡 add comment to obfuscator
* feat: ✨ sort countries by label not code
* Taxes 💸: Add runtime migrations to schema v2 (#545)
* build: ➕ add dotenv
* feat: 🚧 add draft of migration scripts
* refactor: ♻️ settingsManager to accept appId
* feat: ✨ tax-providers and channels transforms
* feat: ✨ add migration classes
* feat: 🚧 add migration to connection getAll
* feat: 🚧 add dummy data script
* feat: ✨ add runtime channel migration
* feat: ✨ add migration and report scripts
* fix: 🐛 name of dummy class method
* feat: ✅ add transform tests
* build: 💚 update lockfile
* fix: creating & updating a provider (#563)
* refactor: ✅ improve the test for update
* docs: 💡 comment crud-settings
* refactor: 🔥 unused file
* fix: 🐛 appId bug
* refactor: 🚚 rename dummy-utils
* fix: 💄 padding in table
* refactor: 💬 change avatax texts
* build: 👷 add changeset
|
2023-06-15 09:01:50 +02:00 |
|