Dmitriy Zaporozhets
abc360fea3
Merge branch 'feature/issues_sorting_disabled' of dev.gitlabhq.com:gitlabhq
2012-07-03 12:53:50 +00:00
Dmitriy Zaporozhets
a2eda66b30
Disable issues sort. Recent issues on top. Fixed tests
2012-07-02 21:51:48 +03:00
randx
e00390b377
fix 80 port config
2012-07-01 13:24:47 +03:00
randx
ec1b1588ee
Improved header font
2012-07-01 13:11:17 +03:00
Dmitriy Zaporozhets
caf5b9e5fa
Merge branch 'feature/config' of dev.gitlabhq.com:gitlabhq
2012-07-02 19:29:15 +00:00
randx
1d543e6430
Finished with configs
2012-07-02 21:59:48 +03:00
Dmitriy Zaporozhets
9b337b8328
Epic: Gitlab configuration with default values
2012-07-02 21:51:48 +03:00
Dmitriy Zaporozhets
b3a0ee8e63
Fix MR tab width
2012-07-02 12:15:23 +03:00
Dmitriy Zaporozhets
15a03e1d87
Merge pull request #1023 from SaitoWu/feature/https
...
Feature/https
2012-07-02 01:52:23 -07:00
Saito
401340168c
bypass gitolite update hook, and set an GL_USER variable.
2012-07-02 16:44:45 +08:00
Saito
82e2551833
dot needs a escape.
2012-07-02 11:07:21 +08:00
randx
f464d4c9f0
UI: Navifation -> full width tabs
2012-07-01 01:39:23 +03:00
randx
6a58deb536
UI changes:
...
* .page_title class added. Used for better page headers
* improved help page
* added back links for help pages
* show app version & revision on help page
Backend changes:
* Gitab::Version && Gitlab::Revision constants
2012-07-01 00:35:24 +03:00
randx
ad3f4922ee
Merge Request: fix automerge widget
2012-06-29 22:02:22 +03:00
randx
2def1c7217
Merge Request -> show. Refactored. f5 support for diff
2012-06-29 21:55:22 +03:00
Dmitriy Zaporozhets
b110c6bc86
Merge pull request #1019 from NARKOZ/api
...
API
2012-06-29 06:45:41 -07:00
Dmitriy Zaporozhets
fca957086e
Merge pull request #1020 from SaitoWu/feature/https
...
Feature/https
2012-06-29 06:44:45 -07:00
Saito
aefe4dc3a2
fix a npe, and need a patch for path_info
2012-06-29 21:40:23 +08:00
Saito
7888e3ae29
now works with git clone http://localhost/repo.git now
2012-06-29 21:39:40 +08:00
Nihad Abbasov
378dc55d29
add project snippets API
2012-06-29 06:34:08 -07:00
Dmitriy Zaporozhets
f73d71810e
Merge pull request #1018 from glebm/master
...
Resque Authentication + iFrame view
2012-06-29 04:53:43 -07:00
gleb
2da45e9cbf
Refs #1013
...
Renamed protect_resque.rb => resque_authentication
Integrated resque web with the rest of gitlab
2012-06-29 13:46:24 +02:00
Dmitriy Zaporozhets
cfee2fc9e4
Merge pull request #1011 from peikk0/config_projects_limit
...
Add configurable default for projects_limit
2012-06-29 04:23:25 -07:00
Dmitriy Zaporozhets
318350e34f
Merge branch 'api' of https://github.com/NARKOZ/gitlabhq
...
Conflicts:
Gemfile.lock
2012-06-29 14:25:20 +03:00
Dmitriy Zaporozhets
9eb019045a
Merge pull request #1016 from SaitoWu/feature/https
...
Feature/https
2012-06-29 04:16:20 -07:00
Pierre GUINOISEAU
97d74c2adc
Add configurable default for projects_limit
2012-06-29 12:57:33 +02:00
Nihad Abbasov
1d2c981860
return errors in json format
2012-06-29 03:52:20 -07:00
Saito
1df1daa12e
use gitlabhq/grack instead of my fork
2012-06-29 18:49:36 +08:00
Nihad Abbasov
0d67f209fc
refactor API and improve docs
2012-06-29 03:46:01 -07:00
Saito
8db947bcfe
implements protected branches to smart http protocal
2012-06-29 18:11:37 +08:00
Dmitriy Zaporozhets
3a4aff6934
Merge pull request #973 from denispeplin/master
...
/home/git/repositories is hardcoded in rake task, replace it
2012-06-29 01:30:09 -07:00
Saito
7f44599ed0
integrate with gitlabhq authority
2012-06-29 15:43:15 +08:00
Saito
86807b8ecc
mount grack to git, u can 'git clone http://localhost/git/xx.git ' now
2012-06-29 11:30:31 +08:00
Saito
61b85aed59
add grack to support smart http protocal for git
2012-06-29 10:52:09 +08:00
Nihad Abbasov
84a3f8fca4
show only current user projects
2012-06-28 07:02:20 -07:00
Nihad Abbasov
7b5c3cc8be
add projects API
2012-06-28 03:44:20 -07:00
Nihad Abbasov
4ad91d3c11
add users API
2012-06-28 03:43:41 -07:00
Nihad Abbasov
4aca61e8a6
install grape and mount Gitlab::API
2012-06-28 03:42:58 -07:00
randx
335f9d6410
New Feature: Diff patch file export for commit
2012-06-28 12:51:50 +03:00
randx
df6b587f34
Updated version & changelog
2012-06-28 12:24:41 +03:00
randx
a4ae4694a2
Fix issue #987 #972
2012-06-28 00:54:53 +03:00
randx
19d0dc3c04
Strict first project symdol to letter
2012-06-28 00:47:12 +03:00
Dmitriy Zaporozhets
7ef180608f
Merge branch 'feature/issue_tags' of dev.gitlabhq.com:gitlabhq
2012-06-27 21:08:41 +00:00
randx
5f356d6928
Issues tags: refactoring
2012-06-27 23:13:44 +03:00
Dmitriy Zaporozhets
50fdb2e7df
Remove critical status from Issue. Move sort instead
2012-06-27 21:30:35 +03:00
Dmitriy Zaporozhets
1b1e77c728
Issue Labels: Edit, show, index + filter
2012-06-27 21:20:35 +03:00
Dmitriy Zaporozhets
4c1f435ab7
Merge pull request #971 from gingko/master
...
Automatic password creation..
2012-06-26 23:41:49 -07:00
Jakub Troszok
5ab1856291
Fixing requests tests.
2012-06-27 00:55:54 +02:00
Jakub Troszok
4426bc1844
Added option to automaticaly generate passwords for new users.
2012-06-26 23:59:08 +02:00
randx
1c8008c154
Informative search results page
2012-06-27 00:05:47 +03:00