summaryrefslogtreecommitdiff
path: root/features/steps/project/project.rb
Commit message (Collapse)AuthorAgeFilesLines
* Migrate features/project/project.feature to RSpec and reorganize several ↵Rémy Coutable2018-04-091-154/+0
| | | | | | Project feature specs Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update translated stringsGeorge Tsiolis2018-03-271-1/+1
|
* Resolve "Make project and features visibility settings less confusing"Mike Greiling2017-09-071-1/+0
|
* fixed up specsPhil Hughes2017-07-281-4/+12
|
* Update specs for new upload pathBob Van Landuyt2017-07-181-1/+1
|
* Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-2/+2
|
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-0/+2
|
* Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-6/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
|
* Fixed notification testsPhil Hughes2016-06-211-2/+2
|
* Implement custom notification level optionsFelipe Artur2016-06-151-1/+1
|
* Fixed failing testsPhil Hughes2016-06-071-1/+1
|
* Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets2016-05-161-9/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz2016-04-071-3/+9
| | | This reverts merge request !3494
* Fix milestones tab active state and testsnew-navigation-prototypeDmitriy Zaporozhets2016-04-021-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove tests with back buttonDmitriy Zaporozhets2016-04-011-8/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+10
| | | | Fixes #12518
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Better name for up-level linksgo-to-navDmitriy Zaporozhets2015-11-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix readme speccristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-181-2/+2
|
* Merge branch 'master' into notification-levelsPatricio Cano2015-09-161-2/+2
|\
| * Consistently case `Back to X` links.Douwe Maan2015-09-081-2/+2
| |
* | Added Global to the drop downs and updated the label of the button to show ↵Patricio Cano2015-09-161-2/+2
| | | | | | | | the current level instead of `Notifications`
* | Added Spinach tests and updated CHANGELOGPatricio Cano2015-09-161-0/+14
|/
* Make left menu more hierarchical and less contextual by adding back item at topDmitriy Zaporozhets2015-07-101-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve readme testsDmitriy Zaporozhets2015-07-091-3/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont check for link but for actual readme contentDmitriy Zaporozhets2015-07-091-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix avatar tests to use banana_sample.gif since SVG is not supportedStan Hu2015-06-221-3/+3
|
* Fix features syntaxRobert Speicher2015-06-221-1/+1
|
* 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-16/+16
|
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-0/+4
| | | | Closes #1705
* Disable "New Issue" and "New Merge Request" buttons when features are ↵Stan Hu2015-05-251-0/+8
| | | | | | disabled in project settings Closes #1676
* Fix project testrefactor-project-pageDmitriy Zaporozhets2015-05-051-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix DB error when trying to tag a repositoryStan Hu2015-04-271-0/+8
| | | | | | | | | | | | | | | | Upon tagging a repository, an error due to a missing migration occurred: ``` PG::Error: ERROR: column "taggings_count" does not exist LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun... ``` Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first migration that created the `tags` and `taggings` table, and added the rest. Closes #1512 Closes https://github.com/gitlabhq/gitlabhq/issues/6867 Closes https://github.com/gitlabhq/gitlabhq/issues/9194
* Split up AttachmentUploader.Douwe Maan2015-02-201-1/+1
|
* Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-1/+1
| | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
* Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+1
| | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
* Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger2015-01-241-5/+5
| | | | feature mergable
* adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-241-3/+44
| | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
* Leave the project name field editable, fix the test.Marin Jankovski2014-10-281-1/+1
|
* Make Spinach test names consistentCiro Santilli2014-10-051-1/+1
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Add a feature for readme on project show page.Marin Jankovski2014-09-301-6/+14
|
* Prefix Spinach features with Spinach::Features::.Ciro Santilli2014-09-221-1/+1
|
* Uncomment change branch testDmitriy Zaporozhets2014-07-311-6/+4
|
* Add useless test. Uncomment when we improve testingDmitriy Zaporozhets2014-07-211-0/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Show VERSION information on project sidebarDmitriy Zaporozhets2014-06-251-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix 500 error when rename repositoryDmitriy Zaporozhets2013-12-231-3/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|