Skip to content

Commit

Permalink
Actualiza
Browse files Browse the repository at this point in the history
  • Loading branch information
vtamara committed Aug 5, 2023
1 parent e3ff1c8 commit ae57faf
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 172 deletions.
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/heb412_gen.git
revision: 713267e78b41e3dd3a0818ed65ccf4cfc151513b
revision: 574fe853a6baf3c98318abf06310e94cca9ab4e6
branch: main
specs:
heb412_gen (2.2.0.beta4)
Expand All @@ -55,7 +55,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/mr519_gen.git
revision: a00f4bd4881701df896b546e19f3254379adca1c
revision: f2ee6ba67e9f5d5e28f6dca5478fea5bf7f45460
branch: main
specs:
mr519_gen (2.2.0.beta4)
Expand All @@ -64,7 +64,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/msip.git
revision: 3066795ce678d30ada62a33b479edb1b61b917ed
revision: 606497d3c5f11f85081d351b8891b89df41ed043
branch: main
specs:
msip (2.2.0.beta4)
Expand All @@ -84,7 +84,7 @@ GIT

GIT
remote: https://gitlab.com/pasosdeJesus/sivel2_gen.git
revision: 063335da42cc080732426797e0a3b901d97eaa40
revision: c6918882b729da418682398b34ed5a75c0febf9a
branch: main
specs:
sivel2_gen (2.2.0.beta4)
Expand Down Expand Up @@ -162,7 +162,7 @@ GEM
tzinfo (~> 2.0)
acts_as_list (1.1.0)
activerecord (>= 4.2)
addressable (2.8.4)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
andand (1.3.3)
babel-source (5.8.35)
Expand Down Expand Up @@ -291,9 +291,9 @@ GEM
mime-types-data (3.2023.0218.1)
mini_mime (1.1.2)
mini_portile2 (2.8.4)
minitest (5.18.1)
minitest (5.19.0)
msgpack (1.7.2)
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -325,7 +325,7 @@ GEM
puma (6.3.0)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand All @@ -344,7 +344,7 @@ GEM
activesupport (= 7.0.6)
bundler (>= 1.15.0)
railties (= 7.0.6)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -371,15 +371,15 @@ GEM
redcarpet (3.6.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.14.1)
redis-client (0.15.0)
connection_pool
regexp_parser (2.8.1)
reline (0.3.6)
reline (0.3.7)
io-console (~> 0.5)
responders (3.1.0)
actionpack (>= 5.2)
railties (>= 5.2)
rexml (3.2.5)
rexml (3.2.6)
rspreadsheet (0.5.3)
andand (>= 1.3)
rubyzip (>= 1.3)
Expand All @@ -394,7 +394,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.10.0)
selenium-webdriver (4.11.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand Down Expand Up @@ -446,13 +446,13 @@ GEM
railties (>= 6.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
will_paginate (3.3.1)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.8)
zeitwerk (2.6.11)

PLATFORMS
x86_64-openbsd
Expand Down Expand Up @@ -517,4 +517,4 @@ DEPENDENCIES
will_paginate

BUNDLED WITH
2.4.17
2.4.18
3 changes: 3 additions & 0 deletions app/javascript/controllers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ application.register("form-asisreconocimiento", FormAsisreconocimientoController
import HelloController from "./hello_controller"
application.register("hello", HelloController)

import Msip__BitacoraapController from "./msip/bitacoraap_controller"
application.register("msip--bitacoraap", Msip__BitacoraapController)

import Msip__CancelarVacioEsEliminarController from "./msip/cancelar_vacio_es_eliminar_controller"
application.register("msip--cancelar-vacio-es-eliminar", Msip__CancelarVacioEsEliminarController)

Expand Down
7 changes: 7 additions & 0 deletions bin/pruebasjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export IPDES=127.0.0.1
export RAILS_ENV=test
export CONFIG_HOSTS=127.0.0.1

fstat | grep ":${PUERTODES}"
if (test "$?" = "0") then {
echo "Ya está corriendo un proceso en el puerto $PUERTODES, detengalo antes";
exit 1;
} fi;
if (test ! -f .env) then {
echo "Falta .env"
exit 1;
Expand All @@ -30,6 +35,8 @@ w3m -dump http://${IPDES}:${PUERTODES}/${RUTA_RELATIVA}
echo "***"

cd test/puppeteer
yarn cache clean
yarn upgrade
yarn
for i in *.mjs; do
echo "Ejecutando $i"
Expand Down
4 changes: 3 additions & 1 deletion db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8674,6 +8674,8 @@ INSERT INTO "schema_migrations" (version) VALUES
('20230613111532'),
('20230622205529'),
('20230622205530'),
('20230712163859');
('20230712163859'),
('20230722180204'),
('20230723011110');


Loading

0 comments on commit ae57faf

Please sign in to comment.