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

Feature: Add jobs administration #241

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
178 commits
Select commit Hold shift + click to select a range
d4b1ccc
add categories controller
syphax-bouazzouni Apr 15, 2023
bb4c82e
add categories administration views
syphax-bouazzouni Apr 15, 2023
7b00542
add categories administration route
syphax-bouazzouni Apr 15, 2023
8da991b
add groups controller
syphax-bouazzouni Apr 15, 2023
51a2859
add groups administration views
syphax-bouazzouni Apr 15, 2023
4f59b19
add groups administration route
syphax-bouazzouni Apr 15, 2023
fca4a8a
add groups and categories tabs to the admin panel
syphax-bouazzouni Apr 15, 2023
4fb787a
add groups and categories administration JS
syphax-bouazzouni Apr 15, 2023
b0bc371
add Process Scheduling tab to the administration panel
syphax-bouazzouni Apr 15, 2023
1ed7854
add admin jobs scheduling js code
syphax-bouazzouni Apr 15, 2023
f84ad46
add an AJAX call to cancelIdentifierRequest
syphax-bouazzouni Apr 16, 2023
f12ab54
add DOI service and utils files
syphax-bouazzouni Apr 16, 2023
e45481f
remove unused const DEBUG_BLACKLIST
syphax-bouazzouni Apr 16, 2023
9c9fa50
add DOI request actions (list, process, reject) to the admin controller
syphax-bouazzouni Apr 16, 2023
39b8dc0
add routes to DOI requests administration
syphax-bouazzouni Apr 16, 2023
1df7a07
add DOI administration js code
syphax-bouazzouni Apr 16, 2023
e202274
add DOI requests tab in the administration panel
syphax-bouazzouni Apr 16, 2023
70edc86
add cronstrue to parses a cron expression and outputs a human readable
syphax-bouazzouni Apr 16, 2023
6a305bf
add group from error style
syphax-bouazzouni Apr 16, 2023
5b84b17
add process-scheduling administration style
syphax-bouazzouni Apr 16, 2023
f7e93f0
update footer settings yml file
syphax-bouazzouni Apr 16, 2023
9872e90
add datacite metadata form style
syphax-bouazzouni Apr 16, 2023
3009cfe
add datacite creators form js code
syphax-bouazzouni Apr 16, 2023
17cb23c
add empty_creator submission helper
syphax-bouazzouni Apr 16, 2023
3476b04
add creators and titles display in the summary page
syphax-bouazzouni Apr 16, 2023
cd34d0b
add Datacite and Ecoportal metadata exporter in summary page
syphax-bouazzouni Apr 16, 2023
14e668b
add js code to downloadMetadataJSON of type datacite or ecoportal
syphax-bouazzouni Apr 16, 2023
4a4d174
add submission controller DOI request concern
syphax-bouazzouni Apr 16, 2023
89a94c5
add datacite identifier to submission form
syphax-bouazzouni Apr 16, 2023
70232bf
add identifier edition attribute js code
syphax-bouazzouni Apr 16, 2023
e581789
add datacite metadata (creators, titles,..) to submission permited attr
syphax-bouazzouni Apr 16, 2023
c9c6cd3
convert to array submission titles, creators, ... to array before saving
syphax-bouazzouni Apr 16, 2023
1fda4dd
add click on cancelDoiRequest button event handler
syphax-bouazzouni Apr 16, 2023
162408d
Make publication attribute required in the submission form
syphax-bouazzouni Apr 16, 2023
c2b2ccb
add datacite ressourceType attribute to the submission form
syphax-bouazzouni Apr 16, 2023
ba25c9f
add datacite publicationYear attribute to submission form
syphax-bouazzouni Apr 16, 2023
beffe91
add datacite publisher attribute to submission attribute
syphax-bouazzouni Apr 16, 2023
deb97b3
add datacite titles attribute to submission form
syphax-bouazzouni Apr 16, 2023
a00acef
add datacite creators edition component to the submission form
syphax-bouazzouni Apr 16, 2023
741e088
change ontology term references with Semantic resources
syphax-bouazzouni Apr 17, 2023
78d9ff6
add vocbench link to the topnav bar
syphax-bouazzouni Apr 17, 2023
fa4ca1d
use ecoportal logo for the topnav bar
syphax-bouazzouni Apr 17, 2023
2580995
change Submit Feedback with contact us
syphax-bouazzouni Apr 17, 2023
ebf0987
remove Release Notes and Publications links from topnav and add About Us
syphax-bouazzouni Apr 17, 2023
cc25e95
add ecoportal logo png file
syphax-bouazzouni Apr 17, 2023
e3ba1ef
add ecoportal logo style
syphax-bouazzouni Apr 17, 2023
8250b15
import "Titillium Web" font
syphax-bouazzouni Apr 17, 2023
0bfb997
update ecoportal logo in the popup topnav
syphax-bouazzouni Apr 17, 2023
9f1c2a3
change website font to "Titillium Web"
syphax-bouazzouni Apr 17, 2023
5065f4e
change website primary color
syphax-bouazzouni Apr 17, 2023
8ae009c
add social footer style
syphax-bouazzouni Apr 17, 2023
e2c7e8e
update submit an ontology button style
syphax-bouazzouni Apr 17, 2023
706463d
migrate URI::escape to the escape helper
syphax-bouazzouni May 8, 2023
d2bce04
update categories and groups controllers to use response_error? helper
syphax-bouazzouni May 8, 2023
52a94a5
Merge pull request #10 from lifewatch-eric/feature/ecoportal/share-page
syphax-bouazzouni May 14, 2023
055f139
add static pages (citeus, team, aboutus)
syphax-bouazzouni Apr 15, 2023
25ab955
import ecoportal style for the static pages
syphax-bouazzouni May 14, 2023
e0ee478
fix the assets path to Ilaria image
syphax-bouazzouni May 14, 2023
8e873c6
add routes to the static pages
syphax-bouazzouni May 14, 2023
d6d4026
Merge pull request #8 from lifewatch-eric/feature/ecoportal/static_pages
syphax-bouazzouni May 14, 2023
adacc66
update settings of the links to the new static pages routes
syphax-bouazzouni May 14, 2023
2781f2f
fix some style issues with the new footer design with the default theme
syphax-bouazzouni May 14, 2023
f66ddbd
Merge pull request #4 from lifewatch-eric/feature/ecoportal/new-foote…
syphax-bouazzouni May 14, 2023
f501bdc
update en.yml local text
syphax-bouazzouni Apr 17, 2023
2fdb4fa
fix annotator plus JS code to use an external sample text
syphax-bouazzouni May 14, 2023
0bef4a3
update settings links to the help pages
syphax-bouazzouni May 14, 2023
940855f
use new help links in browse, annotator, search, mappings,... pages
syphax-bouazzouni May 14, 2023
5ab20ac
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/loca…
syphax-bouazzouni May 14, 2023
a7efe79
Merge pull request #3 from lifewatch-eric/feature/ecoportal/local-text
syphax-bouazzouni May 14, 2023
de36ad2
create ecoportal style file with blue as primary color
syphax-bouazzouni Apr 17, 2023
81257e4
remove "Titillium Web" font family from the generic style file
syphax-bouazzouni May 14, 2023
8504158
put the website font "Titillium Web" in the ecoportal theme
syphax-bouazzouni Apr 17, 2023
096e6a0
add ecoportal theme variables
syphax-bouazzouni May 14, 2023
b41f7cf
Merge pull request #2 from lifewatch-eric/feature/ecoportal/custom-theme
syphax-bouazzouni May 14, 2023
7e9cf14
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/upda…
syphax-bouazzouni May 14, 2023
fc0863b
transform the Vocbench top-nav link to a button in the left
syphax-bouazzouni May 14, 2023
f1e8239
move the about us link in the support dropdown
syphax-bouazzouni May 14, 2023
e750de5
Merge pull request #5 from lifewatch-eric/feature/ecoportal/update-to…
syphax-bouazzouni May 14, 2023
acc3c4f
Merge pull request #14 from ontoportal-lirmm/feature/ecoportal/groups…
syphax-bouazzouni May 14, 2023
e1b4a35
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/cust…
syphax-bouazzouni May 14, 2023
322bb73
Merge pull request #6 from lifewatch-eric/feature/ecoportal/custom-re…
syphax-bouazzouni May 14, 2023
1bccaa3
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/doi-…
syphax-bouazzouni May 28, 2023
35183d6
remove slices and latest-notes section in the home page
syphax-bouazzouni May 29, 2023
d84940e
make homepage description text an "h1" instead of "h2"
syphax-bouazzouni May 29, 2023
3adb4ee
fix browser new ontology button padding
syphax-bouazzouni May 29, 2023
341d4b3
fix ecoportal hover-color theme variable
syphax-bouazzouni May 29, 2023
a3b1ada
make ecoportal font size bigger by default
syphax-bouazzouni May 29, 2023
b36d65c
fix ecoportal footer text color
syphax-bouazzouni May 29, 2023
b0e885b
fix issue where the footer shift up from the bottom if the page is small
syphax-bouazzouni May 8, 2023
23a8e1a
Merge pull request #17 from lifewatch-eric/feature/ecoportal/global-u…
syphax-bouazzouni May 29, 2023
1fd9a9d
update Gemfile to use lifewatch-eric version of ontologies_api_client
syphax-bouazzouni May 29, 2023
6239a1b
Merge remote-tracking branch 'ecoportal/ecoportal-ontoportal-reset' i…
syphax-bouazzouni May 29, 2023
f4350cb
move ecoportal scss file into ecoportal theme main file
syphax-bouazzouni May 29, 2023
8b01840
Merge branch 'feature/ecoportal/global-ui-fixes' into ecoportal-ontop…
syphax-bouazzouni May 29, 2023
ddd2810
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/doi-…
syphax-bouazzouni May 30, 2023
b140935
add some ecoportal themes defaults
syphax-bouazzouni Jun 26, 2023
62f9f17
Merge branch 'feature/ecoportal/global-ui-fixes' into ecoportal-ontop…
syphax-bouazzouni Jun 26, 2023
37671de
fix some styles in the static pages
syphax-bouazzouni Jun 26, 2023
974c473
Merge branch 'feature/ecoportal/global-ui-fixes' into ecoportal-ontop…
syphax-bouazzouni Jun 26, 2023
a9db38e
fix topnav styles to be left aligned
syphax-bouazzouni Jun 26, 2023
8dcc79c
Merge branch 'feature/ecoportal/global-ui-fixes' into ecoportal-ontop…
syphax-bouazzouni Jun 26, 2023
97e750f
fix text_field component required option
syphax-bouazzouni Jul 9, 2023
386a535
fix submission update not showing form errors
syphax-bouazzouni Jul 9, 2023
75f06ab
new agroportal metamodel changes adaptation
syphax-bouazzouni Jul 9, 2023
5123e1f
update submission form attribute that are required to followup ecoportal
syphax-bouazzouni Jul 9, 2023
6fcba88
add option to the select input to hide the add another value intput
syphax-bouazzouni Jun 19, 2023
796daa2
add agents controller, routes and views
syphax-bouazzouni Jun 19, 2023
6e8df05
make the admin page save the current section when reloaded
syphax-bouazzouni Jun 19, 2023
572c6db
add Persons & Organizations tab in the admin page
syphax-bouazzouni Jun 19, 2023
fed2330
Merge branch 'feature/extract-search-input-component' into feature/ad…
syphax-bouazzouni Jul 9, 2023
4cd32bb
add agents json search endpoint and action
syphax-bouazzouni Jul 9, 2023
bf63e95
update search input component to handle custom link turbo targets
syphax-bouazzouni Jul 9, 2023
ab638cc
add agents search input component and show action
syphax-bouazzouni Jul 7, 2023
bc3aaec
add agents form style file
syphax-bouazzouni Jul 7, 2023
e9c5bf7
update new agent action to take default values from the request params
syphax-bouazzouni Jul 7, 2023
c4b8bc4
update agent update action to not update agent affiliations separately
syphax-bouazzouni Jul 7, 2023
1415a71
update the agent for to use the agents search component
syphax-bouazzouni Jul 7, 2023
b26cc91
make the agent new partial turbo frame id parameterized
syphax-bouazzouni Jul 9, 2023
cf3d396
add email field to the agents form
syphax-bouazzouni Jul 9, 2023
3285445
fix agents search input style
syphax-bouazzouni Jul 11, 2023
28f740b
add search input style
syphax-bouazzouni Jul 11, 2023
42ffa58
include all latest_submission attributes in the summary page action
syphax-bouazzouni Jul 11, 2023
123de7e
add hasCreator and publisher displayer for the summary page
syphax-bouazzouni Jul 11, 2023
6563b32
add margin top and bottom for the nested form component
syphax-bouazzouni Jul 11, 2023
4caa90e
enable turbo for the submission form
syphax-bouazzouni Jul 11, 2023
ab2c8d3
update submission updated to make it work with publisher and hasCreator
syphax-bouazzouni Jul 11, 2023
6cd350d
add nested agent search input component
syphax-bouazzouni Jul 11, 2023
2ed8ae7
update search input component to use its internal variables
syphax-bouazzouni Jul 11, 2023
fada961
update and finalize agents controller actions
syphax-bouazzouni Jul 11, 2023
c73adff
update agent search input to be more customizable
syphax-bouazzouni Jul 11, 2023
30377bf
add hasCreator and publisher attribut to submission edit form
syphax-bouazzouni Jul 11, 2023
797ab62
Merge pull request #18 from lifewatch-eric/implement-new-agents-submi…
syphax-bouazzouni Jul 11, 2023
a295759
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/doi-…
syphax-bouazzouni Jul 11, 2023
d5ccdc7
disable old DOI creation JS code in the submission edit page
syphax-bouazzouni Jul 11, 2023
429a960
use the form_group_attribute helper for the identifier partial
syphax-bouazzouni Jul 11, 2023
89f1f33
fix identifier request creation and update actions
syphax-bouazzouni Jul 11, 2023
e0543ee
Merge branch 'feature/ecoportal/doi-creation' into ecoportal-ontoport…
syphax-bouazzouni Jul 11, 2023
cee663d
remove unused utils file
syphax-bouazzouni Jul 15, 2023
fd09e4f
migrate the datacite_srv code to an application service
syphax-bouazzouni Jul 15, 2023
df5997e
add to the configuration file sample the DOI request services settings
syphax-bouazzouni Jul 15, 2023
6e659c3
extract doi request administration methods to a concern
syphax-bouazzouni Jul 15, 2023
deead17
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/doi-…
syphax-bouazzouni Jul 15, 2023
c955548
handle and catch DataCiteCreatorService errors
syphax-bouazzouni Jul 15, 2023
bb202d2
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/meta…
syphax-bouazzouni Jul 17, 2023
a4badd0
migrate the datacite metadata exporter js code to a stimulus controller
syphax-bouazzouni Jul 17, 2023
078b1b5
Merge pull request #12 from lifewatch-eric/feature/ecoportal/metadata…
syphax-bouazzouni Jul 17, 2023
f59748b
Merge branch 'implement-new-agents-submission-inputs' into feature/ec…
syphax-bouazzouni Jul 17, 2023
028d703
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/data…
syphax-bouazzouni Jul 17, 2023
c2b1d32
Merge pull request #19 from lifewatch-eric/feature/ecoportal/doi-crea…
syphax-bouazzouni Jul 24, 2023
eb823a0
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/data…
syphax-bouazzouni Jul 24, 2023
a1eb0ef
update search input component to have form-control style by default
syphax-bouazzouni Jul 24, 2023
cdd1757
remove no more used metadata_form.scss file
syphax-bouazzouni Jul 24, 2023
0527c38
update the nested form inputs button style to be all primary
syphax-bouazzouni Jul 24, 2023
2423bcc
update agent display helper to be a link if enabled
syphax-bouazzouni Jul 24, 2023
4cae0e6
fix submission save/update error state
syphax-bouazzouni Jul 24, 2023
9fdcbed
update submission_params to permit all the submission agent attributes
syphax-bouazzouni Jul 24, 2023
f7b9da9
add generate_agent_input helper to the submission helpers
syphax-bouazzouni Jul 24, 2023
6a48422
re-organize the submission form key properties
syphax-bouazzouni Jul 24, 2023
f439634
remove the model partials for creators, resource_type and titles no used
syphax-bouazzouni Jul 24, 2023
b86d03d
remove old creators and titles code in the additional_metadata display
syphax-bouazzouni Jul 24, 2023
97854cb
migrate doi creation js code to a stimulus controller
syphax-bouazzouni Jul 24, 2023
1b42b39
Merge pull request #20 from lifewatch-eric/feature/ecoportal/datacite…
syphax-bouazzouni Jul 24, 2023
4cf39f6
add ecoportal cap deploy configs
syphax-bouazzouni Jul 24, 2023
4c4a000
rename Datacite creator sevice to fix Zeitwerk::Name error
syphax-bouazzouni Jul 24, 2023
3d36b8b
force all button to not have a borde radius
syphax-bouazzouni Jul 24, 2023
82b8c42
put the doi request check under the identifier inputs in submission form
syphax-bouazzouni Jul 28, 2023
4e3dee1
make submission publication use the url tag input in submission form
syphax-bouazzouni Jul 28, 2023
c15662a
update nested form component to have an empty state to send to the back
syphax-bouazzouni Jul 28, 2023
ce5ca93
add Jquery data table to the admin agents table
syphax-bouazzouni Jul 28, 2023
bb0dac1
change agent search input to use it's Id instead of name to find it
syphax-bouazzouni Jul 28, 2023
fae4f9f
fix metadata curator not save agent update (bug still in changed_values)
syphax-bouazzouni Jul 28, 2023
fa71437
add display agent in the metadata curator
syphax-bouazzouni Jul 28, 2023
ce94f7a
update display agent to show agent affiliations
syphax-bouazzouni Jul 28, 2023
4122485
handle the display of no array agents in summary page
syphax-bouazzouni Jul 28, 2023
8ff2c3b
Merge pull request #21 from lifewatch-eric/feature/ecoportal/datacite…
syphax-bouazzouni Jul 28, 2023
bb26686
Merge branch 'ecoportal-ontoportal-reset' into feature/ecoportal/jobs…
syphax-bouazzouni Jul 29, 2023
fff2549
fix site-admin-page-section margin bottom style
syphax-bouazzouni Jul 29, 2023
48e2a12
remove code syntax error in the admin process scheduling js code
syphax-bouazzouni Jul 29, 2023
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
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ gem 'thin'
gem 'view_component', '~> 2.72'
gem 'turnout'
gem 'will_paginate', '~> 3.0'

