Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'tweet-new-project' | Dmitriy Zaporozhets | 2015-02-15 | 1 | -0/+5 | |
|\ | | | | | | | | | Conflicts: db/schema.rb | |||||
| * | Add link to share via twitter to "created project" event. | Douwe Maan | 2015-02-13 | 1 | -0/+5 | |
| | | ||||||
* | | Allow users that signed up via OAuth to set their password in order to use ↵ | Douwe Maan | 2015-02-13 | 2 | -0/+10 | |
|/ | | | | Git over HTTP(S). | |||||
* | Remove not null constraint on project_id in services. | Marin Jankovski | 2015-02-11 | 1 | -0/+5 | |
| | ||||||
* | Add template boolean to services. | Marin Jankovski | 2015-02-11 | 1 | -0/+5 | |
| | ||||||
* | Add index on order columns for services table | Dmitriy Zaporozhets | 2015-02-09 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'notification_email' | Dmitriy Zaporozhets | 2015-02-07 | 1 | -0/+11 | |
|\ | | | | | | | | | Conflicts: db/schema.rb | |||||
| * | Allow notification email to be set separately from primary email. | Douwe Maan | 2015-02-07 | 1 | -0/+11 | |
| | | | | | | | | Closes #1932. | |||||
* | | Add index on order columns | Dmitriy Zaporozhets | 2015-02-06 | 1 | -0/+16 | |
| | | ||||||
* | | Add timestamps to identity | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+5 | |
|/ | ||||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵ | Marco Wessel | 2015-01-30 | 1 | -0/+5 | |
|\ | | | | | | | | | | | | | | | configure-protection Conflicts: CHANGELOG db/schema.rb | |||||
| * | an ability to clone project with oauth2 token | Valery Sizov | 2015-01-28 | 1 | -0/+5 | |
| | | ||||||
* | | Allow configuring protection of the default branch upon first push | Marco Wessel | 2015-01-25 | 1 | -0/+5 | |
|/ | ||||||
* | adding avatar to project settings page added avatar removal show project ↵ | Steven Thonus | 2015-01-24 | 1 | -0/+5 | |
| | | | | 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 | |||||
* | Allow to specify home page for non logged-in users | Dmitriy Zaporozhets | 2015-01-16 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'github_importer' | Dmitriy Zaporozhets | 2015-01-13 | 1 | -0/+8 | |
|\ | | | | | | | | | Conflicts: app/helpers/projects_helper.rb | |||||
| * | Github Importer | Valery Sizov | 2015-01-10 | 1 | -0/+8 | |
| | | ||||||
* | | Init ApplicationSettings resource with defaults from config file | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+13 | |
|/ | ||||||
* | Merge branch 'master' into developer_can_push_to_protected_branches_option | Marin Jankovski | 2014-12-29 | 2 | -0/+49 | |
|\ | | | | | | | | | Conflicts: db/schema.rb | |||||
| * | Doorkeeper integration | Valery Sizov | 2014-12-24 | 2 | -0/+49 | |
| | | ||||||
* | | Add migration for developers can push to protected branches flag. | Marin Jankovski | 2014-12-26 | 1 | -0/+5 | |
|/ | ||||||
* | Remove index only if exists | Dmitriy Zaporozhets | 2014-12-23 | 1 | -2/+8 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix migration issue for mysql with index not being removed | Dmitriy Zaporozhets | 2014-12-23 | 1 | -0/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | speed up migration to identities | Valery Sizov | 2014-12-08 | 1 | -9/+15 | |
| | ||||||
* | Add locked_at to merge request | Dmitriy Zaporozhets | 2014-12-05 | 1 | -0/+5 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Supporting for multiple omniauth provider for the same user | Valery Sizov | 2014-12-04 | 1 | -3/+14 | |
| | ||||||
* | Multi-provider auth. LDAP is not reworked | Valery Sizov | 2014-12-04 | 1 | -0/+21 | |
| | ||||||
* | Add missing timestamps to the 'members' table | Jacob Vosmaer | 2014-11-21 | 1 | -0/+15 | |
| | ||||||
* | Save only valid record in service migrations | Dmitriy Zaporozhets | 2014-10-31 | 2 | -2/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix serialize migration | Drew Blessing | 2014-10-30 | 1 | -1/+1 | |
| | ||||||
* | Snippets: public/internal/private | Valery Sizov | 2014-10-09 | 1 | -0/+21 | |
| | ||||||
* | Add slack service migration. | Marin Jankovski | 2014-10-06 | 1 | -0/+17 | |
| | ||||||
* | Fix STI+polymorphic for Group <-> GroupMember | Dmitriy Zaporozhets | 2014-09-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix migration and association for new members table | Dmitriy Zaporozhets | 2014-09-14 | 4 | -31/+42 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Migrate old membership objects to new Member model | Dmitriy Zaporozhets | 2014-09-14 | 1 | -0/+31 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add members table migration | Dmitriy Zaporozhets | 2014-09-14 | 1 | -0/+14 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix serialize migration. Fixes #7734 | Drew Blessing | 2014-09-11 | 1 | -1/+2 | |
| | ||||||
* | Merge pull request #7705 from dblessing/serialize_service_properties | Dmitriy Zaporozhets | 2014-09-10 | 1 | -0/+35 | |
|\ | | | | | Serialize service properties | |||||
| * | Serialize services properties | Drew Blessing | 2014-09-10 | 1 | -0/+35 | |
| | | ||||||
* | | Use create-hooks instead of rewrite-hooks.sh | Jacob Vosmaer | 2014-09-08 | 1 | -1/+1 | |
|/ | | | | | The rewrite-hooks.sh script is a deprecated wrapper for gitlab-shell's create-hooks script. | |||||
* | Update repos hooks in migration | Dmitriy Zaporozhets | 2014-09-03 | 1 | -0/+10 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fixes #7571 | James Brooks | 2014-08-27 | 1 | -0/+6 | |
| | ||||||
* | Document characters being stripped from labels | Jacob Vosmaer | 2014-08-20 | 1 | -1/+3 | |
| | ||||||
* | Use the default color when migrating labels | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | Remove invalid characters from the label name | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | Test if the label is valid before creating link | Jacob Vosmaer | 2014-08-19 | 1 | -1/+1 | |
| | ||||||
* | Add indicies to labels | Dmitriy Zaporozhets | 2014-07-30 | 1 | -0/+7 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Migrate issue/mr labels from act_as_taggable to own labels | Dmitriy Zaporozhets | 2014-07-29 | 1 | -0/+27 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Replace project labels with tags to prevent name conflict with GitLab labels | Dmitriy Zaporozhets | 2014-07-29 | 1 | -0/+9 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Label and LabelLink models for implementing own GitLab labels | Dmitriy Zaporozhets | 2014-07-29 | 2 | -0/+22 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |