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-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-02-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-08-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-04-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-02-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-17Add 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
2019-03-26Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
2019-02-04Remove Redcarpet markdown engineJan Provaznik
This engine was replaced with CommonMarker in 11.4, it was deprecated since then.
2019-01-31Fix rubocop errorsBrett Walker
2019-01-31Fix task list feature specsBrett Walker
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-06-14enable CommonMark as the defaultBrett Walker
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
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-09-04Fix failling spec/features/task_lists_spec.rb due to wrong login helpersStan Hu
This was failing on master (e.g. https://gitlab.com/gitlab-org/gitlab-ce/-/jobs/31176922)
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-13Fix broken task list specFilipa Lacerda
2017-08-11Just use repository would fix the testLin Jen-Shin
2017-08-11Fix more testsLin Jen-Shin
2017-08-09Fake out Repository#fetch_ref for merge request ifLin Jen-Shin
the project didn't have a repository setup. We don't try to stub it if the repository was already there.
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-21IssueNotesRefactor: Fix task list specs.Fatih Acet
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-03fix tasks list spec in rspecRegis
2017-05-02fix task_list spec - not ocmpletely but progressRegis
2017-05-02fix rubocop offensesRegis
2017-04-25fix merge conflict with issue_show hamlRegis
2017-04-25test async nature of issue showRegis
2017-04-25fix a few tests (not all) - update title in tab with new issueRegis
2017-04-21Use `:empty_project` where possible in top-level feature specsRobert Speicher
2017-01-24fix nested tasks in ordered listJarka Kadlecova
2016-08-29Shorten task status phraseClement Ho
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2015-12-16Rename .issuable-details to .detail-page (and -header and -description)Douwe Maan