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

Review 1 #1

Open
wants to merge 64 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
66f288f
improve login form: error on focus
antopalidi May 28, 2024
cf22eaf
remove extra code
antopalidi May 28, 2024
c8d6a7c
fix js
antopalidi May 28, 2024
aac3d28
Update revision
antopalidi May 30, 2024
c02ec24
Update revision
antopalidi May 30, 2024
eb8b25b
Update Gemfile
antopalidi May 30, 2024
a6cf3f2
Update Gemfile.lock
antopalidi May 30, 2024
1c8b4f3
Update Gemfile.lock
antopalidi May 30, 2024
aa42f36
remove port from letter_opener
microstudi Jun 4, 2024
a106dda
update
antopalidi Jun 4, 2024
1c198c2
update meta tags
antopalidi Jun 7, 2024
6e2d684
update meta tags
antopalidi Jun 7, 2024
2151935
meta tags update
antopalidi Jun 10, 2024
6650b76
update metatags
antopalidi Jun 19, 2024
3ade41f
update edit time proposal
antopalidi Jun 19, 2024
44ce6a6
answer templates
antopalidi Jul 3, 2024
722f0bb
answer templates
antopalidi Jul 3, 2024
7a94758
Merge branch 'main' into review-1
microstudi Jul 5, 2024
4fe9b3b
edit time
microstudi Jul 5, 2024
3e3c565
update branch
microstudi Aug 29, 2024
dbdea58
update dockerfile
microstudi Aug 29, 2024
6b09306
fix httpversion for git
microstudi Aug 29, 2024
b0fc944
install gnutls
microstudi Aug 29, 2024
c71f64c
install opnssl
microstudi Aug 29, 2024
1c0b4bf
install opnssl
microstudi Aug 29, 2024
c770b33
undo
microstudi Aug 29, 2024
7669f1e
remove manual link 7zip
microstudi Aug 29, 2024
184c2ec
fix
microstudi Aug 29, 2024
014605d
update gemfile
microstudi Sep 1, 2024
39c36c7
sof delete
antopalidi Sep 3, 2024
eedaa1e
update soft delete
antopalidi Sep 18, 2024
a258bd8
add migrations
microstudi Sep 18, 2024
a3a92e7
change permissions for soft delete
antopalidi Sep 18, 2024
d0ba289
fix notification for debates, meetings
antopalidi Sep 18, 2024
03363d4
update soft delete
antopalidi Sep 19, 2024
751e1c1
update soft delete
antopalidi Sep 19, 2024
ebdb171
add callout to soft_delete
antopalidi Sep 26, 2024
fcada73
deicidm upgrade
antopalidi Sep 26, 2024
9393a2e
migranions
antopalidi Sep 26, 2024
2aad0cb
add flash
antopalidi Sep 27, 2024
af79901
update soft delete
antopalidi Sep 30, 2024
fe8b623
update soft delete
antopalidi Oct 1, 2024
5431d68
geolocation
antopalidi Oct 3, 2024
cd11b73
geolocation
antopalidi Oct 3, 2024
d58a337
debates-content-block
antopalidi Oct 9, 2024
1d8acf1
update debates-content-block
antopalidi Oct 9, 2024
aa1cf9a
add-attachments-in-debates
antopalidi Oct 16, 2024
ef42ca7
upgrade change/add-attachments-in-debates
antopalidi Nov 3, 2024
2b46145
update change/add-attachments-in-debates
antopalidi Nov 3, 2024
ec37ce9
strict docker ruby version
microstudi Nov 4, 2024
9f92add
two-column-comment-debates
antopalidi Nov 7, 2024
dae0f5d
fix 2-column
antopalidi Nov 7, 2024
a6ce99b
fix 2-column
antopalidi Nov 7, 2024
a95616e
update two_column for dabate
antopalidi Nov 12, 2024
70476d4
update two columns
antopalidi Nov 14, 2024
443c06b
update two columns
antopalidi Nov 18, 2024
87a2c51
last commit
microstudi Nov 18, 2024
0357e67
update
antopalidi Nov 19, 2024
3f312e3
update
microstudi Nov 19, 2024
e3a497d
Merge branch 'review-1' of github.com:openpoke/decidim-reviews into r…
microstudi Nov 19, 2024
6c0c38b
newsletters-recipient-selection
antopalidi Nov 22, 2024
490cc53
change newsletters
antopalidi Nov 26, 2024
6e23994
update newsletters
antopalidi Nov 26, 2024
f32fdc2
update
antopalidi Nov 27, 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 .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.4
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.2 AS builder
FROM ruby:3.3.4 AS builder

RUN apt-get update && apt-get upgrade -y && apt-get install -y ca-certificates curl gnupg && \
mkdir -p /etc/apt/keyrings && \
Expand All @@ -10,6 +10,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y ca-certificates c
postgresql-client \
p7zip-full \
libpq-dev && \
openssl && \
apt-get clean

# throw errors if Gemfile has been modified since Gemfile.lock
Expand All @@ -36,8 +37,6 @@ RUN gem install bundler:$(grep -A 1 'BUNDLED WITH' Gemfile.lock | tail -n 1 | xa
find /usr/local/bundle/ -name ".github" -exec rm -rf {} + && \
# whkhtmltopdf has binaries for all platforms, we don't need them once uncompressed
rm -rf /usr/local/bundle/gems/wkhtmltopdf-binary-*/bin/*.gz && \
# fix possible 7zip problems by manually adding the 7z.so libray
ln -s /usr/lib/p7zip/7z.so /usr/local/bundle/gems/seven_zip_ruby-1.3.0/lib/seven_zip_ruby/7z.so && \
rm -f /usr/local/bundle/gems/seven_zip_ruby-1.3.0/lib/seven_zip_ruby/*.dll && \
# Remove additional unneded decidim files
find /usr/local/bundle/ -name "decidim_app-design" -exec rm -rf {} + && \
Expand Down Expand Up @@ -80,7 +79,7 @@ RUN mv config/credentials.bak config/credentials 2>/dev/null || true
RUN rm -rf node_modules tmp/cache vendor/bundle test spec app/packs .git

# This image is for production env only
FROM ruby:3.2-slim AS final
FROM ruby:3.3.4-slim AS final

RUN apt-get update && \
apt-get install -y postgresql-client \
Expand Down
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = { github: "decidim/decidim", branch: "feature/add-proposal-grid-mode" }
DECIDIM_VERSION = { github: "decidim/decidim", branch: "feature/newsletters-recipient-selection" }

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
Expand All @@ -14,9 +14,9 @@ gem "decidim-templates", DECIDIM_VERSION

gem "bootsnap", "~> 1.4"

gem "puma", ">= 6.3.1"
gem "letter_opener_web", "~> 2.0"
gem "faker", "~> 3.2"
gem "letter_opener_web", "~> 2.0"
gem "puma", ">= 6.3.1"

group :development, :test do
gem "byebug", "~> 11.0", platform: :mri
Expand Down
Loading