An error occurred fetching the project authors.
- 21 Feb, 2018 1 commit
-
-
Andreas Brandl authored
-
- 20 Feb, 2018 4 commits
-
-
Andreas Brandl authored
This was the default behavior, because all members with `user_id` set to `null` were excluded.
-
Andreas Brandl authored
For each member being rendered on Projects::ProjectMembersController#index, there was a query to the users table to retrieve the corresponding user: ``` SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 ```
-
Andreas Brandl authored
Realized window functions are not available in older MySQL versions either. Falling back to DISTINCT ON for postgresql and a convoluted translation for MySQL.
-
Andreas Brandl authored
Closes #41461.
-
- 09 Mar, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 03 Jan, 2017 2 commits
-
-
Jose Ivan Vargas authored
Fixed more tests
-
Jose Ivan Vargas authored
-