Jacob Vosmaer
447b4a49e6
Update db/schema.rb for JSON service properties
2014-09-15 15:25:13 +02:00
Jacob Vosmaer
f22a795e04
Fix db/schema.rb after merge
...
First I did `rake dev:setup` at 405a5acbb5f8; then `rake db:migrate` at
e93523ed31 .
2014-09-15 11:29:19 +02:00
Jacob Vosmaer
e93523ed31
Merge commit '79190fe06b' into merge-79190fe06b-7.3.0-pre
...
Conflicts:
Gemfile
README.md
VERSION
db/schema.rb
doc/install/installation.md
lib/gitlab/git_access.rb
lib/gitlab/ldap/user.rb
spec/lib/gitlab/ldap/access_spec.rb
2014-09-15 11:24:51 +02:00
Drew Blessing
a0dbcd2365
Serialize services properties
2014-09-10 09:56:39 -05:00
Dmitriy Zaporozhets
6f423b987f
Update repos hooks in migration
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-03 17:10:41 +03:00
Jacob Vosmaer
c6db0e82cd
Update db/schema.rb after merging master
2014-08-29 14:51:21 +02:00
Jacob Vosmaer
90ce0be420
Merge branch 'master' of dev.gitlab.org:gitlab/gitlab-ee into feature-120-multiple-ldap-groups
...
Conflicts:
app/models/group.rb
app/views/groups/members.html.haml
db/schema.rb
2014-08-29 14:43:20 +02:00
Jan-Willem van der Meer
1c430a0bd7
Fix merge conflict in schema.rb
2014-08-15 12:12:34 +02:00
Jacob Vosmaer
ee8836a903
Merge commit '27cf081e1b0b1df166' into merge_ce_27cf081e1b0b1df166
...
Conflicts:
VERSION
app/models/user.rb
app/services/merge_requests/build_service.rb
config/gitlab.yml.example
db/schema.rb
doc/integration/README.md
features/project/merge_requests.feature
features/steps/project/merge_requests.rb
2014-08-15 10:25:23 +02:00
Jan-Willem van der Meer
b017947ac9
Rename ldap_groups to ldap_group_links
2014-08-13 16:47:59 +02:00
Jan-Willem van der Meer
b22546df94
Add ldap_groups
2014-08-13 11:57:54 +02:00
Jan-Willem van der Meer
93f49489e4
Add transition id to database
2014-08-11 17:57:29 +02:00
Dmitriy Zaporozhets
cc33168459
Add indicies to labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-30 14:25:27 +03:00
Dmitriy Zaporozhets
d45a6b2941
Migrate issue/mr labels from act_as_taggable to own labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 19:19:26 +03:00
Dmitriy Zaporozhets
6fb9badcae
Replace project labels with tags to prevent name conflict with GitLab labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 18:23:18 +03:00
Dmitriy Zaporozhets
03654a6abf
Label and LabelLink models for implementing own GitLab labels
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-07-29 17:10:15 +03:00
Ciro Santilli
9b5c7a4d60
Add star count, view logic, more tests.
2014-07-17 22:47:16 +02:00
Ciro Santilli
714f7201d3
Add project stars.
2014-07-17 22:47:16 +02:00
Dmitriy Zaporozhets
b165b097f5
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ce-7-to-ee
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
LICENSE
VERSION
app/controllers/omniauth_callbacks_controller.rb
app/helpers/application_helper.rb
app/helpers/merge_requests_helper.rb
app/models/group.rb
app/models/project.rb
app/models/project_team.rb
app/views/admin/groups/edit.html.haml
app/views/groups/_projects.html.haml
app/views/groups/edit.html.haml
db/schema.rb
doc/install/installation.md
doc/integration/README.md
lib/gitlab/git_access.rb
lib/gitlab/markdown.rb
spec/helpers/merge_requests_helper.rb
spec/models/merge_request_spec.rb
2014-06-17 10:53:44 +03:00
Dmitriy Zaporozhets
0b00b3dac3
Add sorting to merge requests on milestone page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-06-11 17:11:52 +03:00
Dmitriy Zaporozhets
e6d2c02e67
Dirty implementastion of MR build status for Jenkins
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-15 10:34:35 +03:00
Marin Jankovski
7478ece8b4
Add template for merge request descriptions to projects.
2014-05-14 15:24:14 +02:00
Marin Jankovski
e3f736d258
Add Jira service.
2014-05-13 12:12:16 +02:00
Dmitriy Zaporozhets
556ca35274
Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into ce-6-9
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
VERSION
app/assets/stylesheets/application.scss
app/views/layouts/devise.html.haml
2014-05-12 12:39:51 +03:00
Dmitriy Zaporozhets
d10b34a685
Save repository size to projects table
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-05-02 16:05:08 +03:00
Dmitriy Zaporozhets
c51ac0484f
Merge pull request #5962 from skv-headless/editing-preview
...
editing preview
2014-04-29 10:00:29 +03:00
Jacob Vosmaer
c685024951
Add an index for Note#updated_at
2014-04-28 13:02:05 +02:00
Dmitriy Zaporozhets
c46a061270
Add uniq db index on project_id+iid
2014-04-24 19:39:09 +02:00
Dmitriy Zaporozhets
55e46ad5f9
Update db schema
2014-04-22 12:00:51 +02:00
GitLab
556ddbcad4
Add schema number change.
2014-04-18 12:05:00 +02:00
GitLab
cf43bf3620
Add db index for active user display.
2014-04-16 21:05:13 +02:00
skv-headless
d859d08094
Editing preview
2014-04-15 19:02:02 +04:00
Dmitriy Zaporozhets
40104eead7
Appearance model for custom signin page
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-04-14 22:14:50 +03:00
Jeroen van Baarsen
802087c937
Changed default in the database for the statemachine
2014-04-14 15:22:57 +02:00
Dmitriy Zaporozhets
fae2e540b6
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into upstream-ce-6-8
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
Gemfile.lock
README.md
VERSION
app/assets/javascripts/application.js
db/schema.rb
doc/install/installation.md
doc/update/4.2-to-5.0.md
doc/update/5.0-to-5.1.md
doc/update/5.1-to-5.2.md
doc/update/5.2-to-5.3.md
doc/update/5.4-to-6.0.md
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.7.md
lib/gitlab/git_access.rb
2014-04-10 13:34:56 +03:00
Job van der Voort
6d19696267
Fix faulty namespaces
2014-04-07 16:03:49 +02:00
Dmitriy Zaporozhets
8d2755a26b
Create git_hooks db table
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-20 14:07:48 +02:00
Dmitriy Zaporozhets
896159caac
Update db schema
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-18 11:18:34 +02:00
Dmitriy Zaporozhets
0d7986a8c7
Merge branch 'import-timeout' of 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-14 12:00:21 +02:00
Dmitriy Zaporozhets
10c0cb8ca7
Add migration for already imported projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-13 11:28:41 +02:00
Dmitriy Zaporozhets
e603da7360
Add Project#import_status field
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 17:14:28 +02:00
Dmitriy Zaporozhets
75c9c68c18
Rebuild schame from migrations
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-12 09:55:08 +02:00
Dmitriy Zaporozhets
56318a24b1
Merge pull request #6474 from jvanbaarsen/post-tag-hook
...
Add web hooks on tag
2014-03-12 09:52:34 +02:00
Dmitriy Zaporozhets
cf890b227a
Add User#last_credential_check_at
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-03-11 10:07:22 +02:00
Jeroen van Baarsen
9a676ccc0a
Added tag_push_events to the web_hooks
...
* Added a scope to the web_hooks model
* Added extra checkbooks in de hooks overview window
2014-03-05 20:44:01 +01:00
gussan
93bc67ab11
Add index_merge_request_diffs_on_merge_request_id
2014-03-04 10:38:09 +09:00
Binsztock Rémy and Olivier Gonzalez
e7382de108
Add Gemnasium Service for Gitlab
...
Conflicts:
db/schema.rb
2014-02-21 16:25:22 +01:00
Dmitriy Zaporozhets
7d8453d82a
db schema
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-02-19 14:56:39 +02:00
Jason Hollingsworth
29cfd33d94
Add email aliases for users
...
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-13 22:59:39 -06:00
Dmitriy Zaporozhets
903726c846
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into upstream-ce
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
Gemfile
VERSION
app/models/group.rb
app/views/groups/edit.html.haml
db/schema.rb
doc/install/installation.md
doc/update/5.4-to-6.0.md
2014-02-11 10:15:13 +02:00