Skip to content

Commit

Permalink
Merge pull request #147 from CodeHive-Solutions/dev
Browse files Browse the repository at this point in the history
Change LDAP IP
  • Loading branch information
Heibert authored Dec 6, 2024
2 parents 51e9b07 + ae6f616 commit 9426807
Show file tree
Hide file tree
Showing 25 changed files with 390 additions and 6,837 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dist-ssr
__pycache__

# Editor directories and files

.vscode/*
!.vscode/extensions.json
.idea
Expand Down Expand Up @@ -66,3 +67,6 @@ backup*

stats.html
start.sh

# Ignore the compiled static files
INSIGHTSAPI/static/
2 changes: 1 addition & 1 deletion INSIGHTSAPI/INSIGHTSAPI/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def str_to_bool(value: str) -> bool:
AUTH_USER_MODEL = "users.User"

# LDAP configuration
AUTH_LDAP_SERVER_URI = "ldap://CYC-SERVICES.COM.CO:389"
AUTH_LDAP_SERVER_URI = "ldap://DOMINIO-CYC.CYC-SERVICES.COM.CO:389"
AUTH_LDAP_BIND_DN = "CN=StaffNet,OU=TECNOLOGÍA,OU=BOGOTA,DC=CYC-SERVICES,DC=COM,DC=CO"
AUTH_LDAP_BIND_PASSWORD = os.environ["AdminLDAPPassword"]

Expand Down
118 changes: 0 additions & 118 deletions frontend/src/__test__/AddImagesCarouselDialog.test.jsx

This file was deleted.

150 changes: 0 additions & 150 deletions frontend/src/__test__/CoexistenceCommittee.test.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/src/__test__/Footer.test.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { BrowserRouter } from 'react-router-dom';
import { BrowserRouter } from 'react-router';
import Footer from '@components/common/Footer';

describe('Footer Component', () => {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/__test__/SnackbarContext.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import {
SnackbarProvider,
useSnackbar,
} from '@components/context/SnackbarContext';
} from '@contexts/SnackbarContext';
import '@testing-library/jest-dom';

// Test component to use the Snackbar context
Expand Down
39 changes: 0 additions & 39 deletions frontend/src/__test__/SwiperSlider.test.jsx

This file was deleted.

12 changes: 10 additions & 2 deletions frontend/src/components/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import cesarGarzon from '@images/managers/cesar-garzon.jpg';
import yannethPinzon from '@images/managers/yanneth-pinzon.webp';
import angelaDuran from '@images/managers/angela-duran.jpeg';
import adrianaPaez from '@images/managers/adriana-paez.jpg';
import manager1 from '@images/managers/52716114.webp';
import diegoGonzales from '@images/managers/diego-gonzales.jpg';
import riskInterControl from '@images/managers/risk-internal-control.jfif';
import melidaSandoval from '@images/managers/melida-sandoval.jpg';
Expand Down Expand Up @@ -62,15 +63,22 @@ const managements = [
'Planificar, coordinar, dirigir y controlar las actividades que impactan el óptimo funcionamiento de la organización, garantizando un cumplimiento de los procesos establecidos con los más altos estándares de calidad.',
},
{
name: 'Adriana Páez',
name: 'Adriana Barrera',
management: 'Gerente de Operaciones',
image: manager1,
description:
'Dirigir, organizar y supervisar las operaciones con equipos altamente productivos, promoviendo la excelencia en cada proceso para alcanzar resultados sobresalientes que superen las expectativas de nuestros clientes y garanticen la sostenibilidad del negocio.',
},
{
name: 'Adriana Páez',
management: 'Gerente de Operaciones de Ventas',
image: adrianaPaez,
description:
'Liderar, planificar y controlar las operaciones de las campañas de Cobranzas, con equipos productivos y con alta calidad que garanticen los resultados frente a los clientes y la rentabilidad de cada una de ellas.',
},
{
name: 'Héctor Gabriel Sotelo',
management: 'Gerente de Operaciones de Ventas',
management: 'Gerente de Operaciones de Servicio al Cliente',
image: hectorSotelo,
description:
'Liderar, planificar y controlar las operaciones de las campañas de Servicios y Ventas, con equipos productivos y con alta calidad que garanticen los resultados frente a los clientes y la rentabilidad de cada una de ellas.',
Expand Down
Loading

0 comments on commit 9426807

Please sign in to comment.