An error occurred fetching the project authors.
- 07 Jul, 2017 2 commits
-
-
James Lopez authored
-
James Lopez authored
-
- 06 Jul, 2017 5 commits
-
-
Nick Thomas authored
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
Yorick Peterse authored
This removes the need for relying on Rails' "dependent" option for data removal, which is _incredibly_ slow (even when using :delete_all) when deleting large amounts of data. This also ensures data consistency is enforced on DB level and not on application level (something Rails is really bad at). This commit also includes various migrations to add foreign keys to tables that eventually point to "projects" to ensure no rows get orphaned upon removing a project.
-
Yorick Peterse authored
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
-
Yorick Peterse authored
This removes the need for relying on Rails' "dependent" option for data removal, which is _incredibly_ slow (even when using :delete_all) when deleting large amounts of data. This also ensures data consistency is enforced on DB level and not on application level (something Rails is really bad at). This commit also includes various migrations to add foreign keys to tables that eventually point to "projects" to ensure no rows get orphaned upon removing a project.
-
- 05 Jul, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 22 Jun, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 16 Jun, 2017 2 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
- 07 Jun, 2017 5 commits
-
-
Oswaldo Ferreira authored
This reverts commit 6d9acc49b29b9a735148198a15654728f7f2ba91.
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
Oswaldo Ferreira authored
-
- 02 Jun, 2017 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 14 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 13 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 12 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 05 May, 2017 1 commit
-
-
Alfredo Sumaran authored
-
- 04 May, 2017 2 commits
-
-
Valery Sizov authored
-
Alfredo Sumaran authored
-
- 03 May, 2017 1 commit
-
-
Valery Sizov authored
[Multiple isssue assignees] feature is far behind of the master by this commit I resolve the BE part
-
- 27 Apr, 2017 1 commit
-
-
Valery Sizov authored
-
- 21 Apr, 2017 1 commit
-
-
Stan Hu authored
Closes #31215
-
- 20 Apr, 2017 1 commit
-
-
Valery Sizov authored
-
- 10 Apr, 2017 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Valery Sizov authored
-
- 08 Apr, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Apr, 2017 2 commits
-
-
http://jneen.net/ authored
-
Regis Boudinot authored
-
- 05 Apr, 2017 2 commits
-
-
Clement Ho authored
-
Douwe Maan authored
-
- 04 Apr, 2017 1 commit
-
-
Felipe Artur authored
-