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
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
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-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-21Changes tab VUE refactoringFelipe Artur
2017-08-14Fix autocomplete broken testsFilipa Lacerda
2017-08-13Fix broken task list specFilipa Lacerda
2017-08-11Fix open discussionsFilipa Lacerda
Put back deleted tests
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-21IssueNotesRefactor: Fixes autocomplete specs.Fatih Acet
2017-07-17Cache Note#notable for commits and fix testsLin Jen-Shin
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-04-21Use `:empty_project` where possible in top-level feature specsRobert Speicher
2017-03-22Fix spec/features/participants_autocomplete_spec.rbRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-15Changed autocomplete_sources into an action that returns a single 'at' type ↵Luke Bennett
of sources at a time Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2016-04-16Add tests for autocomplete on a CommitAlfredo Sumaran
2016-04-16Change context descriptionAlfredo Sumaran
2016-04-16Add tests for autocomplete on a Merge RequestAlfredo Sumaran
2016-04-16Add tests for autocomplete on a IssueAlfredo Sumaran