Skip to content
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

Backport 'Share unpublish components with tokens' to 0.27 #79

Open
wants to merge 42 commits into
base: release/0.27-stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
cc6d1dc
change ruby version to 3.0.6
antopalidi Sep 3, 2024
877b84c
remove share_tokens from admin/components/_form
ElviaBth Jul 10, 2024
6c6d3e3
Partial commit for cherry-pick conflict resolution
antopalidi Sep 4, 2024
33f16dc
Partial commit for cherry-pick conflict resolution
antopalidi Sep 4, 2024
ad1b307
Partial commit for cherry-pick conflict resolution
antopalidi Sep 4, 2024
c29662d
cherry-pick conflict resolution
antopalidi Sep 4, 2024
f894b96
cherry-pick conflict resolution
antopalidi Sep 4, 2024
268ca6f
cherry-pick conflict resolution
antopalidi Sep 4, 2024
b9255c3
Partial commit for cherry-pick conflict resolution
antopalidi Sep 4, 2024
71fff20
Partial commit for cherry-pick conflict resolution
antopalidi Sep 4, 2024
9c6da25
cherry-pick conflict resolution
antopalidi Sep 4, 2024
40e0ef8
cherry-pick conflict resolution
antopalidi Sep 4, 2024
00aa2b0
cherry-pick conflict resolution
antopalidi Sep 4, 2024
648f8b8
cherry-pick conflict resolution
antopalidi Sep 4, 2024
b896f86
cherry-pick conflict resolution
antopalidi Sep 4, 2024
86ea930
add share_tokens menu
antopalidi Sep 4, 2024
9197173
change erb
antopalidi Sep 4, 2024
9ea816c
fix clipboard
antopalidi Sep 5, 2024
e8a4675
fix new/edit erb
antopalidi Sep 5, 2024
8474c5f
fix actions list in the component
antopalidi Sep 5, 2024
8aa02c6
fix UpdateShareToken
antopalidi Sep 5, 2024
0e6c2c7
fix destroy token
antopalidi Sep 5, 2024
5d61c80
change help text
antopalidi Sep 5, 2024
5cff1c9
fix rubocop
antopalidi Sep 5, 2024
47a88f0
Gemfile, package-lock
antopalidi Sep 5, 2024
149c4c4
fix assemblies spec
antopalidi Sep 5, 2024
863bb80
fix admin specs
antopalidi Sep 6, 2024
8e8114a
fix permissions in the controller
antopalidi Sep 6, 2024
8ac4ab5
fix locales
antopalidi Sep 6, 2024
d2be81c
fix manage_share_tokens_examples
antopalidi Sep 6, 2024
b68f9a3
fix tests
antopalidi Sep 6, 2024
505273b
Update Ruby 3.0.6
antopalidi Sep 6, 2024
5c921e5
update bundler
antopalidi Sep 6, 2024
2464aaa
update 0.27 branch and merge
antopalidi Sep 6, 2024
1b938f6
add share_token to consultations, fix tests
antopalidi Sep 8, 2024
be09866
fix tests
antopalidi Sep 8, 2024
0f51d17
fix tests
antopalidi Sep 8, 2024
46a1755
New Crowdin updates (#13352)
decidim-bot Sep 9, 2024
63b4767
New Crowdin updates (#13362)
decidim-bot Sep 9, 2024
c041a16
Bump to v0.27.9 version (#13360)
andreslucena Sep 10, 2024
85ced36
fix surveys component actions
microstudi Sep 16, 2024
2536f0d
Merge branch 'release/0.27-stable' into backport/0.27/feature/share_u…
microstudi Sep 24, 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
2 changes: 1 addition & 1 deletion .decidim-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.27.8
0.27.9
2 changes: 1 addition & 1 deletion .github/workflows/ci_accountability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-accountability
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-admin
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_admin_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-admin
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-api
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_assemblies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-assemblies
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_blogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-blogs
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_budgets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-budgets
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-comments
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-conferences
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_consultations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-consultations
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
DECIDIM_SERVICE_WORKER_ENABLED: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_system_ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
DECIDIM_SERVICE_WORKER_ENABLED: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_tasks_webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-core
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_debates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-debates
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_dev_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-dev
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_forms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-forms
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-generators
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_initiatives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-initiatives
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_initiatives_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-initiatives
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_initiatives_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-initiatives
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_meetings_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-meetings
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_meetings_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-meetings
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_meetings_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-meetings
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-pages
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_participatory_processes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-participatory_processes
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_performance_metrics_monitoring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
env:
CI: "true"
SIMPLECOV: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
RAILS_ENV: development

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_proposals_system_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-proposals
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_proposals_system_public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-proposals
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_proposals_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-proposals
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_sortitions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-sortitions
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_surveys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-surveys
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-system
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-templates
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

env:
CI: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1
DECIDIM_MODULE: decidim-verifications
CODECOV_TOKEN: bc15b944-6b42-420a-b3f9-a5a8fb214326
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
CI: "true"
SIMPLECOV: "true"
RUBY_VERSION: 3.0.2
RUBY_VERSION: 3.0.6
NODE_VERSION: 16.9.1

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.2
3.0.6
Loading
Loading