Skip to content

Commit 1b55dd5

Browse files
psaiztiborsimko
authored andcommitted
global: split infrastructure code from the content
Split the infrastructure code from the content. The code for the portal went to a dedicated repository `cernopendata-portal`.
1 parent f517f3f commit 1b55dd5

File tree

19,151 files changed

+118
-45871
lines changed

Some content is hidden

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

19,151 files changed

+118
-45871
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,6 @@ jobs:
8585
pip install pydocstyle
8686
./run-tests.sh --check-pydocstyle
8787
88-
lint-check-manifest:
89-
runs-on: ubuntu-20.04
90-
steps:
91-
- name: Checkout
92-
uses: actions/checkout@v2
93-
94-
- name: Setup Python
95-
uses: actions/setup-python@v2
96-
with:
97-
python-version: 3.9
98-
99-
- name: Check Python manifest completeness
100-
run: |
101-
pip install --upgrade pip
102-
pip install check-manifest
103-
./run-tests.sh --check-manifest
104-
10588
check-fixtures:
10689
runs-on: ubuntu-20.04
10790
steps:
@@ -135,32 +118,3 @@ jobs:
135118
pip install --upgrade pip
136119
pip install isort
137120
./run-tests.sh --check-isort
138-
139-
docker-build:
140-
runs-on: ubuntu-20.04
141-
steps:
142-
- name: Checkout
143-
uses: actions/checkout@v2
144-
145-
- name: Setup Python
146-
uses: actions/setup-python@v2
147-
with:
148-
python-version: 3.9
149-
150-
- name: Lint Dockerfile
151-
run: docker run -i --rm hadolint/hadolint:v1.18.2 < Dockerfile
152-
153-
- name: Create certificates
154-
run: ./scripts/generate-localhost-certificate.sh
155-
156-
- name: Build docker
157-
run: ./run-tests.sh --check-docker-build
158-
159-
- name: Run pytest
160-
run: docker compose run --rm web ./run-tests.sh --check-pytest
161-
162-
- name: Codecov Coverage
163-
uses: codecov/codecov-action@v1
164-
with:
165-
token: ${{ secrets.CODECOV_TOKEN }}
166-
files: coverage.xml

DEVELOPING.rst

Lines changed: 63 additions & 407 deletions
Large diffs are not rendered by default.

Dockerfile

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

MANIFEST.in

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

cernopendata/__init__.py

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

cernopendata/celery.py

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

cernopendata/cli.py

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

0 commit comments

Comments
 (0)