summaryrefslogtreecommitdiff
path: root/spec/features/projects/files/project_owner_sees_link_to_create_license_file_in_empty_project_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Improve project overview UI"Dennis Tang2018-09-061-1/+1
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-3/+3
|
* Address review feedbackRémy Coutable2018-04-091-2/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-3/+3
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Auto DevOps and Kubernetes cluster button to project pageEric Eastwood2018-02-161-1/+1
|
* Prevent some specs from mangling the gitlab-shell checkoutNick Thomas2017-12-191-5/+3
|
* Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
| | | | | | Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-3/+3
|
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-1/+1
|
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+0
| | | | | Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-2/+2
|
* Make file templates easy to use and discoverBryce Johnson2017-04-031-2/+2
|
* Update Licensee from 8.0.0 to 8.7.0.cs-upgrade-licenseeConnor Shea2017-02-221-2/+2
| | | | Changelog: https://github.com/benbalter/licensee/releases
* Merge branch 'file-content-highlight-line' into 'master' Jacob Schatz2016-08-161-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlight empty lines ## What does this MR do? Rather than just highlight the text, file line highlighting now highlights the full line including empty lines ## What are the relevant issue numbers? Closes #19484 ## Screenshots (if relevant) ![Screen_Shot_2016-07-05_at_13.52.31](/uploads/d3bddc918d731681465381e96c0aa2b0/Screen_Shot_2016-07-05_at_13.52.31.png) See merge request !5092
| * Highlight empty linesPhil Hughes2016-07-201-1/+1
| | | | | | | | Closes #19484
* | Updated testsPhil Hughes2016-08-131-0/+1
|/
* Implements TemplateDropdown class to create custom template dropdownstemplate_dropdownAlfredo Sumaran2016-06-161-2/+10
| | | | | Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
* Fix some specs which would have broken in 2017 to not break anymore by using ↵Connor Shea2016-05-221-2/+2
| | | | a dynamic year value.
* Fix specsRémy Coutable2016-04-181-3/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-0/+36
endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>