Dominik Żegleń
2a52eb581c
Update apollo to v3 ( #1837 )
...
* Update apollo to v3
* Fix imports
* Add generated file to ignored
* Use proper import
* Tidy up code
* Remove unused packages
* Fix tests
2022-02-21 14:32:38 +01:00
Dominik Żegleń
1eab4ac8a6
Preview pills ( #1880 )
...
* Add pill component
* Add preview pill to gift card list
* Use outlined prop
* Add arrow to tooltip
* Add preview pill to gift card view headers
* Add preview pills to mark preview features
* Update macaw
* Update tests
* Update messages
* Add black color to pill preview tooltip
Co-authored-by: Wojciech <wojciech.mista@hotmail.com>
2022-02-21 12:38:27 +01:00
Dawid Tarasiuk
675a3a959a
Fix external refresh token error ( #1852 )
2022-02-14 11:36:17 +01:00
Dawid Tarasiuk
a76c6a0e5f
Support apps in navigation ( #1785 )
...
* Support apps in dashboard navigation
* Update macaw-ui sidebar
Trigger CI
* Update app routing
* Update app extensions schema
* Update navigation external app routing
* Refactor sidebar extension menu items open handling
* Update macaw-ui
* Update messages
* Update prettier config
* Refactor
* Update extensions manu item active indication
* Update macaw-ui
2022-02-02 16:30:34 +01:00
Karolina Rakoczy
5ede05affe
fix failing tests ( #1797 )
...
* fix failing tests
* fix tests for gift cards
* fix tests for gift cards
* upload video only when fail
* fix preorder time
* fixed translation page
* fix navigation, stripe and adyen
* fix graphQl npm
* update stories
2022-01-31 09:37:49 +01:00
Dominik Żegleń
f8254fd11b
Bump macaw to 0.3 ( #1807 )
...
* Update to new design theme (#1631 )
* Update macaw to 0.3.0 (#1623 )
* Update macaw to 0.3
* Use proper pagination component
* Fix type errors
* Remove leftover import
* Remove variant and color from confirm button
* Remove alias
* Update macaw
* Fix button type
* Random fixes (#1633 )
* Improve layout components
* Use colored svgs
* Minor fixes
* Fix autocomplete loaders
* Fix padding
* Fix button variant
* Remove codegen file
* Fixes after bumping macaw to 0.3 part 2 (#1638 )
* Fix various visual bugs
* Fix type errors
* Bump macaw
* Random fixes part 3 (#1647 )
* wip
* Fix mismatched paddings
* Fix actions container padding
* Put story in the right directory
* Fix shipping zone picker
* Fix minor visual bugs
* Remove unused imports
* Move styles to separate file
* Random fixes part 4 (#1641 )
* Fix various visual bugs
* Fix type errors
* Fix last table item padding
* Add outline on hover
* Fix spaces
* Fix spaces
* Remove dead code
* Fix elevation
* Remove dead code
* Fix shadows
* Add outline to expand button
* Fix spacing
* Fix spacings
* Fix selectable tables hover
* Use proper delete icon
* Fix ConfirmButtonTransitionState imports
* Update src/apps/components/CustomApps/CustomApps.tsx
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
* Rework error page (#1670 )
* Remake error page
* Fix types
* Update error id styles
* Fix types
* Login page rework (#1703 )
* Rework login page
* Remove outline
* Fix logo and footer placement
* Sort imports
* Random fixes part 5 (#1669 )
* Fix text color in dark mode
* Update password reset pages (#1714 )
* Update password reset pages
* Update src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
* Fix collection page
* Update dark mode logo
* Bring back "create app" button
* Fix spacings
* Fix selects
* Fix login e2e test
* Fix not found page displaying
* Update selector
* Add missing package
* Let dropdown overflow through card
* Fix scroll
* Fix scroll
* Fix overflow on grid element
* Fix e2e tests
* Fix data-test-id
* Update snapshots
* Update messages
* Update macaw
* Update snapshots
* Use stable macaw version
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
* Update to new design theme (#1631 )
* Update macaw to 0.3.0 (#1623 )
* Update macaw to 0.3
* Use proper pagination component
* Fix type errors
* Remove leftover import
* Remove variant and color from confirm button
* Remove alias
* Update macaw
* Fix button type
* Random fixes (#1633 )
* Improve layout components
* Use colored svgs
* Minor fixes
* Fix autocomplete loaders
* Fix padding
* Fix button variant
* Remove codegen file
* Fixes after bumping macaw to 0.3 part 2 (#1638 )
* Fix various visual bugs
* Fix type errors
* Bump macaw
* Random fixes part 3 (#1647 )
* wip
* Fix mismatched paddings
* Fix actions container padding
* Put story in the right directory
* Fix shipping zone picker
* Fix minor visual bugs
* Remove unused imports
* Move styles to separate file
* Random fixes part 4 (#1641 )
* Fix various visual bugs
* Fix type errors
* Fix last table item padding
* Add outline on hover
* Fix spaces
* Fix spaces
* Remove dead code
* Fix elevation
* Remove dead code
* Fix shadows
* Add outline to expand button
* Fix spacing
* Fix spacings
* Fix selectable tables hover
* Use proper delete icon
* Fix ConfirmButtonTransitionState imports
* Update src/apps/components/CustomApps/CustomApps.tsx
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
* Rework error page (#1670 )
* Remake error page
* Fix types
* Update error id styles
* Fix types
* Login page rework (#1703 )
* Rework login page
* Remove outline
* Fix logo and footer placement
* Sort imports
* Random fixes part 5 (#1669 )
* Fix text color in dark mode
* Update password reset pages (#1714 )
* Update password reset pages
* Update src/auth/components/ResetPasswordPage/ResetPasswordPage.tsx
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
* Fix collection page
* Update dark mode logo
* Bring back "create app" button
* Fix spacings
* Fix selects
* Fix login e2e test
* Fix not found page displaying
* Update selector
* Add missing package
* Let dropdown overflow through card
* Fix scroll
* Fix scroll
* Fix overflow on grid element
* Fix e2e tests
* Fix data-test-id
* Update snapshots
* Update messages
* Update macaw
* Update snapshots
* Use stable macaw version
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
* Fix visual bugs and artifacts
* Fix dropdown menus being clipped (#1762 )
* wip
* Fix clipped select menus
* Remove unused import
* Fix spacing
* Fix tests
* Fix select content appearing under dialogs (#1777 )
* Fix type errors
* Fix bulk delete button placement
* Fix filter arrow buttons
* Fix messages
* Remove backling from pages list
* Move status above events
* Update messages and snapshots
Co-authored-by: Wojciech Mista <wojciech.mista@saleor.io>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2022-01-28 13:34:20 +01:00
Wojciech Mista
8f9c1ba19e
Gift cards post mvp ( #1632 )
...
* Add gift bulk create (#1490 )
* Add gift card bulk create dialog WIP
* Update schema, add gift card bulk create mutation and types
* Add gift card bulk create modal and mutation
* Fix types and update messages
* Refactor gift card bulk create
* Add closing gift card bulk create dialog after success
* Change gift card list closeDialog prop name to onClose
* Review fixes
* Review fixes
* Add error message to invalid expiryDate (#1518 )
* Add error message to invalid expiryDate
* Add default messages
* Replace filter with some
* Add gift card export (#1499 )
* wip
* Add exporting gift cards
* Update messages
* Fix types
* Review fixes
* Review fixes
* Refactor passing messages to export settings component
* Refactor
* Update messages
* Gift card customer page (#1520 )
* Add gift cards card to customer page (#1456 )
* WIP
* WIP
* Extract activate/deactivate logic to a hook
* add optional side action
* Add query for customer's gift cards
* Add component for giftcard status chip
* Graphql run types
* Add gift card card to customer page
* Fix status chip header
* Revert style change
* Unify status chip logic
* Fix naming scheme
* Add currentOpts to act/deactivate gift cards hook
* Add queries to refetch prop
* Simplify gift card list component
* Fix order status chip
* Extract messages to separate file
* Remove unused lines of code
* Tests and messages
* Fix card list rendering
* Type fix
* Code review fixes
* Review changes
* Scripts
* Change variable name
* Fix formatted message
* Check if giftcards exist before rendering collection
* Add loading button to CardMenu component (#1476 )
* WIP
* WIP
* Add gift card card to customer page
* Fix status chip header
* Fix naming scheme
* Add currentOpts to act/deactivate gift cards hook
* Remove unused lines of code
* Revert style change
* Tests and messages
* Fix card list rendering
* Type fix
* Code review fixes
* Review changes
* Scripts
* Add loading animation to card menu buttons
* Added default messages
* Change conditional prop checking to filtering
* Issue gift card in customer page (#1468 )
* WIP
* WIP
* Replace typed query with make query
* Add customer details context to customer page
* Add context to customer gift cards
* Disable customer select when initial customer is present
* Pass initial customer to create gift card form
* Fixes after cherry-pick
* Code cleanup
* Remove getInitialData function
* Remove unused package
* Remove new line
* Post-rebase fixes
* Code cleanup & extract messages
* Remove unused code
* Create customer details hook
* Minor fixes
* Update default messages
* Update gift card types
* Type fixes
* Change directory of useCustomerDetails hook
* CR Fixes
* Update tests
* Make PageTitleWithStatusChip use ExtendedPageHeader
* Update tests
* Update hook name
* Post-rebase fixes
* Eslint fix
* Fix scrollbar appearing in menu issue (#1539 )
* Change displayCode to last4CodeChars (#1573 )
* Add filtered redirect to gift card page from customer details (#1556 )
* Limit number of channel list items (#1607 )
* Add max height to single select field menu items container
* Add storybook case
* Update stories tests
* Fix gift card product changing to preorder on save issue (#1583 )
* Variant preorder fix
* Global threshold input should be optional
* update snapshot
* Add displaying logic gift cards list toolbar (#1617 )
* add displaying logic for gift card toolbar
* Logic fix
* Handle bulk export after creation (#1544 )
* Add gift bulk create (#1490 )
* Add gift card bulk create dialog WIP
* Update schema, add gift card bulk create mutation and types
* Add gift card bulk create modal and mutation
* Fix types and update messages
* Refactor gift card bulk create
* Add closing gift card bulk create dialog after success
* Change gift card list closeDialog prop name to onClose
* Review fixes
* Review fixes
* Add gift card export (#1499 )
* wip
* Add exporting gift cards
* Update messages
* Fix types
* Review fixes
* Review fixes
* Refactor passing messages to export settings component
* Refactor
* Update messages
* Handle export after bulk gift card creation
* Add default messages
* Create an util function to get correct input for export
* Update component's name
* Change modal's title
* Update messages
Co-authored-by: Magdalena Markusik <magdalena@markusik.com>
* Gift Card List item number change doesn't refetch fix (#1643 )
* Fix number of rows change not refetching list
* Add pagination reset
* Update descriptions for gift card messages to be more descriptive (#1648 )
* Gift card history timeline (#1597 )
* Update queries and mutations
* Allow title to be a react node
* Show user name if it exists in data object
* Update types
* Refresh queries on note add
* Add gift card history
* type fix
* Update messages
* Fix timeline note
* Add event fragment to form update result
* Update types
* Fix typo
* Update messages
* Disable input if gift card is expired
* Remove unused imports
* CR Fixes
* Change messages location
* Change message to include user in order
* Allow adding notes to expired gift cards
* Fix disabled input showing dropdown issue (#1636 )
* On click is disabled when component is disabled
* update tests
* Order filtering for gift cards in Order List View (#1628 )
* Add gift card order filter
* Add gift card filter card in orders view
* Bump macaw version
* Update messages
* Update tests
* Code review changes
* update messages
* Change info card message to use only one message
* Fix order gift card filter
* Gift card filter in product list view (#1621 )
* Add GiftCard or Normal filter in Product List View
* Fix tests
* Fix type check
* Don't filter if query param is not in enum
* Update messages
* Update tests
* Code cleanup
* Add default messages
* Pass intl rather than initialise it in util
* Post-rebase fixes
* Change product type details messages (#1642 )
* Update product type gift card options messages
* update tests
* Add sorting to gift card list (#1569 )
* Update queries and types for sorting
* Add optional handleError method to makeQuery
* Add sorting to gift card list
* Sorting hook uses useGiftCardList hook
* Convert to boolean
* Add default sorting field
* format fix
* Add expiry error handling for issuing gift cards (#1634 )
* Add expiry error handling for issuing gift cards
* Add expiry error message to gift card bulk issue
* Update Gift Card tag queries to utilise multiple tags (#1685 )
* Change displayCode to last4CodeChars (#1573 )
* Update types
* WIP
* Update gift card forms to utilise multiple tags
* Code cleanup
* Update gift card event types
* Fixes
* Change column with no click handler behaviour
* Remove an ability to sort by tags
* Remove unused code
* Update tests
* Update timeline events
* Update messages
* change array reduce to join
* Add Y scroll to dialog content
* Bulk create Y scroll fix
* Endless loading fix (#1732 )
* Order filtering for gift cards in Order List View (#1628 )
* Add gift card order filter
* Add gift card filter card in orders view
* Bump macaw version
* Update messages
* Update tests
* Code review changes
* update messages
* Change info card message to use only one message
* Fix order gift card filter
* Wip
* Extract dialog component outside of gift card create
* Update component's name
* Extract dialog component outside of export component to provider
* Update tests
* Various gift card bugs fixes (#1749 )
* Change currency to options field
* Fix hover and font size
* Fix gift card list width
* Fix bulk delete dialog
* Allow balance to be sorted only when currency is filtered
* Sorting by balance after removing currency filter defualts to usedBy
* Fix trash icon
* Add filter dependency
* Fix single deletion with bulk
* Update tests
* Refactor Links used in Gift Cards
* Fix export dialog (#1791 )
Co-authored-by: Magdalena Markusik <magdalena@markusik.com>
2022-01-25 13:44:19 +01:00
Karolina Rakoczy
0e6ac66fb9
Record test in cypress dashboard for 3.1 ( #1748 )
...
* merge changes
* update npm graphql
2022-01-13 13:59:39 +01:00
Dawid Tarasiuk
4c53dd0792
Fix EditorJS read-mode toggle race condition ( #1711 )
...
* Fix EditorJS read-mode toggle race condition
Fixes rare edge case when toggling read mode is peerformed at the same
time.
* Make PromiseQueue function
2022-01-10 14:34:17 +02:00
Jakub Majorek
5d0c3faa0b
Bump @saleor/sdk to 0.4.1 ( #1708 )
2021-12-21 10:32:44 +01:00
Dawid Tarasiuk
4880093f63
Use Auth SDK ( #1474 )
...
* Use Auth SDK
* Update auth provider hook
* Update sdk module mapping
* Update setting password
* Fix no user details on first login
* Update auth tests
* Cleanups
* Update SDK
Update SDK
Update SDK
Update test recordings
Update SDK
* Implement SDK External Auth
Update new password view
Hnalde external logout
Update SDK
Fix logout external redirect
* Fix login page style
* Update SDK
* Auth Provider cleanups
Update and refactor auth
Auth types cleanups and refactor
* Update channel context provider
* Fix login error handling
* Logout immidiatelly non-staff user
* Update test snapshots
* Trigger CI
* Update to SDK v0.4, remove duplicated UserContext hook
* Handle server errors during login
* Fix wrong login page form submition handling
* Update login error messages
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2021-12-17 12:10:54 +01:00
Michał Droń
78f7b5d4fb
Searching addresses in order drafts ( #1618 ) ( #1655 )
...
* Searching addresses in order drafts (#1618 )
* wip search addresses
* wip fix query regex verification
* wip move dialog title & add selected label
* wip move dialog title
* wip edit icon
* wip address selection logic
* wip change messages
* wip message when search is unsuccesful
* wip add billing address change support
* wip default address validation & cleanup
* wip run tests & extract messages
* wip bump macaw
* tests & cleanup
* fix scrollbars
* remove address card wrapper
* apply code review suggestions
* remove comments
* Bump macaw to 0.2.7
* Fix outside modal click state retention
2021-12-03 12:59:29 +01:00
dependabot[bot]
c6cfb2ecc9
Bump url-parse from 1.5.1 to 1.5.3 ( #1589 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:37:23 +01:00
dependabot[bot]
c6178c30c6
Bump postcss from 7.0.35 to 7.0.39 ( #1590 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 7.0.35 to 7.0.39.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/7.0.39/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.39 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:37:10 +01:00
dependabot[bot]
a31e286009
Bump dns-packet from 1.3.1 to 1.3.4 ( #1591 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
---
updated-dependencies:
- dependency-name: dns-packet
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 16:36:55 +01:00
dependabot[bot]
afe170cdfc
Bump semver-regex from 3.1.2 to 3.1.3 ( #1588 )
...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases )
- [Commits](https://github.com/sindresorhus/semver-regex/commits )
---
updated-dependencies:
- dependency-name: semver-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 12:55:41 +01:00
dependabot[bot]
b6fca536a6
Bump tmpl from 1.0.4 to 1.0.5 ( #1587 )
...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl ) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases )
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5 )
---
updated-dependencies:
- dependency-name: tmpl
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 12:55:30 +01:00
dependabot[bot]
b13b1bacca
Bump axios from 0.21.1 to 0.21.4 ( #1586 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 12:55:21 +01:00
dependabot[bot]
f7627ca6c5
Bump path-parse from 1.0.6 to 1.0.7 ( #1585 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-09 12:55:10 +01:00
Dawid Tarasiuk
0fb58ea800
Fix overlapped content by sidebar ( #1508 )
...
* Fix overlapped content by sidebar
* Update app layout widths
* Update test snapshots
* Update macaw ui
* Update macaw-ui version
2021-11-09 13:17:18 +02:00
Wojciech Mista
2eec208144
Fix channel picker hiding in resend code modal bug ( #1479 )
...
* Replace savebar with actionbar
* Bump macaw version to 0.2.5
* Update tests
2021-10-21 13:25:24 +02:00
dependabot-preview[bot]
2645f69d30
[Security] Bump ws from 5.2.2 to 5.2.3 ( #1159 )
...
Bumps [ws](https://github.com/websockets/ws ) from 5.2.2 to 5.2.3. **This update includes a security fix.**
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/5.2.2...5.2.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-10-06 11:14:51 +02:00
Karolina Rakoczy
2407ae6f76
gift cards in checkout ( #1376 )
...
* gift cards in checkout
* complete checkout after trying to add gift card
* fix gift cards tests
* fix gift cards
* update snapshots
* fix tests
* fix gift cards in checkout
* delete created channels
2021-09-29 15:24:47 +02:00
Karolina Rakoczy
2c64a966cc
Saleor 4437 refactor tests ( #1389 )
...
* reference type cypress working
* refactor
* remove screenshots
* add reference
* add slash marker
* run tests based on shop version
* fix run tests based on shop version
* fix run tests based on shop version
* change base url to localhost
* fix plugins
* fix plugins
* fix plugins
* fix plugins
* fix plugins
* fix plugins
* fix yml
* fix yml
* chage file names
* fix files names
* fix broken imports add checking for errors in grpah responses
* fix broken imports add checking for errors in grpah responses
* update jest
* fix snapshot
2021-09-27 12:04:21 +02:00
Piotr Grundas
ebe56da583
Add swatch attributes ( #1301 )
...
* Initial work
* #
* Base color logic
* Handle file urls
* Improvements, fix snapshots
* Add messages
* Update changelog
* Update storybook
* Improvements
* Messages
* Review corrections
* Bugfixes
2021-09-21 15:16:21 +02:00
Dominik Żegleń
51e204076f
Fix initial list settings ( #1401 )
...
* Allow ocalStorage values to be initialized by cb
* Initialize list settings if not found
* Fix settings merging
* Refactor types
2021-09-17 11:59:28 +02:00
Kamil Pastuszka
4fcc3eec5e
Add Demo Banner ( #1416 )
2021-09-17 10:09:45 +02:00
Karolina Rakoczy
19e9b0ffc2
Saleor 4033 tests for plugins ( #1317 )
...
* tests for plugins
* tests for plugins
* add default country to create channel mutation
* change data-test-ids
* update snapshots
2021-09-10 11:03:42 +02:00
Jakub Majorek
d5a36e47fc
Add channel picker product details ( #1355 )
...
* Add channel picker product details (#1353 )
* Enable channel picker on product details page
* Add channel picker to product details
* Simplify category details page
* Update snapshots and translations
* Update types
* Update testId, bump macaw-ui
* Update snapshots, types and schema
2021-09-03 14:27:34 +02:00
Paweł Kucharski
386a2488e7
Click & Collect ( #1268 )
...
* Add initial form of c&c related properties for warehouse
* Add Typography & styling to RadioButtons, drop duplicated state
* Add fields for warehouse fixtures + cleanup
* Add order collectionPointName field + handle click&collect display in order
* Fix review issues + add snapshots
* Modify choices in WarehouseZones with filter
* Rename WarehouseZones to WarehouseSettings
* Add translations messages
* Update schema
* Fix review issues pt.2
* Fix review issues pt.3
* Fix review issues
* Align defaultMessages.json to messages refactor
* Rename interface WarehouseInfo -> WarehouseSettings
* Add pickup annotation to shipping address in order details
* Introduce fragment matcher + small change in deliveryMethod query
* Fixes after rebase
* Add resolve fulfillment option for local warehouse
* Align types after rebase
* Update snapshots
* Repair weird union behaviour
* Add entry to CHANGELOG.md
2021-08-27 10:10:41 +02:00
SektorDV
3194654bf1
Disable shipping dialog confirm button when no items selected ( #1304 )
2021-08-23 11:16:35 +02:00
Jakub Majorek
ab4c897b2a
Add dashboard extensions ( #1292 )
...
* Fix app embed
* initial setup
* Create ButtonWithSelect component
* Use context
* Use dialog
* Handle app-bridge actions
* Code adjustments, bump packages
* Fix tests
* Fix schema formatting
* Send response
* Use latest package versions
2021-08-20 15:58:53 +02:00
SektorDV
a94a611949
Horizontal scroll fix on tables ( #1306 ) ( #1313 )
...
* restore horizontal overflows to responsive tables
* regenerate package-lock
2021-08-20 14:16:19 +02:00
Jakub Majorek
f50e3bdde1
Bump master to 3.1.0-a.0 ( #1296 )
2021-08-16 16:01:04 +02:00
Karolina Rakoczy
283e714202
tests for pages ( #1222 )
...
* tests for pages
* fix tests
* fix imports
* tests for pages
* add wait
* tests for pages
* fix weight recalculate
2021-07-27 10:57:17 +02:00
Dominik Żegleń
62817568a7
Use MacawUI ( #1229 )
...
* Replace withStyleswith useStyles (#1100 )
* Replace withStyleswith useStyles
* Update messages
* Use rem as a spacing unit (#1101 )
* Use rems as spacing units
* Fix visual bugs
* Update stories
* Use macaw-ui as theme provider (#1108 )
* Use macaw ui as a theme provider
* Add react-dom to aliases
* Fix jest module resolution
* Update useTheme hook usage
* Fix test wrapper
* Use macaw from git repo
* Fix CI
* Update stories
* Fix aliasing
* Extract savebar to macaw ui (#1146 )
* wip
* Use savebar from macaw
* Use confirm button from macaw
* Improve file structure
* Use sidebar context from macaw
* Update macaw
* Update macaw version
* Remove savebar from storybook
* Update stories
* Use alerts and notifications from macaw (#1166 )
* Use alerts from macaw
* Add notifications from macaw
* Update stories
* Pin macaw version
* Encapsulate limit reached in one component
* Remove unused imports
* Use backlinks from macaw (#1183 )
* Use backlink from macaw
* Update macaw version
* Use macaw sidebar (#1148 )
* Use sidebar from macaw
* Use shipped logo
* Use lowercase
* Update stories
* Use user chip from macaw (#1191 )
* Use user chip from macaw
* Use dedicated components for menu items
* Simplify code
* Bump version and fix types (#1210 )
* Rename onBack to onClick
* Rename UserChip to UserChipMenu
* Rename IMenuItem to SidebarMenuItem
* Update macaw version
* Fix tables after changes in macaw (#1220 )
* Update macaw version
* Update changelog
* Update stories
* Fix after rebase
* Update to macaw 0.2.0
* Lint files
* Update macaw to 0.2.2
2021-07-21 10:59:52 +02:00
Dawid Tarasiuk
909e08f2af
Fix duplicated labels in column picker ( #1197 )
...
* Fix duplicated labels in column picker
* Update changelog
* Refactor column picker scroll fetch
* Migrate react-infinite-scroller to react-infinite-scroll-component
* Remove unneeded keys
* Align dialog items to top
2021-07-01 10:21:41 +02:00
Karolina Rakoczy
7df850bcb1
Saleor 3391 tests for staff members ( #1122 )
...
* invite staff
* staff members
* all tests for staff members
* remove unused import
* update snap
* remove /dashboard/
* uptade test.yml
2021-06-07 13:35:53 +02:00
Michał Ociepka
fbfe3c8d7c
Add embed plugin to editorjs ( #1114 )
...
* SALEOR-3354 add Editor.js embed dependency
* SALEOR-3354 add embed to EditorJS tools
* SALEOR-3354 update change log
2021-05-18 15:21:33 +02:00
Karolina Rakoczy
9f71106f32
Saleor 3038 tests for payments by adyen ( #1086 )
...
* add tests for puchase by type
* add expect for isShippingRequired
* tests for adyen
* tests for adyen
* tests for adyen
* tests for adyen
* adyen
* adyen
* adyen
* adyen
* adyen
* warehouses in chcekout
* rm warehouses in chcekout
* adyen payments
* adyen
2021-05-16 13:38:53 +02:00
Dominik Żegleń
935a6f4542
Reduce bundle size ( #1103 )
...
* Add analysis tools
* Use deep imports to reduce bundle size
* Remove tslint config
* Remove unused packages
* Remove lodash-es references
* Use root level mui imports
* Remove mui from restricted imports
2021-05-14 10:15:15 +02:00
Dawid Tarasiuk
5a439176b7
SALEOR 3115 Fix EditorJS inline formatting ( #1096 )
...
* Fix EditorJS inline formatting
* Update changelog
2021-05-07 10:06:08 +02:00
Piotr Grundas
2a21609eae
Numeric attributes ( #1065 )
...
* Update schema, types
* Add numeric unit control
* Improvements, tests
* Cleanup
* Add messages
* Small fixes
* Add test id's
* Improve useForm, logic
* Use short names
* Review corrections
* Small improvements
2021-04-29 10:58:03 +02:00
Dominik Żegleń
d220914085
Add service worker ( #1073 )
...
* Add service worker
* Update messages
* Update changelog
* Remove debug code
* Refactor code and add interval config
* Clear interval
* Reload all pages simultaneously
* Update copy
2021-04-26 12:10:47 +02:00
Karolina Rakoczy
b89e3533d6
Saleor 2690 tests for sorting products ( #1033 )
...
* tests for sorting
* tests for sorting
* sort products
* sort products
* sort products
* sort products
* tests for sorting
* fix imports
* tests for sorting
2021-04-21 09:51:10 +02:00
Jakub Majorek
e5df1b2dbf
Add shipping method description ( #1058 )
...
* Add shipping method description - WIP
* Wire up logic
* Handle more editorjs issues
* Fix minor issues
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2021-04-16 14:33:14 +02:00
Jakub Majorek
80cb7c0404
Optimize product list view queries ( #1016 )
...
* Skip unused queries on product list
* Further optimize queries
* Fix product type details search on product create page
* Fix test fixtures
* Update query for product type details in product create page
* Update cypress test for product list
* Update package.lock
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2021-04-08 18:14:15 +02:00
Tomasz Szymanski
af4368e853
Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation
2021-04-06 14:03:01 +02:00
Krzysztof Wolski
f18f2a6ca6
Add missing bumper pkg ( #1048 )
2021-04-02 16:30:39 +02:00
Karolina
588175df30
Saleor 1737 tests for shipping methods ( #1013 )
...
* remove classes in shipping & products utils
* remove classes
* add tests plans
* add const
* tests for shipping methods
* test for shipping
* test for shipping
* tests for shipping
* install eslint-plugin-chai-friendly
* update stories
* add missing imports
2021-04-02 13:01:38 +02:00
Tomasz Szymanski
e5fdef53df
Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation
2021-03-31 12:38:10 +02:00
Jakub Majorek
5416c9f865
Ignore EditorJS errors ( #1036 )
...
* Ignore EditorJS error
* Update messages
2021-03-30 16:31:38 +02:00
Krzysztof Wolski
9b486d6682
Add release-it script ( #1034 )
2021-03-30 14:37:12 +02:00
Tomasz Szymanski
b4a7c9f471
Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation
2021-03-23 08:52:27 +01:00
Jakub Majorek
7bc4bc6696
Define node requirements, ts cleanup ( #1008 )
...
* Define node requirements, ts cleanup
* Update snapshot
* fix tests
2021-03-19 13:06:17 +01:00
Tomasz Szymanski
17e01508a6
Merge branch 'master' of github.com:mirumee/saleor-dashboard into feature/unconfirmed-order-line-manipulation
2021-03-16 11:11:47 +01:00
Jakub Majorek
a7736e2bf9
Attach permission variables to all queries ( #1000 )
...
* [SALEOR-2190] Attach permission variables to all queries
* Fix TS linter issues
* Update package-lock
2021-03-09 09:44:09 +01:00
mmarkusik
2cd4ea9529
Saleor 1856/implement discount modal 2 ( #978 )
...
* Add currency to orderline unitprice and update hella lots of types
* wip
* Add diiscount modal component
* Refactor action dialog - move buttons to separate component so they can be reused
* Add discount provider to keep logic of discounts separated and wrap proper components
* Add discount ccalculator util class, and make draft details summary use it, along with discounts data, modal etc
* UUpdate lots of types, fragments, schema etc
* Update quries and mutations
* ARename OrderLineDiscountModal -> OrderDiscountCommonModal, add types etc
* Add order line discount provider + consumer, same for order discount
* Fix ts wip
* Update schema and types
* Update order discount provider
* Add nnetto price to order details fragment and update lots of types
* Adjust fixtures to order details containing net total
* Move both order and order line provider to same dir to make types and utils more accessible
* Update schema to match master
* Update schema and types
* Update order history, add some related components, add events etc.
* Fix types
* Fix schema to match master
* Update messages
* Update changelog
* Retrigger build
* Add stories and update common modal to display floats properly
* Add and update stories and tests
* Add optional displaying of reason in case it's empty
* Make user name label for history events return email if last name and first name are absent
* Update schema, types, and mutations to properly refresh
* Remove unnecessary imports
* Add discounts decorator to draft details page storybook
* Fixs after review
* Update messages
* Small fixes to timeline events
* Update types for order shipping price to use net as well, fix labels in draft summary and add colors to theme palette
* Updaste tests, messages
* Fixs after review
* Add theme highlighted active and inactive color text, add valuue conversion to discount modal when changing calculation mode
* Add change to changelog
* Add extra options to select employee display name for order event when some data is missing. Also add filtering null elements in event header when data missing alltogether and element is null
* Refactor selecting employee name in utils
* Add conditional to extended timeline event when orderline is null
2021-03-05 15:52:02 +01:00
Karolina Rakoczy
30e3fd9320
tests for variants
2021-03-01 13:37:31 +01:00
Karolina Rakoczy
5f413d16fc
merge with tests for products
2021-02-18 21:08:06 +01:00
Karolina Rakoczy
ecca49608a
merge all changes
2021-02-11 15:31:36 +01:00
Karolina Rakoczy
221756a70e
merge changes
2021-02-11 15:17:00 +01:00
Karolina
7bb3efa65d
Saleor 1736 configuration channels ( #966 )
...
* Cypress tests for channels
Co-authored-by: Marcin Gębala <maarcin.gebala@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2021-02-11 14:58:05 +01:00
Karolina
68eb5309ef
Merge branch 'master' into SALEOR-1738-Tests-for-home-page
2021-02-11 13:53:29 +01:00
Karolina Rakoczy
d738c515c0
install faker
2021-02-11 13:48:24 +01:00
Karolina Rakoczy
e1bd4b28e9
add test for several variants
2021-02-11 10:20:39 +01:00
Karolina Rakoczy
322c5cc13c
update packages
2021-02-10 15:21:58 +01:00
Jakub Majorek
383055a2de
SALEOR-2064 Add generic error tracker with Sentry adapter ( #956 )
...
* Add generic error tracker with Sentry extension
* Add Sentry webpack plugin
* Update variable names and README
* Update deploy-staging template
* Update changelog
2021-01-22 15:05:26 +01:00
Jakub Majorek
77ed12664d
Fix rare editorjs race condition ( #953 )
2021-01-21 09:54:53 +01:00
Dawid Tarasiuk
eb351b396a
Refunds ( #870 )
...
* 1721 - add refunds miscellaneous view (#860 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Fix refund details on order details page (#879 )
* Update order details view for refunds (#874 )
* 1719 - add refund entry to order history (#875 )
* Add refund order history entry
* Update refund event with the right query
* 1722 - add refunds product view (#873 )
* Create new page for Miscellaneous Refunds
* Replace refund order dialog with dedicated page
* Add data test ids
* Create refund products table
* Implement refund products view
* Update refund mutation with product lines input
* Fix products quantities on refund page
* Fix order refund submission
* Fix products refund submission input variables
* Filter out fulfillments on refund page
* Update refund page in storybook
* Fix test snapshots after wrong refunds rebase
* Set max refund as captured amount
* Refund queries adjustments
* Display refund values with nullish coalescing operator
* Update test snapshots with refunds
* Refactor order refund values calculation
* Create and use refund order line fragment
* Use old simple refund mutation for miscellaneous refund
* Submit for refund only lines with non-zero quantity set
* Fix showing refund error
* Add missing refund amount to order history
* Merge repeated order lines in fulfillment lines
* Update order history events types and test snapshots
* Update changelog with refunds changes
2020-12-01 14:13:05 +01:00
Krzysztof Wolski
6762e7bf3f
[chore] Update dependencies, fix warnings during tests ( #845 )
...
* Fix attr name typo
* Use proper string serialization
* Use proper image URL
* Remove unused draft component
* Fix classname for invoice card
* Update deps
* Remove unused testcafe
* Resolve issue with missing intl in one of the stories, bump intl package version
* Update packages
* Update commit hooks
* Bump ts to last pre4.0 version
* Center metadata image
* Unused property
* Bump enzyme
* Revert
* Fix logo on login screen
* Fix console errors on entering translations pages
* Fix styles for invoice card
2020-11-27 17:32:12 +01:00
Dawid Tarasiuk
fc02fce701
Page types ( #807 )
...
* Create attribute class selector
* Use ProductAttributeType to check if product is simple or with variants
* Allow attribute class selection only during its creation
* Update attribute type selection translations
* Show only product attributes in columns picker on product list view
* Cleanups in Attribute Organization component
* Create Page Types list page
* Create content management section in settings
* Implement page types list view
* Remove unused imports from page type list
* Updatte page type list style
* Remove legacy code from page type list component
* Update PageTypeListPage component
* Create Page Types details page
* Fix page type attribute reordering
* Implement PageType create view
* Implement PageType update view
* gUpdate page type details components
* Fix page type update component
* Update page type components stories
* Update page type errors handling
* Update page type details view
* Create Page Types details page
* Implement PageType create view
* Update product attribute assignment mutations
* Add page types attribute assignment mutations
* Add page types attribute assignment handling
* Temporarily fix page create mutation
* Update page type error messages
* Remove legacy storybook page type stories
* Update attribute assignment dialogs stories
* Update page type details error handling
* Update props for page type components
* Create attribute class selector
* Implement page types list view
* Add page type selector on page create and details views
* Add attributes list to page details views
* Update page types list
* Use attribute errors for attributes muatations
* Save attribute values on page create and update
* Update messages for page view
* Update page attributes fragment
* Use AttributeError in AttributeBulkDelete
* Update page type and its attribute selection
* Handle page types deleting
* Update page types deleting messages
* Handle page types attribute reorder
* Fix PageOrganizeContent component types
* Update graphqql types
* Fix page fixture
* Update messages
* Update test snapshots
* Pass pageTypes to PageForm
* Update changelog with page type addition note
* Update package-lock
* Update test snapshots
* Fix malformed generated type
* Update messages after rebase
2020-11-19 15:42:14 +01:00
Dominik Żegleń
6f9060144a
Multichannel ( #833 )
...
* add multichannel to configuration view
* create multichannels list view
* create multichannels list view
* add ChannelsCreate view
* update channels in configuration
* add stories
* update default messages
* fix ChannelForm props
* update channels list styles
* update snapshots
* update channel form currency input
* update Channels fragments
* extract messages
* remove tabs from channelsList
* channel details, channel delete modal (#598 )
* create Channel details view
* create ChannelDeleteDialog
* add channels delete dialog to channels list
* update messages and types
* fixes after review
* channels availability (#609 )
* create Channel details view
* update messages and types
* create ChannelsAvailability component
* create more product channels components
* create channels stories, update fixtures, types
* update product views with channels data
* update schema and snapshots
* update defaultMessages
* update ProductUpdate view
* create ChannelsAvailabilityDropdown component
* add product channels to local storage
* update globalTypes
* Update to new schema and resolve issues
* Update messages
* create deleteChannel mutation
* add channels availability component to product create view
* refactor ProductCreate and ProductUpdate views
* CollectionProducts view cleanup
* add disabled prop to ActionDialog
* use updateChannels mutation in ProductCreate view
* ProductCreate - update submit function
* fixes after review
* update snapshots and messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* channels shipping components (#655 )
* create PricingCard, OrderValue and OrderWeight components
* create ShippingZoneRatesPage and DeleteShippingRateDialog
* update ChannelsAvailability component
* updates after review
* channels shipping views (#662 )
* update ChannelsAvailability component
* updates after review
* create PriceRate views, update types
* create weight rates views
* update shipping views, stories, messages
* update snapshots
* update snapshots
* update useChannels hook
* orders channels components (#698 )
* create OrderChannelSectionCard component
* update OrderDetailsPage
* update DraftOrderChannelCard
* update snapshots
* update fixtures
* small change after review, update snapshots
* product pricing (#702 )
* update product types
* update Pricing in simple product view
* use productVariantCreate mutation in simple product view
* update snapshots and messages
* handle create variant (#715 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update snapshots and messages
* fix update and create product handlers
* update pricing types
* channels modal - new styles, search input (#717 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* fix search input label styles
* update toggleAllChannels function
* update variant creator (#724 )
* update product types
* update Pricing in simple product view
* handle product create and update errors
* update pricing types
* add search input in ChannelsAvailabilityDialog
* update ChannelsAvailabilityDialog in all views
* update snapshots
* add channelLisitngs to variant creator
* update variant creator price styles
* update product variant creator reducer tests
* update createVariants tests
* update error handling in product variant creator
* add Skip pricing for now option
* use PriceField instead of TextField in ProductVariantCreatorSummary
* create price validation function
* fix errors handling in ProductVariantPrice component
* fixes after review
* Product List - remove publish/unpublish buttons (#727 )
* ProductList - remove publish and unpublish buttons
* update messages
* update snapshots, messages
* revert changes in ChannelsAvailabilityDropdown
* products/shipping/discount list settings (#739 )
* create ChannelSettingsDialog component
* update snapshots
* ProductList - open settings modal when there is no selected channel
* add settings modal to vouchers list
* add settings dialog to sales list
* add setting modal to shipping list
* update shipping
* update snapshots, messages
* useChannelsSettings - remove selectedChannelSlug
* fix channels update handler in product and shipping view
* messages update in ChannelSettingsDialog
* handle product/discount list when there is no channels
* update onSettingsOpen prop
* collection availability dropdown (#743 )
* add availability dropdown to collection products list
* update channelListingProduct fragment name
* update voucher view/components with channels (#746 )
* update voucher view/components with channels
* update VoucherSummary, remove defaultCurrency from voucher components
* update snapshots
* move getChannelsVariables func to discounts handlers
* update voucher messages
* sale view/components with channels (#750 )
* update sale views with channels
* small fixes in discounts
* order views with channels (#752 )
* update draft orders with channels
* add channel activate/deactivate mutations
* remove sort by total in orders list
* add error notification on channel activate/deactivate
* product variants channel select (#755 )
* add channels selector to ProductVariants component
* remove selectedChannel from ProductUpdate, update messages and snapshots
* update product fragments
* update translations (#762 )
* update translations
* fix translation types
* update messages
* update Availability component (#766 )
* update ChannelsAvailability component
* update product fixtures
* update collection and channel fixtures
* ChannelsAvailability - handle errors
* update product handlers
* update ChannelsAvailability styles
* update ProductVariant
* update snapshots
* fix missing things in multichannel (#785 )
* add availability dropdown to discount products list
* fix error handling in shipping components
* update product views and components
* update messages
* update category view/components
* update CategoryProducts styles
* remove defaultCurrency from shipping components
* create ChannelsSelect component
* update channels error handling after review
* another fixes after review
* Add channels to collection views/components (#791 )
** update collection components and views
* update create collection view
* update error handling in collection
* remove filter bar from collection list
* update products fragments
* small fix in collection create view
* use collectionFragment in useCatalogSearch
* update defaultMessages and snapshots
* update homepage view/drop defaultCurrency (#801 )
* update homepage view
* drop defaultCurrency prop
* fix onChannelChange function in home view
* remove visibility from product list filters
* update export products with channels (#803 )
* update ProductExportDialog with channels
* add new channel error code
* remover VISIBLE from product export dialog Financial information
* fix input size in ProductVariantCreatorSummary (#804 )
* channels currency code select (#806 )
* create select with currency codes
* fix ChannelDeleteDialog
* update defaultMessages, remove unneeded ChannelDetails handlers
* fixes after rebase
* replace channelListing with channelListings
* [multichannel] Update schema]
* Fix product create test
Co-authored-by: AlicjaSzu <alicja.szukuc@gmail.com>
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
Co-authored-by: Jakub Majorek <majorek.jakub@gmail.com>
2020-11-17 17:10:42 +01:00
dominik-zeglen
4d15fa52b8
Add undo ability
2020-11-05 17:32:55 +01:00
dominik-zeglen
dab8064e26
Use editorjs instead of draftail
2020-11-04 13:58:30 +01:00
Marcin Gębala
38d3386045
Update after release
2020-11-04 12:32:10 +01:00
dependabot-preview[bot]
833d02c875
[Security] Bump lodash from 4.17.15 to 4.17.20
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.20. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 05:35:55 +00:00
dependabot-preview[bot]
87061b65ea
[Security] Bump node-fetch from 2.6.0 to 2.6.1 ( #704 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1. **This update includes a security fix.**
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-15 11:09:29 +02:00
Dominik Żegleń
ba1564837c
Merge pull request #629 from mirumee/dependabot/npm_and_yarn/elliptic-6.5.3
...
[Security] Bump elliptic from 6.5.1 to 6.5.3
2020-07-30 12:49:06 +02:00
dependabot-preview[bot]
f9bb51f3e5
[Security] Bump elliptic from 6.5.1 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.1 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 21:45:40 +00:00
dominik-zeglen
41e60b6418
Add tests to auth
2020-07-27 12:23:42 +02:00
dominik-zeglen
b5029deca0
wip
2020-07-27 12:21:25 +02:00
Marcin Gębala
49c0a75179
Bump to 2.10.1
2020-07-22 16:08:47 +02:00
Dawid Tarasiuk
5ce1add2ec
Merge pull request #621 from mirumee/dependabot/npm_and_yarn/codecov-3.7.1
...
[Security] Bump codecov from 3.6.5 to 3.7.1
2020-07-22 15:21:15 +02:00
AlicjaSzu
211b0b892d
Apps ( #599 )
...
* create Apps view
* create more app components, generate types and messages
* apps refactor, update snapshots
* show error message in tooltip when app installation fail
* update apps components and view, add apps list to storybook
* update defaultMessages
* create app details view
* update AppListPage with Skeleton component
* create app activate/deactivate dialogs, create app details stories
* add AppHeader to AppDetailsPage
* update defaultMessages
* update AppDetails view and components after review
* create custom app details view
* refactor webhooks
* update webhooks fixtures
* update WebhookDetailsPage story
* update strings
* create CustomAppCreate view and components
* update AppListPage story
* create AppInstall view and page
* handle errors in AppInstall view
* update defaultMessages
* add AppInstallPage to storybook
* add status prop to MessageManager
* update defaultMessages
* remove service account section
* remove service account routes
* remove as operator from notify status
* add notifications for app installations
* update styles for deactivated app
* update app installations with local storage
* update defaultMessages
* AppInstall update
* dd delete button to ongoin installations table
* fix active installations condition
* fix error messages in AppsList
* update defaultMessages
* add iframe to AppDetailsPage
* create AppDetailsSettingsPage
* install macaw-ui
* apps styles clean up
* update schema, fixtures
* few apps updates
* WebhookCreate - fix onBack button name
* WebhookCreatePage story update
* rename apps table from external to thirdparty
* update defaultMessages
* fix test, update snapshots
* AppDetailsSettings - add token to headers
* fix first number in local apps query
* app details settings - use shop domain host
* add onSettingsRowClick to InstalledApps
* resolve conflicts
* update changelog and messages
* add noopener noreferrer do app privacy link
* update snapshots
* update snapshots
* updates after review
* update defaultMessages
* CustomAppDetails - add missing notify status
2020-07-22 12:54:15 +02:00
dependabot-preview[bot]
65a4001590
[Security] Bump codecov from 3.6.5 to 3.7.1
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.6.5 to 3.7.1. **This update includes a security fix.**
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/compare/v3.6.5...v3.7.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 23:16:05 +00:00
Krzysztof Wolski
c778c200ed
Move from test cafe to Cypress ( #584 )
...
* Typo
* Add cypress config
* Login and logout tests
* Typo
* Add basic test for warehouse
* Wrong password test
* Fixes and docs
* Remove testcafe
* Add gh action
* Update changelog
* Fix typo
* Update msgs
* Work on GH action
* Record artifacts
* Fix warehouse test
2020-07-20 11:42:44 +02:00
Dominik Żegleń
38e790a4dd
Merge pull request #607 from mirumee/ref/add-2.10.1
...
Apply fixes from 2.10.1
2020-07-17 12:16:21 +02:00
Krzysztof Wolski
d19e37b140
Browserslist update
2020-07-16 14:22:02 +02:00
dominik-zeglen
c09fc4ce00
Apply fixes from 2.10.1
2020-07-16 13:48:00 +02:00
Dawid Tarasiuk
fea369be80
Update test snapshots
2020-07-08 10:44:37 +02:00
dominik-zeglen
d89d31d295
Update dependencies
2020-07-06 16:35:33 +02:00
dependabot-preview[bot]
f5ac7b28ba
[Security] Bump websocket-extensions from 0.1.3 to 0.1.4 ( #551 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4. **This update includes a security fix.**
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-01 12:47:41 +02:00
Krzysztof Wolski
53b6c5ca5c
Add GTM
2020-05-26 01:47:12 +02:00
Krzysztof Wolski
a82de30309
Add circleci config and enhance our linters ( #519 )
...
* Add circleci config
* Season linting config
* Apply code style
2020-05-14 11:30:32 +02:00
Marcin Gębala
5a6612f0f4
Bump version to 2.10.0
2020-05-14 09:23:33 +02:00
Marcin Gębala
807f9c193b
Bump version
2020-05-07 13:53:52 +02:00
Marcin Gębala
4f45a6e14a
Bump version
2020-05-04 15:20:53 +02:00
dominik-zeglen
64371d04a6
wip
2020-04-28 16:37:16 +02:00
dominik-zeglen
880d312170
Update dependencies
2020-03-25 11:22:55 +01:00
Dominik Żegleń
86ee990f5f
Merge pull request #407 from mirumee/dependabot/npm_and_yarn/codecov-3.6.5
...
[Security] Bump codecov from 3.6.1 to 3.6.5
2020-03-02 11:31:53 +01:00
dominik-zeglen
fa8231992f
Explicitely return not found page
2020-02-20 15:18:22 +01:00
dependabot-preview[bot]
1cb0ecba18
[Security] Bump codecov from 3.6.1 to 3.6.5
...
Bumps [codecov](https://github.com/codecov/codecov-node ) from 3.6.1 to 3.6.5. **This update includes a security fix.**
- [Release notes](https://github.com/codecov/codecov-node/releases )
- [Commits](https://github.com/codecov/codecov-node/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 17:34:11 +00:00
dependabot-preview[bot]
54d4cb8264
[Security] Bump yarn from 1.21.1 to 1.22.0
...
Bumps [yarn](https://github.com/yarnpkg/yarn ) from 1.21.1 to 1.22.0. **This update includes a security fix.**
- [Release notes](https://github.com/yarnpkg/yarn/releases )
- [Changelog](https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yarnpkg/yarn/compare/v1.21.1...v1.22.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-14 23:20:01 +00:00
dominik-zeglen
e20ff94910
Use json files in translations
2020-02-13 12:54:23 +01:00
dominik-zeglen
dc396f9830
Use structured jsons instead of POT file
2020-02-13 12:54:22 +01:00
Dominik Żegleń
7d8a141f63
Merge pull request #343 from mirumee/dependabot/npm_and_yarn/react-jss-10.0.0
...
Bump react-jss from 8.6.1 to 10.0.0
2019-12-30 14:12:35 +01:00
Dominik Żegleń
ae797b8969
Merge pull request #341 from mirumee/dependabot/npm_and_yarn/webpack-dev-server-3.10.1
...
Bump webpack-dev-server from 3.9.0 to 3.10.1
2019-12-30 12:39:58 +01:00
Dominik Żegleń
b1719c7180
Merge pull request #340 from mirumee/dependabot/npm_and_yarn/types/jest-24.0.24
...
Bump @types/jest from 23.3.14 to 24.0.24
2019-12-30 10:22:55 +01:00
Dominik Żegleń
465bab6952
Merge pull request #339 from mirumee/dependabot/npm_and_yarn/storybook/addon-storyshots-5.2.8
...
Bump @storybook/addon-storyshots from 5.2.5 to 5.2.8
2019-12-30 09:59:46 +01:00
dependabot-preview[bot]
3cdac225f6
Bump react-jss from 8.6.1 to 10.0.0
...
Bumps [react-jss](https://github.com/cssinjs/jss ) from 8.6.1 to 10.0.0.
- [Release notes](https://github.com/cssinjs/jss/releases )
- [Changelog](https://github.com/cssinjs/jss/blob/master/changelog.md )
- [Commits](https://github.com/cssinjs/jss/commits/v10.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:21:56 +00:00
dependabot-preview[bot]
0a62640ff9
Bump apollo from 2.21.1 to 2.21.2
...
Bumps [apollo](https://github.com/apollographql/apollo-tooling ) from 2.21.1 to 2.21.2.
- [Release notes](https://github.com/apollographql/apollo-tooling/releases )
- [Changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-tooling/compare/apollo@2.21.1...apollo@2.21.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:20:53 +00:00
dependabot-preview[bot]
20562a114a
Bump webpack-dev-server from 3.9.0 to 3.10.1
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 3.9.0 to 3.10.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases )
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/v3.10.1/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.9.0...v3.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:19:44 +00:00
dependabot-preview[bot]
5f7ab51d3d
Bump @types/jest from 23.3.14 to 24.0.24
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 23.3.14 to 24.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:18:35 +00:00
dependabot-preview[bot]
bee4f9b34c
Bump @storybook/addon-storyshots from 5.2.5 to 5.2.8
...
Bumps [@storybook/addon-storyshots](https://github.com/storybookjs/storybook/tree/HEAD/addons/storyshots/storyshots-core ) from 5.2.5 to 5.2.8.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v5.2.8/addons/storyshots/storyshots-core )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 05:17:36 +00:00
Dominik Żegleń
69251c6235
Merge pull request #333 from mirumee/dependabot/npm_and_yarn/apollo-client-2.6.8
...
Bump apollo-client from 2.6.4 to 2.6.8
2019-12-19 14:48:15 +01:00
dependabot-preview[bot]
f7d8eae1db
Bump @babel/core from 7.7.2 to 7.7.7
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.7.2 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 08:08:29 +00:00
Marcin Gębala
964c566564
Merge pull request #328 from mirumee/dependabot/npm_and_yarn/types/react-16.9.16
...
Bump @types/react from 16.9.11 to 16.9.16
2019-12-19 09:06:00 +01:00
Marcin Gębala
b122bc0998
Merge pull request #327 from mirumee/dependabot/npm_and_yarn/babel-plugin-react-intl-5.1.11
...
Bump babel-plugin-react-intl from 4.3.0 to 5.1.11
2019-12-19 09:05:31 +01:00
Marcin Gębala
4923fca62d
Merge pull request #331 from mirumee/dependabot/npm_and_yarn/types/enzyme-3.10.4
...
Bump @types/enzyme from 3.10.3 to 3.10.4
2019-12-19 09:05:09 +01:00
dependabot-preview[bot]
cafbe24d76
Bump apollo-client from 2.6.4 to 2.6.8
...
Bumps [apollo-client](https://github.com/apollographql/apollo-client ) from 2.6.4 to 2.6.8.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-client@2.6.4...v2.6.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-19 08:03:02 +00:00
Marcin Gębala
d0a111ba64
Merge pull request #334 from mirumee/dependabot/npm_and_yarn/babel/preset-typescript-7.7.4
...
Bump @babel/preset-typescript from 7.7.2 to 7.7.4
2019-12-19 09:00:48 +01:00
Marcin Gębala
69e583f4eb
Merge pull request #335 from mirumee/dependabot/npm_and_yarn/apollo-cache-inmemory-1.6.5
...
Bump apollo-cache-inmemory from 1.6.3 to 1.6.5
2019-12-19 09:00:24 +01:00
dependabot-preview[bot]
423bcb8f43
Bump @typescript-eslint/eslint-plugin from 2.11.0 to 2.12.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.11.0 to 2.12.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.12.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:26:40 +00:00
dependabot-preview[bot]
f20e434975
Bump apollo-cache-inmemory from 1.6.3 to 1.6.5
...
Bumps [apollo-cache-inmemory](https://github.com/apollographql/apollo-client ) from 1.6.3 to 1.6.5.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/compare/apollo-cache-inmemory@1.6.3...apollo-cache-inmemory@1.6.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:25:39 +00:00
dependabot-preview[bot]
f2c170bd7d
Bump @babel/preset-typescript from 7.7.2 to 7.7.4
...
Bumps [@babel/preset-typescript](https://github.com/babel/babel ) from 7.7.2 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.2...v7.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-18 05:24:47 +00:00
dependabot-preview[bot]
b04433c28c
Bump @types/enzyme from 3.10.3 to 3.10.4
...
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme ) from 3.10.3 to 3.10.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:24:08 +00:00
dependabot-preview[bot]
8250690098
Bump @types/react from 16.9.11 to 16.9.16
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 16.9.11 to 16.9.16.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:20:56 +00:00
dependabot-preview[bot]
63a7876677
Bump babel-plugin-react-intl from 4.3.0 to 5.1.11
...
Bumps [babel-plugin-react-intl](https://github.com/formatjs/formatjs ) from 4.3.0 to 5.1.11.
- [Release notes](https://github.com/formatjs/formatjs/releases )
- [Commits](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@4.3.0...babel-plugin-react-intl@5.1.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-17 05:19:53 +00:00
Marcin Gębala
b3fae6810a
Merge pull request #313 from mirumee/dependabot/npm_and_yarn/eslint-plugin-import-2.19.1
...
Bump eslint-plugin-import from 2.18.2 to 2.19.1
2019-12-16 14:27:11 +01:00
Marcin Gębala
9b93723400
Merge pull request #312 from mirumee/dependabot/npm_and_yarn/react-16.12.0
...
Bump react from 16.11.0 to 16.12.0
2019-12-16 14:26:56 +01:00
dependabot-preview[bot]
608ffee1f7
Bump react from 16.11.0 to 16.12.0
...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 10:10:29 +00:00
Marcin Gębala
052714a5db
Merge pull request #311 from mirumee/dependabot/npm_and_yarn/draftjs-to-html-0.9.1
...
Bump draftjs-to-html from 0.8.4 to 0.9.1
2019-12-16 11:08:28 +01:00
Marcin Gębala
2e66a4fbf4
Merge pull request #314 from mirumee/dependabot/npm_and_yarn/types/react-sortable-hoc-0.7.1
...
Bump @types/react-sortable-hoc from 0.6.6 to 0.7.1
2019-12-16 11:07:45 +01:00
dependabot-preview[bot]
4161192265
Bump eslint-plugin-import from 2.18.2 to 2.19.1
...
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import ) from 2.18.2 to 2.19.1.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases )
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md )
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.18.2...v2.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-16 10:07:23 +00:00
Marcin Gębala
21c0fbf9c3
Merge pull request #315 from mirumee/dependabot/npm_and_yarn/react-test-renderer-16.12.0
...
Bump react-test-renderer from 16.11.0 to 16.12.0
2019-12-16 11:06:26 +01:00
Marcin Gębala
bac541c93e
Merge pull request #316 from mirumee/dependabot/npm_and_yarn/core-js-3.5.0
...
Bump core-js from 3.4.0 to 3.5.0
2019-12-16 11:05:53 +01:00
Marcin Gębala
bb0d0602a0
Merge pull request #317 from mirumee/dependabot/npm_and_yarn/babel-plugin-react-intl-auto-3.1.0
...
Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0
2019-12-16 11:05:35 +01:00
Marcin Gębala
4a6be2594e
Merge pull request #319 from mirumee/dependabot/npm_and_yarn/react-sortable-hoc-1.10.1
...
Bump react-sortable-hoc from 0.6.8 to 1.10.1
2019-12-16 11:04:54 +01:00
dependabot-preview[bot]
5876986589
Bump file-loader from 1.1.11 to 5.0.2
...
Bumps [file-loader](https://github.com/webpack-contrib/file-loader ) from 1.1.11 to 5.0.2.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases )
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v5.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:27:34 +00:00
dependabot-preview[bot]
7471cf88b1
Bump react-sortable-hoc from 0.6.8 to 1.10.1
...
Bumps [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc ) from 0.6.8 to 1.10.1.
- [Release notes](https://github.com/clauderic/react-sortable-hoc/releases )
- [Changelog](https://github.com/clauderic/react-sortable-hoc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clauderic/react-sortable-hoc/compare/v0.6.8...v1.10.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:26:30 +00:00
dependabot-preview[bot]
4003eb3799
Bump babel-plugin-react-intl-auto from 2.3.0 to 3.1.0
...
Bumps [babel-plugin-react-intl-auto](https://github.com/akameco/babel-plugin-react-intl-auto ) from 2.3.0 to 3.1.0.
- [Release notes](https://github.com/akameco/babel-plugin-react-intl-auto/releases )
- [Commits](https://github.com/akameco/babel-plugin-react-intl-auto/compare/v2.3.0...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:24:22 +00:00
dependabot-preview[bot]
a2950fa9a2
Bump core-js from 3.4.0 to 3.5.0
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.4.0...v3.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-12 05:23:18 +00:00
dependabot-preview[bot]
be0afcd1e4
Bump react-test-renderer from 16.11.0 to 16.12.0
...
Bumps [react-test-renderer](https://github.com/facebook/react/tree/HEAD/packages/react-test-renderer ) from 16.11.0 to 16.12.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.12.0/packages/react-test-renderer )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:37:01 +00:00
dependabot-preview[bot]
e08758f761
Bump @types/react-sortable-hoc from 0.6.6 to 0.7.1
...
Bumps [@types/react-sortable-hoc](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-sortable-hoc ) from 0.6.6 to 0.7.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-sortable-hoc )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:35:54 +00:00
dependabot-preview[bot]
fa16394218
Bump draftjs-to-html from 0.8.4 to 0.9.1
...
Bumps [draftjs-to-html](https://github.com/jpuri/draftjs-to-html ) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/jpuri/draftjs-to-html/releases )
- [Commits](https://github.com/jpuri/draftjs-to-html/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-11 05:32:38 +00:00
dominik-zeglen
518422705c
Remove react-svg
2019-12-10 12:13:20 +01:00
Dominik Żegleń
752074a14f
Merge pull request #304 from mirumee/dependabot/npm_and_yarn/ts-jest-24.2.0
...
Bump ts-jest from 23.10.5 to 24.2.0
2019-12-10 12:11:35 +01:00
Dominik Żegleń
416c651786
Merge pull request #302 from mirumee/dependabot/npm_and_yarn/babel/preset-react-7.7.4
...
Bump @babel/preset-react from 7.7.0 to 7.7.4
2019-12-10 12:11:16 +01:00
Dominik Żegleń
f5c58eb0d5
Merge pull request #309 from mirumee/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-2.11.0
...
Bump @typescript-eslint/eslint-plugin from 2.9.0 to 2.11.0
2019-12-10 12:10:43 +01:00
Dominik Żegleń
ae6e478b50
Merge pull request #306 from mirumee/dependabot/npm_and_yarn/prettier-1.19.1
...
Bump prettier from 1.18.2 to 1.19.1
2019-12-10 12:05:52 +01:00
dependabot-preview[bot]
8bbc18e27f
Bump @typescript-eslint/eslint-plugin from 2.9.0 to 2.11.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 2.9.0 to 2.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.11.0/packages/eslint-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 11:05:04 +00:00
Dominik Żegleń
2ed7cc7b11
Merge pull request #305 from mirumee/dependabot/npm_and_yarn/types/url-join-4.0.0
...
Bump @types/url-join from 0.8.3 to 4.0.0
2019-12-10 12:01:41 +01:00
dependabot-preview[bot]
41239fd119
Bump @babel/preset-react from 7.7.0 to 7.7.4
...
Bumps [@babel/preset-react](https://github.com/babel/babel ) from 7.7.0 to 7.7.4.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.0...v7.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 11:01:11 +00:00
Dominik Żegleń
b290335d52
Merge pull request #301 from mirumee/dependabot/npm_and_yarn/babel/runtime-7.7.6
...
Bump @babel/runtime from 7.7.2 to 7.7.6
2019-12-10 11:57:52 +01:00
dependabot-preview[bot]
cc3e837880
Bump ts-jest from 23.10.5 to 24.2.0
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 23.10.5 to 24.2.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v23.10.5...v24.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 10:54:25 +00:00
Dominik Żegleń
4a08984c9e
Merge pull request #300 from mirumee/dependabot/npm_and_yarn/rimraf-3.0.0
...
Bump rimraf from 2.7.1 to 3.0.0
2019-12-10 11:51:01 +01:00
Dominik Żegleń
07c4bacb06
Merge pull request #307 from mirumee/dependabot/npm_and_yarn/react-moment-0.9.7
...
Bump react-moment from 0.7.9 to 0.9.7
2019-12-10 11:50:32 +01:00
dependabot-preview[bot]
0d4de40e56
Bump apollo from 2.21.0 to 2.21.1
...
Bumps [apollo](https://github.com/apollographql/apollo-tooling ) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/apollographql/apollo-tooling/releases )
- [Changelog](https://github.com/apollographql/apollo-tooling/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-tooling/compare/apollo@2.21.0...apollo@2.21.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:27:01 +00:00
dependabot-preview[bot]
537423beb4
Bump react-moment from 0.7.9 to 0.9.7
...
Bumps [react-moment](https://github.com/headzoo/react-moment ) from 0.7.9 to 0.9.7.
- [Release notes](https://github.com/headzoo/react-moment/releases )
- [Commits](https://github.com/headzoo/react-moment/compare/v0.7.9...v0.9.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:25:16 +00:00
dependabot-preview[bot]
e4c6dbd070
Bump prettier from 1.18.2 to 1.19.1
...
Bumps [prettier](https://github.com/prettier/prettier ) from 1.18.2 to 1.19.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/1.18.2...1.19.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:24:07 +00:00
dependabot-preview[bot]
c7e15a6713
Bump @types/url-join from 0.8.3 to 4.0.0
...
Bumps [@types/url-join](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/url-join ) from 0.8.3 to 4.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/url-join )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-10 05:23:03 +00:00
dependabot-preview[bot]
18d4f89d2c
Bump @babel/runtime from 7.7.2 to 7.7.6
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.7.2 to 7.7.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.7.6/packages/babel-runtime )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 14:33:11 +00:00
dependabot-preview[bot]
49c603b245
Bump rimraf from 2.7.1 to 3.0.0
...
Bumps [rimraf](https://github.com/isaacs/rimraf ) from 2.7.1 to 3.0.0.
- [Release notes](https://github.com/isaacs/rimraf/releases )
- [Changelog](https://github.com/isaacs/rimraf/blob/master/CHANGELOG.md )
- [Commits](https://github.com/isaacs/rimraf/compare/v2.7.1...v3.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-09 14:31:52 +00:00
dominik-zeglen
d048cc629b
Add local eslint rule to enforce naming styles
2019-12-03 16:09:57 +01:00
dominik-zeglen
081a4a8b9a
Remove tslint
2019-12-02 16:34:00 +01:00
dominik-zeglen
baf49a7ca5
Use eslint in build pipeline
2019-12-02 16:33:59 +01:00
dominik-zeglen
421da92cb3
Use eslint instead of tslint
2019-12-02 16:33:58 +01:00
dominik-zeglen
54feb60950
Add notification about navigator
2019-11-25 17:23:52 +01:00
dominik-zeglen
8b36ca5308
Add basic navigator
2019-11-21 17:52:11 +01:00
dominik-zeglen
4fbaf65113
Optimize build
2019-11-07 14:41:02 +01:00
dominik-zeglen
349c7dbcc0
Update stories
2019-11-07 14:39:15 +01:00
dominik-zeglen
af9e7a19eb
Update required node version
2019-11-07 14:29:38 +01:00
dominik-zeglen
74d6794679
Update @material-ui to v4
2019-11-07 14:29:07 +01:00
dominik-zeglen
d84ba84e91
Update @material-ui
2019-11-07 14:22:40 +01:00
dominik-zeglen
f4cc05436e
Add prettier to precommit pipeline
2019-11-07 12:35:17 +01:00
Marcin Gębala
64d448b9aa
Merge pull request #219 from mirumee/add/error-boundary
...
Add error boundary
2019-10-21 14:43:22 +02:00
dominik-zeglen
4da2d84926
Add error boundary
2019-10-21 13:44:13 +02:00
dominik-zeglen
54dad7cae5
Allow users to change language
2019-10-21 13:11:51 +02:00
dominik-zeglen
05d9aff656
Lint only staged files
2019-10-11 12:31:01 +02:00
dominik-zeglen
3a4cb531dd
Add git hooks
2019-10-11 12:15:19 +02:00
dominik-zeglen
6d6312248d
Add a thin layer of abstraction
2019-09-16 15:42:28 +02:00
Patryk Zawadzki
ae4d3e81ba
Implement the Credential Management API
...
Fixes #156
2019-09-16 15:42:28 +02:00
dominik-zeglen
7290087680
Add dynamic stories
2019-09-06 15:50:46 +02:00
Krzysztof Bialoglowicz
8afe11c032
Add plugin page, plugin list view
2019-08-30 14:16:09 +02:00
dominik-zeglen
faaaea773a
Clean any trace of i18next
2019-08-29 14:43:00 +02:00
dominik-zeglen
cb16d68060
Fix snapshot testing
2019-08-29 14:42:59 +02:00
dominik-zeglen
f5142cd34a
Use babel-loader instead of ts-loader
2019-08-29 14:12:35 +02:00
dominik-zeglen
a19bdfee53
Update babel-plugin-react-intl-auto
2019-08-29 14:12:34 +02:00
dominik-zeglen
337f14b327
Add intl auto-id tool
2019-08-29 14:12:34 +02:00
Dominik Żegleń
a573f5e139
Refactor attribute section translations
2019-08-29 14:12:34 +02:00
dominik-zeglen
c5248a2ffb
Configure react-intl
2019-08-29 14:12:34 +02:00
dominik-zeglen
11ae9fc3c3
Add pot file generator
2019-08-29 14:12:34 +02:00
dominik-zeglen
0eaec5e178
Add react-intl
2019-08-29 14:12:34 +02:00
dominik-zeglen
ca085471c5
Update packages
2019-08-12 13:46:43 +02:00
Dan Kolbman
a594e9dada
Make fsevents an optional dependency
2019-08-11 10:42:54 -04:00
dominik-zeglen
d3a0d118dd
Update configs
2019-08-09 16:00:34 +02:00
dominik-zeglen
5ad398454e
Update dependencies
2019-08-09 13:39:19 +02:00
dominik-zeglen
5d959e6d6e
Initial commit
2019-06-19 16:40:52 +02:00