- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 128 for Integration (0.07 seconds)
-
CLAUDE.md
- Full-text search with OpenSearch backend - Web, file system, and data store crawling - Multi-format document support (Office, PDF, etc.) - Admin GUI for configuration - REST API for programmatic access - SSO integration (OIDC, SAML, SPNEGO, Entra ID) - i18n support (20+ languages) ## Tech Stack | Component | Technology | |-----------|------------| | Web Framework | LastaFlute (MVC framework) | | DI Container | Lasta Di |
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 19 09:48:10 GMT 2026 - 7.8K bytes - Click Count (0) -
docs/en/docs/how-to/graphql.md
* With [docs for FastAPI](https://strawberry.rocks/docs/integrations/fastapi) * [Ariadne](https://ariadnegraphql.org/) * With [docs for FastAPI](https://ariadnegraphql.org/docs/fastapi-integration) * [Tartiflette](https://tartiflette.io/) * With [Tartiflette ASGI](https://tartiflette.github.io/tartiflette-asgi/) to provide ASGI integration * [Graphene](https://graphene-python.org/)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 05 18:13:19 GMT 2026 - 2.7K bytes - Click Count (0) -
architecture/standards/0004-use-a-platform-architecture.md
### Cross-cutting architecture modules There are some additional cross-cutting architecture modules that aren't themselves platforms: #### Enterprise integration Provides cross-cutting integration with Gradle's commercial product. #### IDE integration Provides cross-cutting integration with IDEs and other tooling. #### Build infrastructure
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4.5K bytes - Click Count (0) -
README.md
> ๐ Explore Gradleโs full array of resources through the [Gradle Documentation](https://docs.gradle.org/). --- ### ๐ **Seamless IDE & CI Integration** Gradle is built to work smoothly with a variety of Integrated Development Environments (IDEs) and Continuous Integration (CI) systems, providing extensive support for a streamlined workflow:
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Feb 12 18:58:41 GMT 2026 - 7.8K bytes - Click Count (0) -
README.md
$ mvn jdeb:jdeb # .deb package ### Generate Source Code $ mvn dbflute:download # (one time command) $ mvn dbflute:freegen $ mvn license:format ### Integration Tests Integration tests require a running Fess server with OpenSearch. Follow these steps: #### 1. Build Fess $ mvn antrun:run # Download OpenSearch plugins (if not done) $ mvn package # Build the packageCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Feb 14 03:19:23 GMT 2026 - 7.8K bytes - Click Count (2) -
.github/workflows/ci.yml
shell: bash run: ./util/print_surefire_reports.sh - name: 'Set up Gradle' if: matrix.java == 11 # used only by the integration tests below uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: 'Integration Test' if: matrix.java == 11 shell: bash run: util/gradle_integration_tests.sh publish_snapshot:Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Wed Apr 01 22:02:44 GMT 2026 - 4.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/JobProcessTest.java
thread.join(1000); assertEquals(2, callbackResults.size()); assertEquals("integration test", callbackResults.get(0)); assertEquals("second line", callbackResults.get(1)); String output = thread.getOutput(); assertTrue(output.contains("integration test")); assertTrue(output.contains("second line")); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 8.8K bytes - Click Count (0) -
.github/workflows/maven.yml
with: name: cache-${{ runner.os }}-integration-tests-${{ matrix.java }} retention-days: 1 path: ${{ env.MIMIR_LOCAL }} - name: Upload test artifacts uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 if: ${{ failure() || cancelled() }} with: name: integration-test-logs-${{ runner.os }}-${{ matrix.java }}Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Mar 24 08:21:28 GMT 2026 - 12.2K bytes - Click Count (0) -
docs/ko/docs/deployment/cloud.md
๊ฐ์ด๋๋ฅผ ๋ฐ๋ผ ํ๊ณ ์๋น์ค๋ฅผ ์ฌ์ฉํด๋ณด๊ธฐ ์ํด ์ด๋ค๋ ๊ณ ๋ คํด๋ณผ ์ ์์ต๋๋ค: * [Render](https://docs.render.com/deploy-fastapi?utm_source=deploydoc&utm_medium=referral&utm_campaign=fastapi)
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:06:26 GMT 2026 - 1.4K bytes - Click Count (0) -
okhttp-zstd/README.md
OkHttp Zstandard (zstd) Integration =================================== This module enables [Zstandard (zstd)][1] response compression in addition to Gzip, as long as the `Accept-Encoding` header is not otherwise set. Web servers must be configured to return zstd responses. Note that zstd is not used for sending requests. ```java OkHttpClient client = new OkHttpClient.Builder() .addInterceptor(CompressionInterceptor(Zstd, Gzip)) .build();
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Mar 11 05:41:23 GMT 2026 - 566 bytes - Click Count (1)