summaryrefslogtreecommitdiff
path: root/spec/factories/projects.rb
Commit message (Collapse)AuthorAgeFilesLines
* Delete hooks from project with empty repositorydm-fix-api-create-file-on-empty-repoDouwe Maan2017-03-021-0/+4
|
* Rename commit_file, commit_dir and remove_file and update specsDouwe Maan2017-02-241-9/+6
|
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-0/+19
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
* Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-01-261-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix-git-hooks-when-creating-file * upstream/master: (1122 commits) Update CHANGELOG.md for 8.16.2 Display project ID in project settings (!8572) fixed points from comments to improve code quality Update CHANGELOG.md for 8.14.8 Statisfy eslint Add CHANGELOG entry Fix access to the wiki code via HTTP when repository feature disabled Display fullscreen button on small screens (!5302) Prevent removing fields from dropdowns on input elements fix for all themes Return struct instead of multiple values Fix race conditions for AuthorizedProjectsWorker Add User#nested_groups and User#nested_projects methods Fix spec failure due to timestamp ordering issue in mySQL Fixed error with filter keyboard tests `can?` already includes the `feature_available?` check Test there is no Merge Request button when MRs are disabled Ensure the correct Merge Request button is found Add 409 conflict tests Add CHANGELOG ...
| * Add a `:repository` trait to the `:empty_project` factoryRobert Speicher2017-01-171-0/+4
| | | | | | | | | | | | | | Right now this is a no-op. We're going to add it as a trait argument to all existing usages of the `:project` factory, so that later we can flip `:empty_project` to just be `:project`, forcing developers to opt-in to the slower option when their tests truly require it.
| * Move dashboard archived projects spinach tests to rspecSemyon Pupkov2017-01-041-0/+4
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Merge branch 'master' into fix-git-hooks-when-creating-fileLin Jen-Shin2017-01-041-0/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1031 commits) Add changelog entry for renaming API param [ci skip] Add missing milestone parameter Refactor issues filter in API Fix project hooks params Gitlab::LDAP::Person uses LDAP attributes configuration Don't delete files from spec/fixtures Copy, don't move uploaded avatar files Minor improvements to changelog docs Rename logo, apply for Slack too Fix Gemfile.lock for the octokit update Fix cross-project references copy to include the project reference Add logo in public files Use stable icon for Mattermost integration rewrite the item.respond_to?(:x?) && item.x? to item.try(:x?) API: extern_uid is a string Increases pipeline graph drowdown width in order to prevent strange position on chrome on ubuntu Removed bottom padding from merge manually from CLI because of repositioning award emoji's Make haml_lint happy Improve spec Add feature tests for Cycle Analytics ...
| * Add terminal UI and controller actionsFatih Acet2016-12-191-3/+7
| |
| * Add terminals to the Kubernetes deployment serviceNick Thomas2016-12-191-1/+1
| |
| * Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-141-0/+13
| |
* | Fix tests to use the new APILin Jen-Shin2016-12-081-1/+33
|/
* Make access request specs explicitly enable or disable access requests as ↵Nick Thomas2016-11-111-0/+4
| | | | required
* Merge branch 'fix-unathorized-cloning' into 'security'Douwe Maan2016-11-091-3/+7
| | | | | | | | | | Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by: Rémy Coutable <remy@rymai.me>
* Finish updates to use JIRA gemFelipe Artur2016-10-261-4/+3
| | | | Code improvements, bug fixes, finish documentation and specs
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+2
|
* Update Boards::CreateService to handle with the has_many associationDouglas Barbosa Alexandre2016-10-111-8/+0
|
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+7
| | | | | | | | | | | | This commit adds a number of _html columns and, with the exception of Note, starts updating them whenever the content of their partner fields changes. Note has a collision with the note_html attr_accessor; that will be fixed later A background worker for clearing these cache columns is also introduced - use `rake cache:clear` to set it off. You can clear the database or Redis caches separately by running `rake cache:clear:db` or `rake cache:clear:redis`, respectively.
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+15
|
* Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-261-0/+2
|
* Project tools visibility levelFelipe Artur2016-09-011-1/+20
|
* Add service to create a new board for a projectDouglas Barbosa Alexandre2016-08-171-0/+6
|
* Fix typo in factory for projects.rbYatish Mehta2016-07-051-1/+1
|
* Remove deprecated issues_tracker and issues_tracker_id from projectDouglas Barbosa Alexandre2016-06-131-6/+0
|
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-39/+0
| | | | | | | | | In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
* Merge branch 'rs-backport-ee-372' into 'master' Rémy Coutable2016-05-091-3/+7
|\ | | | | | | | | | | | | Backport changes from gitlab-org/gitlab-ee!372 Mostly replaces several Spinach tests with RSpec Feature tests. See merge request !4043
| * Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372Robert Speicher2016-05-041-3/+7
| | | | | | | | Mostly replaces several Spinach tests with RSpec Feature tests.
* | Remove `wall_enabled` field from Projectrs-remove-wall_enabledRobert Speicher2016-05-081-1/+0
|/
* Annotate modelsStan Hu2016-01-061-0/+7
|
* Update annotationsStan Hu2015-12-081-0/+1
|
* Re-annotate modelsAtsushi Ishida2015-08-031-1/+2
|
* Add jira_project project factoryRobert Speicher2015-04-301-2/+18
|
* Fix "Revspec not found" errors when viewing diffs in a forked project with ↵Stan Hu2015-04-271-0/+8
| | | | | | submodules Closes #1413
* Annotate modelsDmitriy Zaporozhets2015-02-021-0/+1
|
* Make issue tracker service fields required.Marin Jankovski2015-01-261-3/+3
|
* Update rspec tests to the new external issue logic.Marin Jankovski2015-01-261-2/+14
|
* Annotate modelsDmitriy Zaporozhets2015-01-221-0/+2
|
* Improve project factoriesDmitriy Zaporozhets2014-11-301-0/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove outdated comment on the project test seedCiro Santilli2014-10-031-10/+0
|
* Annotate modelsDmitriy Zaporozhets2014-08-251-0/+28
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix form mr testsDmitriy Zaporozhets2014-07-311-0/+44
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>