- 08 Aug, 2017 16 commits
-
-
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
Unset the `RUBYOPT` env variable before installing `gitaly-ruby` Closes #35941 and #35967 See merge request !13313
-
Rémy Coutable authored
Add Italian translations of Pipeline Schedules Closes #35002 See merge request !12981
-
Huang Tao authored
-
Rémy Coutable authored
Fix the iids parameters in the API documentation See merge request !13340
-
Mike Greiling authored
Add Multi-File Editor Using Monaco/VSCode Closes #31890 See merge request !12198
-
Mike Greiling authored
* master: (86 commits) Show all labels 33874 confidential issue redesign Exclude merge_jid on Import/Export attribute configuration Resolve "User dropdown in filtered search does not load avatar on `master`" Re-add column locked_at on migration rollback Group-level new issue & MR using previously selected project [EE Backport] Update log audit event in omniauth_callbacks_controller.rb more eagerly bail when the state is prevented Move locked_at removal to post-deployment migration Add class to other sidebars Improve mobile sidebar reduce iterations by keeping a count of remaining enablers Store & use ConvDev percentages returned by Version app Store MergeWorker JID on merge request, and clean up stuck merges Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE DRY up caching in AbstractReferenceFilter Update CHANGELOG Add CHANGELOG entry Fix html structure Removes test for removed behavior Port form back to use form_tag ...
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Regis authored
-
Jacob Schatz authored
Show all labels See merge request !13303
-
Regis Boudinot authored
-
Stan Hu authored
Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
-
- 07 Aug, 2017 24 commits
-
-
Jacob Schatz authored
33874 confidential issue redesign See merge request !12801
-
Regis Boudinot authored
-
Oswaldo Ferreira authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Jacob Schatz authored
-
Clement Ho authored
Resolve "User dropdown in filtered search does not load avatar on `master`" Closes #35729 See merge request !13181
-
Tim Zallmann authored
-
Robert Speicher authored
Migrate Repository#find_commits_by_message to Gitaly Closes gitaly#443 See merge request !13268
-
Robert Speicher authored
Migrate Gitlab::Git::Repository#size to Gitaly Closes gitaly#437 See merge request !13259
-
Sean McGivern authored
Issuables: Move some code from create services to Sidekiq workers See merge request !13326
-
Sean McGivern authored
DeclarativePolicy: reduce iterations of the step set See merge request !13352
-
Sean McGivern authored
Add two more metrics for CI/CD See merge request !13039
-
Mike Greiling authored
-
Oswaldo Ferreira authored
-
Phil Hughes authored
Remove JS flicker on page load; UI tweaks See merge request !13347
-
Clement Ho authored
Group-level new issue & MR using previously selected project Closes #34411 See merge request !13058
-
Bryce Johnson authored
-
Frank Pavageau authored
Since the parameter name is really `iids[]`, it should be used consistently across the documentation.
-
Sean McGivern authored
Store & use ConvDev percentages returned by Version app Closes #35761 See merge request !13217
-
Mike Greiling authored
* master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
-