gem 'ontologies_api_client', git: '/~https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git', branch: 'development'
gem 'inline_svg'
gem "lookbook", '~> 1.5.5'
gem 'ontologies_api_client', git: '/~https://github.com/lifewatch-eric/ontologies_api_ruby_client.git', branch: 'ecoportal-ontoportal-reset'


group :staging, :production, :appliance do
Expand Down Expand Up @@ -104,6 +105,7 @@ group :development do

# Use console on exceptions pages [/~https://github.com/rails/web-console]
gem 'web-console'

end

group :test, :development do
Expand All @@ -120,3 +122,4 @@ end

gem "net-ftp", "~> 0.2.0", require: false
gem "net-http"

123 changes: 78 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: /~https://github.com/ontoportal-lirmm/ontologies_api_ruby_client.git
revision: ca20880499a737803120f18ce99c14d3f10bc071
branch: development
remote: /~https://github.com/lifewatch-eric/ontologies_api_ruby_client.git
revision: 8fc3c77764dddddad804b6c587e9dedfee57042c
branch: ecoportal-ontoportal-reset
specs:
ontologies_api_client (2.2.0)
activesupport
Expand Down Expand Up @@ -99,7 +99,7 @@ GEM
sassc-rails (>= 2.0.0)
brakeman (5.4.1)
builder (3.2.4)
capistrano (3.17.2)
capistrano (3.17.3)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -110,12 +110,12 @@ GEM
capistrano (~> 3.0)
capistrano-passenger (0.2.1)
capistrano (~> 3.0)
capistrano-rails (1.6.2)
capistrano-rails (1.6.3)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-yarn (2.0.2)
capistrano (~> 3.0)
capybara (3.39.0)
capybara (3.39.2)
addressable
matrix
mini_mime (>= 0.1.3)
Expand All @@ -129,9 +129,11 @@ GEM
coderay (1.1.3)
concurrent-ruby (1.2.2)
crass (1.0.6)
css_parser (1.14.0)
addressable
cube-ruby (0.0.3)
daemons (1.4.1)
dalli (3.2.4)
dalli (3.2.5)
date (3.3.3)
debug (1.8.0)
irb (>= 1.5.0)
Expand All @@ -143,7 +145,7 @@ GEM
erubi (1.12.0)
erubis (2.7.0)
eventmachine (1.2.7)
excon (0.99.0)
excon (0.100.0)
execjs (2.8.1)
faraday (2.0.1)
faraday-net_http (~> 2.0)
Expand All @@ -158,7 +160,7 @@ GEM
flamegraph (0.9.5)
globalid (1.1.0)
activesupport (>= 5.0)
graphql (2.0.21)
graphql (2.0.24)
graphql-client (0.18.0)
activesupport (>= 3.0)
graphql
Expand All @@ -170,33 +172,52 @@ GEM
haml (>= 4.0)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
htmlbeautifier (1.4.2)
htmlentities (4.3.4)
http-accept (1.7.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
i18n (1.13.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
iconv (1.0.8)
importmap-rails (1.1.6)
importmap-rails (1.2.1)
actionpack (>= 6.0.0)
railties (>= 6.0.0)
inline_svg (1.9.0)
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.6.0)
irb (1.6.4)
irb (1.7.1)
reline (>= 0.3.0)
jquery-rails (4.5.1)
jquery-rails (4.6.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
railties (>= 3.2.16)
jsbundling-rails (1.1.1)
jsbundling-rails (1.1.2)
railties (>= 6.0.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.20.0)
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
lookbook (1.5.5)
actioncable
activemodel
css_parser
htmlbeautifier (~> 1.3)
htmlentities (~> 4.3.4)
listen (~> 3.0)
railties (>= 5.0)
redcarpet (~> 3.5)
rouge (>= 3.26, < 5.0)
view_component (> 2.0, < 4)
yard (~> 0.9.25)
zeitwerk (~> 2.5)
lz4-ruby (0.3.3)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand All @@ -210,8 +231,8 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
minitest (5.18.0)
msgpack (1.7.0)
minitest (5.18.1)
msgpack (1.7.1)
multi_json (1.15.0)
multipart-post (2.3.0)
mysql2 (0.5.3)
Expand All @@ -220,7 +241,7 @@ GEM
time
net-http (0.3.2)
uri
net-imap (0.3.4)
net-imap (0.3.6)
date
net-protocol
net-pop (0.1.2)
Expand All @@ -233,24 +254,27 @@ GEM
net-protocol
net-ssh (7.1.0)
netrc (0.11.0)
newrelic_rpm (9.2.2)
newrelic_rpm (9.3.0)
nio4r (2.5.9)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
oj (3.14.3)
oj (3.15.0)
open_uri_redirections (0.2.1)
parallel (1.23.0)
parser (3.2.2.1)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
popper_js (1.16.1)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
psych (3.3.4)
public_suffix (5.0.1)
puma (5.6.5)
puma (5.6.6)
nio4r (~> 2.0)
racc (1.6.2)
racc (1.7.1)
rack (2.2.7)
rack-accept (0.4.5)
rack (>= 0.4)
Expand All @@ -272,11 +296,13 @@ GEM
activesupport (= 7.0.3)
bundler (>= 1.15.0)
railties (= 7.0.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.1.1)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails_autolink (1.1.8)
actionview (> 3.1)
activesupport (> 3.1)
Expand All @@ -296,15 +322,17 @@ GEM
rdoc (6.3.3)
recaptcha (5.9.0)
json
regexp_parser (2.8.0)
reline (0.3.3)
redcarpet (3.6.0)
regexp_parser (2.8.1)
reline (0.3.6)
io-console (~> 0.5)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rouge (4.1.2)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
Expand All @@ -313,30 +341,31 @@ GEM
rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.0.2)
rspec-rails (6.0.3)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
rubocop (1.50.2)
rspec-support (3.12.1)
rubocop (1.54.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.0.0)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.1)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
ruby_parser (3.20.0)
ruby_parser (3.20.2)
sexp_processor (~> 4.16)
rubyzip (2.3.2)
sassc (2.4.0)
Expand All @@ -361,24 +390,24 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sshkit (1.21.4)
sshkit (1.21.5)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
stackprof (0.2.25)
stimulus-rails (1.2.1)
railties (>= 6.0.0)
temple (0.10.0)
terser (1.1.14)
temple (0.10.2)
terser (1.1.16)
execjs (>= 0.3.0, < 3)
thin (1.8.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (1.2.1)
tilt (2.1.0)
thor (1.2.2)
tilt (2.2.0)
time (0.2.2)
date
timeout (0.3.2)
timeout (0.4.0)
turbo-rails (1.4.0)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
Expand All @@ -394,7 +423,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.4.2)
uri (0.12.1)
uri (0.12.2)
view_component (2.82.0)
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
Expand All @@ -415,9 +444,11 @@ GEM
will_paginate (3.3.1)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
zeitwerk (2.6.8)

PLATFORMS
x86_64-darwin-21
x86_64-linux

DEPENDENCIES
Expand All @@ -444,10 +475,12 @@ DEPENDENCIES
i18n
iconv
importmap-rails
inline_svg
jquery-rails
jquery-ui-rails
jsbundling-rails
listen
lookbook (~> 1.5.5)
multi_json
mysql2 (= 0.5.3)
net-ftp (~> 0.2.0)
Expand Down Expand Up @@ -484,4 +517,4 @@ DEPENDENCIES
will_paginate (~> 3.0)

BUNDLED WITH
2.3.23
2.4.12
Binary file added app/assets/images/logos/ecoportal-logo.png
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.
34 changes: 34 additions & 0 deletions app/assets/images/logos/logoLW_eric_outline_white-01.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading