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
path: root/lib
AgeCommit message (Collapse)Author
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
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 '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 '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-08Expose noteable_iid in Notesue445
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-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-08Restrict InlineJavaScript for haml_lint to dev and test environmentwinh
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-08Refactor Gitlab::Git::Commit to include a repositoryAlejandro Rodríguez
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-08Exclude merge_jid on Import/Export attribute configurationOswaldo Ferreira
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
2017-08-08Merge branch 'feature/migrate-repository-size-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#size to Gitaly Closes gitaly#437 See merge request !13259
2017-08-08Merge branch 'perf.policy-runner-reduce-loops' into 'master'Sean McGivern
DeclarativePolicy: reduce iterations of the step set See merge request !13352
2017-08-07Merge branch 'master' into ideMike Greiling
* 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 ...
2017-08-07Merge branch 'backport-ee-2251' into 'master'Sean McGivern
Backport changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE Closes #21391 See merge request !13275
2017-08-07Merge branch 'blob-batch-methods' into 'master'Douwe Maan
Add Gitlab::Git::Blob.batch method See merge request !13225
2017-08-07more eagerly bail when the state is preventedhttp://jneen.net/
2017-08-07reduce iterations by keeping a count of remaining enablershttp://jneen.net/
rather than iterating the whole remaining step set with .all?(&:prevent?)
2017-08-07Merge branch 'github' into 'master'Robert Speicher
Improve GitHub importer Closes #27429 See merge request !12886
2017-08-07Merge branch 'zj-project-templates' into 'master'Sean McGivern
Allow projects to be started from a template Closes #32420 See merge request !13108
2017-08-07Merge branch 'group-milestone-references-system-notes' into 'master'Robert Speicher
Support group milestone references Closes #34778 See merge request !13289
2017-08-07Merge branch 'gitlab-git-repository-log-options' into 'master'Sean McGivern
Set default options outside the raw_log method See merge request !13346
2017-08-07Backport changes in ↵Nick Thomas
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2551 to CE
2017-08-07DRY up caching in AbstractReferenceFilterSean McGivern
We had a lot of copied and pasted code, when the different elements were very small and easy to get wrong.
2017-08-07Change `project.path_with_namespace` to `project.disk_path`Douglas Barbosa Alexandre
2017-08-07Add sidekiq metrics endpoint and add http server to sidekiqPaweł Chojnacki
2017-08-07Allow users to disable SSL verification if not connecting to github.comDouglas Barbosa Alexandre
2017-08-07Migrate Repository#find_commits_by_message to GitalyAhmad Sherif
Closes gitaly#443
2017-08-07Migrate Gitlab::Git::Repository#size to GitalyAhmad Sherif
Closes gitaly#437
2017-08-07Fix small typo on Github::Import#fetch_releasesDouglas Barbosa Alexandre
2017-08-07Import GitHub releasesDouglas Barbosa Alexandre
2017-08-07Fix Github::Import cache for user idsDouglas Barbosa Alexandre
2017-08-07Extrac common timeout to a constant on Github::ClientDouglas Barbosa Alexandre
2017-08-07Fix small typoe on Github::Client#root_endpointDouglas Barbosa Alexandre
2017-08-07Expire content cache when repository fetch failsDouglas Barbosa Alexandre
2017-08-07Set the new GitHub import as import sourceDouglas Barbosa Alexandre
2017-08-07Set the GitHub API token on options hashDouglas Barbosa Alexandre
2017-08-07Fix small typoe on GitHub import rake taskDouglas Barbosa Alexandre
2017-08-07Move GitHub root endpoint methods to Github::ClientDouglas Barbosa Alexandre
2017-08-07Use a custom root endpoint if defined on GH ominiauth provider settingsDouglas Barbosa Alexandre
2017-08-07Use project.import_url to fetch repositories from GithubDouglas Barbosa Alexandre
2017-08-07Set default options outside the raw_log methodJacob Vosmaer
The raw_log method is meant to become the Gitaly RPC boundary. By setting the defaults before doing the RPC we keep the RPC implementation simpler. We also sidestep the unfortunate subtleties of what happens when options[:limit] is not set, or nil.