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
2016-05-29Update specs to carry out changes in note factoryGrzegorz Bizon
2016-05-27Merge branch 'fix-shortcuts-spec' into 'master' Jacob Schatz
Ensure project name is present on page ## What does this MR do? Fixes a failing spec See merge request !4307
2016-05-27Merge branch 'filter-by-any-user' into 'master' Jacob Schatz
Filter issuables by any user ![any-user](/uploads/c9626b9ac355747344a7073f61dc0c82/any-user.gif) Closes #2836 See merge request !3820
2016-05-27Ensure project name is present on pageAlfredo Sumaran
2016-05-26Merge branch 'move-project-dropdown-async' into 'master' Jacob Schatz
Loads move issue dropdown async To keep the style of the dropdown the same as the other dropdowns in the issue form, it uses select2 rather than our new dropdowns. ![dropdown](/uploads/e80d5f48440b2a49fd3ac13e74c1ba55/dropdown.gif) Closes #16563 See merge request !4160
2016-05-26Filter issuables by any userPhil Hughes
Closes #2836
2016-05-26Fix RuboCopRobert Speicher
2016-05-25Merge branch 'improve-pipeline-design' into 'master' Douwe Maan
Improve design of Pipeline view ## What does this MR do? Improves current design of Pipelines view when there is multiple stages. This makes the statuses clickable and makes the view more compact. ## Screenshots (if relevant) ![Screen_Shot_2016-05-21_at_01.20.40](/uploads/dd031b7af7005c7a61f3165fefa8b7c9/Screen_Shot_2016-05-21_at_01.20.40.png) cc @DouweM @markpundsack @rspeicher @marin See merge request !4230
2016-05-25Merge branch 'issue-filter-name-options' into 'master' Jacob Schatz
Issuable filtering improvements This improves the filtering of issues and merge requests by creating a single file that encapsulates all the filtering. Previously this was done with a file for issues and a file for merge requests. Created the ability for the text search to be done alongside other filterables. Previously because this was outside the filterable form, this wasn't possible and would instead do either filter dropdown or text filter - not both. Fixes #4252 Fixed issue with not being able to filter and sort issues without refreshing the page. Fixes #15269 See merge request !3699
2016-05-25Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets
Enable RSpec/NotToNot cop and auto-correct offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17761 See merge request !4267
2016-05-25Reduce spacingAlfredo Sumaran
2016-05-25Address feedbackAlfredo Sumaran
Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
2016-05-25Add tests for Todos target's stateAlfredo Sumaran
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2016-05-24Remove top block from builds pageAnnabel Dunstone
2016-05-24Updated Ruby based on feedbackPhil Hughes
2016-05-23Merge branch 'master' into project-navigation-redesignDmitriy Zaporozhets
2016-05-23Added due date testsPhil Hughes
2016-05-23Fix some specs which would have broken in 2017 to not break anymore by using ↵Connor Shea
a dynamic year value.
2016-05-23Allow anonymous user to access pipelinesKamil Trzcinski
2016-05-21Merge branch 'issuable-new-due-date' into 'master' Jacob Schatz
Issuable form due date For some reason, this was never in the original merge request for due date? ![Screen_Shot_2016-04-22_at_21.49.44](/uploads/7d4e2b07f75a33009e3170fdb076a4bd/Screen_Shot_2016-04-22_at_21.49.44.png) Closes #15516 See merge request !3895
2016-05-21Merge branch 'zj-gitignore-dropdown'Douwe Maan
2016-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
# Conflicts: # app/services/system_note_service.rb
2016-05-20Dropdown implementationAlfredo Sumaran
2016-05-20Correctly sends project IDPhil Hughes
2016-05-20Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher
Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039
2016-05-19Merge branch 'with-pipeline-view' into 'master' Douwe Maan
Add pipeline view This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3653 cc @DouweM @grzesiek Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17551 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15625 See merge request !3703
2016-05-19Minor runner-related code refactoringsGrzegorz Bizon
2016-05-19Update specs to be valid only for tagged runnerGrzegorz Bizon
2016-05-19Extend runner config options for untagged jobsGrzegorz Bizon
2016-05-19Merge branch 'project-variables-ui' into 'master' Jacob Schatz
Project variables UI ![Screen_Shot_2016-04-27_at_09.01.23](/uploads/cb9b1ac42aa734cfd3271c03dfaccc12/Screen_Shot_2016-04-27_at_09.01.23.png) ![Screen_Shot_2016-04-27_at_09.01.29](/uploads/4f317014d60f205a0e29497ad20f8a2e/Screen_Shot_2016-04-27_at_09.01.29.png) Closes #14091 See merge request !3942
2016-05-18Use pipelines.errors when communicating the errorKamil Trzcinski
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler
Gitlab::Diff::InlineDiff
2016-05-17Use container registry config stubKamil Trzcinski
2016-05-17Improve test coverageKamil Trzcinski
2016-05-17Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski
2016-05-17Merge remote-tracking branch 'origin/master' into docker-registry-viewKamil Trzcinski
2016-05-17Merge branch 'issue_14684' into 'master' Douwe Maan
Toggle email signup confirmation in admin settings Implements toggling verification email #14684 See merge request !3862
2016-05-16Merge branch 'unexpected-filtering-on-merge-requests' into 'master' Rémy Coutable
Add tests for unintentional filtering bug in MR !3872 has a lack of tests for Merge Requests while !3872 has only ones for Issues. This MR has complementary tests for MR list. See merge request !4154
2016-05-16Fixed rubocop errorPhil Hughes
2016-05-16Change landing page when skipping confirmation email and add documentationFelipe Artur
2016-05-16Change skip_user_confirmation_email to send_user_confirmation_emailFelipe Artur
2016-05-16Fix spec for new project navigationDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-16Updated testsPhil Hughes
2016-05-16Fixed rubocop issuesPhil Hughes
2016-05-16Added testsPhil Hughes
2016-05-16Fixed testsPhil Hughes
2016-05-16Fixed issue with not being able to sort and filterPhil Hughes
2016-05-16Added testsPhil Hughes
2016-05-16Updated project variable testsPhil Hughes