summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Project tools visibility levelFelipe Artur2016-09-011-10/+17
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-2/+2
* Syntax and style fixes.Patricio Cano2016-08-301-1/+4
* Added project specific enable/disable setting for LFSPatricio Cano2016-08-301-0/+4
* Merge branch 'artifacts-from-ref-and-build-name' into 'master' Douwe Maan2016-08-301-4/+9
|\
| * Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-261-2/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-241-3/+6
| |\ \
| * | | Unify pipeline_for(ref, nil) and pipeline_for(ref), feedback:Lin Jen-Shin2016-08-191-1/+4
| * | | Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-181-0/+4
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into artifacts-from-ref-and-bu...Lin Jen-Shin2016-08-161-10/+4
| |\ \ \ \
| * | | | | Make Pipeline.latest_successful_for return the recordLin Jen-Shin2016-08-111-1/+1
| * | | | | Fetch the current SHA if SHA was not passedLin Jen-Shin2016-08-111-1/+2
| * | | | | Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin2016-08-111-3/+4
* | | | | | Fix "Wiki" link not appearing in navigation for projects with external wiki21446-service-external-wiki-only-works-when-project-wiki-is-enabledAlejandro Rodríguez2016-08-261-0/+4
| |_|_|_|/ |/| | | |
* | | | | Display project icon from default branchHannes Rosenögger2016-08-251-0/+1
* | | | | Does not halt the GitHub import process when an error occursDouglas Barbosa Alexandre2016-08-241-2/+0
| |_|_|/ |/| | |
* | | | Disable “issue by email” feature until it uses a different tokenDouwe Maan2016-08-191-1/+4
* | | | Add expiration date to group membershipsSean McGivern2016-08-181-2/+2
| |_|/ |/| |
* | | Add Board modelDouglas Barbosa Alexandre2016-08-171-0/+2
* | | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-0/+2
| |/ |/|
* | New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-101-0/+4
* | Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-10/+0
|/
* Add a method in Project to return a cached value of total count of projectsStan Hu2016-08-091-0/+6
* Merge branch '14898-protected-branches-developer-can-not-push-without-permiss...Douwe Maan2016-08-051-0/+11
|\
| * changes default_branch_protection to allow devs_can_merge protection option a...tiagonbotelho2016-08-041-9/+4
| * developer cannot push to protected branch when project is empty or he has not...tiagonbotelho2016-08-021-0/+16
* | using shared path for project import uploads and refactored gitlab remove exp...James Lopez2016-08-041-5/+0
|/
* squashed - fixed label and milestone association problems, updated specs and ...fix/labels-milestones-importJames Lopez2016-08-011-0/+10
* Fix all specs related to changes in !5081.Timothy Andrew2016-07-291-8/+0
* Merge branch 'log-project-deletion' into 'master' Stan Hu2016-07-281-1/+4
|\
| * Add a log message when a project is scheduled for destruction for debuggingStan Hu2016-07-281-1/+4
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-281-1/+5
|\ \ | |/
| * Fix Project#to_param to keep invalid project suitable for use in URLsDouglas Barbosa Alexandre2016-07-271-1/+5
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-271-1/+3
|\ \ | |/
| * Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-1/+3
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-261-5/+115
|\ \ | |/
| * Improve project rename log messages for better debuggingimprove-rename-loggingStan Hu2016-07-231-1/+10
| * Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-221-7/+7
| |\
| | * Since it's too hard to use JOIN with Rails... feedback:Lin Jen-Shin2016-07-211-7/+7
| * | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-0/+11
| |\ \ | | |/
| | * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-0/+46
| | |\
| | * | Workaround MySQL with INNER JOIN:Lin Jen-Shin2016-07-211-2/+7
| | * | Use one query. Feedback:Lin Jen-Shin2016-07-201-7/+2
| | * | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-201-2/+7
| | * | Join on associationLin Jen-Shin2016-07-201-1/+1
| | * | We need INNER JOIN to get the right pipeline,Lin Jen-Shin2016-07-201-1/+1
| | * | Now we could use normal relation, feedback:Lin Jen-Shin2016-07-201-2/+1
| | * | Use default_branch rather than master, feedback:Lin Jen-Shin2016-07-201-1/+1
| | * | API for downloading latest successful build:Lin Jen-Shin2016-07-191-0/+7
| * | | Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-201-0/+40
| | |/ | |/|