Skip to content

Commit 9e5d6e5

Browse files
committed
rewrite ASU with Redis
Instead of using a huge PostgreSQL database and literally downloading every ImageBuilder possible on a daily basis this now uses some merged JSON files and archives nearly the same thing. The upgrade check capabilities are not yet fully implemented but the basics work. Signed-off-by: Paul Spooren <mail@aparcar.org>
1 parent b136b5a commit 9e5d6e5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+712
-4307
lines changed

.codacy.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
ansible/*.retry
2-
ansible/host_vars/
3-
ansible/ansible.cfg
4-
ansible/hosts
5-
asu.egg-info/
6-
build/
7-
dist/
8-
tests/
9-
./distributions/
10-
.coverage
11-
.vagrant/
12-
*.swp
13-
*.log
14-
*.pyc
15-
updater/
16-
worker/
17-
download/
18-
gnupg/
19-
keys/
20-
**/__pycache__/
1+
!\.gitignore
2+
\.*
3+
asu/__pycache__/
4+
bin/
5+
cache/
6+
lib/
7+
lib64
8+
pyvenv.cfg
9+
share/
10+
store/
11+
var/

.gitlab-ci.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.
File renamed without changes.

.travis.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.wait-for

Lines changed: 0 additions & 79 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)