- 13 Dec, 2017 1 commit
-
-
Luke Bennett authored
-
- 12 Dec, 2017 39 commits
-
-
Stan Hu authored
CE Backport - Fix order-dependent spec failure by avoiding monkeypatching See merge request gitlab-org/gitlab-ce!15893
-
Annabel Dunstone Gray authored
removed tab indexes from tag form See merge request gitlab-org/gitlab-ce!15886
-
Stan Hu authored
Return the noteable in Note#touch_noteable See merge request gitlab-org/gitlab-ce!15891
-
Michael Kozono authored
-
Robert Speicher authored
Merge branch 'tmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenter' into 'master' Refactor member view by using presenter Closes #28004 See merge request gitlab-org/gitlab-ce!15715
-
Achilleas Pipinellis authored
Fix entrypoint overriding documentation See merge request gitlab-org/gitlab-ce!15884
-
Yorick Peterse authored
This allows EE to re-use the object, making it easier to trigger indexing of the noteable.
-
Grzegorz Bizon authored
Handle domain sessions better in QA scenarios Closes gitlab-qa#102 See merge request gitlab-org/gitlab-ce!15452
-
Annabel Dunstone Gray authored
Clean up new dropdown styles Closes #39142 and #39446 See merge request gitlab-org/gitlab-ce!13676
-
Filipa Lacerda authored
Remove unnecessary js-issuable-edit Closes #41042 See merge request gitlab-org/gitlab-ce!15883
-
Sean McGivern authored
Use memoization for commits on diffs See merge request gitlab-org/gitlab-ce!15857
-
Marcus Amargi authored
-
Achilleas Pipinellis authored
-
Yorick Peterse authored
check the import_status field before doing SQL operations to check the import url See merge request gitlab-org/gitlab-ce!15752
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Greg Stark authored
-
Sean McGivern authored
Hide issues and MRs in labels list if disabled See merge request gitlab-org/gitlab-ce!15863
-
Zeger-Jan van de Weg authored
-
Robert Speicher authored
Move Repository#write_ref to Git::Repository#write_ref Closes gitaly#793 See merge request gitlab-org/gitlab-ce!15712
-
Sean McGivern authored
Treat empty markdown and html strings as valid cached text, not missing cache… See merge request gitlab-org/gitlab-ce!15856
-
Tomasz Maczukin authored
-
Clement Ho authored
-
Zeger-Jan van de Weg authored
The Gitaly CommitService is being hammered by n + 1 calls, mostly when finding commits. This leads to this gRPC being turned of on production: https://gitlab.com/gitlab-org/gitaly/issues/514#note_48991378 Hunting down where it came from, most of them were due to MergeRequest#show. To prove this, I set a script to request the MergeRequest#show page 50 times. The GDK was being scraped by Prometheus, where we have metrics on controller#action and their Gitaly calls performed. On both occations I've restarted the full GDK so all caches had to be rebuild. Current master, 806a68a8, needed 435 requests After this commit, 154 requests
-
Kim "BKC" Carlbäcker authored
-
Kamil Trzciński authored
Use Single list for multiple clusters See merge request gitlab-org/gitlab-ce!15848
-
Kamil Trzciński authored
Backport a spec fix done in EE (5dbecb8e) to CE See merge request gitlab-org/gitlab-ce!15842
-
Greg Stark authored
Treat empty markdown and html strings as valid cached text, not missing cache that needs to be updated
-
Sean McGivern authored
Use message body for merge request description Closes #40968 See merge request gitlab-org/gitlab-ce!15839
-
Douwe Maan authored
Merge branch '41041-undefined-method-new_project_guidelines_html-unable-to-load-from-cache' into 'master' Resolve "undefined method `new_project_guidelines_html', unable to load from cache" Closes #41041 See merge request gitlab-org/gitlab-ce!15878
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Rémy Coutable authored
Clears the current Appearance cache otherwise it breaks since new_project_guidelines_html would be missing Solves https://gitlab.com/gitlab-org/gitlab-ce/issues/41041. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Add js prefix for issuable-edit Closes #40965 See merge request gitlab-org/gitlab-ce!15813
-
Filipa Lacerda authored
Stop "ERROR: TypeError{}" from being logged to the console and fail tests Closes #37619 See merge request gitlab-org/gitlab-ce!15830
-
Filipa Lacerda authored
Updated image for diff navigation docs See merge request gitlab-org/gitlab-ce!15875
-
Sean McGivern authored
Use app host instead of asset host when rendering image blob or diff Closes #41002 See merge request gitlab-org/gitlab-ce!15854
-
Kamil Trzciński authored
Merge branch '41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-build' into 'master' Job dropping by MissingDependenciesError should consider StaleObjectError Closes #41023 See merge request gitlab-org/gitlab-ce!15873
-
Phil Hughes authored
Checks for null in job tooltip title Closes #40997 See merge request gitlab-org/gitlab-ce!15869
-
Phil Hughes authored
-