Update accentor

This commit is contained in:
Charlotte Van Petegem 2021-02-13 15:40:18 +01:00
parent 5599f75341
commit 7bec6bb4b1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
5 changed files with 635 additions and 955 deletions

View file

@ -7,7 +7,7 @@ let
owner = "accentor";
repo = "web";
rev = "develop";
sha256 = "0g9k7li64z229xrhdraiy6vs60gik73b8c7lfy3cjh56ca6p2lpr";
sha256 = "160v69kazbdj6yglsmfw7vkv125qbkza8paiayyarvzjyk1rbhsz";
};
yarnNix = ./accentor/yarn.nix;
buildPhase = ''
@ -24,7 +24,7 @@ let
owner = "accentor";
repo = "api";
rev = "develop";
sha256 = "1bnmchsp37sssayqldh03nzqgi8xwdjdlxxffm1ld4ap9nhklanf";
sha256 = "0z3gnrqfiss0fkhq5ds57rzkbgymg4hgmihs51qcrwppfp7nizz5";
};
gems = pkgs.bundlerEnv {
name = "accentor-api-env";

View file

@ -38,14 +38,14 @@ gem 'bootsnap', '>= 1.4.6', require: false
gem 'rack-cors', '~> 1.1'
group :test do
gem 'codecov', '~> 0.4.2', require: false
gem 'codecov', '~> 0.4.3', require: false
gem 'mocha', '~> 1.12.0', require: false
gem 'simplecov', '~> 0.21', require: false
end
group :development, :test do
gem 'factory_bot_rails', '~> 6.1'
gem 'faker', '~> 2.15'
gem 'faker', '~> 2.16'
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: %i[mri mingw x64_mingw]

View file

@ -1,40 +1,40 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.1)
actionpack (= 6.1.1)
activesupport (= 6.1.1)
actioncable (6.1.2.1)
actionpack (= 6.1.2.1)
activesupport (= 6.1.2.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.1)
actionpack (= 6.1.1)
activejob (= 6.1.1)
activerecord (= 6.1.1)
activestorage (= 6.1.1)
activesupport (= 6.1.1)
actionmailbox (6.1.2.1)
actionpack (= 6.1.2.1)
activejob (= 6.1.2.1)
activerecord (= 6.1.2.1)
activestorage (= 6.1.2.1)
activesupport (= 6.1.2.1)
mail (>= 2.7.1)
actionmailer (6.1.1)
actionpack (= 6.1.1)
actionview (= 6.1.1)
activejob (= 6.1.1)
activesupport (= 6.1.1)
actionmailer (6.1.2.1)
actionpack (= 6.1.2.1)
actionview (= 6.1.2.1)
activejob (= 6.1.2.1)
activesupport (= 6.1.2.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.1)
actionview (= 6.1.1)
activesupport (= 6.1.1)
actionpack (6.1.2.1)
actionview (= 6.1.2.1)
activesupport (= 6.1.2.1)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.1)
actionpack (= 6.1.1)
activerecord (= 6.1.1)
activestorage (= 6.1.1)
activesupport (= 6.1.1)
actiontext (6.1.2.1)
actionpack (= 6.1.2.1)
activerecord (= 6.1.2.1)
activestorage (= 6.1.2.1)
activesupport (= 6.1.2.1)
nokogiri (>= 1.8.5)
actionview (6.1.1)
activesupport (= 6.1.1)
actionview (6.1.2.1)
activesupport (= 6.1.2.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
@ -44,22 +44,22 @@ GEM
activemodel (>= 4.1, < 6.2)
case_transform (>= 0.2)
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
activejob (6.1.1)
activesupport (= 6.1.1)
activejob (6.1.2.1)
activesupport (= 6.1.2.1)
globalid (>= 0.3.6)
activemodel (6.1.1)
activesupport (= 6.1.1)
activerecord (6.1.1)
activemodel (= 6.1.1)
activesupport (= 6.1.1)
activestorage (6.1.1)
actionpack (= 6.1.1)
activejob (= 6.1.1)
activerecord (= 6.1.1)
activesupport (= 6.1.1)
activemodel (6.1.2.1)
activesupport (= 6.1.2.1)
activerecord (6.1.2.1)
activemodel (= 6.1.2.1)
activesupport (= 6.1.2.1)
activestorage (6.1.2.1)
actionpack (= 6.1.2.1)
activejob (= 6.1.2.1)
activerecord (= 6.1.2.1)
activesupport (= 6.1.2.1)
marcel (~> 0.3.1)
mimemagic (~> 0.3.2)
activesupport (6.1.1)
activesupport (6.1.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -70,15 +70,15 @@ GEM
rake (>= 10.4, < 14.0)
ast (2.4.1)
bcrypt (3.1.16)
bootsnap (1.6.0)
bootsnap (1.7.2)
msgpack (~> 1.0)
builder (3.2.4)
byebug (11.1.3)
case_transform (0.2)
activesupport
codecov (0.4.2)
codecov (0.4.3)
simplecov (>= 0.15, < 0.22)
concurrent-ruby (1.1.7)
concurrent-ruby (1.1.8)
crass (1.0.6)
delayed_cron_job (0.7.4)
delayed_job (>= 4.1)
@ -94,7 +94,7 @@ GEM
factory_bot_rails (6.1.0)
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
faker (2.15.1)
faker (2.16.0)
i18n (>= 1.6, < 2)
ffi (1.14.2)
globalid (0.4.2)
@ -102,7 +102,7 @@ GEM
has_scope (0.7.2)
actionpack (>= 4.1)
activesupport (>= 4.1)
i18n (1.8.7)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
image_processing (1.12.1)
mini_magick (>= 4.9.5, < 5)
@ -111,7 +111,7 @@ GEM
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.8.0)
loofah (2.9.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
@ -125,8 +125,8 @@ GEM
mini_portile2 (2.5.0)
minitest (5.14.3)
mocha (1.12.0)
msgpack (1.4.1)
nio4r (2.5.4)
msgpack (1.4.2)
nio4r (2.5.5)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
@ -134,7 +134,7 @@ GEM
parser (3.0.0.0)
ast (~> 2.4.1)
pg (1.2.3)
puma (5.2.0)
puma (5.2.1)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
@ -144,29 +144,29 @@ GEM
rack (>= 2.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.1.1)
actioncable (= 6.1.1)
actionmailbox (= 6.1.1)
actionmailer (= 6.1.1)
actionpack (= 6.1.1)
actiontext (= 6.1.1)
actionview (= 6.1.1)
activejob (= 6.1.1)
activemodel (= 6.1.1)
activerecord (= 6.1.1)
activestorage (= 6.1.1)
activesupport (= 6.1.1)
rails (6.1.2.1)
actioncable (= 6.1.2.1)
actionmailbox (= 6.1.2.1)
actionmailer (= 6.1.2.1)
actionpack (= 6.1.2.1)
actiontext (= 6.1.2.1)
actionview (= 6.1.2.1)
activejob (= 6.1.2.1)
activemodel (= 6.1.2.1)
activerecord (= 6.1.2.1)
activestorage (= 6.1.2.1)
activesupport (= 6.1.2.1)
bundler (>= 1.15.0)
railties (= 6.1.1)
railties (= 6.1.2.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.1.1)
actionpack (= 6.1.1)
activesupport (= 6.1.1)
railties (6.1.2.1)
actionpack (= 6.1.2.1)
activesupport (= 6.1.2.1)
method_source
rake (>= 0.8.7)
thor (~> 1.0)
@ -214,7 +214,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (1.0.1)
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.0.0)
@ -234,11 +234,11 @@ DEPENDENCIES
bcrypt (~> 3.1)
bootsnap (>= 1.4.6)
byebug
codecov (~> 0.4.2)
codecov (~> 0.4.3)
delayed_cron_job (~> 0.7)
delayed_job_active_record (~> 4.1)
factory_bot_rails (~> 6.1)
faker (~> 2.15)
faker (~> 2.16)
has_scope (~> 0.7)
image_processing (~> 1.12.1)
listen (>= 3.1.5, < 3.5)

View file

@ -5,10 +5,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zmfy7gqkjxkxfza29x6aizg5kqwfl0kx6ii5rqd1xd2sw26s5dw";
sha256 = "18mjbkrrimawzdmpdfbkicy80p9jh3k9c7vxfmwmhimqihhasrs2";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
actionmailbox = {
dependencies = ["actionpack" "activejob" "activerecord" "activestorage" "activesupport" "mail"];
@ -16,10 +16,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yp26w3y7z3rlgwqdhc66rjzq7v2d8ymjhizqlj3i8iygag6l51l";
sha256 = "1f94302dqz96j6fj0kcibkwdpxdmx88n0c92vgwv00a49pwmlj34";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
actionmailer = {
dependencies = ["actionpack" "actionview" "activejob" "activesupport" "mail" "rails-dom-testing"];
@ -27,10 +27,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "05wg2q3crdyr5kz6fjv3xa35l6wy0f8nn0ngip1r3mr23gb98hww";
sha256 = "1nxqg8rawpx2gdzidj6wv5afy4zcmjw5hy4rj6h3ad5c66fz94p5";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
actionpack = {
dependencies = ["actionview" "activesupport" "rack" "rack-test" "rails-dom-testing" "rails-html-sanitizer"];
@ -38,10 +38,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1qsk26mivldbab7gv013p21b90vpbh4484kpvgkakr1i3sqy7kry";
sha256 = "1wqghr69xd8r2dl5ny34r2slvgx9lq86hx4s5v4xk932wggvfp62";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
actiontext = {
dependencies = ["actionpack" "activerecord" "activestorage" "activesupport" "nokogiri"];
@ -49,10 +49,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0v4rdk7dmprykjm4490rl01vja44ipmrd39mlh5wy559zi2rhx3f";
sha256 = "09mz73xzk9ap1zn2ds86ibgis6v0j21c1yidsf6hnammnvwn8in0";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
actionview = {
dependencies = ["activesupport" "builder" "erubi" "rails-dom-testing" "rails-html-sanitizer"];
@ -60,10 +60,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "17vyb7ccs2zgazm3pig6dal4z962491pz7085n102rp62lm6r7nw";
sha256 = "0pcmxnda0mgv7sgcfbpbrhfva86ipsx32lccfwikvkvr9wvhbpwk";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
active_model_serializers = {
dependencies = ["actionpack" "activemodel" "case_transform" "jsonapi-renderer"];
@ -82,10 +82,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "12d109axac33h090cr3q7yyg0ihlcim8866fmrq3pxfr95mh4ppk";
sha256 = "08wh73lhcab8mmk50529cpxhja9ykl3w17v99njd5sz37m876lrj";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
activemodel = {
dependencies = ["activesupport"];
@ -93,10 +93,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0byi7yv3zm2b1bi2i424phf5sd1q7i5682f0d1ly75v08iax9fdj";
sha256 = "1vm4932v9yd58jl00wmcj9m5yf1dx6g8vsczwsphzl3y44qik7ni";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
activerecord = {
dependencies = ["activemodel" "activesupport"];
@ -104,10 +104,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1np967p465ydls2c2qwsnh7bhijw7l6mjirbnjkj8fqvm73s43yi";
sha256 = "1yil163iby39xzyx2ypbvi0mxsv5g0szijnxn7d2jx610fr4xc6a";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
activestorage = {
dependencies = ["actionpack" "activejob" "activerecord" "activesupport" "marcel" "mimemagic"];
@ -115,10 +115,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1f54a589x0hdrmykxyidz4wns8ggcm598fcbbsvag1glnc32i2vr";
sha256 = "04xb8kiwdsdignji6p2kgiqfs591r17xjcm1k3543la7d5ljnksx";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
activesupport = {
dependencies = ["concurrent-ruby" "i18n" "minitest" "tzinfo" "zeitwerk"];
@ -126,10 +126,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "08pahpg5444lv5arqxnh6x8mdayfn7jh464k7ywypfxjhqaxkmx1";
sha256 = "0l729rdms7prans9qbwzrl6kkirxdlsz409m29q2kakgccavfmbi";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
annotate = {
dependencies = ["activerecord" "rake"];
@ -168,10 +168,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0jkh8qrsz3nhz759jwlfa20xkizn63yxym2db0c8ayjxzldyc77z";
sha256 = "1qnh58f5n3yppmpqj555pp9qbppmgrjay17y9pvg5dfhvmix08kl";
type = "gem";
};
version = "1.6.0";
version = "1.7.2";
};
builder = {
groups = ["default" "development" "test"];
@ -218,20 +218,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g8mqxz46rhbfvlw639bnak547p25npbsykxa2d7m53ky32gbwbc";
sha256 = "1dbdqkka884rpqapdq56nayx1rz0bn9bapi8bw50cc4ymnnz85x3";
type = "gem";
};
version = "0.4.2";
version = "0.4.3";
};
concurrent-ruby = {
groups = ["default" "development" "test"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1vnxrbhi7cq3p4y2v9iwd10v1c7l15is4var14hwnb2jip4fyjzz";
sha256 = "0mr23wq0szj52xnj0zcn1k0c7j4v79wlwbijkpfcscqww3l6jlg3";
type = "gem";
};
version = "1.1.7";
version = "1.1.8";
};
crass = {
groups = ["default" "development" "test"];
@ -324,10 +324,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1l0dvswigzxaz9558wmfix3v8cmwwkgdvrx1fmpd3qnr5hky1qrk";
sha256 = "1jc6wffxnl7rbhg4hpj572f38fkxgrkgvv5imgzamrdmw55h206b";
type = "gem";
};
version = "2.15.1";
version = "2.16.0";
};
ffi = {
groups = ["default" "development"];
@ -367,10 +367,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1kr0bx9323fv5ys6nlhsy05kmwcbs94h6ac7ka9qqywy0vbdvrrv";
sha256 = "08p6b13p99j1rrcrw1l3v0kb9mxbsvy6nk31r8h4rnszdgzpga32";
type = "gem";
};
version = "1.8.7";
version = "1.8.9";
};
image_processing = {
dependencies = ["mini_magick" "ruby-vips"];
@ -410,10 +410,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0ndimir6k3kfrh8qrb7ir1j836l4r3qlwyclwjh88b86clblhszh";
sha256 = "0bzwvxvilx7w1p3pg028ks38925y9i0xm870lm7s12w7598hiyck";
type = "gem";
};
version = "2.8.0";
version = "2.9.0";
};
mail = {
dependencies = ["mini_mime"];
@ -512,20 +512,20 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0f99zvxg9q3hv69ypi08jlpc1h0jx110dgvrk22wcn3jvm6s4jyz";
sha256 = "06iajjyhx0rvpn4yr3h1hc4w4w3k59bdmfhxnjzzh76wsrdxxrc6";
type = "gem";
};
version = "1.4.1";
version = "1.4.2";
};
nio4r = {
groups = ["default"];
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1cbwp1kbv6b2qfxv8sarv0d0ilb257jihlvdqj8f5pdm0ksq1sgk";
sha256 = "0xbrmq1pvmszrwf40lzwmf8krs2b56720i7wsz9gh274qljkzklf";
type = "gem";
};
version = "2.5.4";
version = "2.5.5";
};
nokogiri = {
dependencies = ["mini_portile2" "racc"];
@ -575,10 +575,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0fmcz4dp7ggkv1h4n51vn1gq0r4zbkw7sr2ssl4ws1khb86grkv5";
sha256 = "10kj484ppkjdg1j8jac4bxdv1082bd6g6xhrj70chlp7lkgl8ggh";
type = "gem";
};
version = "5.2.0";
version = "5.2.1";
};
pundit = {
dependencies = ["activesupport"];
@ -639,10 +639,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0r2ahd5rc0i67jgnamb2qa8zps1pfkbg63x3zyqjvxwaws10ywdp";
sha256 = "04i1ymcinvnggzxafsqa13cihzvmcz8wc597m0cpgss1xcarch1j";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
rails-dom-testing = {
dependencies = ["activesupport" "nokogiri"];
@ -672,10 +672,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1ic1rvvkfj59v4xj4ajczhqggy008f98wgb7zkhjvcjmfx2ih27s";
sha256 = "1q9w2gidvf3g7q5gpj1zzrq3h0q997q0i8qsc18vyc1jfpb3r2px";
type = "gem";
};
version = "6.1.1";
version = "6.1.2.1";
};
rainbow = {
groups = ["default" "development"];
@ -882,10 +882,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1xbhkmyhlxwzshaqa7swy2bx6vd64mm0wrr8g3jywvxy7hg0cwkm";
sha256 = "18yhlvmfya23cs3pvhr1qy38y41b6mhr5q9vwv5lrgk16wmf3jna";
type = "gem";
};
version = "1.0.1";
version = "1.1.0";
};
tzinfo = {
dependencies = ["concurrent-ruby"];

File diff suppressed because it is too large Load diff