Skip to content

chore(deps): update dependency ubuntu to v24 - abandoned #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 48 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
88e6b96
requirements: add extra file for fork specific packages
Jul 20, 2023
a0b85a1
* only update fork specific packages
Jul 20, 2023
cd70425
scripts/deploy.sh: fix project name
Jul 20, 2023
414fa88
README: fix build status and coverage badge
Jul 20, 2023
59f5514
ci: fix django and postgresql version
Jul 24, 2023
8557984
translations: enable fork locale in settings
Jul 24, 2023
44fac98
translations: add fork translations
Jul 24, 2023
eec861f
changelog: reset changelog
Jul 28, 2023
9849d9e
apps/dashboard/blueprints: remove un-needed blueprints and fix tests …
philli-m Jul 27, 2023
3ba3760
assets/*: update logo, colours and styles to match branding and updat…
philli-m Jul 25, 2023
85fc12c
apps/ai_reports: initial commit for ai reports
hklarner Jul 26, 2023
8e35350
apps/userdashboard: integrates new filter into user dashboard
hklarner Jul 26, 2023
ba2fb3a
apps/userdashboard: updates tests
hklarner Aug 8, 2023
19db138
chore(deps): update dependency ubuntu to v22
renovate[bot] Aug 10, 2023
40d52c6
userdashboard/ModerationNotification//AIFeedback: add AI feedback com…
philli-m Jul 31, 2023
0905558
apps/moderatorfeedback: add ai_report serialiser
m4ra Aug 2, 2023
86a6cbe
apps/userdashboard: add ai_report to moderation comment serializer
m4ra Aug 15, 2023
8ef8785
apps/ai_reports: fix admin comment relation and display
m4ra Aug 16, 2023
3f08227
userdashboard/AiReportExplanation: add switch component to display/hi…
philli-m Aug 2, 2023
c3ea607
userdashboard/ModerationNotification: add labels for ai or user repor…
philli-m Aug 14, 2023
8dd1c48
userdashboard: ensure aiexplanation switch always on and replace dumm…
philli-m Aug 16, 2023
3ef694a
userdashboard/UserReport: add slider for user report with dummy data …
philli-m Aug 16, 2023
43fcbdc
apps/userdashboard: extends the moderation comment serializer with "u…
hklarner Aug 9, 2023
146661c
fixes typos
hklarner Aug 9, 2023
680eb45
apps/userdashboard: refactors moderation comment serializer
hklarner Aug 9, 2023
9b0e96d
apps/userdashboard: fix reported by user label not shown if also
Sep 5, 2023
d2d5244
apps/userdashboard: show real user reports in dashboard and update st…
Sep 5, 2023
8c9ddb7
userdashboard/ModerationNotification: fix if to only show userreports…
philli-m Sep 12, 2023
8850ad4
userdashboard/ModerationNotification: update AIReport component to ad…
philli-m Sep 5, 2023
0f15cb2
assets/scss: use correct color for brand--danger
Sep 11, 2023
beb3854
add changelog
Sep 7, 2023
56898cf
userdashboard/userreport: show actual username of the reportee
Sep 13, 2023
fe49c13
assets/icons: add required favicon files and appropriate tags in base…
philli-m Oct 12, 2023
76b9dbe
assets/avatars: replace a+ coloured avatars with defakts ones colors …
philli-m Oct 12, 2023
9601f3b
assets/header_lower: add styling for if no org logo partial fixes #38
philli-m Oct 12, 2023
547e474
assets/*: update rating colours add to variable, change btns in comme…
philli-m Oct 12, 2023
2f0d9f2
settings: update languages to en and de only
m4ra Oct 17, 2023
0d41251
fixup language
Jun 5, 2024
c726ae5
locale-fork: delete languages not being used
m4ra Oct 17, 2023
37404a5
release v2310.1
m4ra Oct 17, 2023
a894609
assets/images: replace low quality logo files and fix footer to use o…
philli-m Oct 31, 2023
b673fe9
apps/ai_reports: connect with external API
May 30, 2024
8d1c7a9
apps/cms: change button for col_cta_block to be more inline with the …
Jun 13, 2024
e1c1844
add new important page FAQ to wagtail
Sep 18, 2024
2322129
refactor ai_report
Sep 18, 2024
3ddce7f
update a4
Sep 19, 2024
ca3aac5
ai_reports/serializer: use get() for label to prevent errors for unkn…
Sep 19, 2024
e8d3505
chore(deps): update dependency ubuntu to v24
renovate[bot] Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
services:
postgres:
image: postgres:12
image: postgres:14
env:
POSTGRES_PASSWORD: postgres
ports:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down
837 changes: 32 additions & 805 deletions CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[adhocracy.plus](https://adhocracy.plus/) is a free Open-Source participation platform maintained and primarily developed by Liquid Democracy e.V.. It is based on [adhocracy 4](https://github.com/liqd/adhocracy4) and [Django](https://github.com/django/django).

![Build Status](https://github.com/liqd/adhocracy-plus/actions/workflows/django.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/liqd/adhocracy-plus/badge.svg?branch=main)](https://coveralls.io/github/liqd/adhocracy-plus?branch=main)
![Build Status](https://github.com/liqd/a4-defakts/actions/workflows/django.yml/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/liqd/a4-defakts/badge.svg?branch=main)](https://coveralls.io/github/liqd/a4-defakts?branch=main)

## Getting started

Expand Down
Binary file modified adhocracy-plus/assets/images/avatars/avatar-00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 26 additions & 23 deletions adhocracy-plus/assets/images/avatars/avatar-00.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified adhocracy-plus/assets/images/avatars/avatar-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 24 additions & 23 deletions adhocracy-plus/assets/images/avatars/avatar-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified adhocracy-plus/assets/images/avatars/avatar-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 26 additions & 23 deletions adhocracy-plus/assets/images/avatars/avatar-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified adhocracy-plus/assets/images/avatars/avatar-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 24 additions & 23 deletions adhocracy-plus/assets/images/avatars/avatar-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified adhocracy-plus/assets/images/avatars/avatar-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 26 additions & 23 deletions adhocracy-plus/assets/images/avatars/avatar-04.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/images/blueprints/agenda-setting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/images/blueprints/brainstorming.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/images/blueprints/debate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading