summaryrefslogtreecommitdiff
path: root/app/contexts
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-301-1/+1
|\ | | | | | | | | | | | | Conflicts: app/controllers/admin/teams/projects_controller.rb app/views/team_members/_team_member.html.haml app/views/teams/members/_member.html.haml
| * Fix missing assigned_to renaming in 2e839ceKen Ip2013-06-201-1/+1
| | | | | | | | fixes #4360.
* | Do not create a User <-> Project relation if project is under groupDmitriy Zaporozhets2013-06-211-1/+1
| |
* | Remove Global namespace from options. Prepared file for migration of global ↵Dmitriy Zaporozhets2013-06-192-13/+4
|/ | | | projects
* Fixed tests. Fixed overrided scope. Better usability for milestone viewDmitriy Zaporozhets2013-06-171-1/+1
|
* Add imported boolean to project. Prevent shell from creating repo after it ↵Dmitriy Zaporozhets2013-06-141-0/+1
| | | | was imported
* Added few tests on Issues::BulkUpdateContextAlexDenisov2013-05-161-9/+9
|
* Cleanup bulk issues update a bitAlexDenisov2013-05-161-8/+11
|
* Fix paginate of blobs, fixed preserve in dev mode for blob resultsDmitriy Zaporozhets2013-05-141-8/+1
|
* Search for blobs by default inside project. Added pagination for blobs searchDmitriy Zaporozhets2013-05-141-2/+9
|
* Fix bulk issue status updateDmitriy Zaporozhets2013-05-144-54/+68
|
* Move files search to gitlab_gitDmitriy Zaporozhets2013-05-091-7/+11
|
* Implemented code search featureJavier Castro2013-05-091-2/+7
|
* remove trailing spacesAndrey Kumanyaev2013-05-051-2/+2
|
* fork failing when calling initialize_dupAngus MacArthur2013-05-031-2/+1
| | | | | initialize_dup has been made private as of ruby 2.0.0. I have corrected it to call the publicly available dup method
* Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-021-0/+45
|\ | | | | updated fork feature to use gitlab-shell for v5 of gitlab
| * Fix bug for repeated fork requestsAngus MacArthur2013-05-021-17/+25
| | | | | | | | | | | | | | When asking to fork a project and a project with the same name already exists (likely from a previous fork), the recovery from the fork failure would inadvertantly delete the repo of the existing destination project.
| * updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-0/+37
| |
* | Respect feature settings submitted via apiDmitriy Zaporozhets2013-04-261-8/+12
| |
* | Default values for project features added to create contextAndrew8xx82013-04-241-2/+5
|/
* Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets2013-04-101-1/+1
|
* remove unnecessary Commit.newDmitriy Zaporozhets2013-03-311-1/+0
|
* Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-311-1/+0
|
* Decorate Gitlab::Git::Commit with CommitDmitriy Zaporozhets2013-03-311-0/+1
|
* remove notify checkboxes from note formsDmitriy Zaporozhets2013-03-281-2/+0
|
* Make transfer action in project controllerDmitriy Zaporozhets2013-03-251-17/+1
|
* Use TransferContext for projectDmitriy Zaporozhets2013-03-251-0/+27
|
* Remove wall from basic notes logicDmitriy Zaporozhets2013-03-191-13/+0
|
* Move snippets to own tab as feature. Make it disabled for new projects by ↵Dmitriy Zaporozhets2013-03-181-1/+2
| | | | default
* Return own tab for wall. Improve Wiki nav. Removed attachments listing pageDmitriy Zaporozhets2013-03-181-0/+3
|
* created-by-me filter for issues inside project. Fixed global project.issues ↵Dmitriy Zaporozhets2013-02-281-2/+3
| | | | order
* Fix TestHookContextDmitriy Zaporozhets2013-02-261-2/+1
|
* Restore old order for MR lists. Fix failing testsDmitriy Zaporozhets2013-02-211-1/+1
|
* Merge Request uses StateMachine nowAndrew8xx82013-02-181-1/+1
|
* create satellite for imported repoDmitriy Zaporozhets2013-02-161-0/+2
|
* restore handling exception for project creationDmitriy Zaporozhets2013-02-121-2/+2
|
* Import repo featureDmitriy Zaporozhets2013-02-111-2/+12
|
* Do gitolite calls async. Remove satellite with project removeDmitriy Zaporozhets2013-01-281-9/+3
|
* Improve CreateContext call. Fixed testDmitriy Zaporozhets2013-01-181-3/+7
|
* Refactor project creation. Added logout link to profile pageGitLab2013-01-173-24/+89
|
* Owner can enable public mode for projectDmitriy Zaporozhets2013-01-161-0/+1
|
* Merge commit 'master' into discussionsRiyad Preukschas2013-01-155-7/+38
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
| * Common filtering for dashboard and group. Share partial search result partialDmitriy Zaporozhets2013-01-071-0/+31
| |
| * Remove unused styles. Restyled Issues a bitDmitriy Zaporozhets2013-01-051-1/+1
| |
| * Remove unused methodsDmitriy Zaporozhets2013-01-052-3/+3
| |
| * Continue refactoring. Use repostory and teamDmitriy Zaporozhets2013-01-042-2/+2
| |
| * REpostiry, Team modelsDmitriy Zaporozhets2013-01-032-2/+2
| |
* | Merge branch 'master' into discussionsRiyad Preukschas2012-12-231-1/+3
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
| * Admin can move project to ANY namespace. Updated permissions pageDmitriy Zaporozhets2012-12-041-1/+3
| |
| * Only owner of current namespace can change project namespaceDmitriy Zaporozhets2012-12-041-1/+1
| |