Commit Graph

56 Commits

Author SHA1 Message Date
westito fad654a5aa
PostgreSQL support (#1507)
Support PostgreSQL as a dialect in the main package and with an implementation provided in another package.

Co-authored-by: Simon Binder <oss@simonbinder.eu>
2021-11-11 14:40:41 +01:00
westito 0f7b604205 Add helper scripts 2021-10-25 12:07:51 +02:00
Simon Binder 38b4f094e9
Build and deploy docs via GitHub action 2021-03-12 22:12:20 +01:00
Simon Binder ba95127cab
Use build_runner to generate documentation 2021-03-12 21:14:45 +01:00
Simon Binder e067b00375
Delete Cirrus CI files 2020-11-20 20:02:12 +01:00
Simon Binder 9e60acfe18
Fix new errors from GitHub actions 2020-11-20 18:25:53 +01:00
Simon Binder a5ca7e745f
Add more dependency overrides 2020-11-20 18:14:39 +01:00
Simon Binder c714ca54d4
Run moor tests individually 2020-11-19 22:22:18 +01:00
Simon Binder 01258d25ab
Fix nnbd code emitted by the generator 2020-11-19 14:06:51 +01:00
Simon Binder 0ef7353df5
Setup CI with Dart 2.12 beta 2020-11-18 10:53:20 +01:00
Simon Binder fc034701d0
Use new Dart tool for formatting and analysis 2020-10-13 18:19:06 +02:00
Simon Binder fac99e1d6b
Run CI with Dart 2.10 2020-10-02 18:43:27 +02:00
Simon Binder e6ede795f8
Upgrade Dart in CI 2020-08-07 20:50:38 +02:00
Simon Binder 95f25421b4
Install sqlite3 in CI 2020-07-29 11:38:25 +02:00
Simon Binder 7623362fc6
Don't test moor_ffi in CI
We don't have Flutter in the CI, and the package is
deprecated.
2020-07-29 11:28:55 +02:00
Simon Binder 4f6798c0ab
Test moor_ffi through Flutter in CI 2020-07-29 11:17:57 +02:00
Simon Binder 3287098c86
Don't include Chrome and FF in CI builds 2020-07-23 15:45:06 +02:00
Simon Binder c955be7537
Rebuild Dockerfile in CI 2020-07-23 13:02:32 +02:00
Simon Binder b266e5e53f
Collect coverage for moor_ffi (#400) 2020-02-19 13:00:03 +01:00
Simon Binder d44004e598
Explain how to use moor with built_value 2020-02-08 15:29:31 +01:00
Simon Binder c6911ecd86
ci: Install curl for coverage uploading 2020-02-05 22:54:42 +01:00
Simon Binder 2205cf3b6e
Revert "Try running analyzer tests in CI"
This reverts commit b62f3c212e.
2020-02-03 22:16:43 +01:00
Simon Binder b62f3c212e
Try running analyzer tests in CI 2020-02-03 21:56:19 +01:00
Simon Binder 727ab4d88a
CI: Disable testing on the web 2020-01-28 20:20:43 +01:00
Simon Binder b7818c197c
CI: Add dartfmt and dartanalyzer to path 2020-01-27 21:47:42 +01:00
Simon Binder d4cf9c26eb
Also run tests for moor on chrome and firefox 2020-01-27 16:58:48 +01:00
Simon Binder 144147795f
ci: Don't analyze moor_flutter, but analyze moor_ffi 2020-01-04 17:13:23 +01:00
Simon Binder fc0949ebd1
CI: Fix analysis script 2020-01-03 16:18:25 +01:00
Simon Binder 0e2ad81ac1
Attempt to use Dart 2.7 in CI 2019-12-13 23:27:09 +01:00
Simon Binder 82a6fd9f2d
Make sure libsqlite3.so is available for CI tests 2019-11-09 10:45:35 +01:00
Simon Binder 623f3212a1
Use builtin coverage collection from test package 2019-11-08 22:51:53 +01:00
Simon Binder d08275d3be
Run moor_ffi and VM integration tests in CI 2019-11-05 18:30:39 +01:00
Simon Binder 24c4e5c7d4
Don't run analyzer tests on the CI 2019-10-11 16:42:08 +02:00
Simon Binder 5a0c0d9212
Use package:test_coverage for moor subproject 2019-09-29 11:27:35 +02:00
Simon Binder 234a96cd5e
Re-enable coverage for everything but moor_generator 2019-09-29 10:51:16 +02:00
Simon Binder ff60b19805
Delete conflicting outputs when running the moor test 2019-08-20 12:21:54 +02:00
Simon Binder 420b1090cc
Don't run coverage on CI builds
We regularly run out of memory
2019-08-19 20:49:32 +02:00
Simon Binder 7cddf6f5d7
Provide coverage upload token variable 2019-07-28 11:08:39 +02:00
Simon Binder 4c7874dd91
Test and coverage the sql parser 2019-07-28 09:49:14 +02:00
Simon Binder 6c70c947a1
Make the moor test script executable 2019-07-10 17:29:03 +02:00
Simon Binder c9d0b4f609
Continue experiments with cirrus 2019-07-05 19:32:01 +02:00
Simon Binder 734ea86c6d
Start migration to cirrus CI 2019-07-05 10:47:42 +02:00
Simon Binder 7da3ef3d64
Integrate new sql parser library into CI 2019-06-15 23:03:43 +02:00
Simon Binder 8d6c9b2ee6
Remove content out of readme in favor of website docs 2019-04-03 10:23:10 +02:00
Simon Binder af8267bb8a
Run dartfmt on tools 2019-03-23 11:52:14 +01:00
Simon Binder 828ac8c23f
Switch to codecov, also report on moor_generator 2019-03-23 11:32:31 +01:00
Simon Binder 9ea3c2d711
Apply analyzer change in build script 2019-03-19 13:48:33 +01:00
Simon Binder 5141bdc8c5
Workaround for analyzer acting up 2019-03-19 13:36:43 +01:00
Simon Binder 92fc58bf2f
Upload coverage 2019-03-19 13:19:45 +01:00
Simon Binder c243bf3dfe
What was I thinking 2019-03-09 22:35:22 +01:00