fix: rutasAnalyzeHotFix #2119

Merged
robert merged 30 commits from rutasAnalyzeHotFix into master 2024-03-07 07:21:47 +00:00
Member
No description provided.
robert added 1 commit 2024-03-01 11:30:51 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
87799fbc64
fix: rutasAnalyzeHotFix
robert requested review from carlosap 2024-03-01 11:34:29 +00:00
carlosap reviewed 2024-03-01 11:48:04 +00:00
@ -2,3 +2,2 @@
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `bi`.`rutasAnalyze`(
vYear INT,
vMonth INT
vdatedFrom INT,
Member

camelcase

camelcase
robert marked this conversation as resolved
carlosap reviewed 2024-03-01 11:48:38 +00:00
@ -13,1 +12,3 @@
AND MONTH(Fecha) = vMonth;
WHERE Fecha BETWEEN vdatedFrom AND vdatedTo;
DELETE rb.*
Member

DELETE rb no es necesario .*

DELETE rb no es necesario .*
robert marked this conversation as resolved
robert added 1 commit 2024-03-01 11:57:20 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
19f8d1bb81
fix: poner nombres en camelCase
robert added 1 commit 2024-03-01 11:58:33 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
5e2f9dd3d0
fix: poner nombres correcto
robert added 1 commit 2024-03-04 06:57:01 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
31bd88e856
Merge branch 'master' into rutasAnalyzeHotFix
carlosap requested changes 2024-03-04 10:15:20 +00:00
@ -13,1 +12,3 @@
AND MONTH(Fecha) = vMonth;
WHERE Fecha BETWEEN vDatedFrom AND vDatedTo;
DELETE rb
Member

Este delete sobra

Este delete sobra
robert marked this conversation as resolved
robert added 1 commit 2024-03-04 10:51:43 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
5175c91b2d
fix: quitar delete
jgallego requested changes 2024-03-05 05:32:07 +00:00
@ -2,3 +2,2 @@
CREATE OR REPLACE DEFINER=`root`@`localhost` PROCEDURE `bi`.`rutasAnalyze`(
vYear INT,
vMonth INT
vDatedFrom INT,
Owner

DATE

DATE
robert marked this conversation as resolved
@ -3,2 +3,2 @@
vYear INT,
vMonth INT
vDatedFrom INT,
vDatedTo INT
Owner

DATE

DATE
robert marked this conversation as resolved
robert added 1 commit 2024-03-05 06:15:25 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
c9b6cbf67b
fix: vDatedFrom y vDatedTo
alexm added 1 commit 2024-03-05 06:31:26 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
40d91aeb28
fix: try to fix puppeteer
alexm added 1 commit 2024-03-05 06:42:04 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
6db24580be
fix: try to fix puppeteer
robert added 1 commit 2024-03-05 12:23:39 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
9992a8b4ff
Merge branch 'master' into rutasAnalyzeHotFix
alexm added 2 commits 2024-03-05 13:37:39 +00:00
alexm added 1 commit 2024-03-06 06:30:23 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
b80f2e305f
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:33:59 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
7ac4617f48
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:36:32 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
0d7a03f655
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:41:25 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
8e612aaddc
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:42:28 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
f055293d8a
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:43:47 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
8326bfa75c
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:45:45 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
e7683b009c
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:47:14 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
37ddf35420
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:51:17 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
237ffd60d0
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:52:02 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
362722dd46
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:54:57 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
6bdce1cc5d
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 06:57:07 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
40cf16cd0a
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 07:00:42 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
322042086e
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 07:01:41 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
51829f32ed
fix: try to fix puppeteer
alexm added 1 commit 2024-03-06 08:03:54 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
71744fc4c9
Merge branch 'master' into rutasAnalyzeHotFix
robert requested review from jgallego 2024-03-06 09:12:15 +00:00
robert requested review from carlosap 2024-03-06 09:12:21 +00:00
carlosap requested changes 2024-03-06 09:36:43 +00:00
pnpm-lock.yaml Outdated
@ -1880,7 +1880,7 @@ packages:
resolution: {integrity: sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==}
dependencies:
Member

revisa este ficher que no deuria de pujar, actualitza la rama

revisa este ficher que no deuria de pujar, actualitza la rama
robert marked this conversation as resolved
robert added 1 commit 2024-03-06 10:36:01 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
564a48dd92
feat: cambios pnpm-lock
robert added 1 commit 2024-03-06 10:37:37 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
78c88eb783
feat: cambios pnpm-lock
robert requested review from carlosap 2024-03-06 10:37:52 +00:00
carlosap approved these changes 2024-03-06 10:41:27 +00:00
jgallego approved these changes 2024-03-06 16:58:59 +00:00
robert added 1 commit 2024-03-07 06:01:38 +00:00
gitea/salix/pipeline/pr-master There was a failure building this commit Details
29926db45f
Merge branch 'master' into rutasAnalyzeHotFix
robert added 1 commit 2024-03-07 07:16:15 +00:00
gitea/salix/pipeline/pr-master This commit looks good Details
bf9842d5fd
Merge branch 'master' into rutasAnalyzeHotFix
robert merged commit 1d684d171e into master 2024-03-07 07:21:47 +00:00
robert deleted branch rutasAnalyzeHotFix 2024-03-07 07:21:47 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#2119
No description provided.