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-03-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 10-6-stable-frozenJames Lopez
# Conflicts: # GITLAB_PAGES_VERSION
2018-03-08Merge branch 'ce-jej/github-project-service-for-ci' into 'master'Douwe Maan
Backport changes from introducing GithubService interation in EE See merge request gitlab-org/gitlab-ce!17607
2018-03-08Validate `:push_code` before checking protected branchesBob Van Landuyt
2018-03-07Merge branch 'master' into 'ce-3839-ci-cd-only-github-projects-fe'Douwe Maan
# Conflicts: # locale/gitlab.pot
2018-03-07Merge branch 'bvl-allow-maintainer-to-push' into 'master'Douwe Maan
Allow maintainers to push forks of a project for branches that have open MRs Closes #22292 See merge request gitlab-org/gitlab-ce!17395
2018-03-07Merge branch 'fix/reduce-number-of-find-commit-for-log-tree' into 'master'Robert Speicher
Reduce number of FindCommit calls from RefsController#logs_tree Closes gitaly#1057 See merge request gitlab-org/gitlab-ce!17566
2018-03-07Backport changes from EE's GithubService integrationJames Edwards-Jones
Adds detailed_status to pipeline hook data Adds detailed_description option for Services Integration edit page renders 404 if a service is disabled
2018-03-07Merge branch 'dz-use-less-deprecated-methods-2' into 'master'Douwe Maan
Use Project#full_name instead of name_with_namespace See merge request gitlab-org/gitlab-ce!17601
2018-03-07Limit queries to a user-branch combinationBob Van Landuyt
The query becomes a lot simpler if we can check the branch name as well instead of having to load all branch names.
2018-03-07Add documentation for allowing maintainers to pushBob Van Landuyt
2018-03-07Set `allow_maintainer_to_push` using the APIBob Van Landuyt
2018-03-07CE backport for creating CI/CD projects from GitHubRubén Dávila
2018-03-07Merge branch 'gitaly-git-mandatory' into 'master'Douwe Maan
Make git push mandatory See merge request gitlab-org/gitlab-ce!17565
2018-03-07Allow maintainers to edit directly in a forkBob Van Landuyt
2018-03-07naming thingsKim "BKC" Carlbäcker
2018-03-07Merge branch 'zj-move-opt-out-ruby-endpoints' into 'master'Sean McGivern
Move Ruby endpoints to OPT_OUT See merge request gitlab-org/gitlab-ce!17561
2018-03-07Allow maintainers to push to a single branchBob Van Landuyt
2018-03-07Use Project#full_name instead of name_with_namespaceDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-07Revert "Cleanup after adding MR diff's commit_count"James Lopez
This reverts commit 0b7d108 Fixed confict in schema.rb
2018-03-07Move OperationService#UserRemoveBranchZeger-Jan van de Weg
Part of: gitlab-org/gitaly#476
2018-03-07Move OperationService#UserCreateBranchZeger-Jan van de Weg
Part of: gitlab-org/gitaly#476
2018-03-07Move CommitService#Languages to OPT_OUTZeger-Jan van de Weg
Part of: gitlab-org/gitlab-ce!17561
2018-03-07Move RefService#CreateBranch to OPT_OUTZeger-Jan van de Weg
Part of: gitlab-org/gitaly#540
2018-03-07Move RefService#DeleteBranch to OPT_OUTZeger-Jan van de Weg
Part of: gitlab-org/gitaly#546
2018-03-07Move OperationService#UserRevert to OPT_OUTZeger-Jan van de Weg
Part of: gitlab-org/gitaly#779
2018-03-07Move OperationService#UserAddTag to OPT_OUTZeger-Jan van de Weg
Part of: gitlab-org/gitaly#541
2018-03-07Move CommitService::CommitPatch to OPT_OUTZeger-Jan van de Weg
Part of gitlab-org/gitaly#324
2018-03-07Merge branch 'jprovazn-api' into 'master'Sean McGivern
Add discussion API See merge request gitlab-org/gitlab-ce!17510
2018-03-07Merge branch 'replace_redcarpet_with_cmark' into 'master'Sean McGivern
Add CommonMark markdown engine See merge request gitlab-org/gitlab-ce!14835
2018-03-07Add CommonMark markdown engineblackst0ne
2018-03-07Add discussion APIJan Provaznik
* adds basic discussions API for issues and snippets * reorganizes notes specs (so same tests can be used for all noteable types - issues, MRs, snippets)
2018-03-07Count discussions on issues and merge requests as contributions for the ↵Riccardo Padovani
contributions calendar
2018-03-07Merge branch 'master' into 'master'Grzegorz Bizon
CI charts now include the current day Closes #42921 See merge request gitlab-org/gitlab-ce!17032
2018-03-07Move Repository#HasLocalBranches to OPT_OUTZeger-Jan van de Weg
Part of gitlab-org/gitaly#616
2018-03-07Merge branch 'sh-make-prune-optional-in-git-fetch' into 'master'Nick Thomas
Make --prune a configurable parameter in fetching a git remote See merge request gitlab-org/gitlab-ce!17346
2018-03-07Gitlab::Utils - backport `.ensure_array_from_string` from EEMario de la Ossa
2018-03-07Merge branch 'banzai-n-plus-one' into 'master'Douwe Maan
Gitaly N+1 notice on Banzai filtering See merge request gitlab-org/gitlab-ce!17540
2018-03-06Merge branch 'sha256-checksum-for-trace' into 'master'Kamil Trzciński
Set sha256 checksum when archiving traces Closes #43940 See merge request gitlab-org/gitlab-ce!17570
2018-03-06Merge branch 'issue_38337' into 'master'Sean McGivern
Bring one group board to CE Closes #38337 See merge request gitlab-org/gitlab-ce!17274
2018-03-06Merge branch 'prepend-grape-api-ce' into 'master'Rémy Coutable
Unify lib/api/merge_requests.rb with EE See merge request gitlab-org/gitlab-ce!17539
2018-03-06Set sha256 checksum when archiving tracesShinya Maeda
2018-03-06Merge branch '5029-support-cluster-metrics-ce' into 'master'Grzegorz Bizon
Refactoring changes to support cluster metrics in EE Closes #42820 See merge request gitlab-org/gitlab-ce!17336
2018-03-06Merge branch 'master' into 'issue_38337'Felipe Artur
# Conflicts: # app/models/group.rb # db/schema.rb
2018-03-06Merge branch 'extract-job-artifacts-api-ce' into 'master'Rémy Coutable
Unify lib/api/job_artifacts.rb with EE See merge request gitlab-org/gitlab-ce!17556
2018-03-06Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
Port of ee translations See merge request gitlab-org/gitlab-ce!17526
2018-03-06Merge branch 'proper-fix-for-artifacts-service' into 'master'Grzegorz Bizon
Add archive feature to trace Closes #43022 and gitlab-ee#4170 See merge request gitlab-org/gitlab-ce!17314
2018-03-06CI charts now include the current dayDakkaron
2018-03-06Merge branch '29130-api-project-export' into 'master'Sean McGivern
Resolve "API endpoint for exporting project" Closes #29130 See merge request gitlab-org/gitlab-ce!15860
2018-03-06Merge remote-tracking branch 'upstream/master' into ↵Pawel Chojnacki
5029-support-cluster-metrics-ce # Conflicts: # spec/models/clusters/applications/prometheus_spec.rb
2018-03-06Reduce number of FindCommit calls from RefsController#logs_treeAhmad Sherif
Fixes gitaly#1057 The old code was calling LastCommitForPath to extract a commit ID _then_ call FindCommit to get a commit it already had in the first place!