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-01-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-07-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Replace rails_helper.rb with spec_helper.rbAsh McKenzie
rails_helper.rb's only logic was to require spec_helper.rb.
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-10-15Prioritize group settings, improve panel titles, disable submit without changesLuke Bennett
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-27Fix #39604 - Update header avatar after user changes avatarJamie Schembri
2018-05-28Fix tests after group settings page redesignDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-11-03refactor wait_for_requests, add slow_requests block helperMike Greiling
2017-10-24slow down requests for dropzone uploads to avoid race conditionsMike Greiling
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-07-21IssueNotesRefactor: Fix upload specs.Fatih Acet
2017-07-18Update specs for new upload pathBob Van Landuyt
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-16Add an ability to cancel attaching file and redesign attaching files UIblackst0ne
2017-02-25Add feature specs for three types of user uploadsRobert Speicher