148 Commits

Author SHA1 Message Date
Billy Chan
1d08ea376d
Re-enable loco-rs examples 2024-10-15 14:51:23 +08:00
Billy Chan
b3db9dec3a
Fix clippy warnings (#2379)
* Fix clippy warnings

* fmt

* Disable loco example CI for now
2024-10-04 16:12:21 +08:00
Billy Chan
039e4423d3
CI: run on Node.js v20 2024-09-05 13:36:16 +08:00
Billy Chan
0b956dcd2b
Run CI for 1.*.x branches 2024-08-20 17:18:28 +08:00
Billy Chan
368b1126f7
Fix examples CI 2024-08-12 12:39:48 +08:00
Billy Chan
aa0bbd9e01
CI 2024-08-09 23:48:18 +08:00
Billy Chan
6cb437a989
CI 2024-08-09 23:40:28 +08:00
Billy Chan
563562d325
Bump SQLx to 0.8 (#2305)
* Bump SQLx to 0.8

* Bump bigdecimal to 0.4

* Bump sea-query

* Bump sea-schema

* Fix clippy warnings

* Patch for examples

* Fix: enable serde feature on dependent crates

* `TryGetable` for MySQL String

* Fix pi_tests

* Fix uuid_tests

* Handle MySQL into_json

* examples CI

* Fix

* Drop Git override

* Bump to RC version

* revert
2024-08-09 18:32:14 +08:00
Billy Chan
c2fc62a903
GraphQL based Admin Dashboard with Loco and Seaography (#2297)
* backend

* frontend

* frontend

* README

* CI

* fmt

* docs

* edit

* rename

* Bump seaography to 1.0

* Cargo.lock
2024-08-09 11:13:45 +08:00
Billy Chan
dbe9e8f586
CI: update DB versions 2024-08-06 12:25:08 +08:00
Billy Chan
9fd5523d65
Examples: Loco x Seaography (#2270)
* Examples: Loco x Seaography

* fmt

* Edit
2024-06-26 14:50:00 +08:00
Billy Chan
7739c7e10b
Test PostgreSQL up to v16 (#2245) 2024-06-03 15:32:09 +08:00
Billy Chan
b63223d78d
Getting Started with Loco & SeaORM (#2230)
* Getting Started with Loco & SeaORM

* README

* edit

* README
2024-05-28 15:06:53 +08:00
Billy Chan
fe8fc03769
Release Bot 2024-04-02 12:57:42 +08:00
Billy Chan
b866236704
examples: deprecate actix3_example (#2154) 2024-03-13 13:46:53 +08:00
Mateusz Maćkowski
b1f0a81672
Bring back rocket_okapi support (#2136) 2024-03-10 23:51:01 +00:00
Billy Chan
7f25da3e2b
example: loco-todo-list (#2092)
* example: loco-todo-list

* fmt

* Cargo.lock

* Disabled integration test for GitHub CI

* fmt

* Update Cargo.toml
2024-02-05 14:35:37 +08:00
Chris Tsang
387b07e1c5 Changelog 2024-01-25 10:30:52 +00:00
Andrea Corradi
c56c072f27
Enable sqlite returning with feature flag (#2070)
* Enable sqlite returning with feature flag

* Add runtime check for sqlite version

* Apply suggestions from code review

* Fix clippy

* Rename feature

* Fix tests when feature flag is not enabled

---------

Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
2024-01-26 04:28:59 +08:00
Chris Tsang
4b5fd9388e Cleanup feature flags 2023-12-14 17:06:51 +00:00
Chris Tsang
b043f84aec Update example list 2023-12-14 16:43:35 +00:00
Billy Chan
b401851511
CI: whitelist examples runs 2023-12-14 20:03:30 +08:00
Chris Tsang
5db05c8251
Update bug-report.md 2023-12-01 10:07:16 +00:00
Chris Tsang
d0a162acfe
Delete .github/ISSUE_TEMPLATE/feature-request.md 2023-12-01 10:04:51 +00:00
Chris Tsang
c7510df009
Update config.yml 2023-12-01 10:03:29 +00:00
Chris Tsang
1f8707af64
Update config.yml 2023-12-01 09:59:10 +00:00
Billy Chan
c81f4d3705
CI: ignore examples/rocket_okapi_example 2023-11-06 21:08:33 +08:00
Billy Chan
4e6c1c6a56
build-tools 2023-07-27 21:48:26 +08:00
darkmmon
84be56e01a
update example's dependency versions (#1759)
* version update, all examples marked with #notcomplete does not compile with cargo run

* WIP

* salvo example fixed

* testing, and boost a minor version

* fmt

* build dependency update

* CI

* cleanup

---------

Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
2023-07-25 16:12:44 +08:00
Billy Chan
2eeb93567c
[CI] run fmt checks with nightly toolchain (#1780) 2023-07-25 13:49:16 +08:00
Billy Chan
49c494aa6c
CI Fixup (#1777) 2023-07-24 18:26:44 +08:00
Billy Chan
c64a46a683
[CI] Compile & test each examples on a single instance (#1767)
* Try

* Try

* Ignore examples root folder

* Try

* Try

* Try

* Try

* Try

* Try
2023-07-20 21:46:52 +08:00
Chris Tsang
b4c1a692f5 Edit 2023-07-12 20:26:35 +08:00
Billy Chan
faf222698c
[CI] Fix example fmt (#1719)
* [CI] Fix example fmt

* CI should failed, try the fmt check still works

* Revert "CI should failed, try the fmt check still works"

This reverts commit 2fea8a236b94e677a32ca89415153e53eb600279.
2023-06-23 19:07:49 +08:00
Chris Tsang
c4f1a3c4af Give up
This reverts commit 27af2c9c056be580d22d3a32fd0f766cf4443e3c.
2023-06-22 17:05:33 +08:00
Chris Tsang
27af2c9c05 cargo fmt check 2023-06-22 07:42:48 +08:00
Chris Tsang
320cbf5b75 Remove nightly from Examples 2023-06-22 16:08:09 +08:00
Billy Chan
b4eecf9cd8
Create release-bot.yml 2023-05-08 14:47:55 +08:00
Billy Chan
c33cbb23fa
ci: disable clippy checks on sea-orm-cli until we upgraded clap to v4 (clap-rs/clap#4849) 2023-04-22 00:50:46 +08:00
Billy Chan
9a727ac4b0
ci: Do not deny warnings until we upgraded clap to v4 (clap-rs/clap#4849) 2023-04-22 00:33:11 +08:00
Billy Chan
2c082558df
Generate entity for duplicated many-to-many paths (#1435)
* Generate entity for duplicated many-to-many paths

* CI: run cargo fmt with nightly channel
2023-04-13 11:16:49 +08:00
Chris Tsang
1c3c7af7b8 Update Issue Template 2023-02-22 14:39:23 +08:00
Chris Tsang
81c860e414 Trying to cleanup CI 2023-01-28 08:30:00 +08:00
Billy Chan
b21abf617f
Fix clippy warnings (#1437) 2023-01-31 16:46:44 +08:00
Billy Chan
23b6e66c2e
[CI] use dtolnay/rust-toolchain (#1284)
* Try dtolnay/rust-toolchain

* Fixup

* Remove deprecated set-output

* Fixup

* Remove unused
2022-12-06 20:38:23 +08:00
Billy Chan
775568080b
Update CI 2022-11-10 23:36:40 +08:00
Billy Chan
4255a0abb8
Update issue template 2022-11-10 15:40:23 +08:00
Billy Chan
309dd816b6
Update issue template 2022-11-10 15:22:47 +08:00
Billy Chan
708fea5ecc
Update issue template 2022-11-10 14:58:12 +08:00
Billy Chan
6e6abd17cd
Revert "Update issue template"
This reverts commit 46bebb37758e2363acc547b4cc7e278953958ada.
2022-11-10 14:45:23 +08:00