Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Annotate models | Stan Hu | 2016-01-06 | 1 | -0/+7 |
| | |||||
* | Add some specs for forked project visibility_level cases | Tomasz Maczukin | 2015-12-24 | 1 | -0/+24 |
| | |||||
* | Merge branch 'add-open-issues-count-to-api' of ↵ | Dmitriy Zaporozhets | 2015-12-16 | 1 | -1/+5 |
|\ | | | | | | | | | | | https://gitlab.com/stanhu/gitlab-ce Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Add open_issues_count to project API | Stan Hu | 2015-12-11 | 1 | -1/+5 |
| | | | | | | | | This is needed to support Huboard and a generally useful value. | ||||
* | | Fix after column rename | Kamil Trzcinski | 2015-12-11 | 1 | -4/+4 |
| | | |||||
* | | Remove ci_ prefix from all ci related things | Kamil Trzcinski | 2015-12-11 | 1 | -8/+8 |
| | | |||||
* | | Add runners token | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | |||||
* | | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -8/+81 |
|/ | |||||
* | Tag model specs | Douwe Maan | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Update annotations | Stan Hu | 2015-12-08 | 1 | -0/+1 |
| | |||||
* | Fix broken spec related to MySQL and fractional seconds support. | Rubén Dávila | 2015-12-03 | 1 | -1/+3 |
| | |||||
* | Merge branch 'emoji_votes' into 'master' | Dmitriy Zaporozhets | 2015-11-19 | 1 | -11/+0 |
|\ | | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825 | ||||
| * | award emoji | Valery Sizov | 2015-11-19 | 1 | -11/+0 |
| | | |||||
* | | Added Project.visible_to_user | Yorick Peterse | 2015-11-18 | 1 | -0/+19 |
|/ | | | | | This method can be used to filter projects to those visible to a given user. | ||||
* | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -3/+6 |
| | | | | - Enable CI by default for all new projects | ||||
* | Revamp trending projects query | Yorick Peterse | 2015-10-06 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | This changes the query to use a COUNT nested in an INNER JOIN, instead of a COUNT plus a GROUP BY. There are two reasons for this: 1. Using a COUNT in an INNER JOIN can be quite a bit faster. 2. The use of a GROUP BY means that method calls such as "any?" (and everything else that calls "count") operate on a Hash that counts the amount of notes on a per project basis, instead of just counting the total amount of projects. The query has been moved into Project.trending as its logic is simple enough. As a result of this testing the TrendingProjectsFinder class simply involves testing if the right methods are called, removing the need for setting up database records. | ||||
* | Merge remote-tracking branch 'upstream/master' | Guilherme Garnier | 2015-10-03 | 1 | -2/+1 |
|\ | |||||
| * | Prevent creating 2 Ci::Project entities when enable CI | Dmitriy Zaporozhets | 2015-10-02 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Fix rubocop warnings in spec/models | Guilherme Garnier | 2015-10-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into flevour/gitlab-ce-project-path-insensitive-lookup | Douwe Maan | 2015-10-01 | 1 | -0/+22 |
|\ | |||||
| * | Make ensure_gitlab_ci_project return ci_project or create a new oneci-commits-to-projects | Kamil Trzcinski | 2015-09-29 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Kamil Trzcinski | 2015-09-29 | 1 | -3/+5 |
| | | |||||
| * | Enable CI for gitlab when .gitlab-ci.yml is pushed | Dmitriy Zaporozhets | 2015-09-23 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Show CI status on all pages where commits list is rendered | Dmitriy Zaporozhets | 2015-09-23 | 1 | -0/+10 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Make Project#find_with_namespace case-insensitive | Francesco Levorato | 2015-09-18 | 1 | -0/+1 |
|/ | |||||
* | Revert "Merge branch 'revert-satellites' into 'master' " | Dmitriy Zaporozhets | 2015-08-11 | 1 | -1/+0 |
| | | | | | This reverts commit 5daf44b7c86e0e2641a902b1da8b01d91fa3dbfa, reversing changes made to 2f706fbd231cabe7a76a5d17ac44285aaaf8592c. | ||||
* | Revert "Merge branch 'drop-satellites'" | Dmitriy Zaporozhets | 2015-08-11 | 1 | -0/+1 |
| | | | | | | | This reverts commit 957e849f41d96fa9778fcdd06792d2f0274b29ab, reversing changes made to 6b9dbe9f5a175a8162abf296367f561bab3eea1a. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Merge branch 'master' into drop-satellites | Dmitriy Zaporozhets | 2015-08-04 | 1 | -7/+14 |
|\ | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Re-annotate models | Atsushi Ishida | 2015-08-03 | 1 | -1/+2 |
| | | |||||
| * | Fix specs | Douwe Maan | 2015-07-29 | 1 | -6/+12 |
| | | |||||
* | | Remove satellites | Dmitriy Zaporozhets | 2015-07-15 | 1 | -1/+0 |
|/ | |||||
* | Update mock and stub syntax for specs | Robert Speicher | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | ensure_length_of -> validate_length_of | Robert Speicher | 2015-06-10 | 1 | -4/+4 |
| | |||||
* | Add `to_reference` for models that support references | Robert Speicher | 2015-05-26 | 1 | -3/+18 |
| | | | | | Now there is a single source of information for which attribute a model uses to be referenced, and its special character. | ||||
* | Improve/add specs for `Project#get_issue` and `#issue_exists?`rs-more-pipeline-filters | Robert Speicher | 2015-05-01 | 1 | -19/+42 |
| | |||||
* | Expose avatar_url in projects API | sue445 | 2015-03-01 | 1 | -0/+31 |
| | | | | | | * Impl Project#avatar_url * Refactor ApplicationHelper: Use Project#avatar_url * Update changelog | ||||
* | Upgrade to Rails 4.1.9 | Vinnie Okada | 2015-02-14 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Updated rspec to rspec 3.x syntax | Jeroen van Baarsen | 2015-02-12 | 1 | -65/+65 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Merge pull request #8580 from j0k3r/asana | Dmitriy Zaporozhets | 2015-02-08 | 1 | -0/+1 |
|\ | | | | | Add Asana service | ||||
| * | Add Asana service | Jeremy | 2015-02-02 | 1 | -0/+1 |
| | | | | | | | | Also add ability to render "service.help" in markdown | ||||
* | | Annotate models | Dmitriy Zaporozhets | 2015-02-02 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'master' into move_external_issue_tracker_away_from_yml_config | Marin Jankovski | 2015-01-26 | 1 | -27/+42 |
|\ | | | | | | | | | | | Conflicts: app/models/project.rb spec/models/project_spec.rb | ||||
| * | Fix tests, merge conflicts, some minor issues and make the project avatar ↵ | Hannes Rosenögger | 2015-01-24 | 1 | -29/+29 |
| | | | | | | | | feature mergable | ||||
| * | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 1 | -0/+15 |
| | | | | | | | | 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 | ||||
* | | Merge branch 'master' into move_external_issue_tracker_away_from_yml_config | Marin Jankovski | 2015-01-23 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Annotate models | Dmitriy Zaporozhets | 2015-01-22 | 1 | -0/+2 |
| | | |||||
* | | Do a check which issue tracker is used inside the project. | Marin Jankovski | 2015-01-23 | 1 | -3/+3 |
|/ | |||||
* | Refactor merge request refresh logic on push | Dmitriy Zaporozhets | 2014-11-11 | 1 | -57/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add Pushover service integration | Sullivan SENECHAL | 2014-10-03 | 1 | -0/+1 |
| | | | | That introduce select field type for services options. | ||||
* | Fix MR commenting system when new commits pushed | Dmitriy Zaporozhets | 2014-09-23 | 1 | -0/+56 |
| | | | | | | | | | | | | This conmmit fixes wierd behaviour when you see wrong comments about new commits in merge requests. Short explanation of a bug: When you push new commits to project we updated `project.merge_requests` with comment about push. But `project.merge_requests` includes also merge requests from forks to origin project. So when you push to master branch it commented on all merge requests from forks to origin where source_branch was `master` |