summaryrefslogtreecommitdiff
path: root/features/steps/project/commits
Commit message (Collapse)AuthorAgeFilesLines
* Changes after reviewFilipa Lacerda2016-12-211-9/+0
| | | | | | Fix broken test Remove spinach tests for the builds tab
* Fix commits specAnnabel Dunstone Gray2016-10-281-2/+2
|
* [Great spinach fix] Replace gsub with deleteValery Sizov2016-10-171-1/+1
|
* Remove carriage returns from commit description as summary is on a newline ↵Luke Bennett2016-10-171-1/+1
| | | | and will always include carriage returns
* Added logic to handle a revision input that does not exist in the menuLuke Bennett2016-10-161-5/+9
|
* Fix broken Spinach tests caused by changes in !6550Stan Hu2016-10-161-6/+14
| | | | Partial fix to #23378
* Add tag shortcut from the Commit pageAkram FARES2016-10-061-0/+8
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix Spinach branches specfix-spinach-branches-specSean McGivern2016-08-231-0/+5
|
* Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-1/+1
| | | | | | | | 1. Remove `Project#developers_can_push_to_protected_branch?` since it isn't used anymore. 2. Remove `Project#developers_can_merge_to_protected_branch?` since it isn't used anymore.
* Disable overflow messagesSean McGivern2016-07-081-19/+0
| | | | | With the option to expand and collapse individual diffs, these aren't needed any more.
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
|
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Fix spinach testsKamil Trzcinski2016-05-161-2/+2
|
* Add integration specs for tagsRémy Coutable2016-05-101-90/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use Rugged's TagCollection#create instead of gitlab-shell's ↵Rémy Coutable2016-05-041-2/+2
| | | | | | Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove persistent XSS vulnerability in `commit_person_link` helperRobert Speicher2016-04-171-1/+2
| | | | | | | | | | | | | Because we were incorrectly supplying the tooltip title as `data-original-title` (which Bootstrap's Tooltip JS automatically applies based on the `title` attribute; we should never be setting it directly), the value was being passed through as-is. Instead, we should be supplying the normal `title` attribute and letting Rails escape the value, which also negates the need for us to call `sanitize` on it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15126
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-2/+5
|
* Add some spinach specsRubén Dávila2016-02-191-0/+40
|
* Change MR link to "View Open Merge Request"display-mr-link-if-thre-is-oneDouglas Barbosa Alexandre2016-02-101-1/+1
|
* Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-0/+57
|
* Add CHANGELOG item and testsDmitriy Zaporozhets2016-01-071-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix minor stylistic complaintsDouglas Barbosa Alexandre2015-12-211-1/+1
|
* Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre2015-12-171-1/+2
| | | | | | | More info about valid ref names: https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.ht ml
* Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre2015-12-161-1/+1
|
* Update commits spinach tests related to displaying build statusGrzegorz Bizon2015-12-141-0/+4
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-1/+1
|
* Fix specmr-buildsDouwe Maan2015-12-081-1/+1
|
* Add tests to release notes featureDmitriy Zaporozhets2015-11-061-0/+20
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testDmitriy Zaporozhets2015-11-061-3/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Rewrite remove tag testDmitriy Zaporozhets2015-11-061-19/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specsKamil Trzcinski2015-10-141-1/+1
|
* Fix feature testsKamil Trzcinski2015-10-121-1/+1
|
* Render CI statuses on commit pageDmitriy Zaporozhets2015-10-061-2/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets2015-10-021-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsKamil Trzcinski2015-09-291-1/+1
|
* Show CI status on commit pagebuild-status-on-commit-pageDmitriy Zaporozhets2015-09-241-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix compare testsDmitriy Zaporozhets2015-09-071-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix this crazy random failing testDmitriy Zaporozhets2015-09-041-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix "Reload with full diff" URL button in compare branch viewStan Hu2015-08-241-0/+6
| | | | | | This button worked when viewing merge requests because the JavaScript stripped the .html in the Ajax request. However, it left the .html suffix in the compare branch view.
* Support commenting on a diff in side-by-side viewStan Hu2015-06-161-8/+1
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9283
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-123-4/+4
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-123-7/+7
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-124-45/+45
|
* Use stub_const to stub constants instead of redefining themRobert Speicher2015-06-101-2/+1
| | | | They're called constants for a reason, after all.
* Fix spec.Douwe Maan2015-05-091-1/+1
|
* Fix spec.Douwe Maan2015-04-231-1/+1
|
* Fix code unfold not working on Compare commits pageStan Hu2015-03-241-0/+12
| | | | Closes #1274
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-142-5/+5
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.