Dmitriy Zaporozhets
e06352979d
st_diff field for Note
2013-08-04 19:00:41 +03:00
Dmitriy Zaporozhets
b1fbd65832
Improve UI for project snippets
2013-07-18 13:21:56 +03:00
Dmitriy Zaporozhets
bbb06e504e
Add seeds and improve ui. Remove snippet expires_at
2013-07-18 13:08:48 +03:00
Dmitriy Zaporozhets
7a42decec7
Update schema with snippet content size
2013-07-12 16:18:43 +03:00
Dmitriy Zaporozhets
5181816970
Merge branch 'master' into 6-0-dev
2013-07-12 14:42:35 +03:00
Dmitriy Zaporozhets
2a7ae176c1
Merge pull request #4282 from bke-drewb/3904
...
Increase snippet content column size.
2013-07-11 09:50:21 -07:00
Dmitriy Zaporozhets
c7da44d6d1
Fixed db/schema.rb
2013-06-30 11:20:57 +03:00
Dmitriy Zaporozhets
d41940d36e
Merge branch 'master' into 6-0-dev
...
Conflicts:
app/views/projects/issues/show.html.haml
db/fixtures/development/09_issues.rb
db/fixtures/development/10_merge_requests.rb
2013-06-24 22:13:00 +03:00
Dmitriy Zaporozhets
113d2ff525
store and display public key fingerprint
2013-06-24 20:07:21 +03:00
Jack Weeden
a5d6bbe0af
cattr_accessor removed from IssueObserver and MergeRequestObserver but not updated in fixtures
2013-06-24 14:21:46 +01:00
Dmitriy Zaporozhets
9787c37aed
More db index
2013-06-22 15:01:08 +03:00
Dmitriy Zaporozhets
8d70ac008d
Merge branch 'master' into 6-0-dev
...
Conflicts:
VERSION
db/schema.rb
2013-06-22 11:19:12 +03:00
Dmitriy Zaporozhets
fe514b17ab
Adding groups to notification settings
2013-06-21 23:17:58 +03:00
Dmitriy Zaporozhets
f060645119
Add notification level to group membership
2013-06-21 23:17:20 +03:00
Dmitriy Zaporozhets
f47ba909a2
Fix seeds. More projects for dev seeds
2013-06-20 13:14:23 +03:00
Dmitriy Zaporozhets
fa877b6312
UsersGroup specs. Fixed db/schema
2013-06-18 17:47:52 +03:00
Dmitriy Zaporozhets
95965d3f54
Added UsersGroup validations. Added ability to add UsersGroup to group via UI
2013-06-18 17:47:52 +03:00
Dmitriy Zaporozhets
81697850eb
create UsersGroup entity. Modify ability to check group owners instead one owner
2013-06-18 17:47:52 +03:00
Nihad Abbasov
43d2e7b104
add db index for authentication_token column in users table
2013-06-14 22:07:09 +05:00
Dmitriy Zaporozhets
e7c930a55b
Add imported boolean to project. Prevent shell from creating repo after it was imported
2013-06-14 16:30:48 +03:00
Dmitriy Zaporozhets
6838304a85
Force user password change for users created by admin
2013-06-13 21:06:27 +03:00
Dmitriy Zaporozhets
fbf6989903
Force admin to change password after first sign-in
2013-06-13 20:06:33 +03:00
Dmitriy Zaporozhets
94be732026
Add password_expires_at to users table
2013-06-13 20:01:35 +03:00
Drew Blessing
ca69099f2c
Increase snippet content column size.
...
This will fix issue #3904
2013-06-11 21:11:05 -05:00
Dmitriy Zaporozhets
bcc4e4dc7e
Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8-gist
...
Conflicts:
Gemfile.lock
app/models/ability.rb
app/models/project.rb
app/views/snippets/_form.html.haml
db/schema.rb
features/steps/shared/paths.rb
spec/factories.rb
spec/models/project_spec.rb
2013-06-04 18:36:22 +03:00
Dmitriy Zaporozhets
8bc0a06cd4
Add more fields to project service model
2013-05-22 17:21:05 +03:00
Dmitriy Zaporozhets
af5d0e9e92
Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashes
...
Code cleanup: Replace old hashes and remove trailing spaces
2013-05-07 06:59:03 -07:00
Dmitriy Zaporozhets
749d3383cc
Add migration code for existing deploy keys
2013-05-06 17:42:13 +03:00
Dmitriy Zaporozhets
8e4625af61
Remove project_id from keys table
2013-05-06 15:10:05 +03:00
Dmitriy Zaporozhets
a735ce2aa7
migrations for ssh key STI and deploy keys <-> projects relation
2013-05-06 12:27:54 +03:00
Andrey Kumanyaev
67ccc8b52a
Replace old hashes with new 1.9 ruby hashes (rebase)
2013-05-05 18:01:10 +04:00
Dmitriy Zaporozhets
f40d4e6685
Merge pull request #3597 from amacarthur/fork-pull-request
...
updated fork feature to use gitlab-shell for v5 of gitlab
2013-05-02 23:41:07 -07:00
Angus MacArthur
ec63804831
Made fixes suggested by @randx in pull request
...
See https://github.com/gitlabhq/gitlabhq/pull/3597#discussion-diff-4014638
2013-05-02 16:41:33 -04:00
Angus MacArthur
ae33fdf297
updated fork feature to use gitlab-shell for v5 of gitlab
2013-04-15 01:54:52 -04:00
Izaak Alpert
f210a5d832
Updated setup to reference the gitlab-shell var
...
-Well really it uses what everything else uses -- would be nice to have this as a specific config var
Change-Id: I08cef6080950bf40360b461abd2535ea8890410d
2013-04-12 15:19:18 -04:00
Dmitriy Zaporozhets
0ae892007d
Remove Wiki and db table since we use gollum now
2013-04-10 22:20:00 +03:00
Dmitriy Zaporozhets
4496a747c6
Improve migration AddLastActivityColumnIntoProject to use real last activity date if present
2013-04-09 20:58:47 +03:00
Dmitriy Zaporozhets
ae2233b114
Improve perfomance by using project.last_activity_at in project_last_activity helper
2013-04-09 20:53:27 +03:00
Dmitriy Zaporozhets
0f2798d498
Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitlabhq into Undev-feature/refactoring_scopes_pr
...
Conflicts:
db/schema.rb
2013-04-09 20:37:04 +03:00
Dmitriy Zaporozhets
362d82d10e
Prevent same branch in MR seeds
2013-04-05 16:19:05 +03:00
Dmitriy Zaporozhets
b65903e005
Improve development fixtures
2013-04-05 15:42:07 +03:00
Dmitriy Zaporozhets
25856a47e5
save each notification setting with ajax on change
2013-04-04 22:11:51 +03:00
Dmitriy Zaporozhets
3c3baf8f6d
add notification level to UsersProject
2013-04-04 22:11:15 +03:00
Andrey Kumanyaev
734d6fcdf0
Perfomance updating Project activity sort
2013-04-03 06:21:04 +04:00
Dmitriy Zaporozhets
4b3950456d
notification level for user
2013-03-26 10:48:07 +02:00
Andrew8xx8
b3dc4fb721
Migrations to convert data added
2013-03-25 00:39:38 +04:00
Andrew8xx8
5b35000f16
Snippets feature refactored. Tests now use spinach
2013-03-24 22:31:14 +04:00
Andrew8xx8
bc7c5f87bb
Project snippet moved to separate model
2013-03-24 19:26:49 +04:00
Andrew8xx8
cc869d5dc1
Private field added to snippet
2013-03-23 22:14:37 +04:00
Dmitriy Zaporozhets
b765a7958d
Move snippets to own tab as feature. Make it disabled for new projects by default
2013-03-18 23:33:41 +02:00