No description
This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Python 99.6%
  • Dockerfile 0.3%
  • Shell 0.1%
Find a file
dependabot[bot] bc3d5d29d3
Some checks failed
ci / tests (push) Successful in 1m4s
ci / release_dev (push) Failing after 12m22s
ci / release_staging (push) Has been skipped
ci / release_production (push) Has been skipped
Bump gunicorn from 21.2.0 to 22.0.0 (#42)
Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-17 09:12:28 +01:00
.github/workflows feat: add channel identifiers storage table (#30) 2024-01-16 13:53:11 +00:00
atlas Add to CSRF Origins (#32) 2024-02-06 13:20:23 +00:00
environment GitHub Actions 2021-11-25 22:19:44 +00:00
membership feat: make scheme fields optional in channel table [RET-2667] (#31) 2024-01-18 11:04:56 +00:00
prometheus GitHub Actions 2021-11-25 22:19:44 +00:00
transactions CI Uplift, Python 3.11 (#12) 2023-04-17 15:39:22 +01:00
ubiquity_users CI Uplift, Python 3.11 (#12) 2023-04-17 15:39:22 +01:00
.dockerignore Updated dockerfile 2020-06-22 15:43:39 +01:00
.gitignore Upgrade azure-storage-blob to v12 2020-08-12 08:55:13 +00:00
Dockerfile RET-2774 - Remove Linkerd (#37) 2024-03-05 11:18:30 +00:00
entrypoint.sh RET-2774 - Remove Linkerd (#37) 2024-03-05 11:18:30 +00:00
manage.py GitHub Actions 2021-11-25 22:19:44 +00:00
Pipfile Enable 2FA Support as a temp stand-in for RET-2541 (#26) 2023-10-10 14:06:52 +01:00
Pipfile.lock Bump gunicorn from 21.2.0 to 22.0.0 (#42) 2024-04-17 09:12:28 +01:00
README.md Dv 596 saving transaction responses 2018-12-14 15:23:10 +00:00
tox.ini GitHub Actions 2021-11-25 22:19:44 +00:00

Atlas

The Atlas project is a stand alone Django Rest API with the purpose of handling and saving subsets of data from Olympus to new databases.

Apps

Transactions

The transactions app is used to store Merchant transactions (Harvey Nichols) to postgres database and query this db in a way that allows filtering between two dates. The results of those queries will be sent to blob storage.

Endpoints
  1. transaction/save - Accepts a payload and saves it to postgres database
  2. transaction/blob - Accepts two dates, queries the postgres database for transactions that fall between those dates and sends the result to Azure blob storage.