Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at deleting projects in the background. | Josh Frye | 2016-01-29 | 1 | -2/+6 |
| | |||||
* | Merge gitlab.com:gitlab-org/gitlab-ce | Jeroen Nijhof | 2016-01-06 | 1 | -13/+9 |
|\ | |||||
| * | Merge branch 'master' into mention-all | Douwe Maan | 2015-12-24 | 1 | -1/+1 |
| |\ | |||||
| | * | adds starring and unstarring text to star button, also adds partial new styles | Jacob Schatz | 2015-12-23 | 1 | -1/+1 |
| | | | |||||
| * | | Only allow group/project members to mention `@all` | Douwe Maan | 2015-12-24 | 1 | -1/+1 |
| |/ | |||||
| * | Fix after column rename | Kamil Trzcinski | 2015-12-11 | 1 | -1/+1 |
| | | |||||
| * | Migrate CI::Project to Project | Kamil Trzcinski | 2015-12-11 | 1 | -2/+2 |
| | | |||||
| * | Fix 404 in redirection after removing a project | Stan Hu | 2015-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9844 Closes #3559 | ||||
| * | Add support for git lfs.lfs | Marin Jankovski | 2015-11-16 | 1 | -3/+2 |
| | | |||||
| * | Expose CI enable option in project features | Kamil Trzcinski | 2015-11-13 | 1 | -1/+2 |
| | | | | | | | | - Enable CI by default for all new projects | ||||
| * | fix deprecated | KON YUICHI | 2015-10-31 | 1 | -1/+1 |
| | | |||||
| * | modify to use redirect_back_or_default function | kazubu | 2015-10-26 | 1 | -5/+1 |
| | | |||||
| * | Fix: 500 error returned if destroy request without HTTP referer | kazubu | 2015-10-26 | 1 | -1/+1 |
| | | |||||
* | | Use GitlabShellWorker.perform_async for housekeeping | Jeroen Nijhof | 2015-11-19 | 1 | -6/+2 |
| | | |||||
* | | Added housekeeping status and moved path check to gitlab-shell | Jeroen Nijhof | 2015-11-19 | 1 | -2/+7 |
| | | |||||
* | | Added housekeeping for git repositories | Jeroen Nijhof | 2015-10-21 | 1 | -0/+8 |
|/ | |||||
* | Merge branch 'master' into grzesiek/gitlab-ce-fix/non-member-notification-button | Douwe Maan | 2015-10-19 | 1 | -1/+27 |
|\ | | | | | | | [ci skip] | ||||
| * | Add changelog itemadd-files-optionto-changelog | Douwe Maan | 2015-10-19 | 1 | -0/+2 |
| | | |||||
| * | Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into ↵ | Douwe Maan | 2015-10-19 | 1 | -1/+14 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add ability to remove the fork relationship from project settings   Replaces !1579. Fixes #2578. See merge request !1636 | ||||
| | * | Tweak wording. | Douwe Maan | 2015-10-18 | 1 | -1/+3 |
| | | | |||||
| | * | Made suggested content changes based on MR Review | Han Loong Liauw | 2015-10-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs | ||||
| | * | Adds ability to remove the forked relationship | Han Loong Liauw | 2015-10-13 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog | ||||
| * | | Only load tree when project has repository to prevent 404 | Douwe Maan | 2015-10-18 | 1 | -1/+5 |
| | | | |||||
| * | | Set vars used by tree view in project show action. | Douwe Maan | 2015-10-17 | 1 | -4/+8 |
| | | | |||||
| * | | Allow users to select the Files view as default project view | Cristian Bica | 2015-10-01 | 1 | -1/+4 |
| |/ | |||||
* | | Find correct group membership. | Douwe Maan | 2015-10-18 | 1 | -2/+1 |
| | | |||||
* | | Show notifications button even if user is not member of a project | Grzegorz Bizon | 2015-10-12 | 1 | -0/+1 |
|/ | | | | | | | | | Notifications button was unavailable if user wasn't member of the project, even if protected project is available via group privileges. Showing disabled button with explanation tool-tip is less confusing. This closes #2846. | ||||
* | Minor code cleanupnotification-levels | Douwe Maan | 2015-09-20 | 1 | -2/+3 |
| | |||||
* | Use the `find_by_user_id` magic finder instead of `where`. | Patricio Cano | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into notification-levels | Patricio Cano | 2015-09-16 | 1 | -1/+5 |
|\ | |||||
| * | Use new routing helper | Douwe Maan | 2015-09-08 | 1 | -1/+1 |
| | | |||||
| * | Move partial to right place and fix tests. | Douwe Maan | 2015-09-08 | 1 | -1/+1 |
| | | |||||
| * | Clean up overlap between dashboard and explore. | Douwe Maan | 2015-09-08 | 1 | -0/+4 |
| | | | | | | | | | | - Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not. | ||||
* | | Notification dropdown now shows currently active level, and also shows what ↵ | Patricio Cano | 2015-09-14 | 1 | -1/+3 |
| | | | | | | | | the actual value of `global` is, if the project has the notification level set to global. | ||||
* | | Notification level can now be saved from within the project view. | Patricio Cano | 2015-09-14 | 1 | -1/+1 |
| | | |||||
* | | PAtrially working notification button | Darby | 2015-09-14 | 1 | -0/+1 |
|/ | |||||
* | Mention group and project name in flash messages upon create, update and delete. | Achilleas Pipinellis | 2015-07-30 | 1 | -4/+4 |
| | |||||
* | Public project activity page asks for sign-inactivity_publicly_accessible | Valery Sizov | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Fix transferring of project to another group using the API. | Douwe Maan | 2015-07-11 | 1 | -4/+5 |
| | |||||
* | Show last push widget on several project pages | Dmitriy Zaporozhets | 2015-07-08 | 1 | -1/+0 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Refactor star and fork buttons | Dmitriy Zaporozhets | 2015-07-08 | 1 | -3/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Move project activity to separate tab. Add more features to project home page | Dmitriy Zaporozhets | 2015-07-07 | 1 | -7/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Show warning when a comment will add 10 or more people to the discussion. | Douwe Maan | 2015-06-05 | 1 | -1/+11 |
| | |||||
* | Move repository when project is removed | Dmitriy Zaporozhets | 2015-06-03 | 1 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ths commit does next: * When we remove project we move repository to path+deleted.git * Then we schedule removal of path+deleted with sidekiq * If repository move failed we abort project removal This should help us with NFS issue when project get removed but repository stayed. The full explanation of problem is below: * rm -rf project.git * rm -rf removes project.git/objects/foo * NFS server renames foo to foo.nfsXXXX because some NFS client (think * Unicorn) still has the file open * rm -rf exits, but project.git/objects/foo.nfsXXX still exists * Unicorn closes the file, the NFS client closes the file (foo), and the * NFS server removes foo.nfsXXX * the directory project.git/objects/ still exists => problem So now we move repository and even if repository removal failed Repository directory is moved so no bugs with project removed but repository directory taken. User still able to create new project with same name. From administrator perspective you can easily find stalled repositories by searching `*+deleted.git` Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add helpers for header title and sidebar, and move setting those from ↵ | Douwe Maan | 2015-05-01 | 1 | -5/+0 |
| | | | | controllers to layouts. | ||||
* | Add a page title to every page. | Douwe Maan | 2015-04-30 | 1 | -8/+14 |
| | |||||
* | Add atom feed for project activity. | Douwe Maan | 2015-04-23 | 1 | -5/+13 |
| | |||||
* | Fixed the Rails/ActionFilter cop | Jeroen van Baarsen | 2015-04-20 | 1 | -6/+6 |
| | | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | Update html-pipeline and emoji | Dmitriy Zaporozhets | 2015-03-11 | 1 | -4/+4 |
| | |||||
* | Fix tests for project removing | Dmitriy Zaporozhets | 2015-03-10 | 1 | -1/+1 |
| |