Oli Juhl
ea8d9d4d42
feat: API key sales channel link ( #6851 )
...
What
- Add link between API key and sales channels
- Add API route for batch adding sales channels to a publishable API key
- Clean up API key API routes responses
- Move API key test suite from `integration-tests/modules` to `integration-tests/api`
2024-03-28 10:15:11 +00:00
Adrien de Peretti
d4d1f9b2f2
fix: integration tests modules expectations ( #6848 )
...
**What**
- fix tests
- cleanup deprecated jest conf
2024-03-27 15:39:20 +00:00
github-actions[bot]
26c9bada0a
chore: Version Packages ( #6360 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-20 10:21:30 +01:00
Kasper Fabricius Kristensen
ee4ea796f6
chore: align version of dotenv ( #6657 )
2024-03-11 12:34:17 +01:00
Adrien de Peretti
e501e9effa
chore: Run packages integration tests concurrently and not in band ( #6576 )
2024-03-04 14:17:07 +01:00
Stevche Radevski
196e821ff2
feat: Modify api key and sales channel link to use modules and add test ( #6546 )
2024-03-01 09:24:50 +00:00
Stevche Radevski
690e8c2e09
feat(api-key): Allow revoking in the future, and enforce the secret key ( #6484 )
...
Since there is quite a bit of code here already, I'll do the middleware changes in a separate PR
2024-02-27 10:37:32 +00:00
Stevche Radevski
0582545065
feat(api-key): Add the endpoints and workflows for api key module
2024-02-23 11:01:08 +01:00
Stevche Radevski
ec6351b363
chore: Updates based on PR feedback
2024-02-21 16:05:51 +01:00
Stevche Radevski
c99ca5cc22
feat(api-key): Add CRUD functionalities to the api key module
2024-02-21 15:45:40 +01:00
Stevche Radevski
269be1b64a
feat: Add skeleton for api key module ( #6451 )
...
Adds a module skeleton for the API Key module.
Implementation of functionalities will follow in separate PRs
2024-02-20 12:28:57 +00:00