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
2019-01-04Merge branch 'ce-revert-revert-gold-trial-mrs' into 'master'Kamil Trzciński
Bring back reverted Gold Trial MR (CE backport) See merge request gitlab-org/gitlab-ce!23621
2019-01-03Use new merge request email address formatBrett Walker
We now use `-merge-request` instead of `+merge-request+` in order to support catch all email addresses
2019-01-03Port GitLab.com gold trial callout changes to CELuke Bennett
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
2019-01-01Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi
bundler gem has been included in the Docker official Ruby image since 2.1. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-30Merge branch '34758-extend-can-create-cluster-logic' into 'master'Kamil Trzciński
Allow user to add cluster when there are ancestor clusters See merge request gitlab-org/gitlab-ce!23569
2018-12-28Merge branch 'fj-fix-lfs-image-comments-diffs' into 'master'Douwe Maan
Fix bug commenting LFS images and displaying LFS files Closes #43783 See merge request gitlab-org/gitlab-ce!23812
2018-12-28Add kubeclients stub methodsMayra Cabrera
Stub methods were added for: - GET service account - PUT service account - GET role binding - PUT role binding
2018-12-27Fixing image lfs bug and also displaying text lfsFrancisco Javier López
This commit, introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23812, fixes a problem creating a displaying image diff notes when the image is stored in LFS. The main problem was that `Gitlab::Diff::File` was returning an invalid valid in `text?` for this kind of files. It also fixes a rendering problem with other LFS files, like text ones. They LFS pointer shouldn't be shown when LFS is enabled for the project, but they were.
2018-12-26Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
54953-error-500-viewing-merge-request-due-to-nil-commit_email_hostname * upstream/master: (115 commits) [CE] Speed up login page usage Add new line and comments Fix the seeder 24_forks.rb cannot find public project Milestones on community contribution issues Removed Gitlab Upgrader found in /lib/gitlab/upgrader.rb Fix and move specs into admin_disables_git_access_protocol_spec.rb Fix HTTP/SSH clone panel for mobile Add spec for HTTP/SSH clone panel Fix missing Git clone button when protocol restriction setting enabled Fix deprecation: Using positional arguments in integration tests Extend override check to also check arity Update tm cli version Bump Gitaly version to v1.12.0 Add @dbalexandre to CODEOWNERS Update verbiage for clarity Change group-cluster beta to regular note Change alpha states to use note instead of warning Update registry section. Update serverless.yaml formatting Clarify obtaining application URL Add @godfat to CODEOWNERS ...
2018-12-24Allow users to add cluster with ancestorsMayra Cabrera
Include a new policy in Clusterables (projects and groups), which checks if another cluster can be added clusterable_has_cluster? and multiple_clusters_available private methods will be overriden in EE Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/34758
2018-12-22Fix deprecation: Using positional arguments in integration testsJasper Maes
2018-12-21Merge branch 'feature/option-to-make-variables-protected' into 'master'Grzegorz Bizon
Option to make variables protected by default Closes #51822 See merge request gitlab-org/gitlab-ce!22744
2018-12-21Merge branch 'specs-positional-arguments' into 'master'Lin Jen-Shin
Rails5: convert specs in javascripts/ and support/ to new spec syntax See merge request gitlab-org/gitlab-ce!23947
2018-12-21convert specs in javascripts/ and support/ to new syntaxJasper Maes
2018-12-21Merge branch 'security-import-symlink' into 'master'John Jarvis
[master] Persistent Symlink in Project Import See merge request gitlab/gitlabhq!2673
2018-12-20Merge branch 'master' into 'feature/option-to-make-variables-protected'Grzegorz Bizon
Conflicts: db/schema.rb
2018-12-19Use fake application settings for migration testsLin Jen-Shin
2018-12-19Merge branch 'blackst0ne-convert-specs-rails5-style' into 'master'Jan Provaznik
[Rails5.1] Update functional specs to use new keyword format Closes #54062 See merge request gitlab-org/gitlab-ce!23095
2018-12-19Extract a shared example for legacy and hashed storage migrations testsDouglas Barbosa Alexandre
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-12-18Merge branch '51485-new-issue-labels-note' into 'master'Rémy Coutable
Run CommonSystemNotesService on issuable create Closes #51485 See merge request gitlab-org/gitlab-ce!23859
2018-12-18Run CommonSystemNotesService on issuable createHeinrich Lee Yu
Adds system notes for labels, milestone and due date on create
2018-12-17Fix persistent symlink in project importJames Lopez
- Fix permissions after untar is done - Refactor command line util
2018-12-17Merge branch 'remove-rails4-specific-code' into 'master'Rémy Coutable
Remove rails4 specific code See merge request gitlab-org/gitlab-ce!23847
2018-12-17Merge branch 'deprecated-positional-seperator-parameter' into 'master'Rémy Coutable
Passing the separator argument as a positional parameter is deprecated See merge request gitlab-org/gitlab-ce!23334
2018-12-17Merge branch 'fix-rspec-offcense' into 'master'Rémy Coutable
Fix RSpec/HookArgument rubocop offense See merge request gitlab-org/gitlab-ce!23776
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-15Merge branch '54786-mr-empty-file-display' into 'master'Nick Thomas
Display empty files properly on MR diffs Closes #54786 See merge request gitlab-org/gitlab-ce!23671
2018-12-15Passing the separator argument as a positional parameter is deprecatedJasper Maes
2018-12-14Display reply field if resolved discussion has no repliesWinnie Hellmann
2018-12-13Add List-Id to notification emailsOlivier Crête
2018-12-13Re-define default only except policyKamil Trzciński
2018-12-13Add tests and move empty file message into own componentSean Nichols
2018-12-12Merge branch 'database-deprecation-warnings' into 'master'Robert Speicher
Resolve various database deprecation warnings See merge request gitlab-org/gitlab-ce!23772
2018-12-12Do not save user preferences on read-only modeFelipe Artur
2018-12-12Fix ActiveRecord::Migration deprecationsYorick Peterse
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
2018-12-11Fix a potential frozen string error in app/mailers/notify.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-11Fix RSpec/HookArgument rubocop offenseSemyon Pupkov
2018-12-10Set a fixed date for frontend fixturesWinnie Hellmann
2018-12-07Merge branch '48889-populate-merge_commit_sha' into 'master'Douwe Maan
Update merge request's merge_commit after branch update Closes #48889 See merge request gitlab-org/gitlab-ce!22794
2018-12-07Merge branch 'jprovazn-fast-upload-delete' into 'master'Grzegorz Bizon
Use FastDestroy for deleting uploads Closes #46069 See merge request gitlab-org/gitlab-ce!20977
2018-12-07Update merge request's merge_commit for branch updateMark Chao
Analyze new commits graph to determine each commit's merge commit. Fix "merged with [commit]" info for merge requests being merged automatically by other actions. Allow analyzing upto the relevant commit
2018-12-07Remove unused data from discussions endpointOswaldo Ferreira
We don't need a series of attributes to render diff files on discussions.json request. Therefore this MR removes lots of unnecessary attributes from the request, mainly the highlighted diff lines, which are pretty expensive.
2018-12-07Enabled feature flag for fast deletionsJan Provaznik
Fast destroy is used only if the feature flag is enabled, otherwise uploads are still deleted using carrier wave. It's disabled by default.
2018-12-07Use FastDestroy for deleting uploadsJan Provaznik
It gathers list of file paths to delete before destroying the parent object. Then after the parent_object is destroyed these paths are scheduled for deletion asynchronously. Carrierwave needed associated model for deleting upload file. To avoid this requirement, simple Fog/File layer is used directly for file deletion, this allows us to use just a simple list of paths.
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-12-06Merge branch 'blob-count2' into 'master'Rémy Coutable
Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-12-06Resolve "Can add an existing group member into a group project with new ↵James Lopez
permissions but permissions are not overridden"
2018-12-06Optimized file search to work without limitsJan Provaznik
* removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output