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-05Enable Capybara/FeatureMethods copWinnie Hellmann
2017-08-17Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
2017-08-14fix static_analysis (rubocop)Jarka Kadlecova
2017-08-13Fix note polling specs with the new behavior of not updating an external ↵Filipa Lacerda
updated note being edited
2017-08-10Change fixtures of old testsFilipa Lacerda
2017-08-10take edit note button out of dropdownSimon Knox
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 note polling specs.Fatih Acet
2017-07-21IssueNotesRefactor: Fix Rspec tests.Fatih Acet
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-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-05-19Fix system note comparison and standardize note setupEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
2017-05-18Fix missing .original-note-content and trailing new line edge caseEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32449
2017-05-03Add real-time note edits :chipmunk:Eric Eastwood
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2016-05-29Improve note factoryGrzegorz Bizon
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2015-12-15Trigger notes refresh in specs instead of waiting for ajaxGrzegorz Bizon
2015-12-15Add minor fixes in note polling specsGrzegorz Bizon
2015-12-15Add feature specs for note pollingGrzegorz Bizon
Ref. #4032, !2084