Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-08Merge branch 'fly-out-min-width' into 'master'Annabel Dunstone Gray
Fix fly-out width when it has long items See merge request !13371
2017-08-08Merge branch 'gitaly-find-commit' into 'master'Dmitriy Zaporozhets
Incorporate Gitaly's CommitService.FindCommit RPC Closes gitaly#402 See merge request !13094
2017-08-08Merge branch 'header-z-index-fix' into 'master'Annabel Dunstone Gray
Fixed modals being below navbar See merge request !13355
2017-08-08Merge branch '35098-raise-encoding-confidence-threshold' into 'master'Sean McGivern
Raise encoding confidence threshold to 50 Closes #35098 See merge request !12990
2017-08-08Merge branch 'rc/fix-commits-api' into 'master'Sean McGivern
Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name… Closes #15651 See merge request !13370
2017-08-08Merge branch 'project-homepage-activity' into 'master'Tim Zallmann
Fixed activity not loading on project homepage See merge request !13373
2017-08-08Make sure that we have author and committerLin Jen-Shin
In case we don't have it setup in ~/.gitconfig
2017-08-08Merge branch '35136-barchart-not-display-label-at-0-hour' into 'master'Clement Ho
Fix bar chart does not display label at hour 0 Closes #35136 See merge request !13330
2017-08-08Fix bar chart does not display label at hour 0Jason Dai
2017-08-08Merge branch 'winh-scope-haml-linter' into 'master'Grzegorz Bizon
Restrict InlineJavaScript for haml_lint to dev and test environment Closes omnibus-gitlab#2658 See merge request !13364
2017-08-08Fixed activity not loading on project homepagePhil Hughes
2017-08-08Merge branch 'project_events_noteable_iid' into 'master'Rémy Coutable
Expose noteable_iid in Note See merge request !13265
2017-08-08Expose noteable_iid in Notesue445
2017-08-08Fix fly-out width when it has long itemsPhil Hughes
2017-08-08Merge branch 'rc/fix-tags-api' into 'master'Sean McGivern
Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name… See merge request !13368
2017-08-08Add a test to show that threshold 40 would corruptLin Jen-Shin
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.
2017-08-08Add changelog entryLin Jen-Shin
2017-08-08Raise encoding confidence threshold to 50Lin Jen-Shin
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.
2017-08-08Fix the /projects/:id/repository/commits endpoint to handle dots in the ref ↵Rémy Coutable
name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-08Fix the /projects/:id/repository/tags endpoint to handle dots in the tag ↵Rémy Coutable
name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-08Merge branch '35941-fix-testing-issue-following-gitaly-install-fix' into ↵Rémy Coutable
'master' Unset the `RUBYOPT` env variable before installing `gitaly-ruby` Closes #35941 and #35967 See merge request !13313
2017-08-08Merge branch '35002_add_italian_translations_of_pipeline_schedules' into ↵Rémy Coutable
'master' Add Italian translations of Pipeline Schedules Closes #35002 See merge request !12981
2017-08-08Add Italian translations of Pipeline SchedulesHuang Tao
2017-08-08Restrict InlineJavaScript for haml_lint to dev and test environmentwinh
2017-08-08Merge branch 'document-and-test-api-iids' into 'master'Rémy Coutable
Fix the iids parameters in the API documentation See merge request !13340
2017-08-08Merge branch 'ide' into 'master'Mike Greiling
Add Multi-File Editor Using Monaco/VSCode Closes #31890 See merge request !12198
2017-08-08Merge branch 'master' into ideMike Greiling
* 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 ...
2017-08-08Incorporate Gitaly's CommitService.FindCommit RPCAlejandro Rodríguez
2017-08-08Move `deltas` and `diff_from_parents` logic to Gitlab::Git::CommitAlejandro Rodríguez
This helps keep the abstraction layers simpler, and also keep the interface of those methods consistent, in case of implementation changes.
2017-08-08fix repo_edit_button_spec.jsMike Greiling
2017-08-08fix test failures in repo_preview_spec.jsMike Greiling
2017-08-08fix repo_loading_file_spec testsMike Greiling
2017-08-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
2017-08-08use 100vh instead of flip flopping between the two - works on all suported ↵Regis
browsers
2017-08-08Merge branch '24685_view_self' into 'master'Jacob Schatz
Show all labels See merge request !13303
2017-08-08Show all labelsRegis Boudinot
2017-08-08Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu
Resolve "Store MergeWorker JID on merge request, and clean up stuck merges" Closes #31207 See merge request !13207
2017-08-08Merge branch '33874_confi' into 'master'Jacob Schatz
33874 confidential issue redesign See merge request !12801
2017-08-0833874 confidential issue redesignRegis Boudinot
2017-08-08Exclude merge_jid on Import/Export attribute configurationOswaldo Ferreira
2017-08-08fix eslint violationsMike Greiling
2017-08-08increase z-index on confirmation modalMike Greiling
2017-08-08fix leaky css selectorMike Greiling
2017-08-08Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz
2017-08-08Fix overflow when editing bug.Jacob Schatz
2017-08-08Show warning for big files.Jacob Schatz
2017-08-08Merge branch ↵Clement Ho
'35729-user-dropdown-in-filtered-search-does-not-load-avatar-on-master' into 'master' Resolve "User dropdown in filtered search does not load avatar on `master`" Closes #35729 See merge request !13181
2017-08-08Resolve "User dropdown in filtered search does not load avatar on `master`"Tim Zallmann
2017-08-08Merge branch 'feature/migrate-find-commits-by-message-to-gitaly' into 'master'Robert Speicher
Migrate Repository#find_commits_by_message to Gitaly Closes gitaly#443 See merge request !13268