| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | Correct permission in seed script | 2024-08-25 | -1/+1 | ||
| | | |||||
| * | Add a new route to fetch templates and variants | 2024-08-25 | -11/+72 | ||
| | | |||||
| * | Add an admin endpoint for syncing templates & variants from printful | 2024-08-25 | -0/+115 | ||
| | | |||||
| * | Replace products with templates and variants | 2024-08-25 | -20/+163 | ||
| | | |||||
| * | Move UUIDBase to its own mixin | 2024-08-24 | -5/+10 | ||
| | | |||||
| * | Mount db migrations as a volume in dev | 2024-08-24 | -0/+1 | ||
| | | |||||
| * | Add a new permission for updating templates from printful | 2024-08-24 | -2/+3 | ||
| | | |||||
| * | Don't hitt he db to get voucher info now that it's on the request state | 2024-08-24 | -7/+2 | ||
| | | |||||
| * | Add a debug endpoint to get a user's JWT | 2024-08-24 | -0/+7 | ||
| | | |||||
| * | Attach the auth info of the requesting user to the state object | 2024-08-24 | -6/+43 | ||
| | | |||||
| * | Create users in the seed script | 2024-08-24 | -8/+30 | ||
| | | | | | This also adds a on_conflict_do_nothing to ignore PK violations | ||||
| * | Add postgres to testing CI | 2024-08-24 | -0/+15 | ||
| | | |||||
| * | Install all deps in CI for tests | 2024-08-24 | -1/+0 | ||
| | | |||||
| * | Install testing dependencies in CI | 2024-08-24 | -1/+1 | ||
| | | |||||
| * | Add voucher tests | 2024-08-24 | -37/+50 | ||
| | | |||||
| * | Run backend tests in CI | 2024-08-24 | -1/+4 | ||
| | | |||||
| * | Move the db engine used for tests into the fixture | 2024-08-24 | -13/+14 | ||
| | | |||||
| * | Scope make tests to only run on backend | 2024-08-24 | -2/+2 | ||
| | | |||||
| * | Add conftest for access to database | 2024-08-19 | -8/+87 | ||
| | | |||||
| * | Drop static file mount | 2024-08-19 | -238/+2 | ||
| | | |||||
| * | Render Voucher ID on validation | 2024-08-19 | -0/+7 | ||
| | | |||||
| * | backend: Add CORSMiddleware to allow CORS requests from Thallium Frontend | 2024-08-19 | -0/+9 | ||
| | | |||||
| * | Add CORS environment variables to settings | 2024-08-19 | -0/+2 | ||
| | | |||||
| * | Rename API URL environment variable | 2024-08-19 | -1/+1 | ||
| | | |||||
| * | Add VoucherValidator to landing page | 2024-08-19 | -0/+3 | ||
| | | |||||
| * | Add Voucher Validator component | 2024-08-19 | -0/+75 | ||
| | | |||||
| * | Add TextInput | 2024-08-19 | -0/+109 | ||
| | | |||||
| * | Add vouchers client | 2024-08-19 | -0/+27 | ||
| | | |||||
| * | Add API client | 2024-08-19 | -0/+53 | ||
| | | |||||
| * | Build in API base URL | 2024-08-19 | -0/+2 | ||
| | | |||||
| * | Add new CSSProp support in styled-components typing | 2024-08-19 | -0/+7 | ||
| | | |||||
| * | Update themes | 2024-08-19 | -1/+14 | ||
| | | |||||
| * | Switch from HTTPBase to HTTPBearer | 2024-08-19 | -3/+3 | ||
| | | |||||
| * | Change scheme from token to bearer | 2024-08-19 | -2/+2 | ||
| | | |||||
| * | Slim down generated Scalar documentation | 2024-08-19 | -0/+2 | ||
| | | |||||
| * | Respect X-Forwarded-Proto for building URLs | 2024-08-19 | -1/+3 | ||
| | | |||||
| * | Add connect-src 'self' to allow try-it in Scalar to work | 2024-08-19 | -0/+1 | ||
| | | |||||
| * | Add Scalar to application | 2024-08-19 | -7/+32 | ||
| | | |||||
| * | Rename current voucher route | 2024-08-19 | -1/+1 | ||
| | | |||||
| * | Relock dependencies | 2024-08-19 | -0/+3 | ||
| | | |||||
| * | Add Scalar | 2024-08-19 | -1/+13 | ||
| | | |||||
| * | Add jinja2 and templates | 2024-08-19 | -1/+260 | ||
| | | |||||
| * | Correct numbskull typing | 2024-08-19 | -1/+1 | ||
| | | |||||
| * | Fetch semver without poetry | 2024-08-19 | -1/+1 | ||
| | | |||||
| * | Inject semver in Docker Build Stage | 2024-08-19 | -8/+17 | ||
| | | |||||
| * | Add style-src self & Google Fonts | 2024-08-19 | -1/+2 | ||
| | | |||||
| * | Allow UNPKG in CSP | 2024-08-19 | -1/+2 | ||
| | | |||||
| * | Add data URLs source | 2024-08-19 | -0/+1 | ||
| | | |||||
| * | Add Google fonts | 2024-08-19 | -1/+2 | ||
| | | |||||
| * | Allow unsafe-inline scripts in CSP | 2024-08-19 | -1/+1 | ||
| | | |||||