Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save changes | Thomas Citharel | 2017-05-30 | 1 | -0/+99 |
| | | | | | | | | | | | | | | | | | | PHP CS Fixed Events on changes Renamed field First draft for migration (create table Change) Added setter for tag in EntryTaggedEvent Fixed migration for Change table Added API route for entry history Removed deletion history | ||||
* | Added headers field in Entry | Nicolas Lœuillet | 2017-05-11 | 1 | -0/+55 |
| | |||||
* | Added migration to change length for user fields | Nicolas Lœuillet | 2017-05-10 | 1 | -0/+60 |
| | |||||
* | Cleaned craue_config_setting by removing useless download_pictures setting | Nicolas Lœuillet | 2017-04-20 | 1 | -0/+52 |
| | |||||
* | Merge pull request #3024 from wallabag/store-date | Nicolas Lœuillet | 2017-04-18 | 1 | -0/+65 |
|\ | | | | | Added publication date and author | ||||
| * | Fixed migrations | Nicolas Lœuillet | 2017-04-10 | 1 | -0/+5 |
| | | |||||
| * | Added author of article | Nicolas Lœuillet | 2017-04-09 | 1 | -1/+6 |
| | | |||||
| * | Added publication date | Nicolas Lœuillet | 2017-04-05 | 15 | -14/+69 |
| | | |||||
* | | Removed is_public in Entry edit form | Nicolas Lœuillet | 2017-04-13 | 15 | -15/+15 |
| | | |||||
* | | Remove isPublic from Entry entity fix #2598 | Maxime | 2017-04-13 | 1 | -0/+51 |
|/ | |||||
* | Added migration for Scuttle sharing | Nicolas Lœuillet | 2017-03-28 | 1 | -0/+54 |
| | |||||
* | Added check in migration about uuid field | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Fixed duplicate entry for share_public in craue_setting_table | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+9 |
| | |||||
* | Fixed check on index | Nicolas Lœuillet | 2017-01-27 | 1 | -4/+2 |
| | |||||
* | Added indexes on is_archived and is_starred | Nicolas Lœuillet | 2017-01-27 | 1 | -0/+58 |
| | |||||
* | Merge pull request #2646 from wallabag/explain-migrations-in-doc | Nicolas Lœuillet | 2017-01-26 | 14 | -8/+63 |
|\ | | | | | Added explanations about migrations | ||||
| * | Added hardcoded SQL for migration to 2.2 | Nicolas Lœuillet | 2017-01-23 | 6 | -8/+30 |
| | | |||||
| * | Added information about latest migrations | Nicolas Lœuillet | 2017-01-23 | 11 | -0/+33 |
| | | |||||
* | | Added migration for SQLite | Nicolas Lœuillet | 2017-01-25 | 1 | -2/+6 |
| | | |||||
* | | Added migration to rename uuid to uid | Nicolas Lœuillet | 2017-01-14 | 1 | -0/+71 |
|/ | |||||
* | Renamed uuid to uid | Nicolas Lœuillet | 2016-12-29 | 2 | -6/+6 |
| | |||||
* | Changed uuid type in database | Nicolas Lœuillet | 2016-12-25 | 1 | -1/+2 |
| | |||||
* | Added index on entry.uuid | Nicolas Lœuillet | 2016-12-23 | 1 | -0/+53 |
| | | | | Useful for entry sharing | ||||
* | Fix bad migration for PostreSQL | Jeremy Benoist | 2016-12-23 | 1 | -8/+68 |
| | | | | Queries weren’t executed for PostgreSQL, bad syntax. | ||||
* | Be consistent between migration & schema definition | Jeremy Benoist | 2016-12-19 | 1 | -0/+1 |
| | |||||
* | fixup! Run migration in test, ready for MySQL | Jeremy Benoist | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | Use actual database name | Jeremy Benoist | 2016-12-19 | 1 | -2/+2 |
| | | | | | | We can't retrieve the environment within the migration. And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`. Retrieve the database name from the connection is more accurate | ||||
* | pocket_consumer_key can be null | Jeremy Benoist | 2016-12-19 | 1 | -1/+1 |
| | |||||
* | Run migration in test, ready for MySQL | Jeremy Benoist | 2016-12-19 | 2 | -2/+8 |
| | |||||
* | Replaced quotes for Postgres | Nicolas Lœuillet | 2016-12-18 | 4 | -6/+6 |
| | |||||
* | Ensure craue_config_setting migration are ok | Jeremy Benoist | 2016-12-15 | 4 | -4/+52 |
| | | | | We now can run the migration every time, new line from `craue_config_setting` are properly checked. | ||||
* | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2650 from wallabag/add-hascolumn | Jeremy Benoist | 2016-11-30 | 14 | -89/+101 |
|\ | | | | | Added hasColumn() in migration to check column existence | ||||
| * | Named index | Nicolas Lœuillet | 2016-11-30 | 1 | -1/+9 |
| | | |||||
| * | Code review | Nicolas Lœuillet | 2016-11-30 | 2 | -7/+4 |
| | | |||||
| * | Fixed typo | Nicolas Lœuillet | 2016-11-28 | 1 | -2/+2 |
| | | |||||
| * | Cleaned old migrations | Nicolas Lœuillet | 2016-11-28 | 4 | -35/+26 |
| | | |||||
| * | Added dropColumn for SQLite and some enhancements | Nicolas Lœuillet | 2016-11-28 | 6 | -35/+37 |
| | | |||||
| * | Replaced abortIf with skipIf | Nicolas Lœuillet | 2016-11-28 | 12 | -24/+22 |
| | | |||||
| * | Added checks on migrations | Nicolas Lœuillet | 2016-11-28 | 6 | -11/+25 |
| | | |||||
| * | Removed my hasColumn and used the existing one in Doctrine | Nicolas Lœuillet | 2016-11-28 | 1 | -35/+1 |
| | | |||||
| * | Added hasColumn() in migration to check column existence | Nicolas Lœuillet | 2016-11-28 | 1 | -4/+40 |
| | | |||||
* | | Renamed view_mode by list_mode and hide excerpt | Nicolas Lœuillet | 2016-11-28 | 1 | -4/+4 |
| | | |||||
* | | Added list view | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+49 |
|/ | |||||
* | Added migration to remove useless fields | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+61 |
| | |||||
* | Add migration for new FOSUser version | Jeremy Benoist | 2016-11-22 | 1 | -0/+57 |
| | |||||
* | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+45 |
| | |||||
* | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 |
| | | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters | ||||
* | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+47 |
| | |||||
* | Fix migration | Jeremy Benoist | 2016-11-17 | 2 | -8/+14 |
| |