- 08 Aug, 2017 40 commits
-
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Restore blob fixture for JavaScript tests Closes #36187 See merge request !13399
-
winh authored
-
Robert Speicher authored
-
Robert Speicher authored
Add rubocop-gitlab-security gem See merge request !12177
-
Annabel Dunstone Gray authored
Fix fly-out navigation not showing for active items in collapsed sidebar See merge request !13353
-
Phil Hughes authored
-
Sean McGivern authored
Fix Profile > Preferences feature specs See merge request !13382
-
Jacob Schatz authored
Remove repo editor feature flag from RC1 See merge request !13379
-
Sean McGivern authored
Fix a broken Events API spec See merge request !13381
-
Rémy Coutable authored
Unset BUNDLE_GEMFILE when installing Gitaly See merge request !13378
-
Rémy Coutable authored
Merge branch '36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one' into 'master' Resolve "API v4 allows setting a branch that doesn't exist as the default one" Closes #36010 See merge request !13359
-
Brian Neel authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Merge branch '35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-ui' into 'master' Resolve "'Please select a file' when attempting to upload or replace from the UI" Closes #35052 See merge request !12863
-
Annabel Dunstone Gray authored
Fix fly-out width when it has long items See merge request !13371
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Incorporate Gitaly's CommitService.FindCommit RPC Closes gitaly#402 See merge request !13094
-
Mike Greiling authored
This reverts commit 79f94c8d.
-
Annabel Dunstone Gray authored
Fixed modals being below navbar See merge request !13355
-
Mike Greiling authored
-
Mike Greiling authored
Revert "Combine 'turn on/off' user dropdown links into 'experimental features' link and andded 'experimental features' heading for user preferences page" This reverts commit 75f490a4.
-
Sean McGivern authored
Raise encoding confidence threshold to 50 Closes #35098 See merge request !12990
-
Jacob Vosmaer authored
-
Sean McGivern authored
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name… Closes #15651 See merge request !13370
-
Tim Zallmann authored
Fixed activity not loading on project homepage See merge request !13373
-
Lin Jen-Shin authored
In case we don't have it setup in ~/.gitconfig
-
Simon Knox authored
hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
-
Clement Ho authored
Fix bar chart does not display label at hour 0 Closes #35136 See merge request !13330
-
Jason Dai authored
-
Grzegorz Bizon authored
Restrict InlineJavaScript for haml_lint to dev and test environment Closes omnibus-gitlab#2658 See merge request !13364
-
Phil Hughes authored
-
Rémy Coutable authored
Expose noteable_iid in Note See merge request !13265
-
sue445 authored
-
Phil Hughes authored
-
Sean McGivern authored
Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name… See merge request !13368
-
Lin Jen-Shin authored
If we set `ENCODING_CONFIDENCE_THRESHOLD` to 40, this test case would not pass. If we raise to 50, this would pass. Note that if in the future rugged didn't return corrupt data, this would be less relevant. But still icu recommend the threshold to be 50, we should just stick with 50.
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
It is recommended that we set this to 50: https://gitlab.com/gitlab-org/gitlab-ce/issues/35098#note_35036746 In this particular issue, the confidence was 42 for Shift JIS, but in fact that's encoded in UTF-8 just with a single bad character. In this case, we shouldn't try to treat it as Shift JIS, but just treat it as UTF-8 and remove invalid bytes. Treating it like Shift JIS would corrupt the whole data. Unfortunately, the diff which would cause this could not be disclosed therefore we can't use it as a test example.
-
Rémy Coutable authored
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
-