Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DOAJ/doaj into feature/2…
Browse files Browse the repository at this point in the history
…407_sitemap_generator

# Conflicts:
#	portality/view/doaj.py
  • Loading branch information
RK206 committed Dec 11, 2024
2 parents 8c71f83 + 27e790a commit 7118dda
Show file tree
Hide file tree
Showing 262 changed files with 4,161 additions and 50,163 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build-and-test:

docker:
- image: cimg/python:3.8.10
- image: cimg/python:3.10
environment:
DOAJENV: test
- image: cimg/redis:6.2.14
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
gen_docs:
name: generate DOAJ documentation and fuctional tests and push to the docs repo
name: generate DOAJ documentation and functional tests and push to the docs repo
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -16,22 +16,22 @@ jobs:

steps:
- name: checkout the branch of interest
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: doaj

- name: checkout the documentation repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: doaj-docs
repository: DOAJ/doaj-docs
token: ${{ secrets.STEVE_PAT_DOAJ_ACTIONS_DOCS }}
fetch-depth: 0

- name: set up a python 3.8 environment
uses: actions/setup-python@v4.4.0
- name: set up a python 3.10 environment
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: '3.10'

- name: install elasticsearch
uses: getong/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ htmlcov/*
# Don't push our dev configs or the secret app configs.
dev.cfg
app.cfg
instance.cfg

# directories of transient stuff that gets created locally
media/*
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.10
3.10
11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-harvester-apps

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-harvester-gate

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-production-apps

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-production-background-apps

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-production-gate

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-test-apps

This file was deleted.

11 changes: 0 additions & 11 deletions deploy/_legacy/anacrontab-test-background-apps

This file was deleted.

28 changes: 0 additions & 28 deletions deploy/_legacy/crontab-harvester-apps

This file was deleted.

27 changes: 0 additions & 27 deletions deploy/_legacy/crontab-harvester-gate

This file was deleted.

28 changes: 0 additions & 28 deletions deploy/_legacy/crontab-production-apps

This file was deleted.

27 changes: 0 additions & 27 deletions deploy/_legacy/crontab-production-background-apps

This file was deleted.

30 changes: 0 additions & 30 deletions deploy/_legacy/crontab-production-gate

This file was deleted.

27 changes: 0 additions & 27 deletions deploy/_legacy/crontab-production-monitor

This file was deleted.

26 changes: 0 additions & 26 deletions deploy/_legacy/crontab-test-apps

This file was deleted.

1 change: 0 additions & 1 deletion deploy/_legacy/crontab-test-background-apps

This file was deleted.

Loading

0 comments on commit 7118dda

Please sign in to comment.