Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'master' into 6-0-dev | Dmitriy Zaporozhets | 2013-06-30 | 1 | -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 2e839ce | Ken Ip | 2013-06-20 | 1 | -1/+1 | |
| | | | | | | | | fixes #4360. | |||||
* | | Do not create a User <-> Project relation if project is under group | Dmitriy Zaporozhets | 2013-06-21 | 1 | -1/+1 | |
| | | ||||||
* | | Remove Global namespace from options. Prepared file for migration of global ↵ | Dmitriy Zaporozhets | 2013-06-19 | 2 | -13/+4 | |
|/ | | | | projects | |||||
* | Fixed tests. Fixed overrided scope. Better usability for milestone view | Dmitriy Zaporozhets | 2013-06-17 | 1 | -1/+1 | |
| | ||||||
* | Add imported boolean to project. Prevent shell from creating repo after it ↵ | Dmitriy Zaporozhets | 2013-06-14 | 1 | -0/+1 | |
| | | | | was imported | |||||
* | Added few tests on Issues::BulkUpdateContext | AlexDenisov | 2013-05-16 | 1 | -9/+9 | |
| | ||||||
* | Cleanup bulk issues update a bit | AlexDenisov | 2013-05-16 | 1 | -8/+11 | |
| | ||||||
* | Fix paginate of blobs, fixed preserve in dev mode for blob results | Dmitriy Zaporozhets | 2013-05-14 | 1 | -8/+1 | |
| | ||||||
* | Search for blobs by default inside project. Added pagination for blobs search | Dmitriy Zaporozhets | 2013-05-14 | 1 | -2/+9 | |
| | ||||||
* | Fix bulk issue status update | Dmitriy Zaporozhets | 2013-05-14 | 4 | -54/+68 | |
| | ||||||
* | Move files search to gitlab_git | Dmitriy Zaporozhets | 2013-05-09 | 1 | -7/+11 | |
| | ||||||
* | Implemented code search feature | Javier Castro | 2013-05-09 | 1 | -2/+7 | |
| | ||||||
* | remove trailing spaces | Andrey Kumanyaev | 2013-05-05 | 1 | -2/+2 | |
| | ||||||
* | fork failing when calling initialize_dup | Angus MacArthur | 2013-05-03 | 1 | -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-request | Dmitriy Zaporozhets | 2013-05-02 | 1 | -0/+45 | |
|\ | | | | | updated fork feature to use gitlab-shell for v5 of gitlab | |||||
| * | Fix bug for repeated fork requests | Angus MacArthur | 2013-05-02 | 1 | -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 gitlab | Angus MacArthur | 2013-04-15 | 1 | -0/+37 | |
| | | ||||||
* | | Respect feature settings submitted via api | Dmitriy Zaporozhets | 2013-04-26 | 1 | -8/+12 | |
| | | ||||||
* | | Default values for project features added to create context | Andrew8xx8 | 2013-04-24 | 1 | -2/+5 | |
|/ | ||||||
* | Remove Wiki and db table since we use gollum now | Dmitriy Zaporozhets | 2013-04-10 | 1 | -1/+1 | |
| | ||||||
* | remove unnecessary Commit.new | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+0 | |
| | ||||||
* | Extend models functionality with old decorator methods. Use Repository model | Dmitriy Zaporozhets | 2013-03-31 | 1 | -1/+0 | |
| | ||||||
* | Decorate Gitlab::Git::Commit with Commit | Dmitriy Zaporozhets | 2013-03-31 | 1 | -0/+1 | |
| | ||||||
* | remove notify checkboxes from note forms | Dmitriy Zaporozhets | 2013-03-28 | 1 | -2/+0 | |
| | ||||||
* | Make transfer action in project controller | Dmitriy Zaporozhets | 2013-03-25 | 1 | -17/+1 | |
| | ||||||
* | Use TransferContext for project | Dmitriy Zaporozhets | 2013-03-25 | 1 | -0/+27 | |
| | ||||||
* | Remove wall from basic notes logic | Dmitriy Zaporozhets | 2013-03-19 | 1 | -13/+0 | |
| | ||||||
* | Move snippets to own tab as feature. Make it disabled for new projects by ↵ | Dmitriy Zaporozhets | 2013-03-18 | 1 | -1/+2 | |
| | | | | default | |||||
* | Return own tab for wall. Improve Wiki nav. Removed attachments listing page | Dmitriy Zaporozhets | 2013-03-18 | 1 | -0/+3 | |
| | ||||||
* | created-by-me filter for issues inside project. Fixed global project.issues ↵ | Dmitriy Zaporozhets | 2013-02-28 | 1 | -2/+3 | |
| | | | | order | |||||
* | Fix TestHookContext | Dmitriy Zaporozhets | 2013-02-26 | 1 | -2/+1 | |
| | ||||||
* | Restore old order for MR lists. Fix failing tests | Dmitriy Zaporozhets | 2013-02-21 | 1 | -1/+1 | |
| | ||||||
* | Merge Request uses StateMachine now | Andrew8xx8 | 2013-02-18 | 1 | -1/+1 | |
| | ||||||
* | create satellite for imported repo | Dmitriy Zaporozhets | 2013-02-16 | 1 | -0/+2 | |
| | ||||||
* | restore handling exception for project creation | Dmitriy Zaporozhets | 2013-02-12 | 1 | -2/+2 | |
| | ||||||
* | Import repo feature | Dmitriy Zaporozhets | 2013-02-11 | 1 | -2/+12 | |
| | ||||||
* | Do gitolite calls async. Remove satellite with project remove | Dmitriy Zaporozhets | 2013-01-28 | 1 | -9/+3 | |
| | ||||||
* | Improve CreateContext call. Fixed test | Dmitriy Zaporozhets | 2013-01-18 | 1 | -3/+7 | |
| | ||||||
* | Refactor project creation. Added logout link to profile page | GitLab | 2013-01-17 | 3 | -24/+89 | |
| | ||||||
* | Owner can enable public mode for project | Dmitriy Zaporozhets | 2013-01-16 | 1 | -0/+1 | |
| | ||||||
* | Merge commit 'master' into discussions | Riyad Preukschas | 2013-01-15 | 5 | -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 partial | Dmitriy Zaporozhets | 2013-01-07 | 1 | -0/+31 | |
| | | ||||||
| * | Remove unused styles. Restyled Issues a bit | Dmitriy Zaporozhets | 2013-01-05 | 1 | -1/+1 | |
| | | ||||||
| * | Remove unused methods | Dmitriy Zaporozhets | 2013-01-05 | 2 | -3/+3 | |
| | | ||||||
| * | Continue refactoring. Use repostory and team | Dmitriy Zaporozhets | 2013-01-04 | 2 | -2/+2 | |
| | | ||||||
| * | REpostiry, Team models | Dmitriy Zaporozhets | 2013-01-03 | 2 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into discussions | Riyad Preukschas | 2012-12-23 | 1 | -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 page | Dmitriy Zaporozhets | 2012-12-04 | 1 | -1/+3 | |
| | | ||||||
| * | Only owner of current namespace can change project namespace | Dmitriy Zaporozhets | 2012-12-04 | 1 | -1/+1 | |
| | |