summaryrefslogtreecommitdiff
path: root/features/steps/project/commits/commits.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replace commits spinach tests with RSpec analogSemyon Pupkov2018-05-041-192/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Fix a hardcoded pipeline ID in a spinach stepNick Thomas2018-02-061-3/+3
|
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+2
|
* Use #query_scope instead of #parent in a Spinach featureRémy Coutable2017-11-141-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add view replaced file link for image diffsadd-view-replaced-file-linkClement Ho2017-09-201-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
|
* Pull preserve into render helpersDouwe Maan2017-04-281-1/+1
|
* Adding animation for all dropdownNur Rony2017-04-211-0/+2
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-4/+4
|
* Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-1/+1
|
* 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>
* 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
|
* Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-031-2/+5
|
* 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>
* 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
|
* 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-121-1/+1
| | | | | | | 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-121-1/+1
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-25/+25
|
* 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-141-3/+3
| | | | | | 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.
* Fix testsDmitriy Zaporozhets2014-12-251-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>