Commit Graph
5185 Commits
Author SHA1 Message Date
Sato Hiroyuki c449dab161 Fix bubble padding.
fix #3823
2013-05-14 19:34:05 +09:00
Dmitriy Zaporozhets bbd125915f Include code search in CHANGELOG 2013-05-13 23:10:09 +03:00
Dmitriy Zaporozhets 72ee345d3a Remove grit fork reference from Gemfile. Use gitlab-gollum-lib gem 2013-05-13 22:54:23 +03:00
Dmitriy Zaporozhets c5feabde2d Add simple search to projects in public area 2013-05-13 21:18:08 +03:00
Dmitriy Zaporozhets 50d4420237 add link to project issues from dashboard issues 2013-05-13 21:06:48 +03:00
Dmitriy Zaporozhets e8b963fc32 Merge pull request #3858 from abalkin/issue-3857
Save backup time as is.  Fixes #3857.
2013-05-13 09:11:54 -07:00
Dmitriy Zaporozhets 81e6029406 Merge pull request #3897 from LyleE/puma-config-environment-fix
Fixed puma.rb environment setting
2013-05-13 09:10:22 -07:00
Dmitriy Zaporozhets 419d1eac1f Merge pull request #3903 from frlan/master
A small update of nginx example config to prevent users from issues while nginx not listen on localhost
2013-05-13 08:59:23 -07:00
Dmitriy Zaporozhets 9ea27db155 Merge pull request #3591 from hiroponz/show-only-selected-branch
Show only selected branch
2013-05-13 04:31:27 -07:00
Dmitriy Zaporozhets 58d6176bc3 Merge pull request #3902 from frlan/patch-2
A little change on wording for new-user email
2013-05-13 04:30:33 -07:00
Dmitriy Zaporozhets a403823211 Merge pull request #3879 from bbodenmiller/patch-4
included more details on searching for issues related to pull request
2013-05-13 03:10:10 -07:00
Sato Hiroyuki 1738055dab Add test for "Show only selected tag" 2013-05-13 18:46:33 +09:00
Sato Hiroyuki 6505cd5ec9 Add "Show only selected branch" checkbox 2013-05-13 18:46:30 +09:00
Sato Hiroyuki 3a4c1c5c63 Enable to filter graph by ref 2013-05-13 18:44:50 +09:00
Sato Hiroyuki c0e3b39792 Set @options in assing_ref_vars
@options enable to keep params when switching ref.
2013-05-13 18:44:33 +09:00
Sato Hiroyuki 97a9c2293a Refactor: remove dup code 2013-05-13 18:41:04 +09:00
Dmitriy Zaporozhets edcdbd671b Merge pull request #3863 from crazyscience/patch-4
Fixed a nginx configuration
2013-05-13 02:28:46 -07:00
Dmitriy Zaporozhets 37b357d1f3 Merge pull request #3921 from bbodenmiller/patch-8
update links to be relative paths and add CONTRIBUTING.md link
2013-05-13 02:19:02 -07:00
Dmitriy Zaporozhets caf970398c Merge pull request #3920 from bbodenmiller/patch-7
fixed fact about memory usage
2013-05-13 02:18:48 -07:00
Dmitriy Zaporozhets 8203c2a147 Merge pull request #3912 from bbodenmiller/patch-6
fixed capitalization and added Google Analytics
2013-05-13 02:18:34 -07:00
Dmitriy Zaporozhets 2bb1520935 Merge pull request #3894 from axilleas/gitconfig-fix
Configure git global settings in installation docs
2013-05-13 02:13:18 -07:00
Dmitriy Zaporozhets 0a4a6f5921 Merge pull request #3918 from joeandaverde/unsanitized
System calls to gitlab-shell were using unsanitized user input
2013-05-13 02:08:00 -07:00
Dmitriy Zaporozhets d3ca12a143 Merge pull request #3911 from babatakao/migrate_note_linecode
Migrate notes.line_code format.
2013-05-13 02:06:33 -07:00
Dmitriy Zaporozhets 5b5ff7708b More strict validation for SSH Key content 2013-05-13 11:59:30 +03:00
Ben Bodenmiller b9a489f31f update links to be relative paths and add CONTRIBUTING.md link 2013-05-13 01:48:08 -06:00
Ben Bodenmiller bbd33a0d4d fixed fact about memory usage 2013-05-13 01:34:46 -06:00
Joe Andaverde ba21546a58 System calls were using unsanitized user input 2013-05-12 09:11:09 -05:00
Ben Bodenmiller 56a0cc7fee fixed capitalization and added Google Analytics 2013-05-11 02:27:54 -06:00
baba 320f0ac856 Migrate notes.line_code format.
Since version 4.1, notes.line_code means:
  {SHA1 hash of file path}_{old line}_{new line}
