- 21 Feb, 2018 1 commit
-
-
Andreas Brandl authored
-
- 20 Feb, 2018 9 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
-
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.
-
Rémy Coutable authored
Move spinach project network graph tests to RSpec See merge request gitlab-org/gitlab-ce!17171
-
Kamil Trzciński authored
Remove unecessary validate: true from belongs_to :project See merge request gitlab-org/gitlab-ce!17166
-
Phil Hughes authored
Remove graphs_show.js webpack bundle See merge request gitlab-org/gitlab-ce!17194
-
Dylan Griffith authored
This does not seem to serve any clear purpose and causes other issues (see https://gitlab.com/gitlab-org/gitlab-ce/issues/43196#note_59275652)
-
- 19 Feb, 2018 30 commits
-
-
Rémy Coutable authored
Remove extraneous tests from Issues API spec Closes #25201 See merge request gitlab-org/gitlab-ce!17222
-
Rémy Coutable authored
Update two links in the changelog developer docs See merge request gitlab-org/gitlab-ce!17220
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Clement Ho authored
Chart.html.haml refactor See merge request gitlab-org/gitlab-ce!16897
-
Jacob Schatz authored
-
Robert Speicher authored
These were all testing an implementation detail of `Issues::UpdateService` which is already well-tested and doesn't need to be re-tested here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25201
-
Nick Thomas authored
[GH Import] Create an empty wiki if wiki import failed Closes #43020 See merge request gitlab-org/gitlab-ce!17112
-
Valery Sizov authored
-
Rémy Coutable authored
Resolve "group request membership mail with too long list of "To:"" Closes #42274 See merge request gitlab-org/gitlab-ce!17121
-
🙈 jacopo beschi 🙉 authored
-
Filipa Lacerda authored
Fix single digit value clipping for stacked progress bar Closes gitlab-ee#4864 See merge request gitlab-org/gitlab-ce!17217
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Sean McGivern authored
Avoid slow File Lock checks when not used Closes #43339 See merge request gitlab-org/gitlab-ce!17140
-
Douwe Maan authored
Increase feature flag cache TTL to one hour Closes #40854 See merge request gitlab-org/gitlab-ce!17213
-
Rémy Coutable authored
Fix and simplify end-to-end tests for secret variables Closes gitlab-qa#190 See merge request gitlab-org/gitlab-ce!17173
-
Yorick Peterse authored
Flipper already takes care of flushing cache entries when enabling/disabling features so it should be safe to increase the TTL. This in turn should drastically reduce the number of Flipper queries executed. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/40854
-
Sean McGivern authored
Resolve "Double closing system notes when closing issue with Merge Request" Closes #32546 and #32564 See merge request gitlab-org/gitlab-ce!17035
-
Nick Thomas authored
Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
-
Sean McGivern authored
The tracking issue if this causes problems is https://gitlab.com/gitlab-org/gitaly/issues/1028
-
Achilleas Pipinellis authored
Docs: Update all articles with the new layout (metadata from the frontmatter) Closes #42831 See merge request gitlab-org/gitlab-ce!17187
-
Sean McGivern authored
Fix squash rebase not working when diff contained encoded data Closes gitlab-ee#4960 See merge request gitlab-org/gitlab-ce!17205
-
Sean McGivern authored
[ci skip]
-
James Edwards-Jones authored
Also avoid double commit lookup during file lock check by reusing memoized commits.
-
Filipa Lacerda authored
Backport webpack.config.js changes from EE See merge request gitlab-org/gitlab-ce!17185
-
Douwe Maan authored
Fix Error 500 when viewing a commit with a GPG signature in Geo Closes gitlab-ee#4825 See merge request gitlab-org/gitlab-ce!17207
-
Douwe Maan authored
Remember assignee when moving an issue See merge request gitlab-org/gitlab-ce!17116
-
Douwe Maan authored
Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
-