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
2023-02-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-07-18Add start_sha to commits APIMarkus Koller
When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
2018-12-08Revert "Use to_s.start_with? in tag/branch ref method"Matija Čupić
This reverts commit ec4730478b798270781257913ee4cede673d4d4e.
2018-12-08Use to_s.start_with? in tag/branch ref methodMatija Čupić
2018-12-08Search for tag / branch ref from beginningMatija Čupić
2018-12-08Allow any character in tag / branch ref regexMatija Čupić
2018-12-08Remove Gitlab::Git::Ref#full_refMatija Čupić
2018-12-08Reintroduce Command#protected_ref?Matija Čupić
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-08-13Get the `merge-base` of 2 refs trough the APIBob Van Landuyt
This adds an endpoint to get the common ancestor of 2 refs from the API.
2018-06-08Remove Gitlab::Popen dependency from lib/gitlab/gitJacob Vosmaer
2018-04-23Introduce spec/fast_spec_helper.rb to run spec files that don't rely on the ↵Rémy Coutable
whole Rails env Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-04-12Backport of EE !4989Rubén Dávila
2018-02-01Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#write_config to Gitaly Closes gitaly#970 See merge request gitlab-org/gitlab-ce!16730
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-31Migrate Gitlab::Git::Repository#write_config to GitalyKim "BKC" Carlbäcker
- Add tests for Repository#write_config
2018-01-05Fix a bug where charlock_holmes was used needlessly to encode stringsAlejandro Rodríguez
2017-12-07add support for the commit reference filtermicael.bergeron
2017-10-13Move line code generation into Gitlab::GitAlejandro Rodríguez
Having a distinct class just for that was a bit overkill
2017-09-19Prepare cherry-pick and revert for migration to GitalyJacob Vosmaer (GitLab)
2017-09-12Resolve "Error 500 in non-UTF8 branch names"Micael Bergeron
2017-09-01Move GitOperationService to Gitlab::GitJacob Vosmaer
2017-07-27Incorporate RefsService.FindAllBranches Gitaly RPCAlejandro Rodríguez
2017-06-28Fix gitaly ref encoding bugsJacob Vosmaer
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2016-12-13Unify parameters and callback after hooksLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7237#note_19747856
2016-09-20Add spec covering 'committer_hash'Dan Dunckel
2016-09-19Add optional 'author' param when making commitsDan Dunckel
2016-08-11api for generating new merge requestScott Le
DRY code + fix rubocop Add more test cases Append to changelog DRY changes list find_url service for merge_requests use GET for getting merge request links remove files rename to get_url_service reduce loop add test case for cross project refactor tiny thing update changelog
2016-02-05Freeze the expression instead of the literalZeger-Jan van de Weg
Also remove the spec for it
2016-02-05Minor refactoring on Gitlab::GitZeger-Jan van de Weg
2015-12-15Show git version on admin pageTrey Davis
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-01-15Send checkout sha for web hooks and servicesDmitriy Zaporozhets
2014-11-03Fix push not allowed to protected branch ifCiro Santilli
commit starts with 7 zeros.