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
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
2015-11-16Revert "Merge pull request #9820 from huacnlee/avoid-render-form-in-notes-list"Robert Speicher
This reverts commit 63144cd062f6d259f1f30b6e06eb92a16caa8dec, reversing changes made to 8ab5df9d872414b2cca3ebd16d57b89e2f19e06a.
2015-11-12Avoid render edit_form in each notes.Jason Lee
Use RJS to render edit note feature. Before: ``` Rendered projects/notes/_note.html.haml (27.9ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.7ms) Rendered projects/_md_preview.html.haml (3.9ms) Rendered projects/notes/_edit_form.html.haml (6.9ms) Rendered projects/notes/_note.html.haml (17.7ms) Rendered projects/_zen.html.haml (0.3ms) Rendered projects/notes/_hints.html.haml (0.6ms) Rendered projects/_md_preview.html.haml (3.4ms) Rendered projects/notes/_edit_form.html.haml (7.0ms) ``` After: ``` Rendered projects/notes/_note.html.haml (13.8ms) Rendered projects/notes/_note.html.haml (7.1ms) Rendered projects/notes/_note.html.haml (9.5ms) Rendered projects/notes/_note.html.haml (8.5ms) ``` This change reduce at least 6ms * N ('N' - number of notes).
2015-06-26Update tests and use js-issuable class for context formDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-05-07Change wording for task list summariesRobert Speicher
2015-05-06Task List feature and JS specsRobert Speicher