Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to develop for final release #982

Merged
merged 71 commits into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
145ee86
refactor: migrate connection and db modules
thetutlage Sep 16, 2023
c523cc2
refactor: migrate schema module
thetutlage Sep 16, 2023
26c7466
refactor: migrate migrations module
thetutlage Sep 16, 2023
887f5f1
refactor: migrate seeders module
thetutlage Sep 16, 2023
532b9cb
feat: migrate orm BaseModel
thetutlage Sep 18, 2023
7af92d9
refactor: relationships module
thetutlage Sep 18, 2023
2ecaac6
refactor: migrate factories codebase
thetutlage Sep 19, 2023
50b098b
refactor: migrate commands
thetutlage Sep 19, 2023
49b33b6
refactor: remove test utils and validator bindings for now
thetutlage Sep 19, 2023
3a219a6
test: fix breaking tests
thetutlage Sep 19, 2023
1417942
feat: add configure instructions
thetutlage Sep 19, 2023
9472db9
ci: fix env vars
thetutlage Sep 19, 2023
cabefba
ci: fix env vars
thetutlage Sep 19, 2023
25d6e87
fix: env variables
thetutlage Sep 19, 2023
f41bd17
fix: path for sqlite and mssql db password
thetutlage Sep 19, 2023
e50c45d
ci: update typecheck job's command
thetutlage Sep 19, 2023
98d74e9
docs: update README
thetutlage Sep 19, 2023
c9d28af
chore: update dependencies and peer dependencies
thetutlage Sep 19, 2023
09b6035
chore(release): 19.0.0-0
thetutlage Sep 20, 2023
e4bd887
fix: bug fixes from the last release
thetutlage Sep 20, 2023
054554f
refactor: remove container dependency
thetutlage Sep 20, 2023
1f6cf33
feat: add method to create a model adapter from database service
thetutlage Sep 20, 2023
498572f
feat: add BaseModel.useAdapter method to define an adapter for the model
thetutlage Sep 20, 2023
2cc1460
test: fix breaking test
thetutlage Sep 20, 2023
5edf520
chore(release): 19.0.0-1
thetutlage Sep 20, 2023
e06c08e
fix: correct path for exporting types (#955)
RomainLanz Sep 21, 2023
9e89c0d
fix(provider): properly define the adapter for the base model (#956)
RomainLanz Sep 21, 2023
d0b37b2
fix(configure): add commands to the rc file (#954)
RomainLanz Sep 21, 2023
8769fee
chore(release): 19.0.0-2
RomainLanz Sep 21, 2023
a014c21
fix(types): allow belongs to and has one to be null (#958)
RomainLanz Sep 23, 2023
62e5b5e
fix(migrator): set primary key for schema_versions table (#957)
RomainLanz Sep 23, 2023
a66f901
fix(datetime): check equalities properly (#959)
RomainLanz Sep 29, 2023
492f476
fix(configure): add missing luxon install (#964)
RomainLanz Oct 4, 2023
123b275
feat(errors): use new way to define exceptions (#966)
RomainLanz Oct 11, 2023
a6f290d
chore: update dependencies
thetutlage Oct 20, 2023
0793ce0
chore(release): 19.0.0-3
thetutlage Oct 20, 2023
3717436
feat: fix a typo in the readme (#969)
autumn-witch Nov 3, 2023
98023de
chore: update dependencies
thetutlage Nov 27, 2023
e774c86
style: format source code
thetutlage Nov 27, 2023
35bad84
ci: update nodejs versions
thetutlage Nov 27, 2023
dfd0391
ci: rename test.yml to checks.yml
thetutlage Nov 27, 2023
57cdc39
chore(release): 19.0.0-4
thetutlage Nov 27, 2023
797957d
refactor: do not import env when using sqlite driver
thetutlage Nov 27, 2023
1e5bab3
feat: add type info for db:query event
thetutlage Nov 27, 2023
811e059
fix: invalid migration alter stub
thetutlage Nov 27, 2023
0ebd2ee
refactor: remove useTz flag from timestamps
thetutlage Nov 27, 2023
ef6fbc3
feat: add unique and exists validation rules
thetutlage Nov 28, 2023
c952219
refactor: create tmp directory during configure for sqlite dialect
thetutlage Nov 28, 2023
58244db
refactor: do not promopt for db selection when --db flag is used
thetutlage Nov 28, 2023
ceec581
refactor: define vine types within the provider
thetutlage Nov 28, 2023
2dbff86
chore(release): 19.0.0-5
thetutlage Nov 28, 2023
8b839d3
fix: release connection in provider shutdown (#977)
Julien-R44 Dec 10, 2023
638b150
chore: package update dependencies
thetutlage Dec 14, 2023
45cad2e
fix: logic for wrapping existing where clauses when applying relation…
thetutlage Dec 14, 2023
b44d15e
fix: passing connection debug flag to relationships loaded via model …
thetutlage Dec 14, 2023
223db39
refactor: deprecate useTransaction method usage on query builder
thetutlage Dec 14, 2023
8a6f894
fix: make models inherit relationships
thetutlage Dec 15, 2023
5e99253
fix: mention search paths from config during db:wipe and db:truncate …
thetutlage Dec 15, 2023
073fee4
fix(orm): use naming strategy for computed field (#970)
RomainLanz Dec 15, 2023
2ae295b
refactor: add connectionString config option in postgresql config
thetutlage Dec 15, 2023
4b10565
test: remove searchPath from postgreSQL config
thetutlage Dec 15, 2023
db19e1d
chore(release): 19.0.0-6
thetutlage Dec 15, 2023
0556cb5
refactor: update stubs to use latest APIs
thetutlage Dec 26, 2023
ae35d24
test: fix breaking tests
thetutlage Dec 26, 2023
9457f68
chore(release): 19.0.0-7
thetutlage Dec 26, 2023
12a8a90
chore: update peer dependencies
thetutlage Dec 26, 2023
0fb73d4
chore(release): 19.0.0-8
thetutlage Dec 26, 2023
06422e1
chore(package): update dependencies
thetutlage Jan 11, 2024
ae090bd
refactor: export stubsRoot
thetutlage Jan 11, 2024
0ee3ee6
Merge branch 'develop' into v6-next
thetutlage Jan 11, 2024
57d9ca7
refactor: fix mess created by the merge
thetutlage Jan 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 13 additions & 22 deletions .env
Original file line number Diff line number Diff line change
@@ -1,31 +1,22 @@
DB=pg
DB_NAME=lucid
LEGACY_MYSQL_HOST=localhost
LEGACY_MYSQL_PASSWORD=secret
LEGACY_MYSQL_DATABASE=lucid
LEGACY_MYSQL_PORT=3306
LEGACY_MYSQL_USER=virk

MYSQL_HOST=localhost
MYSQL_PORT=3306
MYSQL_PASSWORD=secret
MYSQL_DATABASE=lucid
MYSQL_PORT=3308
MYSQL_USER=virk
MYSQL_PASSWORD=password

MYSQL_LEGACY_HOST=localhost
MYSQL_LEGACY_PORT=3306
MYSQL_LEGACY_USER=virk
MYSQL_LEGACY_PASSWORD=password

MYSQL_REPLICA_1_HOST=localhost
MYSQL_REPLICA_1_PORT=3306
MYSQL_REPLICA_1_USER=virk
MYSQL_REPLICA_1_PASSWORD=password

MYSQL_REPLICA_2_HOST=localhost
MYSQL_REPLICA_2_PORT=3306
MYSQL_REPLICA_2_USER=virk
MYSQL_REPLICA_2_PASSWORD=password

PG_HOST=localhost
PG_PASSWORD=secret
PG_DATABASE=lucid
PG_PORT=5432
PG_USER=virk
PG_PASSWORD=password

MSSQL_SERVER=localhost
MSSQL_HOST=localhost
MSSQL_PASSWORD=secrearandom&233passwordt
MSSQL_PORT=1433
MSSQL_USER=sa
MSSQL_PASSWORD=arandom&233password
70 changes: 0 additions & 70 deletions .github/COMMIT_CONVENTION.md

This file was deleted.

46 changes: 0 additions & 46 deletions .github/CONTRIBUTING.md

This file was deleted.

29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

Loading