<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hedgedoc/lib/migrations, branch cindy</title>
<subtitle>Hedgedoc with support for CindyScript
</subtitle>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/'/>
<entry>
<title>Add missing catch</title>
<updated>2020-12-02T18:39:06+00:00</updated>
<author>
<name>Tilman Vatteroth</name>
</author>
<published>2020-12-02T18:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=0318ce3e8347342309f6f75f72b6ed5a83b03e52'/>
<id>0318ce3e8347342309f6f75f72b6ed5a83b03e52</id>
<content type='text'>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Catch more errors</title>
<updated>2020-12-02T16:22:27+00:00</updated>
<author>
<name>Tilman Vatteroth</name>
</author>
<published>2020-12-02T16:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=120225947f6c22c8e7f8b9c2b72f496784162647'/>
<id>120225947f6c22c8e7f8b9c2b72f496784162647</id>
<content type='text'>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Migrations] Replace similar code</title>
<updated>2020-11-30T16:39:50+00:00</updated>
<author>
<name>Tilman Vatteroth</name>
</author>
<published>2020-11-30T16:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=4ae80a3ed08aac4dddc2bddb80b5da5d7e20df86'/>
<id>4ae80a3ed08aac4dddc2bddb80b5da5d7e20df86</id>
<content type='text'>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[Migrations] Add variant of error message to catch block</title>
<updated>2020-11-30T16:31:55+00:00</updated>
<author>
<name>Tilman Vatteroth</name>
</author>
<published>2020-11-30T16:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=a157599884c98667ca8dc608e6de4d70d0a1812d'/>
<id>a157599884c98667ca8dc608e6de4d70d0a1812d</id>
<content type='text'>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tilman Vatteroth &lt;tilman.vatteroth@tu-dortmund.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fix for missing deletion of notes on user-deletion request</title>
<updated>2020-03-21T15:14:43+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2020-03-21T15:07:14+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=a9d98d4b529e6dd4a4f978dd8facd4bf5a20861e'/>
<id>a9d98d4b529e6dd4a4f978dd8facd4bf5a20861e</id>
<content type='text'>
Depending on how the system was setup, this bug lead to keep user's data
around even after a successful deletion of user'S account. This patch
will make sure the missing database constraints are implemented and
missed out deletions are executed.

This bug was introduced to insufficent testing after implementing the
feature initially. It was well tested, using the app process itself, but
the migrations where missed out. I'm currently not sure, if there was
also a change in how sequelize handles cassaded deletion, since I'm
unter the impression that before switching to sequelize 5, this feature
has worked. But I haven't verified this.

No matter what, the cleanup process is rather straight forward and will
be invoked on migration, but can also be done manually using the new
`bin/cleanup` script.

This change will result in a release 1.6.1.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on how the system was setup, this bug lead to keep user's data
around even after a successful deletion of user'S account. This patch
will make sure the missing database constraints are implemented and
missed out deletions are executed.

This bug was introduced to insufficent testing after implementing the
feature initially. It was well tested, using the app process itself, but
the migrations where missed out. I'm currently not sure, if there was
also a change in how sequelize handles cassaded deletion, since I'm
unter the impression that before switching to sequelize 5, this feature
has worked. But I haven't verified this.

No matter what, the cleanup process is rather straight forward and will
be invoked on migration, but can also be done manually using the new
`bin/cleanup` script.

This change will result in a release 1.6.1.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: migration should return promise</title>
<updated>2019-08-12T12:13:34+00:00</updated>
<author>
<name>chandi</name>
</author>
<published>2019-08-12T12:08:31+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=6280e92d1042967e16e68a50b6364de566e266ef'/>
<id>6280e92d1042967e16e68a50b6364de566e266ef</id>
<content type='text'>
Signed-off-by: chandi &lt;git@chandi.it&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: chandi &lt;git@chandi.it&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix eslint warnings</title>
<updated>2019-05-30T22:30:29+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2019-05-30T22:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=4da68597f701376307fe8849ed57edd3a80833ed'/>
<id>4da68597f701376307fe8849ed57edd3a80833ed</id>
<content type='text'>
Since we are about to release it's time to finally fix our linting. This
patch basically runs eslint --fix and does some further manual fixes.
Also it sets up eslint to fail on every warning on order to make
warnings visable in the CI process.

There should no functional change be introduced.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we are about to release it's time to finally fix our linting. This
patch basically runs eslint --fix and does some further manual fixes.
Also it sets up eslint to fail on every warning on order to make
warnings visable in the CI process.

There should no functional change be introduced.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update error message text checks</title>
<updated>2018-11-16T22:53:50+00:00</updated>
<author>
<name>Carles Bruguera</name>
</author>
<published>2018-11-06T18:07:28+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=5da10c0e2c00a7e26f4521e45888840d41175a61'/>
<id>5da10c0e2c00a7e26f4521e45888840d41175a61</id>
<content type='text'>
Signed-off-by: Carles Bruguera &lt;carlesba@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Carles Bruguera &lt;carlesba@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend migration error handling</title>
<updated>2018-09-05T15:19:35+00:00</updated>
<author>
<name>Sheogorath</name>
</author>
<published>2018-09-05T14:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=81e3d7bd00686b5e4d1e0b53db3eca9901c183c1'/>
<id>81e3d7bd00686b5e4d1e0b53db3eca9901c183c1</id>
<content type='text'>
The current error handling seems to conflict with some sequelize
versions. So we add a second version of it in our excemptions.

I'm not happy about it, but when it helps to prevent further migration
breaking, it's worth it.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current error handling seems to conflict with some sequelize
versions. So we add a second version of it in our excemptions.

I'm not happy about it, but when it helps to prevent further migration
breaking, it's worth it.

Signed-off-by: Sheogorath &lt;sheogorath@shivering-isles.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing catch blocks for migration from 1.1.1 to 1.2.0</title>
<updated>2018-07-31T06:19:57+00:00</updated>
<author>
<name>Hugo Caloto</name>
</author>
<published>2018-07-09T07:27:17+00:00</published>
<link rel='alternate' type='text/html' href='https://stuebinm.eu/git/hedgedoc/commit/?id=26a14dd987b2021f7652bf14da83046eeca2dd6c'/>
<id>26a14dd987b2021f7652bf14da83046eeca2dd6c</id>
<content type='text'>
Signed-off-by: Hugo Caloto &lt;hcaloto@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Hugo Caloto &lt;hcaloto@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
