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
| [previous exception] [object] (GuzzleHttp\\Exception\\ClientException(code: 404): Client error: `GET https://trivvo-v1.s3.amazonaws.com/10674/media-libraryjAmKHP` resulted in a `404 Not Found` response: | |
| <?xml version=\"1.0\" encoding=\"UTF-8\"?> | |
| <Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message> (truncated...) | |
| at /app/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php:113) | |
| [stacktrace] | |
| #0 /app/vendor/guzzlehttp/guzzle/src/Middleware.php(72): GuzzleHttp\\Exception\\RequestException::create(Object(GuzzleHttp\\Psr7\\Request), Object(GuzzleHttp\\Psr7\\Response), NULL, Array, NULL) | |
| #1 /app/vendor/guzzlehttp/promises/src/Promise.php(204): GuzzleHttp\\Middleware::GuzzleHttp\\{closure}(Object(GuzzleHttp\\Psr7\\Response)) | |
| #2 /app/vendor/guzzlehttp/promises/src/Promise.php(153): GuzzleHttp\\Promise\\Promise::callHandler(1, Object(GuzzleHttp\\Psr7\\Response), NULL) | |
| #3 /app/vendor/guzzlehttp/promises/src/TaskQueue.php(48): GuzzleHttp\\Promise\\Promise::GuzzleHttp\\Promise\\{closur |
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
| Request Header | |
| { | |
| "cf-ray": "8d4a5844286428a2-IAD", | |
| "cdn-loop": "cloudflare; loops=1", | |
| "cf-ipcity": "Ashburn", | |
| "cf-region": "Virginia", | |
| "cf-visitor": "{\"scheme\":\"https\"}", | |
| "user-agent": "GuzzleHttp/7", | |
| "cf-timezone": "America/New_York", | |
| "cf-ipcountry": "US", |
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
| import React, { useEffect, useMemo, useRef, useState } from 'react'; | |
| import type { SelectProps } from 'antd'; | |
| import { Select, Spin } from 'antd'; | |
| import { debounce } from 'lodash'; | |
| export type Entry = { | |
| label: string; | |
| value: string; | |
| }; |
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
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "title": "Transaction", | |
| "type": "object", | |
| "properties": { | |
| "integration_code": { "type": "string" }, | |
| "checkout_name": { "type": "string" }, | |
| "type": { "type": "string" }, | |
| "transaction_id": { "type": "string" }, | |
| "description": { "type": "string" }, |
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
| package net.spaceinfinity.sp.app.aplicacoes.workflow | |
| import net.spaceinfinity.sp.app.aplicacoes.dto.AdicionarComentarioDTO | |
| import net.spaceinfinity.sp.app.aplicacoes.dto.AplicacaoID | |
| import net.spaceinfinity.sp.app.aplicacoes.dto.AtualizarEstagioDTO | |
| import net.spaceinfinity.sp.app.aplicacoes.models.Estagio | |
| import net.spaceinfinity.sp.common.workflow.Workflow | |
| import net.spaceinfinity.sp.common.workflow.workflow | |
| object AplicacaoWorkflow { |
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
| -- Entidades | |
| CREATE TABLE Contacts | |
| ( | |
| ContactID SERIAL PRIMARY KEY | |
| ); | |
| CREATE TABLE Deals | |
| ( | |
| DealID SERIAL PRIMARY KEY |
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
| 2023-10-25T22:58:24.249-07:00 DEBUG [mts-app,653a0000c1d736730123719932c3f6db,b37798605cdc8338] 83428 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to net.spaceinfinity.mts.app.pesquisas.controllers.PesquisaPopularController#buscarPesquisas() | |
| 2023-10-25T22:58:24.249-07:00 DEBUG [mts-app,653a0000c1d736730123719932c3f6db,b37798605cdc8338] 83428 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to net.spaceinfinity.mts.app.pesquisas.controllers.PesquisaPopularController#buscarPesquisas() | |
| 2023-10-25T22:58:24.250-07:00 DEBUG [mts-app,653a0000c1d736730123719932c3f6db,b37798605cdc8338] 83428 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to net.spaceinfinity.mts.app.pesquisas.controllers.PesquisaPopularController#buscarPesquisas() | |
| 2023-10-25T22:58:24.250-07:00 DEBUG [mts-app,653a0000c1d736730123719932c3f6db,b37798605cdc8338] 83428 --- [nio-8080-exec-8] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped to net.spaceinfinity.mts.app.pesquisas.cont |
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
| { | |
| "schema": "1", | |
| "solution": { | |
| "name": "Real Estate Platform", | |
| "description": "Default schema used for testing", | |
| "status": "IN_DEVELOPMENT", | |
| "domain": "real-estate.com", | |
| "repository": { | |
| "id": "real-estate-service", | |
| "organization": "general-services", |
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
| import { useState } from 'react' | |
| import { RadioGroup } from '@headlessui/react' | |
| const colors = [ | |
| { name: 'Pink', bgColor: 'bg-pink-500', selectedColor: 'ring-pink-500' }, | |
| { name: 'Purple', bgColor: 'bg-purple-500', selectedColor: 'ring-purple-500' }, | |
| { name: 'Blue', bgColor: 'bg-blue-500', selectedColor: 'ring-blue-500' }, | |
| { name: 'Green', bgColor: 'bg-green-500', selectedColor: 'ring-green-500' }, | |
| { name: 'Yellow', bgColor: 'bg-yellow-500', selectedColor: 'ring-yellow-500' }, | |
| ] |
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
| !include https://raw.githubusercontent.com/adrianvlupu/C4-PlantUML/latest/C4.puml | |
| ' uncomment the following line and comment the first to use locally | |
| ' !include C4.puml | |
| ' Scope: A single software system. | |
| ' Primary elements: The software system in scope. | |
| ' Supporting elements: People and software systems directly connected to the software system in scope. | |
| ' Intended audience: Everybody, both technical and non-technical people, inside and outside of the software development team. | |
| ' Colors |
NewerOlder