summaryrefslogtreecommitdiff
path: root/spec/views/projects
Commit message (Collapse)AuthorAgeFilesLines
* Fix builds/show spec; use iid instead of id23205-information-about-environments-build-pageAnnabel Dunstone Gray2016-11-171-4/+8
|
* Improve specs and add missing cases that were not supportedKamil Trzcinski2016-11-171-1/+1
|
* Finish specs for environment infoAnnabel Dunstone Gray2016-11-091-8/+60
|
* Refine specs for build show page with environmentsGrzegorz Bizon2016-11-091-20/+35
|
* First pass at testsAnnabel Dunstone Gray2016-11-091-0/+50
|
* Merge branch '20892-commit-info' into 'master' Fatih Acet2016-10-311-0/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Clean up commit meta info view" Updates commit page design Before: ![Screen_Shot_2016-10-19_at_10.20.10_AM](/uploads/8737a9db01bffc019d8b2c71a943024b/Screen_Shot_2016-10-19_at_10.20.10_AM.png) After: ![Screen_Shot_2016-10-19_at_10.20.01_AM](/uploads/716cb902bd20dedc705a8f81f6536736/Screen_Shot_2016-10-19_at_10.20.01_AM.png) ![Screen_Shot_2016-10-19_at_10.27.01_AM](/uploads/4228575f50990a88bc828037d8fb99f2/Screen_Shot_2016-10-19_at_10.27.01_AM.png) Closes #20892 See merge request !6994
| * Fix rubocop offenses20892-commit-infoAnnabel Dunstone Gray2016-10-281-2/+2
| |
| * Add commit_box specAnnabel Dunstone Gray2016-10-281-0/+28
| |
* | Fix lightweight tags not processed correctly by GitTagPushService22271-drone-tag-pipeline-buildAlejandro Rodríguez2016-10-281-1/+1
|/ | | | | | | | When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-10-181-28/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show-commit-status-from-source-project * upstream/master: (409 commits) Update endpoint to username validator change border color to variable Add todo for deprecated user routes and more information about deprecation to changelog Provide better error message to the user Apply better hierarchy to markdown headers and issue/mr titles Swapped button text manipulation outcomes for the toggle query Fixed find file keyboard navigation Update CHANGELOG for 8.12.7 Added download-button class and applied button margin Enable activerecord_sane_schema_dumper for test Updated logo from @luke Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896 Fix Test Env (proper error handling when gitlab-shell is not clonned) Fix randomly crashing spinach test for merge request [Great spinach fix] Replace gsub with delete Remove carriage returns from commit description as summary is on a newline and will always include carriage returns Convert due_date_select.js filetype to es6. Stop directly parsing due_date with Date.parse, prefer parsing implicitly. Improve spec for pipeline metrics worker Add Pipeline metrics worker ...
| * Show what time ago a MR was deployedZ.J. van de Weg2016-10-141-28/+0
| |
* | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-10-111-1/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show-commit-status-from-source-project * upstream/master: (327 commits) Formatted all app/assets/javascripts to underscore naming convention Add registry to skipped data in backup raketask docs Updating changes based on feedback from @connorshea Changes to make Git basics more intuitive - updated verbiage where appropriate - changed "git config" commands to include quotes for variables to be more in line with standard practive and to avoid issues with spaces - updated CHANGELOG as part of commit Remove Ci::ApplicationController HTMLEntityFilter -> HtmlEntityFilter Clarify which token should be used to delete a runner Changed 'Compare branches, tags or commit ranges' to 'Compare Git revisions' Changed placeholder to 'Commit hash' Add link to test coverage report to README Added copy file path button to diffs Fix wrong icon in CI build detail sidebar: right-arrow => arrow-right Prevent conflict b/w search field and its dropdown Make searching for commits case insensitive. Use user from let instead recreate in before reword html titles for merge requests and issues Fix a typo in doc/api/labels.md Check for transition loopback in commit status Add temporary fix for race condition in MWBS Improve transitions and run hooks after transaction ...
| * Merge branch 'master' into revert-c676283bPhil Hughes2016-10-038-14/+114
| |\
| * | Updated testsPhil Hughes2016-09-021-1/+4
| | |
* | | Add a view test for showing source commitsLin Jen-Shin2016-10-051-0/+38
| |/ |/|
* | Improve grammarKatarzyna Kobierska2016-09-301-1/+1
| |
* | Close merge request if open without source projectKatarzyna Kobierska2016-09-301-0/+13
| |
* | Upgrade Devise from 4.1.1 to 4.2.0.Connor Shea2016-09-278-8/+8
| | | | | | | | | | | | | | | | This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
* | Scope environments to projectlimit-number-of-shown-environmentsKamil Trzcinski2016-09-211-0/+2
| |
* | Add a view spec for projects/notes/_formRémy Coutable2016-09-201-0/+36
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add specs that target status failure22286-fix-missing-statusKamil Trzcinski2016-09-181-7/+10
| |
* | Fix spec failuresgroup-similarKamil Trzcinski2016-09-141-7/+6
| |
* | Add view specs for pipelines graphKamil Trzcinski2016-09-141-0/+51
| |
* | add feature testubudzisz2016-09-061-14/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add feature test add feature test add feature test remove test to builds_spec remove feature test to builds_spec remove feature test to builds_spec add changes to methods and remove FactoryGirl add changes to methods and remove FactoryGirl adding changes to test and js file changes grammar update changelog rename file name update files after review update files after review update files after review
* | add js fileubudzisz2016-09-061-4/+10
|/ | | | | | | | | | | | | | | | | | | | | | | | show variables on-click show variables on-click show variables on-click remove = and add new js classes into sidebar.scss show variables by clicking button show variables by clicking button show variables by clicking button show variables by clicking button use id for a class add nicescroll add nicescroll
* Fix testKatarzyna Kobierska2016-08-301-4/+6
|
* Improve grammarKatarzyna Kobierska2016-08-302-5/+6
|
* Improve codeKatarzyna Kobierska2016-08-302-15/+28
|
* User can edit closed MR with deleted forkKatarzyna Kobierska2016-08-302-0/+81
| | | | | | | | | | | | | | | | | | | | | | Add test for closed MR without fork Add view test visibility of Reopen and Close buttons Fix controller tests and validation method Fix missing space Remove unused variables from test closed_without_fork? method refactoring Add information about missing fork When closed MR without fork can't edit target branch Tests for closed MR edit view Fix indentation and rebase, refactoring
* Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-121-3/+4
|
* CI build status not per environmentZ.J. van de Weg2016-08-111-1/+1
|
* Incorporate feedbackZ.J. van de Weg2016-08-111-2/+4
|
* Tests for release status heading on MR#showZ.J. van de Weg2016-08-111-0/+23
|
* Add failing test for #20462winniehell2016-08-021-0/+37
|
* Update to gitlab_git 10.4.1 and take advantage of preserved Ref objectsAlejandro Rodríguez2016-07-281-0/+21
|
* Fix testsKatarzyna Kobierska2016-07-261-1/+1
|
* Tests refactoring for trigger variablesKatarzyna Kobierska2016-07-261-7/+10
|
* Add test for multiple trigger variables viewKatarzyna Kobierska2016-07-261-1/+18
|
* add modification to commit title testubudzisz2016-07-181-9/+13
| | | | | | add modification to commit title test add empty line
* modify view test to commit titleubudzisz2016-07-181-1/+0
| | | | | | | | | | modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop remove empty line in CHANGELOG
* add test to viewubudzisz2016-07-181-0/+1
| | | | | | | | | | | | repair rubocop test and update CHANGELOG repair rubocop test repair rubocop repair rubocop repair rubocop
* modify view test to commit titleubudzisz2016-07-181-10/+5
| | | | | | | | modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop modify view test to commit title-repair rubocop
* add test to viewubudzisz2016-07-181-9/+16
| | | | | | | | | | | | repair rubocop test and update CHANGELOG repair rubocop test repair rubocop repair rubocop repair rubocop
* repair rubocop testubudzisz2016-07-181-1/+1
|
* add git-commit-title-method into pipeline model and modify viewubudzisz2016-07-181-0/+9
| | | | add git-commit-title-method into tests
* Do not show build retry link when build is activeGrzegorz Bizon2016-06-301-0/+37