An error occurred fetching the project authors.
- 29 May, 2018 16 commits
-
-
Clement Ho authored
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Lukas Eipert authored
-
Annabel Dunstone Gray authored
-
Lukas Eipert authored
Resolve "Operations navigation menu renders empty menu when user does not have the right permissions"
-
Andreas Brandl authored
Closes #35364.
-
blackst0ne authored
-
Rémy Coutable authored
Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set when retrieved from cache Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Paul Slaughter authored
-
- 28 May, 2018 14 commits
-
-
Matija Čupić authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Fabio Busatto authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Davin Walker authored
-
Dennis Tang authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Lin Jen-Shin authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
GroupProjectsFinder#collection_with_user would run the following code: if group.users.include?(current_user) When running this code for multiple groups this would result in one query being executed for every group. This commit simple removes the entire "if" statement with the code of the "else" statement. This ensures both paths use the same code, and removes the need for explicitly checking if a user is a member of the group.
-
Andreas Brandl authored
This was needed for a transition phase only. For details see #45389. Closes #45389.
-
Lukas Eipert authored
`app/assets/javascripts/jobs/components/sidebar_details_block.vue` and run prettier Squashed commits: [4551a37adc] backport EE version of `app/assets/javascripts/jobs/components/sidebar_details_block.vue`
-
Shinya Maeda authored
-
- 26 May, 2018 1 commit
-
-
Stan Hu authored
This commit does a number of things: 1. Reduces the number of queries needed by perform a single query to get all the tuples for the relevant rows. 2. Uses a transaction to query the tuple counts to ensure that the data is retrieved from the primary. Closes #46742
-
- 25 May, 2018 9 commits
-
-
Annabel Dunstone Gray authored
-
Clement Ho authored
-
Clement Ho authored
-
Winnie Hellmann authored
-
-
Mark Fletcher authored
-
André Luís authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-