Skip to content

Commit

Permalink
infrastructure: Split the content and the portal code. The code for t…
Browse files Browse the repository at this point in the history
…he portal goes to a dedicated repository, cernopendata-portal
  • Loading branch information
psaiz committed Aug 27, 2024
1 parent cbb210a commit a8642e8
Show file tree
Hide file tree
Showing 19,147 changed files with 115 additions and 45,842 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
46 changes: 0 additions & 46 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,6 @@ jobs:
pip install pydocstyle
./run-tests.sh --check-pydocstyle
lint-check-manifest:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Check Python manifest completeness
run: |
pip install --upgrade pip
pip install check-manifest
./run-tests.sh --check-manifest
check-fixtures:
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -135,32 +118,3 @@ jobs:
pip install --upgrade pip
pip install isort
./run-tests.sh --check-isort
docker-build:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Lint Dockerfile
run: docker run -i --rm hadolint/hadolint:v1.18.2 < Dockerfile

- name: Create certificates
run: ./scripts/generate-localhost-certificate.sh

- name: Build docker
run: ./run-tests.sh --check-docker-build

- name: Run pytest
run: docker compose run --rm web ./run-tests.sh --check-pytest

- name: Codecov Coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.xml
468 changes: 62 additions & 406 deletions DEVELOPING.rst

Large diffs are not rendered by default.

124 changes: 0 additions & 124 deletions Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions MANIFEST.in

This file was deleted.

29 changes: 0 additions & 29 deletions cernopendata/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions cernopendata/celery.py

This file was deleted.

13 changes: 0 additions & 13 deletions cernopendata/cli.py

This file was deleted.

Loading

0 comments on commit a8642e8

Please sign in to comment.