summaryrefslogtreecommitdiff
path: root/features/project
Commit message (Collapse)AuthorAgeFilesLines
* Add tag shortcut from the Commit pageAkram FARES2016-10-061-0/+5
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* MergeRequest new form load diff asynchronouslynew-merge-requests-commit-tab-activePaco Guzman2016-10-061-6/+11
|
* Merge branch 'master' into revert-c676283bPhil Hughes2016-10-031-1/+1
|\
| * Added full-width new snippet button on mobile and corrected capitalizationfull-width-new-snippet-buttonLuke Bennett2016-09-181-1/+1
| | | | | | | | | | | | | | | | 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
* | Merge branch 'master' into revert-c676283bPhil Hughes2016-08-303-2/+18
|\ \ | |/
| * Merge branch 'dz-merge-request-version'Douwe Maan2016-08-251-1/+1
| |\
| | * Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-151-0/+9
| | |\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| | * | Chnage the way how merge request diff is initialized and savedDmitriy Zaporozhets2016-08-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Fix Spinach branches specfix-spinach-branches-specSean McGivern2016-08-231-0/+1
| | | |
| * | | Revert the revert of Optimistic Lockingrevert_revert_issuable_lockValery Sizov2016-08-221-1/+1
| | | |
| * | | Revert "Merge branch ↵Rubén Dávila Santos2016-08-161-0/+10
| | | | | | | | | | | | | | | | | | | | '19957-write-tests-for-adding-comments-for-different-line-types-in-diff' into 'master'" This reverts merge request !5417
| * | | Merge branch ↵Robert Speicher2016-08-151-10/+0
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| | * | Moved notes scenarios to 'diff_notes_spec.rb'Luke Bennett2016-08-051-10/+0
| | |/
| * | Add unfold links for Side-by-Side viewTim Masliuchenko2016-08-041-0/+9
| |/
| * Add a spec for #20079.Timothy Andrew2016-07-221-0/+6
| | | | | | | | | | The issue was fixed in 2ba5e62. The spec is going in separately just so the fix could go in as soon as possible.
* | Revert "Merge branch 'revert-bdb6f1e6' into 'master'"Phil Hughes2016-07-201-0/+1
|/ | | This reverts merge request !5290
* Revert "Merge branch 'gl-dropdown-issuable-form' into 'master'"revert-bdb6f1e6Douwe Maan2016-07-151-1/+0
| | | This reverts merge request !4970
* Merge branch 'revert-lock-for-issuable' into 'master' Robert Speicher2016-07-151-1/+1
|\ | | | | | | | | | | | | | | | | 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
| * Revert "Optimistic locking for Issue and Merge Requests"revert-lock-for-issuableStan Hu2016-07-131-1/+1
| | | | | | | | This reverts commit c39356998b1850f3dc26fe0b987cb419c1d1afb4.
* | Merge branch 'gl-dropdown-issuable-form' into 'master' Jacob Schatz2016-07-151-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Updated testsPhil Hughes2016-07-071-0/+1
| |
* | Optimistic locking for Issue and Merge RequestsValery Sizov2016-07-121-1/+1
| |
* | Merge branch 'master' into faster-diffsfaster-diffsJacob Schatz2016-07-112-12/+0
|\ \
| * | Disable overflow messagesSean McGivern2016-07-081-5/+0
| | | | | | | | | | | | | | | With the option to expand and collapse individual diffs, these aren't needed any more.
| * | Updated testsPhil Hughes2016-07-051-7/+0
| |/
* | Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-4/+0
|/
* Fixed logout testsPhil Hughes2016-06-281-1/+1
|
* Rename Repo -> Repositoryrename-code-to-repoStan Hu2016-06-212-18/+18
|
* Rename Code -> Repo in feature specsStan Hu2016-06-202-18/+18
|
* Render only issues/mr in subnav depends on contextDmitriy Zaporozhets2016-06-101-4/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'zj-workhorse-to-serve-diffs' into 'master' 14722-searching-for-usernames-should-only-be-possible-for-search-strings-with-a-valid-formatJacob Vosmaer (GitLab)2016-06-071-12/+0
|\ | | | | | | | | | | | | | | | | Workhorse to serve raw diffs Fixes (partially) #13999 Dependent on: gitlab-org/gitlab-workhorse!45 See merge request !4130
| * Workhorse to serve raw diffsZeger-Jan van de Weg2016-06-031-12/+0
| |
* | Remove prev/next buttons on issues and merge requests18026-consider-removing-issue-merge-request-previous-next-buttonsAlejandro Rodríguez2016-06-062-9/+0
|/ | | | The buttons were rarely used and added at least 1 query each on every page load.
* Fix more tests with new Code tabDmitriy Zaporozhets2016-06-031-3/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update tests to match new Code tab logicDmitriy Zaporozhets2016-06-031-18/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor. Add tests.Josh Frye2016-06-021-0/+1
|
* Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets2016-05-162-21/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add integration specs for tagsRémy Coutable2016-05-101-46/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372Robert Speicher2016-05-041-14/+2
| | | | Mostly replaces several Spinach tests with RSpec Feature tests.
* Updated tests for deploy keysproject-deploy-keys-uiPhil Hughes2016-04-251-1/+0
|
* Merge branch 'multi-filter-labels' into 'master' Jacob Schatz2016-04-201-0/+1
|\ | | | | | | | | | | | | Mutliple label filter Fixes #989 See merge request !3438
| * fix failing testsArinde Eniola2016-04-141-0/+1
| |
* | Fix specsRémy Coutable2016-04-181-13/+0
|/ | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'mr-ui-update' into 'master' Jacob Schatz2016-04-112-0/+2
|\ | | | | | | | | | | | | | | | | | | | | 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
| * Fixed buildsPhil Hughes2016-04-062-0/+2
| |
* | Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-0/+9
|/ | | This reverts merge request !3494
* Remove tests with back buttonDmitriy Zaporozhets2016-04-011-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create SSH keys for SSH clone Spinach testsissues-show-performanceYorick Peterse2016-03-211-0/+1
| | | | | | | | | | 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.
* Added testPhil Hughes2016-03-181-0/+8
|
* Improve award emoji test reliability by checking that the emoji is displayedStan Hu2016-03-171-4/+7
| | | | before the search field is focused