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-06-13Merge branch 'zj-compare-source-branch' into 'master'Sean McGivern
Migrate compare_source_branch to use only Gitaly Closes gitaly#771 See merge request gitlab-org/gitlab-ce!19700
2018-06-13Restoring user v3 endpointFrancisco Javier López
2018-06-13Merge branch '42342-teams-pipeline-notifications' into 'master'Douwe Maan
Resolve "Microsoft Teams notification for pipelines do not work" Closes #42342 See merge request gitlab-org/gitlab-ce!19632
2018-06-13Merge branch 'commits_api_with_stats' into 'master'Rémy Coutable
Added with_stats option to GET /projects/:id/repository/commits (API) See merge request gitlab-org/gitlab-ce!19484
2018-06-12Added with_statsoption for GET /projects/:id/repository/commitsLeonid Batizhevskii
2018-06-12Merge branch 'pr-importer-io-extra-error-handling' into 'master'Nick Thomas
Ensure MR diffs always exist in the PR importer Closes #47312 See merge request gitlab-org/gitlab-ce!19704
2018-06-12Merge branch 'gitaly-disk-access-3' into 'master'Douwe Maan
Find and mark more Git disk access locations, part 2 See merge request gitlab-org/gitlab-ce!19437
2018-06-12Find and mark more Git disk access locations, part 2Jacob Vosmaer
2018-06-12Fixes Microsoft Teams notifications for pipeline eventsJeff Brown
Closes #42342
2018-06-12Ensure MR diffs always exist in the PR importerYorick Peterse
In rare cases it could happen that an MR was created, but creating the MR diffs somehow failed (e.g. due to an error). This commit adds an additional check to make sure MR diffs are always present when importing GitHub pull requests.
2018-06-12Migrate compare_source_branch to use only GitalyZeger-Jan van de Weg
Initially expected this to be a full blown migration, but that wasn't the case as we could fetch to a reference that would be deleted after the instanciation of the Diff object. This is a racy RPC, as #delete_refs is called and garbage collections runs right than, the commit can't be found later. Closes https://gitlab.com/gitlab-org/gitaly/issues/771
2018-06-12Merge branch 'da-port-cte-to-ce' into 'master'Yorick Peterse
Add Gitlab::SQL:CTE for easily building CTE statements See merge request gitlab-org/gitlab-ce!19652
2018-06-12Move Gitaly branch/tag/ref RPC's to opt-outJacob Vosmaer (GitLab)
2018-06-11Merge branch 'sh-github-importer-improve-error' into 'master'James Lopez
GitHub Rake importer: Fail with a clearer explanation if GitLab username is wrong See merge request gitlab-org/gitlab-ce!19653
2018-06-11GitHub Rake importer: Fail with a clearer explanation if GitLab username is ↵Stan Hu
wrong
2018-06-11Merge branch 'sh-expire-content-cache-after-import' into 'master'Mayra Cabrera
Expire Wiki content cache after importing a repository Closes #47546 See merge request gitlab-org/gitlab-ce!19617
2018-06-11Add Gitlab::SQL:CTE for easily building CTE statementsDouglas Barbosa Alexandre
2018-06-11Expire Wiki content cache after importing a repositoryStan Hu
The cache state for Wikis that were imported via GitHub or Bitbucket does not appear to have been flushed after a successful import. Closes #47546
2018-06-11Avoid checking the user format in every url validationFrancisco Javier López
2018-06-11Migrate CycleAnalytics::CommitCount to GitalyKim Carlbäcker
2018-06-11Don't use Gitlab::Utils.nlbr in Gitlab::GitJacob Vosmaer (GitLab)
2018-06-11Move gitaly_blame, gitaly_count_commits, gitaly_commit_count to opt-outJacob Vosmaer (GitLab)
2018-06-08Merge branch 'use-restore-custom-hooks-gitaly' into 'master'Douwe Maan
Use RestoreCustomHooks RPC in restore rake task See merge request gitlab-org/gitlab-ce!19370
2018-06-08RefactorAhmad Hassan
2018-06-08Remove Gitlab::Popen dependency from lib/gitlab/gitJacob Vosmaer
2018-06-07Merge branch 'introduce-job-keep-alive-api-endpoint' into 'master'Tomasz Maczukin
Make CI job update entrypoint to work as keep-alive endpoint See merge request gitlab-org/gitlab-ce!19543
2018-06-07Merge branch 'add-new-arg-to-git-rev-list-call' into 'master'Douwe Maan
Pass the --in-commit-order arg to `git-rev-list` Closes #45062 See merge request gitlab-org/gitlab-ce!19494
2018-06-07Pass the --in-commit-order arg to `git-rev-list`Rubén Dávila
@jamedjo has found a good improvement in the performance of the LFS integrity check by passing this arg
2018-06-07Merge branch 'feature/customizable-favicon' into 'master'Douwe Maan
Customizable favicon Closes #15661 See merge request gitlab-org/gitlab-ce!14497
2018-06-07Merge branch 'sh-fix-schema-migrations-seq-scans' into 'master'Douwe Maan
Avoid sequential scans loading schema_migrations table when loading application settings See merge request gitlab-org/gitlab-ce!19541
2018-06-07Change update entrypoint instead of adding new keep-alive oneTomasz Maczukin
2018-06-07Add git filter flag only if it is supportedFrancisco Javier López
2018-06-07Resolve "Hashed Storage: Make possible to migrate single project"Gabriel Mazetto
2018-06-07Make Gitlab::CurrentSettings.current_application_settings return cached ↵Rémy Coutable
settings early if they exist without issuing any DB query Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-07Avoid sequential scans loading schema_migrations table when loading ↵Stan Hu
application settings This was causing significant performance problems in production, and this commit reverts to the original behavior.
2018-06-07Merge branch 'backup-rake-tar' into 'master'Douwe Maan
Consistently use tar lookup function See merge request gitlab-org/gitlab-ce!19477
2018-06-07Add installation type to usage ping dataBalasankar C
2018-06-07Introduce new keep-alive API entrypoint for CI jobTomasz Maczukin
2018-06-07Use RestoreCustomHooks RPC in restore rake taskAhmad Hassan
2018-06-07Restore navigation theme orderGeorge Tsiolis
2018-06-07Consistently use tar lookup functionJacob Vosmaer
2018-06-07Merge branch '45505-lograge_formatter_encoding' into 'master'Kamil Trzciński
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter Closes #45505 See merge request gitlab-org/gitlab-ce!19244
2018-06-07Merge branch 'fj-move-rev-list-option' into 'master'Douwe Maan
Moving rev-list lfs options to LfsChanges See merge request gitlab-org/gitlab-ce!19497
2018-06-07Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray
2018-06-06Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and ↵Imre Farkas
filter out file content from logs
2018-06-06Moving rev-list lfs options to LfschangesFrancisco Javier López
2018-06-06Support LFS objects when creating a project by importFrancisco Javier López
2018-06-06Merge branch '42751-rename-master-to-maintainer' into 'master'Sean McGivern
Resolve "Rename the `Master` role to `Maintainer`" Closes #42751 See merge request gitlab-org/gitlab-ce!19080
2018-06-06Merge branch 'live-trace-v2-persist-data' into 'master'Kamil Trzciński
Live trace: Rescue stale live trace See merge request gitlab-org/gitlab-ce!18680
2018-06-06Merge branch 'gitaly-find-commit-go-git' into 'master'Sean McGivern
Add feature flag for using go-git in Gitaly See merge request gitlab-org/gitlab-ce!19305