Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Komapper

Kotlin ORM for JDBC and R2DBC
Collective - Host: opensource - https://opencollective.com/komapper - Website: https://www.komapper.org/ - Code: https://github.com/komapper/komapper

Update plugin com.diffplug.spotless to v6.0.4 (#321)

* Update plugin com.diffplug.spotless to v6.0.4

* Apply BasePlugin

Co-authored-by: Renovat...

github.com/komapper/komapper - cbe63b57050048eb12606133933f664dc0b6b27c authored about 3 years ago
Update plugin com.diffplug.spotless to v6.0.2 (#319)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 5ba6d0a95edca494a635bb13b2b3db0cf7d939d1 authored about 3 years ago
Generate the group by clause when it is missing (#318)

github.com/komapper/komapper - fe7e5bbc4ec8febb8cdf0a7a8158478b878d1ab8 authored about 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.23.1-SNAPSHOT'.

github.com/komapper/komapper - 1042b476649d13806b41208b8198f18f82faba90 authored about 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.23.0'.

github.com/komapper/komapper - 8cc49f6fa337ed8f81d24544c70f8eac0461c47b authored about 3 years ago
Avoid to execute the illegal update statement (#317)

* Avoid to execute the illegal update statement

* Format

* Modify test code

github.com/komapper/komapper - a7ba6cb8e15b0dba91d2d24fc29b5933917b64e6 authored about 3 years ago
Generate a group by clause when it is not specified (#316)

* Remove unused code

* Split utility.kt into some files

* Generate a group by clause when ...

github.com/komapper/komapper - 22de1cd0939b62d1d2af38057ed17077eff370fc authored about 3 years ago
Update plugin com.diffplug.spotless to v6.0.1 (#314)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 779a011bdaae2961926bc51bbe04e88f0d4b6f04 authored about 3 years ago
Update dependency gradle to v7.3.1 (#313)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 2d634e8e37d3d6a0d7507a742c96a14e590ad315 authored about 3 years ago
Return an entity from the upsert single statement (#315)

github.com/komapper/komapper - e2f7a77c52f22bf496d7b0441e51fdd8b694d12a authored about 3 years ago
Make queries more composable (#312)

* Make queries more composable

* Remove the List interface from Scope classes

* Integrate ...

github.com/komapper/komapper - 89c75d1c307fbb20935896a4eae51a793cb55261 authored about 3 years ago
Update dependency org.springframework.boot:spring-boot-starter to v2.6.1 (#311)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 37e241a64ceb606f416b832e5a3dcf9e7b0ff4ef authored about 3 years ago
Polish query and related classes (#310)

* Remove RelationUpdateQueryBuilder.kt

* Rename

* Polish test code

github.com/komapper/komapper - 8b2fc6c9806f982b5e62abd7d5c15748b7ae0f48 authored about 3 years ago
Return the id list from the insert select statement (#308)

github.com/komapper/komapper - bd6a99b5af52705d72febd59d5622a27bcd713f3 authored about 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.22.1-SNAPSHOT'.

github.com/komapper/komapper - 842de027d0cbc04f5b7d15f694ee94b71fd9331e authored about 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.22.0'.

github.com/komapper/komapper - 583c18a1d9274db8cd68fd8842d812b25de6d62e authored about 3 years ago
Polish query options and related code (#307)

* Include QueryOptions into QueryContext

* Split QueryContext into TablesProvider and WherePr...

github.com/komapper/komapper - 44f3dc1b47968e70a30674679e62e6829db433fb authored about 3 years ago
Rename "VersionOptions" to "OptimisticLockOptions" (#306)

* Rename "ignoreVersion" to "disableOptimisticLock"

* Rename "VersionOptions" to "OptimisticL...

github.com/komapper/komapper - c80d37a86cf77c979c40e0317568983b4daf26c0 authored about 3 years ago
Disable sequence generation when insert select statement is issued (#305)

github.com/komapper/komapper - f4f408f45e8fc8861605facd795b168ae6997827 authored about 3 years ago
Don't throw any throwable from the dryRun function (#304)

github.com/komapper/komapper - c7287e99b14c55b0a2c3ccb8bab7a9f56bbe2783 authored about 3 years ago
Polish the EntityStore interface and implementation (#303)

* Polish the EntityStore interface and implementation

* Use Map instead of MutableMap

* Us...

github.com/komapper/komapper - 268b74e76c22460f174fcfbd96874ad66354eacf authored about 3 years ago
Make type parameters covariant (#302)

github.com/komapper/komapper - e8f540a85af6911fe1d64dbdfbb5affada5f9954 authored about 3 years ago
Simplify the EntityStore interface (#301)

* Simplify the EntityStore interface

* Remove unnecessary type parameters

github.com/komapper/komapper - 90cdfad71705b2c4d5722ce585a120fa8c893515 authored about 3 years ago
Rename EntityContext to EntityStore (#300)

github.com/komapper/komapper - 8de5436b611f1febf03604649a24a0b1fe18551d authored about 3 years ago
Polish the include function to accept vararg and ignore unknown metamodels (#299)

* Polish the include function to accept vararg and ignore unknown metamodels

* Polish SelectC...

github.com/komapper/komapper - 045213bfa325be0d9314c58653e51aae125b24dd authored about 3 years ago
Update dependency io.opentelemetry:opentelemetry-api to v1.9.1 (#297)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - f5c594eb48125a65e93de800f6e2a4965f47587f authored about 3 years ago
Polish EntityUpsertContext and related classes (#298)

github.com/komapper/komapper - 94900a53a89c926380389a5e20eb7a518fa8a3fa authored about 3 years ago
Polish the relation insert query (#296)

github.com/komapper/komapper - 2d165788c91a2ea012c585c264aa62be900cb00f authored about 3 years ago
Polish QueryContexts, Runners and Declarations (#295)

* Remove duplicate code

* Move the checkOptimisticLock function

* Fix typo

* Polish Dec...

github.com/komapper/komapper - 3346e845761cd403ab5bc4f453c999a820b40b01 authored about 3 years ago
Polish the dryRun function (#294)

github.com/komapper/komapper - 142dc39ee88b38f3c3c2dc14be591b1a39fc2fbe authored about 3 years ago
Take over the disableSequenceAssignment flag. (#293)

github.com/komapper/komapper - c3ebeb7e06b7bb45992f5b0cd935eb08685bab5d authored about 3 years ago
Assign timestamp and version in relation insert/update statements (#292)

* Assign timestamp in relation insert statement

* Assign timestamp in relation update stateme...

github.com/komapper/komapper - 66c57d52b3798216cd52aa0bde90eb0f6ade277f authored about 3 years ago
Assign sequence generated key in relation insert statement (#291)

* Change the type parameter of EntityMetamodel

* Change and rename IdAssignment

* Assign s...

github.com/komapper/komapper - 867f9d65f08ba87e095031b9bffc5baabf8522d2 authored about 3 years ago
Fix the package name of generated metamodel (#290)

github.com/komapper/komapper - 7a1fe954692462482afd045eda4b418c95a76e82 authored about 3 years ago
Move the exposed comparison example project to the example repository (#289)

github.com/komapper/komapper - f913598f2c15ee4514b2405d11d27d0003d741e1 authored about 3 years ago
Change the function name of EntityMetamodel (#288)

* Change the function name of EntityMetamodel

* Check that the EntityMetamodelStubGenerator c...

github.com/komapper/komapper - 7e433ddf07d2118ed1134193145e7b6a026c85c5 authored about 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.21.1-SNAPSHOT'.

github.com/komapper/komapper - 0e6df11795029070da6190ba9b9152d05b6f3007 authored about 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.21.0'.

github.com/komapper/komapper - 177e8b05362092b07e1e65211212fe7bb0ec499a authored about 3 years ago
Update example code (#287)

* Update example code

* Add example execution result

github.com/komapper/komapper - 749fd71949e0a91857234d96e7d971e9d85b1257 authored about 3 years ago
Polish Query and QueryOptions (#286)

* Move declarations.kt

* Remove unused code

* Change a parameter name

* Introduce the S...

github.com/komapper/komapper - e95b7c1a862c132bca138627724e4a93fb5d9fe7 authored about 3 years ago
Polish test code (#285)

* Remove redundant code

* Rename test classes

* Remove redundant test classes

github.com/komapper/komapper - eeab644d9d2386409575b593060ddef555c34e3d authored about 3 years ago
Update spring boot to v2.6.0 (#284)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - e4f0a835441d8ae7d00c24e62a4a71d8a1622af7 authored about 3 years ago
Update spring boot to v2.5.7 (#283)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - dbae4474d030ccc42f20960c52d664e65114bc0c authored about 3 years ago
Use property extensions to aggregate metamodels (#282)

* Aggregate EntityMetamodel instances in the Meta object

* Make entity names customizable

...

github.com/komapper/komapper - 0abe5d90932e23edc637e609727bc7e785d2dce1 authored about 3 years ago
Update kspVersion to v1.5.31-1.0.1 (#280)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 47754e0e6fd2bcb3e22cc97b06d117b74ee68dd6 authored about 3 years ago
Update dependency com.github.tschuchortdev:kotlin-compile-testing-ksp to v1.4.6 (#279)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 19707117f84909d57e98156bc1248f2b7bc534cc authored about 3 years ago
Support default where clauses (#278)

* Support default where clause

* Evaluate WhereDeclaration and OnDeclaration lazily

* Eval...

github.com/komapper/komapper - 75a81b1c25313fa9e3bb86056fadadaa4e2d2f11 authored about 3 years ago
Update plugin com.gradle.plugin-publish to v0.18.0 (#277)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 44ed3ea382fa5b2a0a0ed206a376dacc6e86bdb6 authored about 3 years ago
Fix EntityContext to return correct entities (#276)

github.com/komapper/komapper - 1ea29649809a4bba16e3796327658c6b9e4dbc4c authored about 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.20.1-SNAPSHOT'.

github.com/komapper/komapper - 2c6318d68106efc50d34811a3eae0c6116016d41 authored about 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.20.0'.

github.com/komapper/komapper - 7a9aa98bf6377219c8bb01066205e576fbb714ad authored about 3 years ago
Polish komapper-processor (#275)

* Move the generateMetamodel function

* Use val instead of var

* Polish

* Rename

* S...

github.com/komapper/komapper - aeeb2c1c6f538822bf831a23c6c7217e0cb3741b authored about 3 years ago
Fix example code (#274)

github.com/komapper/komapper - dc9876f81e0fa7b6e5a7f8566154a4afc2a81563 authored about 3 years ago
Remove infix keywords from declaration extension functions (#273)

github.com/komapper/komapper - 32d18e205f9a6ff55f453b1e05b0223ec8b5d75c authored about 3 years ago
Polish association building logic (#272)

github.com/komapper/komapper - 6ecc6289a90143be8e478ea9042a2bae24ff241a authored about 3 years ago
Add Query extension functions (#271)

* Add Query.map and Query.zip extension functions

* Move ListQuery.first and ListQuery.firstO...

github.com/komapper/komapper - 797a795a0ef19e247064c19767c99d976f19c447 authored about 3 years ago
Update dependency io.opentelemetry:opentelemetry-api to v1.9.0 (#270)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 6dfe9dfbd24986086aca717bc607f627e6899567 authored about 3 years ago
Update dependency ch.qos.logback:logback-classic to v1.2.7 (#268)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 2d2f893dcb907e6492352ef5383c8b16c03cac59 authored about 3 years ago
Update spring core to v5.3.13 (#267)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - f8ca0eac6722ab2f8c727e945b9a452242467500 authored about 3 years ago
Update dependency ktlint to v0.43.0 (#266)

* Update dependency ktlint to v0.43.0

* Polish build.gradle.kts

github.com/komapper/komapper - 335e8a7022cde91133b5186d15405bafb86a5488 authored about 3 years ago
Delay query execution to ensure successful testing (#265)

github.com/komapper/komapper - 5b974dcce2a62941b1532c6cd17d29a6e0f5eae9 authored about 3 years ago
Rewrite gradle plugin with Kotlin (#264)

* Rewrite gradle plugin with Kotlin

* Polish build.gradle.kts

github.com/komapper/komapper - c497adb90562dd559f344e850ed121099d332b42 authored about 3 years ago
Update plugin com.diffplug.spotless to v6 (#260)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 90bcecd7519c01d918a186613f6edd3a2b975870 authored about 3 years ago
Build with JDK 17 (#263)

* Build with JDK 17

* Use Kotlin 1.5.31 in Gradle build script

github.com/komapper/komapper - f6ed85e82fa93703ba5ea958ef345228f1bf64a5 authored about 3 years ago
Rename SqlDsl to QueryDsl (#262)

* Polish EntityAggregateQuery API

* Remove duplicate code

* Rename SqlDsl to QueryDsl

github.com/komapper/komapper - b70540fdf6814f8f5818c5468c11082498c96981 authored about 3 years ago
Update dependency gradle to v7.3 (#261)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - be5af4e7eaad798aecc53284bae170dbc64c438d authored about 3 years ago
Update plugin com.gradle.plugin-publish to v0.17.0 (#259)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 3c563fcb8887265eee2008e6361008a5e18dc69e authored about 3 years ago
Update dependency io.opentelemetry:opentelemetry-api to v1.7.1 (#258)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - be53cb2529721e478ff206a2f4e1f46d5725d3c0 authored about 3 years ago
Integrate EntityDsl into SqlDsl (#257)

* Remove API to get multiple Entities in SqlSelectQuery.

* Change the associate API in Entity...

github.com/komapper/komapper - 2ab9ed4b7e1cdee720f4c2f9bd00be34f8c32737 authored about 3 years ago
Don't publish SNAPSHOT version of Komapper Gradle Plugin (#256)

github.com/komapper/komapper - f9d9647c87e1f5c27f96871681338dd1fd685b8c authored over 3 years ago
Polish Gradle build scripts and GitHub Actions workflows (#255)

* Simplify build.gradle.kts

* Polish GitHub Actions workflows

* Add .sdkmanrc for ease of ...

github.com/komapper/komapper - 0bf4d548e87d65f6678a32769012f549fb0fcc31 authored over 3 years ago
Fix the lint error. (#254)

Error message: "class PostgreSqlJsonType should be declared in a file named PostgreSqlJsonType.kt"

github.com/komapper/komapper - 709c333a4e1431fd76138329aaae1722d05eb3a7 authored over 3 years ago
Update dependency org.postgresql:postgresql to v42.3.1 (#253)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 06ff0e3fbf9faf581acd362fcb3efdf956d7ede8 authored over 3 years ago
Update plugin com.diffplug.spotless to v5.17.1 (#252)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 9be5ee4322dcbe75b1846bed788d7a5c6f190713 authored over 3 years ago
Update dependency org.testcontainers:testcontainers-bom to v1.16.2 (#251)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 2b693105856c51dcf238a81bb3249a42356ecf61 authored over 3 years ago
Update spring boot to v2.5.6 (#250)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - f94a3797dfb4abc47ae169150db5a4af7b12c937 authored over 3 years ago
Update spring core to v5.3.12 (#249)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 0214a3c0d427a7cd9ee38a4fce1b1c659ce82976 authored over 3 years ago
Update dependency org.testcontainers:testcontainers-bom to v1.16.1 (#248)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - e200b68dad562d84474c3057681cd112f38a14a1 authored over 3 years ago
Update dependency org.postgresql:postgresql to v42.3.0 (#247)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 6d46966b3c14cd9b9f68db4ded54e8e3f782659f authored over 3 years ago
Update dependency mysql:mysql-connector-java to v8.0.27 (#246)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 75d218acefcdcb5799eba53007af17272d8aef33 authored over 3 years ago
Add the disableSequenceAssignment flag to the EntityMetamodel factory method (#245)

* Add the disableSequenceAssignment flag to the EntityMetamodel factory method

* Check whethe...

github.com/komapper/komapper - 5daf27735dec80ef86d3a515ebf57a51bd708579 authored over 3 years ago
Update spring core to v5.3.11 (#244)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - ac1513e34ab7d462ba2f8b478467d281fd54bf36 authored over 3 years ago
Update plugin com.diffplug.spotless to v5.17.0 (#243)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 230df8065e0f9ac533a1ce7f70cdfe251b1ce8c7 authored over 3 years ago
[Gradle Release Plugin] - [skip ci] new version commit: 'v0.19.1-SNAPSHOT'.

github.com/komapper/komapper - 3b9c0b752fbf1b3e47608ef97c842dfaab5f9cd8 authored over 3 years ago
[Gradle Release Plugin] - pre tag commit: 'v0.19.0'.

github.com/komapper/komapper - a8860c3e644c99a97c4ed8666bffb23b94307f9c authored over 3 years ago
Update actions/github-script action to v5 (#217)

* Update actions/github-script action to v5

* Use 'github.rest.*'

Co-authored-by: Renovate...

github.com/komapper/komapper - 40209ddcb072a4b9db927c64755adee108c1c26c authored over 3 years ago
Move Criteria and Operator (#241)

github.com/komapper/komapper - 9f47de60f350e2dbe3e8269c5d4ff4eea253f57f authored over 3 years ago
Add support for order by nulls first/last (#240)

github.com/komapper/komapper - 5e73024ecd13eede814b6e6984123379a6db0d7c authored over 3 years ago
Change the parameter name of the substring function (#239)

github.com/komapper/komapper - 5cbf176788f28cf664af1eb67317363a9a76f2e8 authored over 3 years ago
Make ID assignment process simple (#238)

* Change the type parameter of SqlInsertQuery to return generated key as ID type

* Add the se...

github.com/komapper/komapper - 9fa296f6a5fb694df9ff75e9f40152827325e965 authored over 3 years ago
Add an example module to compare with Kotlin Exposed (#237)

github.com/komapper/komapper - 4d031d6bf5670dcaa386ab01842e35398fbdd821 authored over 3 years ago
Support the substring function (#236)

github.com/komapper/komapper - 4980b5a35d09d30ab49b5cc89d8041af52bf2875 authored over 3 years ago
Update dependency io.opentelemetry:opentelemetry-api to v1.7.0 (#235)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - 2e41f2f382b36ec57d3f442ed7aae1576e209058 authored over 3 years ago
Simplify subtypes of SubqueryContext (#234)

github.com/komapper/komapper - 7d5e86052612bcebe634d8519c343670be6dc498 authored over 3 years ago
Polish SubqueryExpression, SubqueryContext and Subquery (#233)

* Polish SubqueryExpression and Subquery

* Simplify SubqueryContext

github.com/komapper/komapper - d797969a9ce5f3ada531d6043020dbb29fb665a6 authored over 3 years ago
Update dependency com.github.tschuchortdev:kotlin-compile-testing-ksp to v1.4.5 (#231)

Co-authored-by: Renovate Bot <[email protected]>

github.com/komapper/komapper - badcc8367508266069d1208e7563053b11a109f0 authored over 3 years ago
Fix the greater operator (#232)

* Fix wrong criterion usage

* Fix typo

* Add test cases

* Make test easier

* Add sub...

github.com/komapper/komapper - 5651281febe302972c9b1c61a9c572d2c4571cbc authored over 3 years ago
Polish SortItem.Column to avoid cyclic package dependency (#230)

github.com/komapper/komapper - 719aec2ef220f48fa77b8d003e5fd536e8b2d9d4 authored over 3 years ago
Avoid member extensions. (#229)

See also https://kt.academy/article/ek-member-extensions

github.com/komapper/komapper - 38cfd27edffa84fd1acd6829325bc10f859ce23f authored over 3 years ago
Regard ScalarQuery as FlowQuery (#228)

github.com/komapper/komapper - a12142df4893bdc27d39cff82c485ccfedaf470b authored over 3 years ago