Commit Graph
6914 Commits
Author SHA1 Message Date
Dmitriy Zaporozhets 4faa895623 rounded avatars 2013-10-27 16:37:17 +02:00
Dmitriy Zaporozhets 6b0501b4c0 Better font size for projects list on dashboard 2013-10-27 16:15:08 +02:00
Dmitriy Zaporozhets 6981c207a0 Merge pull request #5453 from perryfaro/password-page
Reset buttons/links on the reset password page
2013-10-27 07:09:13 -07:00
Dmitriy Zaporozhets 0fa3f37dea Merge pull request #5448 from flewid/patch-1
Update installation.md
2013-10-27 06:58:52 -07:00
Perry Faro 3fb6ad9020 Reset button/link on the reset password page. Fixes #5418 2013-10-27 11:50:18 +01:00
flewid 056060f94b Update installation.md
Updated instructions to include proper stable. Otherwise they fail due to Rack extensions required below.
2013-10-25 19:41:59 -05:00
Dmitriy Zaporozhets 235a6182ac Merge branch 'fix_sidekiq_rake' of /home/git/repositories/gitlab/gitlabhq 2013-10-25 09:32:20 +00:00
Jacob Vosmaer 90086fe2dc Restore sidekiq rake tasks 2013-10-25 09:39:31 +02:00
Dmitriy Zaporozhets 3c11359910 Merge pull request #5436 from Seed-Of-Hate/master
Fix for issue #5431
2013-10-24 11:46:39 -07:00
Dmitriy Zaporozhets 7d8998cf38 Merge branch 'install_git_from_source' of /home/git/repositories/gitlab/gitlabhq 2013-10-24 17:49:56 +00:00
arul 0f3ef9bed2 Fix for issue #5431 2013-10-24 19:27:23 +02:00
Dmitriy Zaporozhets cddec75dc1 Update rails to 3.2.15 2013-10-24 18:17:53 +03:00
Dmitriy Zaporozhets 024a37ce20 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-10-24 17:18:56 +03:00
Dmitriy Zaporozhets 0542261437 Allow git clone with http for GitLab CI service:
If you enable GitLab CI for project you will be able to clone project
source code with next command:
git clone http://gitlab-ci-token:XXXXXXXXXXXX@host:project.git
Requires for GitLab CI 4.0
2013-10-24 17:17:22 +03:00
Jacob Vosmaer d4cc9b187a Merge pull request #4986 from Machiel/patch-1
Added git command to change shell to 1.1.0 to make sure the check passes
2013-10-24 07:11:45 -07:00
Dmitriy Zaporozhets 71f92d4539 Merge pull request #5422 from fintler/patch-1
Non-logic wording and grammar for the new group view
2013-10-24 06:28:18 -07:00
Dmitriy Zaporozhets a542f80743 Merge pull request #5326 from Rovanion/init-fix
Made stop message make more sense, app_root now uses the user name.
2013-10-24 06:27:44 -07:00
Rovanion LuckeyandGitLab 67a80d07ab Updated the init script, now waits for pids 2013-10-24 14:56:17 +02:00
Dmitriy Zaporozhets 8387806604 Disable text shadow for ui-box 2013-10-24 15:46:54 +03:00
Dmitriy Zaporozhets c465636a7c Merge pull request #5428 from weisjohn/patch-2
Typo fixed
2013-10-24 00:08:42 -07:00
Dmitriy Zaporozhets 055f512b97 Merge pull request #4968 from pdf/issue_4831
Expand refs constraints to include valid characters
2013-10-24 00:08:01 -07:00
Peter Fern 05c988419f Expand refs constraints to include valid characters
Fixes #4831, #4865, #4932
2013-10-24 16:31:15 +11:00
John Weis 74790bd8d9 Typo fixed
"ssending" to "sending"
2013-10-23 16:53:06 -04:00
Dmitriy Zaporozhets 4ab27017e5 Merge pull request #5416 from Popl7/fix_max_size_avatar_upload_readme
fixed maximum avatar size in changelog
2013-10-23 09:40:02 -07:00
Dmitriy Zaporozhets 2b555306a1 Prevent 500 error if cant detect branches for commit 2013-10-23 19:29:29 +03:00
Jon Bringhurst eb44ab0086 Non-logic wording and grammar for the new group view 2013-10-23 09:33:29 -06:00
Jacob Vosmaer 56863dcbe3 Clarify that Git 1.8.x is OK 2013-10-23 11:19:16 +02:00
Jacob Vosmaer 01c65ac586 Include full dependencies for Git compilation 2013-10-23 11:18:24 +02:00
Jacob Vosmaer e7b6a42f26 Divide Git installation instructions in two 2013-10-23 11:18:23 +02:00
Jacob Vosmaer 79ac0e9b3e Edit config/gitlab.yml when compiling git 2013-10-23 11:18:23 +02:00
Steven Thonus 89f7b65e03 fixed maximum avatar size in changelog 2013-10-23 10:34:43 +02:00
Jacob Vosmaer c2f74de4c0 Merge pull request #5395 from dpursehouse/more-label-fixes
More label fixes
2013-10-23 00:58:53 -07:00
Dmitriy Zaporozhets 88519e9033 Refactor and restyle Admin#background_jobs page 2013-10-23 10:11:54 +03:00
Dmitriy Zaporozhets 9f31fbc983 Merge pull request #5340 from Undev/feature/branches_on_commit_page_pr
Show branches list (which branches contains commit) on commit page
2013-10-22 23:50:22 -07:00
Dmitriy Zaporozhets 76f8f4bcf8 Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
Print the configured GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:29 -07:00
Dmitriy Zaporozhets d5b259417a Merge pull request #5345 from jojosch/sidekiq-running-procs-infopage
Show only processes owned by the GitLab user on the Admin-Sidekiq page
2013-10-22 23:47:12 -07:00
Dmitriy Zaporozhets 591421e89d Merge pull request #5393 from anthonyryan1/master
Remove text-shadow from code blocks for all themes
2013-10-22 23:40:48 -07:00
Dmitriy Zaporozhets 6d519a769c Merge pull request #5407 from inouire/master
Fix typo in sample smtp settings
2013-10-22 23:39:30 -07:00
Dmitriy Zaporozhets 0492964b3b Merge pull request #5410 from Popl7/fix_max_size_shown_avatar_upload_profile
set maximum filesize for avatar on profile page correct
2013-10-22 23:38:46 -07:00
Dmitriy Zaporozhets de46a5b602 Merge branch 'master' of github.com:gitlabhq/gitlabhq 2013-10-23 09:35:06 +03:00
Dmitriy Zaporozhets 6683897a41 Merge branch 'bash_3_compatibility' of /home/git/repositories/gitlab/gitlabhq 2013-10-23 06:34:41 +00:00
David Pursehouse 03dec79c74 Fix some more instances of "Created at"
"Created on" should be used when the timestamp is only a date.
2013-10-23 10:15:08 +09:00
David Pursehouse c2084639df Improve warning message when removing account 2013-10-23 10:15:08 +09:00
David Pursehouse 618ba8ca47 Improve warning message when removing group 2013-10-23 10:15:08 +09:00
Steven Thonus 1c70bd2549 set maximum filesize for avatar on profile page correct 2013-10-22 20:15:01 +02:00
Edouard 4dbce77615 Fix typo in sample smtp settings 2013-10-22 17:38:11 +02:00
Jacob Vosmaer 3bef6b46f8 Use 2>&1 because Bash 3 does not support &>> 2013-10-22 10:27:23 +02:00
Jacob Vosmaer 5093cb02d6 Merge pull request #5392 from jvanbaarsen/patch-2
Typo fix in show.html.haml
2013-10-22 00:52:09 -07:00
Jacob Vosmaer 2c37904dc0 Merge pull request #5391 from jvanbaarsen/patch-1
Update 6.1-to-6.2.md
2013-10-22 00:50:32 -07:00
Anthony Ryan ebe49e6ac6 Ensure that highlighted code blocks never get a text-shadow regardless of where they are or what theme is used. 2013-10-21 18:29:36 -04:00