-
Notifications
You must be signed in to change notification settings - Fork 0
Acessar servicos de assitencia #5
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
9f153b2
put the acessarServicos.feature
victorYghor 4dce5e5
improve the testes
victorYghor 5f272a3
Consertar o bug da fila de espera
victorYghor 22467e6
Add restriction to send message if receive a user message in less tha…
yet1dev c1cce57
Redirect when the committee member is avaliable
victorYghor 0d66848
Implement Unit Tests
victorYghor f284646
Melhorar esquema de cenário direcionar para o atendente(monitor ou me…
victorYghor da2be7e
finish the Direcionar para o atendnete cenário teste
victorYghor 6bda520
add another condition to the bot send a message
victorYghor bca6285
improve the esquema do cenário direionar para o atendente
victorYghor 5767dfa
improve the cenários
victorYghor 89c5f0f
improve the aceptan testes
victorYghor c65a2f9
Add step for: nenhum atendente disponivel
yet1dev 2d4a82f
Add step for: pcd possui atendimento nao iniciado
yet1dev a26dc23
Add step for: pcd solicitou servico e esta na fila de espera
yet1dev 6a37050
in-progress: Add step for: atendente do tipo esta indisponivel
yet1dev 96aa41f
Complete step: Atendente do tipo esta indisponivel
yet1dev cbe7ea8
[AVALIAR] Add IA step sugestion: quanto atendente especifico fica dis…
yet1dev dc64e8c
Fix test not have number identifier
yet1dev a5f3629
Redo step with number: atendente de numero, nome e tipo esta indispon…
yet1dev 3b111ef
Redo step with number: Atendente de nome e numero esta disponivel
yet1dev a3ba2c0
Add ausent tests of cucumber
victorYghor 43b04e9
Solve the problem with redirect messages
victorYghor 8da0451
Solve the problem when the monitor or commite member is avaliable
victorYghor 8e193fd
Fix tests acessar serviços de assitência
victorYghor 196f0ba
solve type and put in git ignore
victorYghor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,7 @@ out/ | |
| /dist/ | ||
| /nbdist/ | ||
| /.nb-gradle/ | ||
|
|
||
| data/ | ||
| ### VS Code ### | ||
| .vscode/ | ||
|
|
||
|
|
||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| 2025-05-20 12:36:33.423212Z jdbc[3]: exception | ||
| java.sql.SQLClientInfoException: Client info name 'ApplicationName' not supported. | ||
| at org.h2.jdbc.JdbcConnection.setClientInfo(JdbcConnection.java:1624) | ||
| at com.intellij.database.remote.jdbc.impl.RemoteConnectionImpl.setClientInfo(RemoteConnectionImpl.java:468) | ||
| at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) | ||
| at java.base/java.lang.reflect.Method.invoke(Method.java:580) | ||
| at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) | ||
| at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) | ||
| at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) | ||
| at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) | ||
| at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) | ||
| at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) | ||
| at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) | ||
| at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) | ||
| at java.base/java.lang.Thread.run(Thread.java:1583) | ||
| 2025-05-20 12:36:34.044132Z jdbc[3]: exception | ||
| java.sql.SQLClientInfoException: Client info name 'ApplicationName' not supported. | ||
| at org.h2.jdbc.JdbcConnection.setClientInfo(JdbcConnection.java:1624) | ||
| at com.intellij.database.remote.jdbc.impl.RemoteConnectionImpl.setClientInfo(RemoteConnectionImpl.java:468) | ||
| at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) | ||
| at java.base/java.lang.reflect.Method.invoke(Method.java:580) | ||
| at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360) | ||
| at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200) | ||
| at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197) | ||
| at java.base/java.security.AccessController.doPrivileged(AccessController.java:714) | ||
| at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721) | ||
| at java.base/java.security.AccessController.doPrivileged(AccessController.java:400) | ||
| at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720) | ||
| at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) | ||
| at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) | ||
| at java.base/java.lang.Thread.run(Thread.java:1583) | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A database trace log file was checked in; consider removing it from source control or adding it to
.gitignore.