Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(db): Apply query prepared statementsdbQueriesExecStmt2 | Git'Fellow | 2024-10-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Fix: psalm fix: bad file fix: bug chore: add batch chore: add batch chore: add batch fix: psalm | ||||
* | ci: Fix psalm by typing the QuestionHelper | Joas Schilling | 2024-10-07 | 2 | -0/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -3/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix: Replace OC_App::getAllApps with a method in AppManager | Côme Chilliet | 2024-09-13 | 2 | -9/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw | John Molakvoæ | 2024-09-04 | 1 | -1/+19 |
|\ | |||||
| * | fix(occ): Add support for UNIX sockets to `db:convert-type` | Josh Richards | 2024-08-16 | 1 | -1/+19 |
| | | | | | | | | | | | | | | | | Fixes #31998 Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency. Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 7 | -8/+8 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(migration-preview): display a message if no attributes set | Maxence Lange | 2024-08-06 | 1 | -0/+9 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(migration-attributes): privatizing AttributeException | Maxence Lange | 2024-07-29 | 2 | -3/+7 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(upgrade): release metadata | Maxence Lange | 2024-07-29 | 2 | -124/+37 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(upgrade): migration attributes | Maxence Lange | 2024-07-29 | 2 | -0/+268 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> f Signed-off-by: Maxence Lange <maxence@artificial-owl.com> d Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of ↵ | Joas Schilling | 2024-07-19 | 2 | -4/+3 |
| | | | | | | removed upstream platforms Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is ↵ | Joas Schilling | 2024-07-19 | 1 | -2/+2 |
| | | | | | | deprecated Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #46194 from nextcloud/schema-export-cmnd | Robin Appelman | 2024-07-02 | 3 | -0/+227 |
|\ | | | | | feat: add commands for exporting current and expected database schema | ||||
| * | feat: add commands for exporting current and expected database schema | Robin Appelman | 2024-07-02 | 3 | -0/+227 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | chore: use spdx for migrations generator | Daniel Kesselberg | 2024-06-28 | 1 | -19/+2 |
|/ | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 10 | -225/+28 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(db): cs-fix spacing | Josh | 2024-05-18 | 1 | -1/+1 |
| | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | fix(db): Prevent data loss by temporarily disabling `db:convert-type` | Josh | 2024-05-17 | 1 | -0/+7 |
| | | | | | Needed until #45257 is addressed to prevent data loss Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | Merge pull request #43824 from nextcloud/fix/db/occ-db-convert-disabled-apps | Josh | 2024-03-07 | 1 | -1/+1 |
|\ | | | | | fix(db): db-convert supports disabled apps but not removed ones | ||||
| * | fix(db): db-convert supports disabled apps but not removed ones | Josh | 2024-02-25 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com> | ||||
* | | fix(migrations): Help developers to add description and copyright info | Joas Schilling | 2024-03-05 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | feat(occ): add possibility to edit indices | Johannes Merkel | 2024-02-27 | 1 | -5/+51 |
|/ | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | Migrate database pending bigint conversions check to new API | Côme Chilliet | 2023-11-28 | 1 | -3/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 3 | -3/+3 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | fix(db): Print why the migration file could not be created | Christoph Wurst | 2023-11-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | fix(db)!: Remove private legacy event because we can not keep it | Joas Schilling | 2023-07-24 | 3 | -27/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Move missing core indices to typed event | Joas Schilling | 2023-07-24 | 1 | -416/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Add options to support all used features by core | Joas Schilling | 2023-07-24 | 1 | -1/+17 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Move missing core columns to typed event | Joas Schilling | 2023-07-24 | 1 | -36/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(db): Move missing core primary keys to typed event | Joas Schilling | 2023-07-24 | 1 | -121/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(dispatcher): Add typed event for "db:add-missing-primary-keys" | Joas Schilling | 2023-07-24 | 1 | -7/+48 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(dispatcher): Add typed event for "db:add-missing-columns" | Joas Schilling | 2023-07-24 | 1 | -9/+43 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #39389 from nextcloud/enh/add-missing-indices-event | Julius Härtl | 2023-07-14 | 1 | -1/+30 |
|\ | |||||
| * | feat: Add public event for missing indices | Julius Härtl | 2023-07-14 | 1 | -1/+30 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | fix(db): no hardcoded table prefix is expected | Arthur Schiwon | 2023-07-13 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix(systemtags): Add missing systemtags index | Marcel Klehr | 2023-06-21 | 1 | -0/+13 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update core/Command/Db/ConvertType.php | Faraz Samapoor | 2023-06-19 | 1 | -1/+1 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Command/Db/ConvertFilecacheBigInt.php | Faraz Samapoor | 2023-06-19 | 1 | -1/+3 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Command/Db/Migrations/MigrateCommand.php | Faraz Samapoor | 2023-06-19 | 1 | -1/+3 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Update core/Command/Db/Migrations/StatusCommand.php | Faraz Samapoor | 2023-06-19 | 1 | -1/+3 |
| | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Uses PHP8's constructor property promotion in core/Command/Db classes. | Faraz Samapoor | 2023-06-19 | 9 | -58/+27 |
| | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at> | ||||
* | add new index in repair step instead of on-migrate | Robin Appelman | 2023-04-28 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add parent index on filecache | Louis Chemineau | 2023-03-20 | 1 | -0/+10 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix typo that added a letter to migration template | Vitor Mattos | 2023-02-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Vitor Mattos <vitor@php.rio> | ||||
* | properly typehint generated migrations | Roeland Jago Douma | 2022-10-09 | 1 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update ConvertFilecacheBigInt.php | timm2k | 2022-09-14 | 1 | -0/+1 |
| | | | Signed-off-by: timm2k <timm2k@gmx.de> | ||||
* | DB mounts table: Add index for mount_provider_class | Marcel Klehr | 2022-08-01 | 1 | -0/+13 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 10 | -79/+19 |
| | | | | | | | - Typed properties - Port to LoggerInterface Signed-off-by: Carl Schwan <carl@carlschwan.eu> |