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-10-06Add tag shortcut from the Commit pageAkram FARES
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-06MergeRequest new form load diff asynchronouslyPaco Guzman
2016-10-03Merge branch 'master' into revert-c676283bPhil Hughes
2016-09-18Added full-width new snippet button on mobile and corrected capitalizationLuke Bennett
Altered specs that click capitalised New Snippet button Applied review feedback missed in Changes `.no-comment` `opactiy: 0.5` to `opacity: .5` Added `.btn-wide-on-xs` and applied to snippet buttons
2016-08-30Merge branch 'master' into revert-c676283bPhil Hughes
2016-08-25Merge branch 'dz-merge-request-version'Douwe Maan
2016-08-23Fix Spinach branches specSean McGivern
2016-08-22Revert the revert of Optimistic LockingValery Sizov
2016-08-16Revert "Merge branch ↵Rubén Dávila Santos
'19957-write-tests-for-adding-comments-for-different-line-types-in-diff' into 'master'" This reverts merge request !5417
2016-08-16Merge branch ↵Robert Speicher
'19957-write-tests-for-adding-comments-for-different-line-types-in-diff' into 'master' Add rspec feature tests for the diff notes feature. ## What are the relevant issue numbers? Closes #19957. See merge request !5417
2016-08-15Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-08-05Moved notes scenarios to 'diff_notes_spec.rb'Luke Bennett
2016-08-04Add unfold links for Side-by-Side viewTim Masliuchenko
2016-08-02Chnage the way how merge request diff is initialized and savedDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-07-22Add a spec for #20079.Timothy Andrew
The issue was fixed in 2ba5e62. The spec is going in separately just so the fix could go in as soon as possible.
2016-07-20Revert "Merge branch 'revert-bdb6f1e6' into 'master'"Phil Hughes
This reverts merge request !5290
2016-07-16Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"Douwe Maan
This reverts merge request !4970
2016-07-15Merge branch 'revert-lock-for-issuable' into 'master' Robert Speicher
Revert "Optimistic locking for Issue and Merge Requests" The migration to add `lock_version` in !5146 to every issue and merge request takes too long on GitLab.com since it has to add a default value of 0 to every row. Unfortunately, Rails 4.2 doesn't work properly if the value is left as `nil`; anything using optimistic locking cannot be edited. This bug was fixed in Rails 5.0 via this commit: https://github.com/rails/rails/commit/13772bfa49325a8dc26410d2dcb555665a320f92. I suggest we revert this change for now, and when we upgrade to Rails 5.0 we can reintroduce this feature. See merge request !5245
2016-07-15Merge branch 'gl-dropdown-issuable-form' into 'master' Jacob Schatz
GL dropdowns in issuable form ## What does this MR do? Changed all the issuable dropdown menus over to user GL dropdowns. This brings the dropdowns to be inline with the issuable filter dropdowns and allows for labels to be created whilst creating/editing an issuable. ## What are the relevant issue numbers? Closes #12574 ## Screenshots (if relevant) See merge request !4970
2016-07-14Revert "Optimistic locking for Issue and Merge Requests"Stan Hu
This reverts commit c39356998b1850f3dc26fe0b987cb419c1d1afb4.
2016-07-12Optimistic locking for Issue and Merge RequestsValery Sizov
2016-07-12Merge branch 'master' into faster-diffsJacob Schatz
2016-07-08Disable overflow messagesSean McGivern
With the option to expand and collapse individual diffs, these aren't needed any more.
2016-07-07Updated testsPhil Hughes
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-07-05Updated testsPhil Hughes
2016-06-28Fixed logout testsPhil Hughes
2016-06-21Rename Repo -> RepositoryStan Hu
2016-06-20Rename Code -> Repo in feature specsStan Hu
2016-06-10Render only issues/mr in subnav depends on contextDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-07Merge branch 'zj-workhorse-to-serve-diffs' into 'master' Jacob Vosmaer (GitLab)
Workhorse to serve raw diffs Fixes (partially) #13999 Dependent on: gitlab-org/gitlab-workhorse!45 See merge request !4130
2016-06-06Remove prev/next buttons on issues and merge requestsAlejandro Rodríguez
The buttons were rarely used and added at least 1 query each on every page load.
2016-06-03Workhorse to serve raw diffsZeger-Jan van de Weg
2016-06-03Fix more tests with new Code tabDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-03Update tests to match new Code tab logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-02Refactor. Add tests.Josh Frye
2016-05-16Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-10Add integration specs for tagsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-05-05Backport changes from gitlab-org/gitlab-ee!372Robert Speicher
Mostly replaces several Spinach tests with RSpec Feature tests.
2016-04-25Updated tests for deploy keysPhil Hughes
2016-04-20Merge branch 'multi-filter-labels' into 'master' Jacob Schatz
Mutliple label filter Fixes #989 See merge request !3438
2016-04-18Fix specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-14fix failing testsArinde Eniola
2016-04-11Merge branch 'mr-ui-update' into 'master' Jacob Schatz
Updated UI for new merge request Closes #2540 ![Screen_Shot_2016-03-29_at_12.53.18](/uploads/426e603675171f0dc4e0af83c7762eba/Screen_Shot_2016-03-29_at_12.53.18.png) ![Screen_Shot_2016-03-29_at_12.53.13](/uploads/645ad7955acfb9f7693245fcc048ee49/Screen_Shot_2016-03-29_at_12.53.13.png) See merge request !3228
2016-04-08Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz
This reverts merge request !3494
2016-04-06Fixed buildsPhil Hughes
2016-04-01Remove tests with back buttonDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-21Create SSH keys for SSH clone Spinach testsYorick Peterse
These tests would check if the "This project is empty" banner would contain SSH clone URLs. Oddly enough this should have never passed (as far as I can tell) as SSH clone URLs in this banner are _only_ displayed if the current user has at least 1 SSH key attached. Since the tests never seem to create any they never should have passed, yet somehow they did. To solve this the Spinach tests in question now ensure at least 1 SSH key is present.
2016-03-18Added testPhil Hughes
2016-03-18Improve award emoji test reliability by checking that the emoji is displayedStan Hu
before the search field is focused