Commit Graph

209 Commits (04aa4e851efec1cf3452dfa122cee040f881aa7d)

Author SHA1 Message Date
Maksim Sukharev 26dd81baa9 feat: add SchemaChecker tool 3 days ago
Git'Fellow 4920bd1725 refactor: add PHP 8.3 types to BC-safe class constants 1 week ago
Carl Schwan 81639134cb
feat: Remove IColumn::getOptions 2 weeks ago
Carl Schwan 9dad62c6eb
fix(db): Adapt migrations to new OCP\DB\Schema 2 weeks ago
provokateurin dd8b4fb384
style(PHP): Fix 2 months ago
Ferdinand Thiessen 9bc22fd2c4
chore: apply code style 2 months ago
Louis Chmn 9f6984d0a1 fix(DB): Improve wording about unused indexes 2 months ago
Louis Chmn 1c48481217 fix: Psalm errors from #60840 2 months ago
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 3 months ago
Rodrigo Correia 729e1e6920 feat(db): add occ db:info, db:size, db:index-usage and db:locks 3 months ago
Ferdinand Thiessen 1c23feae3d
refactor: migrate usage of `OC_App` to AppManager 3 months ago
Ferdinand Thiessen 20acaf307e
chore: add missing `Override` attribute to core code 4 months ago
Côme Chilliet 6b49aa792b
chore: Remove types from const properties for PHP 8.2 compatibility 5 months ago
Côme Chilliet cd2d09de64
fix: Remove static vars from core classes 5 months ago
Josh 636345bac8
fix(db): pending migrations in `occ migrations:status` 6 months ago
Carl Schwan f6c839d125
refactor(psalm): Modernize migration doc 6 months ago
Carl Schwan 4d47fdaa85 chore: Run rector with new rules for fetch 9 months ago
Carl Schwan 7a43bf26ca refactor(dbal): Migrate away from Type::getName 11 months ago
Carl Schwan b0c6ef5821 refactor(dbal): Port away from deprecated hasPrimaryKey 11 months ago
Carl Schwan 9e848551be refactor: Port away from more IQueryBuilder::execute 11 months ago
Robin Appelman 4da6081786
feat: add table filter to schema:export and schema:expected 1 year ago
Côme Chilliet 7127ac4b43
fix: Replace OC_App::loadApp calls by IAppManager 1 year ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 1 year ago
Christoph Wurst 3a7c094f3b
refactor: generate migrations with override attributes 1 year ago
provokateurin 82fb8f8508
refactor: Extend rector to core/ 1 year ago
Christoph Wurst 29161c0dfd
fix(db): Create replacement index where original index is missing 1 year ago
Côme Chilliet a3685551f7
fix: Replace isInstalled calls with isEnabledForAnyone or isEnabledForUser 2 years ago
provokateurin d8cc8aae1a
fix(ConvertType): Read hostname from arguments and not options 2 years ago
Nils Wenninghoff cf5d55edb7
fix(ConvertType): Read dbtype in createConnectionParams and remove safeguard 2 years ago
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 2 years ago
Joas Schilling c109ae9437
ci: Fix psalm by typing the QuestionHelper 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Côme Chilliet 76f2bc0bfc
fix: Replace OC_App::getAllApps with a method in AppManager 2 years ago
Anna Larch 8af7ecb257 chore: adjust code to adhere to coding standard 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Josh Richards 71fff03e9b fix(occ): Add support for UNIX sockets to `db:convert-type` 2 years ago
Maxence Lange 6ad6fa6425 fix(migration-preview): display a message if no attributes set 2 years ago
Maxence Lange 7c1ee524be fix(migration-attributes): privatizing AttributeException 2 years ago
Maxence Lange 79e6014879 feat(upgrade): release metadata 2 years ago
Maxence Lange 88cfab4f32 feat(upgrade): migration attributes 2 years ago
Joas Schilling 829f2b9bc7
fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of removed upstream platforms 2 years ago
Joas Schilling a4c1d7291f
fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprecated 2 years ago
Robin Appelman 4f01486da0
feat: add commands for exporting current and expected database schema 2 years ago
Daniel Kesselberg d00b8ed1f5
chore: use spdx for migrations generator 2 years ago
Andy Scherzinger 5c49a54801
chore: Add SPDX header 2 years ago
Josh 2ccde6f231
fix(db): cs-fix spacing 2 years ago
Josh 59dc6b49cd
fix(db): Prevent data loss by temporarily disabling `db:convert-type` 2 years ago
Joas Schilling 92fc12918e
fix(migrations): Help developers to add description and copyright info 2 years ago
Johannes Merkel 06d076410a
feat(occ): add possibility to edit indices 3 years ago
Josh 7ce0088737
fix(db): db-convert supports disabled apps but not removed ones 3 years ago