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
2018-08-22Merge branch 'api-empty-commit-message' into 'master'Sean McGivern
API: Catch empty commit messages Closes #50268, #50266, and #50265 See merge request gitlab-org/gitlab-ce!21322
2018-08-22Merge branch 'api-empty-project-snippets' into 'master'Sean McGivern
Api empty project snippets Closes #50270 See merge request gitlab-org/gitlab-ce!21325
2018-08-22Merge branch 'api-shared_group_expires-at' into 'master'Sean McGivern
API: Add shared project's expiration date Closes #46107 See merge request gitlab-org/gitlab-ce!21104
2018-08-22Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto
Previous code would not work with `disabled?` because that method would send two parameters (second always `nil`) which we are not mocking. Instead of mock yet another state, I decide to fix it where it belongs.
2018-08-21Add public/uploads/tmp to allowed upload pathsJan Provaznik
When direct_upload is enabled and a for file is being uploaded, then workhorse uses `public/uploads/tmp` path. If `uploads.storage_path` i sset to a different directory, then upload fails because `public/uploads/tmp` is not in allowed paths.
2018-08-21Added count for label, assignee, and milestone listsChantal Rollison
2018-08-21Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern
Sorting here needs the project routes to be loaded, including the namespace routes.
2018-08-21Extend to PUT requestRobert Schilling
2018-08-21Merge branch 'tc-api-fork-owners' into 'master'Grzegorz Bizon
Allow project owners to set up forking relation through API Closes #40550 See merge request gitlab-org/gitlab-ce!18104
2018-08-21API: Catch empty code content for project snippetsRobert Schilling
2018-08-21API: Add shared project's expiration dateRobert Schilling
2018-08-21Merge branch 'ce-6752-jira-branches' into 'master'Sean McGivern
Backport of gitlab-org/gitlab-ee!6876 See merge request gitlab-org/gitlab-ce!21266
2018-08-21API: Catch empty commit messagesRobert Schilling
2018-08-21Resolve "Wiki: links with spaces in the url render incorrectly with CommonMark"Brett Walker
2018-08-21Port of ccr/6274/add_weight_to_payload to CEChantal Rollison
2018-08-21Merge branch 'fix_events_permission_#49255' into 'master'Grzegorz Bizon
Add authenticate to events api. fix #49255 Closes #49255 See merge request gitlab-org/gitlab-ce!20627
2018-08-21Backport of gitlab-org/gitlab-ee!6876Mario de la Ossa
2018-08-20Remove Gemnasium serviceGilbert Roulot
2018-08-20Merge branch 'master' into 'master'Grzegorz Bizon
#47845 - Propagate failure_reason to job webhook See merge request gitlab-org/gitlab-ce!21143
2018-08-20Allow project owners to set up forking relation through APIToon Claes
Before this change only GitLab admins where allowed to set up forking relation through the API. This changes that so project owners can do this too. Closes gitlab-org/gitlab-ce#40550.
2018-08-20Refactor AutocompleteControllerYorick Peterse
This refactors the AutocompleteController according to the guidelines and boundaries discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/49653. Specifically, ActiveRecord logic is moved to different finders, which are then used in the controller. View logic in turn is moved to presenters, instead of directly using ActiveRecord's "to_json" method. The finder MoveToProjectFinder is also adjusted according to the abstraction guidelines and boundaries, resulting in a much more simple finder. By using finders (and other abstractions) more actively, we can push a lot of logic out of the controller. We also remove the need for various "before_action" hooks, though this could be achieved without using finders as well. The various finders related to AutcompleteController have also been moved into a namespace. This removes the need for calling everything "AutocompleteSmurfFinder", instead you can use "Autocomplete::SmurfFinder".
2018-08-20Merge branch 'master' of https://gitlab.com/matemaciek/gitlab-ceMaciej Sokolowski
2018-08-20Merge branch ↵Sean McGivern
'49907-commits-and-merge-requests-does-not-list-all-files-when-one-file-exceeds-size-limits' into 'master' Resolve "Commits and Merge Requests does not list all files when one file exceeds size limits" Closes #49907 See merge request gitlab-org/gitlab-ce!21125
2018-08-18Add default parameter to branches APIRiccardo Padovani
2018-08-17Merge branch 'blacklist-destroy-all' into 'master'Robert Speicher
Blacklist the use of destroy_all See merge request gitlab-org/gitlab-ce!21250
2018-08-17Fix merge requests not showing any diff files for big patchesAlejandro Rodríguez
2018-08-17Merge branch 'ab-49754-gh-importer-internal-ids' into 'master'Yorick Peterse
GitHub importer: Keep track of internal_ids Closes #49754 See merge request gitlab-org/gitlab-ce!20926
2018-08-17Merge branch 'repopulate_site_statistics' into 'master'Yorick Peterse
Fix SiteStatistics wikis_count See merge request gitlab-org/gitlab-ce!21030
2018-08-17Merge branch 'zj-user-update-branch' into 'master'Douwe Maan
Remove feature flags for UserUpdateBranch Closes gitaly#1246 and gitaly#1310 See merge request gitlab-org/gitlab-ce!21238
2018-08-16Refactor SiteStatistics to extract refresh logic into a rake taskGabriel Mazetto
2018-08-16Add authenticate to events api. fix #49255Warren Parad
2018-08-16Whitelist existing destroy_all offensesYorick Peterse
This whitelists all existing places where we use "destroy_all".
2018-08-16Add rake command to migrate archived traces from local storage to object storageShinya Maeda
2018-08-16Merge branch 'zj-remove-flags-find-all-brances' into 'master'Sean McGivern
Remove feature flag for FindAllRemoteBranches Closes gitaly#1243 See merge request gitlab-org/gitlab-ce!21234
2018-08-16Remove feature flags for UserUpdateBranchZeger-Jan van de Weg
This has been tested on .com. So far no errors have been seen. Closes https://gitlab.com/gitlab-org/gitaly/issues/1310 Closes https://gitlab.com/gitlab-org/gitaly/issues/1246
2018-08-16 Trigger iid logic from GitHub importer for merge requests.Andreas Brandl
2018-08-16Trigger iid logic from GitHub importer for milestones.Andreas Brandl
2018-08-16Trigger iid logic from GitHub importer for issues.Andreas Brandl
2018-08-16Remove feature flag for FindAllRemoteBranchesZeger-Jan van de Weg
Acceptance testing done through: https://gitlab.com/gitlab-org/gitaly/issues/1312 Relatively short AT period, but given its not a hard RPC, nor anything funky is going on, I felt that this was decent enough to remove the feature flag. Closes https://gitlab.com/gitlab-org/gitaly/issues/1243
2018-08-15Merge branch 'backport-5986-license-templates' into 'master'Robert Speicher
Core backports from the Premium license templates feature See merge request gitlab-org/gitlab-ce!21212
2018-08-15Merge branch 'bvl-add-czech' into 'master'Sean McGivern
Add Czech as an available language Closes #43227 See merge request gitlab-org/gitlab-ce!21201
2018-08-15Add Czech as an available languageBob Van Landuyt
New translations added to `locale/cs_CZ` will automatically be picked up.
2018-08-15Convert the license template API to use the new LicenseTemplateFinderNick Thomas
2018-08-15Fix bugs in Gitlab::Template::Finders preventing instances from ↵Nick Thomas
BaseTemplate.all from loading content
2018-08-14Merge branch 'expose-all-artifacts-sizes-in-jobs-api' into 'master'Kamil Trzciński
Expose all artifacts sizes in jobs api See merge request gitlab-org/gitlab-ce!20821
2018-08-14Add Galician as an available languageBob Van Landuyt
2018-08-14Expose all artifacts sizes in jobs apiPeter Marko
2018-08-14Merge branch 'ee-5863-customize-notifications-for-new-epic' into 'master'Grzegorz Bizon
Backport of EE changes "Customize notifications for new epic - Web and API" See merge request gitlab-org/gitlab-ce!20793
2018-08-14Merge branch 'zj-remove-feature-gate-list-commits' into 'master'Douwe Maan
Remove feature gate for ListNewCommits Closes gitaly#1286 and gitaly#1233 See merge request gitlab-org/gitlab-ce!21184
2018-08-14Merge branch 'gitaly-install-path' into 'master'Douwe Maan
Remove storage path dependency of gitaly install task See merge request gitlab-org/gitlab-ce!21101