but the older version means:
  {file index of the commit}_{old line}_{new line}

This rake task migrate the above differences.
2013-05-11 16:53:07 +09:00
Frank Lanitz aba29ab94c Adding a short hint to *:80 for default listen address on nginx example config
Based on posting https://github.com/gitlabhq/gitlabhq/issues/3384#issuecomment-15457287 I was able to solved an issue here. Pointing out *:80 might could prevent others for struggeling here
2013-05-10 17:45:02 +02:00
Frank LanitzandFrank Lanitz d5c0e9737a A little change on wording for new-user email
Just a little change of wording for new-user email which looks better in my eyes.
2013-05-10 15:29:08 +02:00
Ben Bodenmiller 72f878e638 included more details on searching for issues related to pull request 2013-05-09 22:53:13 -07:00
Lyle Entwistle 85e784cc1d Fixed puma.rb environment setting, no need to specify 'production' in daemon options now 2013-05-09 17:41:00 +01:00
Axilleas Pipinellis 0f7c402c73 Configure git global settings
Setting Git's global user.name and user.email are missing from
instructions, causing check.rake to fail at this step.

Signed-off-by: Axilleas Pipinellis <axilleas@archlinux.gr>
2013-05-09 15:37:39 +03:00
Dmitriy Zaporozhets 6e1ee1fea6 made some ui enhancement for search page 2013-05-09 11:47:09 +03:00
Dmitriy Zaporozhets f1126f494c Move files search to gitlab_git 2013-05-09 11:47:09 +03:00
Dmitriy Zaporozhets 9fdcdb774f Move blob_snippet to gitlab_git gem 2013-05-09 11:47:09 +03:00
Dmitriy Zaporozhets b1aaf0d2ac Fix monokai highlight line css 2013-05-09 11:47:08 +03:00
Dmitriy Zaporozhets 76d6bc4f82 Update gitlab_git and restore travis.yml 2013-05-09 11:47:08 +03:00
Javier CastroandDmitriy Zaporozhets ad947bc705 Fix missing div container for nice css styling 2013-05-09 11:47:08 +03:00
Javier CastroandDmitriy Zaporozhets 7f57fe5034 Implemented code search feature 2013-05-09 11:47:08 +03:00
Dmitriy Zaporozhets 4353babe61 Merge pull request #3893 from rezigned/feature/update-init.d
Update init.d script
2013-05-08 23:51:54 -07:00
rezigned 76d958ebe7 Update init.d script
The original init.d script uses a fixed username (e.g. git). Which is not flexible
when we using other user. So, I've updated it to use $APP_USER variable
instead and wrap it in a function to reduce repetitive codes.
2013-05-09 12:37:56 +07:00
Lev AbalkinandAlexander Belopolsky cef76fdd17 Save backup time as is. Fixes #3857. 2013-05-08 16:42:29 -04:00
Dmitriy Zaporozhets 25d5c1f637 Fix last tree breadcrumbs for blob 2013-05-08 21:27:43 +03:00
Dmitriy Zaporozhets 6d204544a1 Merge pull request #3687 from hiroponz/fix-not-using-git-bin-path
Fix not using git.bin_path in config.
2013-05-08 11:17:48 -07:00
Dmitriy Zaporozhets 2ddd6d952b Merge pull request #3880 from hiroponz/fix-check-git-version
Add Gitlab::VersionInfo class to fix and simplify version check.
2013-05-08 11:12:42 -07:00
Dmitriy Zaporozhets 7069fac317 Add custom sing-in text & google analytics 2013-05-08 21:03:36 +03:00
Dmitriy Zaporozhets aee110e20d Add extra config for some advanced customization 2013-05-08 21:03:14 +03:00
Dmitriy Zaporozhets 5bd5d09b83 Admin.user page: sort projects, add better confirm message for leaving team 2013-05-08 20:11:49 +03:00