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
2019-02-14Merge branch ↵Robert Speicher
'57634-issue-when-viewing-a-document-with-footnotes-actionview-template-error-undefined-method-at_css-for-nil-nilclass' into 'master' Issue when viewing a document with footnotes Closes #57634 See merge request gitlab-org/gitlab-ce!25199 (cherry picked from commit 69c19b392e4636093050f576d3056a10371b01b2) f8241f25 Properly handle multiple refs to same footnote
2019-02-12Merge branch 'sh-import-source-branch-github-forks' into 'master'Yorick Peterse
Create the source branch for a GitHub import Closes #57370 See merge request gitlab-org/gitlab-ce!25064 (cherry picked from commit 6dfce6e786f4828f3d2b0ff63d2a2dea4c82471c) e34a3213 Create the source branch for a GitHub import
2019-02-12Merge branch ↵Grzegorz Bizon
'7048_usage_ping_for_security_dashboard_as_default_view_for_groups-ce' into 'master' Usage ping for Group overview default user preference See merge request gitlab-org/gitlab-ce!24980 (cherry picked from commit d29e81b2aa7fc26736eb09309bbbf2ab5a5d5050) 60bd0a24 Add user_preferences_usage to usage ping fa518963 Protect group overview usage ping w/ feature flag
2019-02-08Merge branch 'patch-40' into 'master'Grzegorz Bizon
Update dotNet test task to upload test results on failure See merge request gitlab-org/gitlab-ce!24591
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-08Merge branch 'jlenny-AddPagesTemplates' into 'master'Douglas Barbosa Alexandre
Pages templates on the new project templates menu Closes #47857 See merge request gitlab-org/gitlab-ce!24906
2019-02-07Project template: Fall back to GitLab logoLukas Eipert
Use gitlab-svg to provide the icons for rails, spring and express. For the new GitLab pages templates, we are falling back to the GitLab logo.
2019-02-07Add Pages templatesJason Lenny
Adds templates for the 5 most popular Pages templates to the new project menu. This does not add unique icons for the templates because that turned out more complicated than expected, and this feature is valuable without them.
2019-02-07Merge branch 'master' into ↵Sean McGivern
fabsrc/gitlab-ce-2105-add-setting-for-first-day-of-the-week
2019-02-07Merge branch '52363-ui-changes-to-cluster-and-ado-pages' into 'master'Grzegorz Bizon
Moves domain setting to Clusters page Closes #52363 See merge request gitlab-org/gitlab-ce!24580
2019-02-07Merge branch 'local-markdown-version' into 'master'Douglas Barbosa Alexandre
Add local markdown version Closes #32789 See merge request gitlab-org/gitlab-ce!24822
2019-02-07Template for Android with FastlaneJason Lenny
2019-02-07Merge branch '56014-api-merge-request-squash-commit-messages' into 'master'Nick Thomas
API support for setting squash commit message during squash Closes #56014 See merge request gitlab-org/gitlab-ce!24784
2019-02-07Merge branch 'api-group-labels' into 'master'Sean McGivern
API group labels Closes #44901 See merge request gitlab-org/gitlab-ce!21368
2019-02-07Modifying gitaly search files client to add chunking supportJohn Cai
updates gitaly proto to 1.7.0, modifies the search files gitaly client call to use the new chunked_response flag in the rpc request, and stitch the responses together. maintains backwards compatibility with older gitaly servers.
2019-02-07Merge branch 'bjk/56788_unicorn_labels' into 'master'Stan Hu
Clean up unicorn sampler metric labels Closes #56788 See merge request gitlab-org/gitlab-ce!24626
2019-02-07API support for squash commit message during mergeLuke Duncalfe
Issues https://gitlab.com/gitlab-org/gitlab-ce/issues/47149 https://gitlab.com/gitlab-org/gitlab-ce/issues/56014
2019-02-06Add local markdown versionJan Provaznik
Cached markdown version is composed both from global and local markdown version. This allows admins to bump version locally when needed (e.g. when external URL is changed).
2019-02-06Merge branch 'sh-log-project-name-with-gitaly' into 'master'Rémy Coutable
Send project name with Gitaly repository requests Closes gitaly#1394 See merge request gitlab-org/gitlab-ce!23373
2019-02-06Fix #44332 - Add support for profile and emailGotenXiao
2019-02-06Rename setting, fix wordingsFabian Schneider
2019-02-06Add setting for first day of the weekFabian Schneider
2019-02-06Avoid race conditions when creating GpgSignatureBob Van Landuyt
This avoids race conditions when creating GpgSignature.
2019-02-06Add documentationRobert Schilling
2019-02-06Clean up unicorn sampler metric labelsBen Kochie
Change `type` and `address` labels to be less generic to avoid conflicts with other systems.
2019-02-06Merge branch 'security-makrdown-release-description-vulnerability' into 'master'Yorick Peterse
[master] Markdown of release notes leaks confidential issue titles and MR titles to any users See merge request gitlab/gitlabhq!2869
2019-02-06Merge branch '52568-external-mr-diffs' into 'master'Sean McGivern
Allow merge request diffs to be placed into an object store Closes #52568 See merge request gitlab-org/gitlab-ce!24276
2019-02-06Rename gl_project_name -> gl_project_pathStan Hu
Upgrade gitaly-proto to 1.10.0 to have this field.
2019-02-06Add more tests and comments around Wiki formattingStan Hu
2019-02-06Add convenience methods for creating project and Wiki repositoriesStan Hu
This makes it easier to access other project arguments in the future.
2019-02-06Add comment to explain why gl_repository is blankStan Hu
During creation of a repository, gl_repository may not be known because that depends on a yet-to-be assigned project ID in the database (e.g. project-1234), so for now it is blank.
2019-02-06Rename name -> disk_path in create_repositoryStan Hu
With hashed storage, the project name may not necessarily be the project name, so rename the variable to make it clear.
2019-02-06Refactor use of Shell.import_repository for WikisStan Hu
The previous behavior would pass in a list of parameters to Shell, but we can improve this by using the WikiFormatter and Project models to give us the same information.
2019-02-06Clean up Shell.fork_repositoryStan Hu
Use project models instead of a list of parameters.
2019-02-06Send project name with Gitaly repository requestsStan Hu
When hashed storage is in use, it's helpful to have the project name associated with the request. Closes https://gitlab.com/gitlab-org/gitaly/issues/1394
2019-02-06Fix MySQL error when truncating a table that doesn't existJose Torres
This adds a conditional statement before truncating the `schema_migrations` table. This comit also ports this code to Rails 5.
2019-02-05Merge branch 'ce-reduce-diff-in-ci-create_pipeline_service' into 'master'Nick Thomas
Reduce the diff with EE in Ci::CreatePipelineService See merge request gitlab-org/gitlab-ce!24831
2019-02-05Allow MR diffs to be placed into an object storeNick Thomas
2019-02-05Merge branch 'speedup-gitlab-assets-compile' into 'master'Sean McGivern
Cache assets in gitlab:assets:compile Closes #56691 See merge request gitlab-org/gitlab-ce!24542
2019-02-05Merge branch 'sh-encode-content-disposition' into 'master'Sean McGivern
Encode Content-Disposition filenames Closes #47673 See merge request gitlab-org/gitlab-ce!24919
2019-02-05Merge branch 'jprovazn-remove-redcarpet' into 'master'Grzegorz Bizon
Remove Redcarpet markdown engine Closes #51374 See merge request gitlab-org/gitlab-ce!24819
2019-02-05Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-05Add Rails 6 deprecation error messageStan Hu
2019-02-05Monkey-patch Sprockets to prevent cache ballooningRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-02-05Merge branch 'search-title' into 'master'Sean McGivern
Add 'in' filter that modifies scope of 'search' filter to issues and merge requests API See merge request gitlab-org/gitlab-ce!24350
2019-02-05Fix grammar and spellingHiroyuki Sato
2019-02-05Encode Content-Disposition filenamesStan Hu
Users downloading non-ASCII attachments would see garbled characters. When used with object storage, AWS S3 would return an InvalidArgument error: Header value cannot be represented using ISO-8859-1. Per RFC 5987 and RFC 6266, Content-Disposition should be encoded properly. This commit takes the Rails 6 implementation of ActiveSuppport::Http::ContentDisposition (https://github.com/rails/rails/pull/33829) and ports it here. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
2019-02-05Catch possible Addressable::URI::InvalidURIErrorBrett Walker
2019-02-04Addresses backend/db review commentsMayra Cabrera
- Fixes multiple typos on AutoDevops script - Add an alias to Clusters::Cluster#domain as base_domain, so it's more descriptive - Removes unnecessary memoization on qa specs - Changes migration to a post migration to deal better with traffic on big instances (like gitlab.com)
2019-02-04Modifies ADO script to include new variableMayra Cabrera
Ensure KUBE_INGRESS_BASE_DOMAIN existence by setting his value to AUTO_DEVOPS_DOMAIN if the first one doesnt exists. Also made corresponding changes throughout the whole script Related to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24580