Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2014-03-15Improve developer seedsDmitriy Zaporozhets
Return execution of observers in seeds. Mute email sending to letter opening in you browser. Added `rake dev` task to reset db and add seeds. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-15Add comments fixtures for developmentDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-14Merge branch 'import-timeout' of ↵Dmitriy Zaporozhets
https://dev.gitlab.org/dzaporozhets/gitlabhq into dzaporozhets/gitlabhq-import-timeout Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG db/schema.rb
2014-03-13Add migration for already imported projectsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Add Project#import_status fieldDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Rebuild schame from migrationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-12Merge pull request #6474 from jvanbaarsen/post-tag-hookDmitriy Zaporozhets
Add web hooks on tag
2014-03-11Add User#last_credential_check_atDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-05Added tag_push_events to the web_hooksJeroen van Baarsen
* Added a scope to the web_hooks model * Added extra checkbooks in de hooks overview window
2014-03-04Add index_merge_request_diffs_on_merge_request_idgussan
2014-02-28Add testme repo for dev seedsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25Fix group ownership for dev seedsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-21Add Gemnasium Service for GitlabBinsztock Rémy
Conflicts: db/schema.rb
2014-02-14Add email aliases for usersJason Hollingsworth
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.
2014-02-04Squash migrations for years 2011 and 2012Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-28Merge pull request #6178 from Popl7/add_group_avatarsDmitriy Zaporozhets
added group avatars
2014-01-28added group avatarsSteven Thonus
2014-01-27Fix merge_request_diffs migrations for postgresqlskv-headless
2014-01-24 Merge branch 'development_seed_fix' into 'master'Dmitriy Zaporozhets
Development Project Seed Data Fix After this commit https://dev.gitlab.org/gitlab/gitlabhq/commit/1d2bdb4d5880bb1ad39b62c81ff2971aa0cb3798 Contexts were replaced with Services. One context remained in the seed data which means development seeding will fail. @dzaporozhets Do we want to backport this to 6.5 too? /cc @jacobvosmaer @sytse
2014-01-23Merge branch 'improve/mr_diff'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: features/steps/project/project_fork.rb features/steps/project/project_forked_merge_requests.rb features/steps/project/project_issue_tracker.rb features/steps/project/project_markdown_render.rb features/steps/shared/project.rb
2014-01-23Replace context with service in development seed data.Marin Jankovski
2014-01-22Merge pull request #6075 from skv-headless/remove_deprecated_findersDmitriy Zaporozhets
Remove deprecated finders
2014-01-22Improve db schema for merge request diffsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-22Create separate table to store Merge request commits/diffsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-19Remove deprecated findersskv
2014-01-18Add website url to userJerome Dalbert
2013-12-25Improve dev fixturesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-19Customization and previewing of broadcast messagesAndrew Tomaka
2013-12-17Fix db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-17Create EmailsOnPushService modelDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-16Archiving old projects; archived projects aren't shown on dashboardSteven Thonus
features for archive projects abilities for archived project other abilities for archive projects only limit commits and merges for archived projects ability changed to prohibited actions on archived projects added spec and feature tests for archive projects changed search bar not to include archived projects
2013-12-16Fixed db schemaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-15Allow user to hide the message to add an ssh key permanentlyDrew Blessing
Favor links instead of buttons Remove unnecessary class Remove extra space
2013-12-04Add new fields to web_hooks table.Dmitriy Zaporozhets
Next fields were added: * push_events * issues_events * merge_requests_events Main goal is to create web hooks that can be triggered only for certain event types. For example you can have separate web hook for push events and another one for issues. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-11-12Broadcast message model + migrationsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-06Project#default_branch use repo HEAD instead of DB value nowDmitriy Zaporozhets
Drop default_branch field from projects table Use repository.root_ref as value for defautl_branch method Fixes issue with default_branch and HEAD getting out of sync Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-17Add description to issues, projects in development fixturesDmitriy Zaporozhets
2013-10-16Fixing unsafe use of Thread.current variable :current_userAngus MacArthur
2013-10-15Confirm seed usersDmitriy Zaporozhets
2013-10-15Enable confirmable and reconfirmable modules for UserDmitriy Zaporozhets
Now when you want to signup or change existing email you will be forced to confirm that you really own this email. You get email with link to follow in order to confirm your email address Conflicts: app/models/user.rb
2013-10-09avatar upload on profile pageSteven Thonus
2013-09-26Namespaces.owner_id can be nullDmitriy Zaporozhets
2013-09-09Add description to MergeRequest modelDmitriy Zaporozhets
2013-09-01Use original raphael-rails v2.1.2Dmitriy Zaporozhets
2013-08-26Set iid in fixtures. Add rake dev:setup for developmentDmitriy Zaporozhets
2013-08-26Mars theme for generated admin accountDmitriy Zaporozhets
2013-08-26Link issues from comments and automatically close themash wilson
Any mention of Issues, MergeRequests, or Commits via GitLab-flavored markdown references in descriptions, titles, or attached Notes creates a back-reference Note that links to the original referencer. Furthermore, pushing commits with commit messages that match a (configurable) regexp to a project's default branch will close any issues mentioned by GFM in the matched closing phrase. If accepting a merge request would close any Issues in this way, a banner is appended to the merge request's main panel to indicate this.
2013-08-25Update 20130419190306_allow_merges_for_forks.rbdsekretov
Postgress db migrate fails.(5.4=>6.0)
2013-08-21Add iids to milestones. Moved iids logic to separate concernDmitriy Zaporozhets