Re: [gitorious] proxymachine gem

2013-11-05 Thread Christian Johansen
The technical problems are gone. Here we are! ;) \o/ The idea of extracting the git-proxy into a separate project/binary/gem is great. We could remove the hashing option from the app without breaking old setups because the (hashed) path to the repos are in the database. There would be one

Re: [gitorious] Gitorious 3 with Active Directory

2013-10-30 Thread Christian Johansen
Hi Frederico, There is a script in script/test-ldap-connection which helps you test your config, try that to iron out the quirks? We are very close to releasing Gitorious 3, which comes with a small web app to help you with the correct LDAP configuration as well. Christian Federico Don writes:

Re: [gitorious] Oddity with commenting on merge requests and commits

2013-10-28 Thread Christian Johansen
I'm busy checking out mainline and have noticed that the annotation of diff lines seems to duplicate the same comment box. * When clicking on the comment icon on the left, the box opens with the submit button * Clicking submit doesn't do anything Do you see any JavaScript errors in the

Re: [gitorious] Intall Gitorious on Centos 6.4

2013-10-28 Thread Christian Johansen
Hi, An installer for 3.0 is coming (hopefully) this week. In the meantime, my best tips are either to check out the guide to the developer setup (which isn't complete enough for a production setup) here:

Re: [gitorious] New Wiki markdown interpreter?

2013-10-24 Thread Christian Johansen
I wonder if there was any update to the wiki system on gitorious. Due to some invalid markdown which was previously rendered correctly. Anyway, is there an equivalent markdown syntax to describe tables? Yes, the markdown renderer has been replaced. However, we still support markdown, so if

Re: [gitorious] ruby-yadis in Gitorious

2013-10-12 Thread Christian Johansen
Hi Ken, I don't think this is being used any longer. I just removed it and ran all tests successfully. I've pushed the commit, but will double-check with the rest of the team that removing it is correct. Christian Ken Dreyer writes: Hi folks, Gitorious depends on ruby-yadis, but this gem

Re: [gitorious] Can't update merge request, again

2013-10-10 Thread Christian Johansen
Hi Bráulio, Sorry for not responding before. We've had some issues with the mailing list lately (unable to respond, not getting messages etc). We haven't been able to figure it out yet, but in the meantime I am forwarding your mail to support, and we will look into it. Sorry for the

Re: [gitorious] A project is not displaying on the Projects page for a single user

2013-10-09 Thread Christian Johansen
Then I'm not sure how to help you, as this is very likely a bug in Gitorious. Christian Dominick Rivard writes: the project is not private, for the moment the upgrade might not be an option. Thanks On Tue, Oct 8, 2013 at 2:16 AM, Christian Johansen chrisj...@gmail.comwrote: Hi Dominick

Re: [gitorious] mini_shoulda in capillary

2013-10-08 Thread Christian Johansen
In packaging the capillary Gem for Fedora, I'm running the test suite during the RPM's %check function. The capillary test suite requires the mini_shoulda gem, so I would need to package this gem for Fedora. The problem is that mini_shoulda is deprecated, so there's not much point in

Re: [gitorious] A project is not displaying on the Projects page for a single user

2013-10-08 Thread Christian Johansen
years without an upgrade. enable_private_repositories: true Thanks Dominick On Mon, Oct 7, 2013 at 3:41 PM, Christian Johansen chrisj...@gmail.comwrote: Hi, What version of Gitorious are you using? Do you have private repositories enabled? Christian Dominick Rivard writes: Hi, I

Re: [gitorious] A project is not displaying on the Projects page for a single user

2013-10-07 Thread Christian Johansen
Hi, What version of Gitorious are you using? Do you have private repositories enabled? Christian Dominick Rivard writes: Hi, I am trying to identify what relations/links I am missing in the DB to fix the issue of one of my user that cannot see a project in the projects page. This user

[gitorious] Fate of the inbox

2013-09-16 Thread Christian Johansen
Good people of the mailing list. We're thinking about what to do with the inbox in Gitorious, and want your input. If you could spend 30 seconds on this 2 question poll we'd appreciated it: http://blog.gitorious.org/2013/09/16/future-of-the-inbox-feature/ Christian -- -- To post to this

Re: [gitorious] Gitorious stats on ohloh

2013-09-11 Thread Christian Johansen
I wonder if someone with admin access to the Ohloh Gitorious settings could alter it to point at the next branch? Currently it's pointing at master, which doesn't get much activity. I think next would be much more representative of the work that is happening in the project.

Re: [gitorious] The pre-receive hook is not executable

2013-09-02 Thread Christian Johansen
Hi, I'm not exactly understanding your problem, but here's how things _should_ work: /path/to/gitorious/data/hooks is a directory of hooks that Gitorious uses to do access control, create database events and so on when you push. This directory is symlinked into /path/to/repositories/.hooks

Re: [gitorious] Can't access repo after I deleted some users that weere assigned as collaborators

2013-07-17 Thread Christian Johansen
I've deleted 3 users through admin console that were assigned to repo as commiters/reviewres/admins. Now when I try to access this repository I always get Sorry, something went wrong production.log says : ActionView::TemplateError (undefined method `email' for nil:NilClass) on line #24 of

Re: [gitorious] Can't access repo after I deleted some users that weere assigned as collaborators

2013-07-17 Thread Christian Johansen
I don't think these APIs have changed since then, but you really should look into upgrading anyway. It's going to be hard helping you with these kinds of problems on such an old install. Christian Zeks writes: I have forgoten to add that I am using gitorious version from a 1.5 yrs ago. Could

[gitorious] First beta/preview of Gitorious 3.0

2013-07-12 Thread Christian Johansen
Hi guys, We're very excited to finally have a preview of Gitorious 3.0 up! http://gitorious.wordpress.com/2013/07/12/gitorious-3-0-beta-1/ The preview site is here: https://v3.gitorious.org/gitorious/mainline/source/next: Let us know what you think! -- MVH Christian -- -- To post to this

Re: [gitorious] fixing tests in next

2013-07-04 Thread Christian Johansen
Finally found it! When running through bundler exec rake, the test suite was running through rake_test_loader, which finds all the tests and calls Require on each one. I modified this program to show which specific test was causing the crash. It was

Re: [gitorious] fixing tests in next

2013-06-28 Thread Christian Johansen
There is also a problem related to the way that execute() gets called on anonymous classes on Ruby 1.8.7. I tried to wrap my mind around the use_case gem so I could understand how to fix it, but it is beyond me. I've filed the details at https://issues.gitorious.org/issues/177 I'm leaving

Re: [gitorious] HTTPS support for web hooks

2013-05-21 Thread Christian Johansen
Sorry for the late response, this email drowned in my inbox... Thanks for the offer! I looked at FakeWeb and I see it doesn't currently parse request bodies. Previously we parsed them by stubbing post_form, so this would be a slight decrease in coverage: we would only test that a POST has

Re: [gitorious] HTTPS support for web hooks

2013-05-15 Thread Christian Johansen
I've added preliminary support for HTTPS web hooks: https://gitorious.org/~ktdreyer/gitorious/ktdreyers-mainline/commits/https-webhooks Cool! I'm a newbie to Ruby testing so please be kind :-) ... I'm not sure how to update the unit tests to match this change. See my FIXME lines in

Re: [gitorious] init.d script for Unicorn

2013-05-09 Thread Christian Johansen
I've given it a shot: https://gist.github.com/zmalltalker/553997[2] Someone ate a number - correct URL is https://gist.github.com/zmalltalker/5539976 I'm no init script expert, but it looks good to me :) Christian -- -- To post to this group, send email to gitorious@googlegroups.com To

Re: [gitorious] Stable installation gst-vaapi on Ubuntu

2013-03-20 Thread Christian Johansen
Hi Artem, This is the Gitorious mailing list. You may want to reach out to the gst-vaapi project directly with this. Christian Artem Drachkov writes: Hi guys! My idea is to provide my own opengl texture for gstreamer to play vaapi-decoded video. I have installed Linux 11.10, have

Re: [gitorious] Attempting to create a project error in 'next'

2013-03-19 Thread Christian Johansen
To confirm: This happened when you created a repository with the sync adapter? Or project? Steps to reproduce? Johannes Ernst writes: This is the 'sync' messaging_adapter. From the log file: ActionView::Template::Error (undefined method `url' for nil:NilClass): 35: /div 36:

Re: [gitorious] Virtual hosts ponderings ...

2013-03-19 Thread Christian Johansen
Ken Dreyer writes: On Mon, Mar 18, 2013 at 3:13 PM, Johannes Ernst jer...@cldstr.com wrote: Presumably you could run multiple sshd's at either multiple IP addresses assigned to the same machine, or at different ports. That doesn't need chroots, but it's still very messy ... Well, the

Re: [gitorious] Virtual hosts ponderings ...

2013-03-19 Thread Christian Johansen
Here's a use case for multiple instances on same server: an individual developer would like to publish his code to the world. He could create an account on github and put it there, and indeed that's what many people do almost by default. But he might want to publish his code at his domain,

Re: [gitorious] 'next' install issues

2013-03-18 Thread Christian Johansen
Hah. It's been there since 2009. Marius? Thomas? Doesn't look like a really useful feature to me :-) I'll remove it then ;) -- -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to gitorious+unsubscr...@googlegroups.com --- You

Re: [gitorious] non-top URLs

2013-03-17 Thread Christian Johansen
Am I correct that gitorious currently can only be installed at the root of a site? Yes. Installing with a context path will mostly work, but the app has not been tested extensively in a setup like this. Poking through the code, it appears that at least the e-mail sending functionality is not

Re: [gitorious] config file re-read?

2013-03-17 Thread Christian Johansen
I'm attempting to move the location of the gitorious.yml file so I can have more than one gitorious installation on the same machine. I've considered this as well. I think a good approach would be for Gitorious to recognize GITORIOUS_HOME, and use that to find configuration etc. I found code

Re: [gitorious] 'next' install issues

2013-03-17 Thread Christian Johansen
in data/hooks: lrwxr-xr-x 1 jernst staff 6 Mar 15 10:08 .hooks - .hooks to itself? Hah. It's been there since 2009. Marius? Thomas? ActionView::Template::Error (No such file or directory - Asset file not found at

Re: [gitorious] V3.0 status

2013-03-17 Thread Christian Johansen
makes sense! So based on what you said, I've been plunging into trying to get 'next' to run today, and as I (hopefully) make progress, I'll be reporting / asking about any problems I encounter. With the caveat that I'm not a ruby guy, so some things may be very obvious to everybody other than

Re: [gitorious] Log graph issues

2013-03-12 Thread Christian Johansen
Hi Scott, I tracked this down to refnames with dots being sanitized and have the dots stripped. I changed the GitShell implementation to use Shellwords to properly escape the refnames, and now it works again. If you didn't have dots in the refnames where you didn't see a graph, let me know. On

Re: [gitorious] Log graph issues

2013-03-12 Thread Christian Johansen
Wouldn't it have been simpler (and more generic) to keep the original prototype for graph_log() and then just change: command sanitize(options.join( )) to: command options.shelljoin Interesting. `shelljoin` is new to me. The reason I had to change it around is that we don't

Re: [gitorious] https push support progress / status?

2013-02-26 Thread Christian Johansen
Hi Andrew, New user of gitorious here. Awesome project, thank you so much. I apologize if this has already been covered somewhere else. I did a search of the group and found a few postings about it from 2011 but nothing current. I know git supports http push via the

Re: [gitorious] gitorious-poller won't start - ActiveMessaging (NameError)

2013-02-26 Thread Christian Johansen
Hi Kent, No, you don't need the poller. The diagnostics on the CE installer is in need of an upgrade. Sorry about that, we will fix it soon. Christian Kent Holloway writes: Fresh install of CE Gitorious v2.4.9 (yesterday) on a fresh Redhat 6.3 OS install throws the errors below when starting

Re: [gitorious] testing gitorious in Fedora buildsys

2013-02-22 Thread Christian Johansen
1) Make Gitorious support SQLite ;-) That would be nice, but I suspect it is non-trivial. I know Marius has run Gitorious mostly successfully with PostgreSQL locally, so maybe it is possible? Marius would probably know more than me here. 2) Mock all MySQL interactions (probably not feasible at

Re: [gitorious] which ruby's interpreter should I use for gitorious 2.x ?

2013-02-15 Thread Christian Johansen
You can use standard Ruby 1.8.7. When Gitorious 3 is released in a few weeks, we will be recommending 1.9.3. Christian Chiku Linu writes: Hi, I only just noticed now that ree is end-of-life since 2012-02. So which ruby do you suggest me to use instead of ? or just use standard one MRI ?

[gitorious] 2.4.9 fixes regression in yesterday's 2.4.8 release

2013-02-13 Thread Christian Johansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry for this, but it seems I inadvertantly broke creating new projects with yesterday's 2.4.8 release. I have deployed a fix on gitorious.org, and just tagged 2.4.9. We made some sweeping changes yesterday, by changing attr_protected (which was the

Re: [gitorious] Upgrade from v2.3.2 to v.2.4.7

2013-02-11 Thread Christian Johansen
FWIW, I also added some of the untracked files to our updated .gitignore file. Christian Thomas Kjeldahl Nilsson writes: Andrew, - We're releasing an upgraded version of the installer this week, including the latest Gitorious version and improvements in how/what it installs. We'll announce

Re: [gitorious] buster-core dependency

2013-01-31 Thread Christian Johansen
Ken, For now I'm planning to simply package the Gitorious.org buster-core distribution as-is. I'm trying to wrap my mind around what will happen long-term. As it happens, I am one of two principal Buster.JS developers. buster-core is basically deprecated because it's been split up into

Re: [gitorious] buster-core dependency

2013-01-31 Thread Christian Johansen
Yes, thank you for your work on this! :) I'm wondering if Gitorious or GitHub is the canonical repo for the buster project? Is one a mirror of the other? The intention is to keep both in sync (I use two urls for the 'origin' remote). Gitorious uses the bane repository on gitorious.org for

Re: [gitorious] Disable Check In's via command line

2013-01-30 Thread Christian Johansen
Chris, sounds like what you really need is a branching model where you don't cut releases from the same branch that people are working from. We're using http://nvie.com/posts/a-successful-git-branching-model/ Our master is the current release, which is also in production on gitorious.org. 'next'

Re: [gitorious] Create Project and Repository by script

2013-01-23 Thread Christian Johansen
Hi, It might please you that Gitorious will soon-ish have an HTTP Api for this. Until then, here are some clues to find your way around the console: * Use save! (with the exclamation mark) to get an exception that tells you what went wrong * You can see if a project is valid by doing

[gitorious] UI upgrade and Rails 3

2012-10-26 Thread Christian Johansen
Good people, During my work with the new UI, we have decided to take the detour through Rails 3. See the blog post for further information: http://blog.gitorious.org/2012/10/26/ui-upgrade-and-rails-3/ TL;DR: New source code browser is done, Rails 3 upgrade lands next week, UI work continues

[gitorious] Upgraded Rails for Gitorious

2012-10-18 Thread Christian Johansen
I've now pushed commits to mainline:next that upgrades our Rails version: - Unvendor Rails (i.e. rm -fr vendor/rails, configure Rails in Gemfile) - Upgrade from 2.3.5 to 2.3.14 This means we're no longer on a completely ancient version of Rails. There has been some non-trivial changes in Rails

Re: [gitorious] Changes to our branching model

2012-10-16 Thread Christian Johansen
My one suggestion is to make this policy crystal clear to new developers. Whenever I write a patch for a project I want to know what branch do I base this on in order to get it accepted ASAP? If you make it very clear in the HACKING file, and in the wiki, that patches should be proposed

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
On Thu, Oct 4, 2012 at 9:28 AM, Wari Wahab wari.wa...@gmail.com wrote: Dolt does not seem to support cucumber features, as well as scripts that does not have an extension, and starts with #!/usr/bin/env ruby for example. Well, Gherkin is under Pygment's supported language list:

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
Thanks, Turns out I was loading the syntax highlighting language wrong. Fixed that, and then Cucumber features works. Will push yet another update later today. Any chance you can share the repo that caused the crash? Christian On Thu, Oct 4, 2012 at 11:10 AM, Wari Wahab wari.wa...@gmail.com

Re: [gitorious] Re: Dolt repo browser 0.4.0 available

2012-10-04 Thread Christian Johansen
to see) - Fixed lexer loading, so lots more file types should now be correctly highlighted With this release, my todo-list is proper empty, so report whatever you find. Christian On Thu, Oct 4, 2012 at 12:08 PM, Christian Johansen christ...@cjohansen.nowrote: Thanks, Turns out I

[gitorious] Dolt repo browser 0.4.0 available

2012-10-03 Thread Christian Johansen
Hey people, Dolt, our new repository/code browser has now been released in version 0.4.0. It's roughly complete at this point, incorporating the features we wanted for the first version. There are some minor niceties still to fix, but none that have high priority. We need as much input as

Re: [gitorious] accept merge request via web ui

2011-12-22 Thread Christian Johansen
On Tue, Dec 13, 2011 at 23:23, Vasiliy Tolstov v.tols...@selfip.ru wrote: Hello. I'm install gitorious on my own server - its work's fine! Thank's for greate product. But one no - how can i accept merge request via web ui? If my users not able to run git commands... ? Hi Vasiliy,

Re: [gitorious] private gitorious server with ssh only help please

2011-12-22 Thread Christian Johansen
When i try to push to it it tries to get me to ssh to the server as the git user instead of using the ssh key. If i try to login the git user password i get the error fatal: 'test/test.git' does not appear to be a git repository fatal: The remote hung up unexpectedly. This may indicate

Re: [gitorious] Re: How do you delete a gitorious account?

2011-12-21 Thread Christian Johansen
Just send an email to supp...@gitorious.org with your username, and we'l ask you to confirm before deleting it. Sorry about the manual stuff - if someone wants to add automatic deletion to the code base, I'd be happy to deploy it :) On Sun, Dec 18, 2011 at 12:36, Ruslan Kiyanchuk

Re: [gitorious] Contributing

2011-12-09 Thread Christian Johansen
Hi Rafaen, Happy to hear you're satisfied and want to contribute! My best tip would be to start with some resources on Rails. You will probably pick up on the language, and learning about Rails (2.3 in our case, until we can upgrade) will teach you about the flow of control, which is not always

[gitorious] Private repositories

2011-12-08 Thread Christian Johansen
Hi everyone, We've started a fund-raiser for private repositories: http://blog.gitorious.org/2011/12/08/private-repositories/ Feedback/donations welcome! -- MVH Christian -- To post to this group, send email to gitorious@googlegroups.com To unsubscribe from this group, send email to

Re: [gitorious] Re: Push and Clone urls

2011-11-30 Thread Christian Johansen
Did you also clear out old assets? rake assets:clear On Sat, Nov 26, 2011 at 13:00, DodoFXP felipes...@gmail.com wrote: git submodule init git submodule update did not fix it for me. What other debugging steps should I take? Felipe On Nov 19, 4:55 pm, Mark Ramos mramos1...@gmail.com wrote:

Re: [gitorious] directory structure in projects

2011-11-30 Thread Christian Johansen
Nope, just a list of repositories. Christian On Wed, Nov 23, 2011 at 22:08, Curtis curtis.wethe...@gmail.com wrote: Just wondering if Gitorious supports a directory tree structure inside projects? Seems it's a flat list of repos? ie something like this SomeProject --device

Re: [gitorious] local gitorious in private mode doesn't require login to view diffs

2011-11-23 Thread Christian Johansen
Hi, This is a bug in Gitorious. The fix is avilable here: https://gitorious.org/gitorious/mainline/commit/9e79ab559066252fe6291f24fc35d1d1f0298849 Sorry about that! Christian On Thu, Nov 10, 2011 at 22:47, Brendan Cully bren...@kublai.com wrote: Hi, I'm running a local gitorious with

Re: [gitorious] permission to view pojects

2011-11-22 Thread Christian Johansen
Hi, If you are looking for fine-grained permissions, then no. We are currently working on specifying such a feature, and if funding falls into place, we will implement this early next year. Christian On Tue, Nov 22, 2011 at 10:18, Jhonathas jhonat...@gmail.com wrote: Good morning. I would

Re: [gitorious] Problem changing display/hide url settings

2011-11-04 Thread Christian Johansen
Wiping your database is very unlikely to be helpful. Can you use a tool like Firebug or the web inspector in Chrome and see if there is a JavaScript error on the page (where the URLs are missing)? Christian On Thu, Nov 3, 2011 at 13:22, Ricardo Gladwell ricardo.gladw...@gmail.comwrote: Hi

Re: [gitorious] Re: tarball download got 'The archive is currently being generated, try again later'

2011-10-31 Thread Christian Johansen
If the tarball is not being built, make sure the poller is running - it is responsible for starting the job of creating the archive. Christian On Fri, Oct 28, 2011 at 19:50, franciscom francisco.manca...@gmail.comwrote: Thanks, I have followed your link and others. I've installed apache mod

Re: [gitorious] LDAP permissions

2011-10-25 Thread Christian Johansen
Hi, To prevent unauthorized users from browsing your repositories, you need to do a couple of things: - Set private_mode to true in config/gitorious.yml - Disable HTTP pull (these are anonymous by design, and a user could pull repos by guessing URLs). This is done by not serving the

Re: [gitorious] Missing tag 2.1.0 in mainline?

2011-10-21 Thread Christian Johansen
Tag is out! https://gitorious.org/gitorious/pages/Upgrading Christian On Fri, Oct 21, 2011 at 14:13, Marius Mårnes Mathiesen marius.mathie...@gmail.com wrote: On Fri, Oct 21, 2011 at 12:38 PM, Wari Wahab wari.wa...@gmail.com wrote: ** YES! My bad! Thanks for the clue :) Worked again for

Re: [gitorious] git.js: have you seen this?

2011-08-08 Thread Christian Johansen
On Sat, Aug 6, 2011 at 02:11, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: Have you seen this? https://github.com/danlucraft/**git.jshttps://github.com/danlucraft/git.js Yup, have seen it. Looks promising :) It's an interesting project, but still very early days :) Christian --

Re: [gitorious] Using Gitorious with config.action_controller.relative_url_root

2011-08-08 Thread Christian Johansen
1.) The methods 'configuration' and 'writable_by_query_uri' in lib/ gitorious/ssh/client.rb construct URI references to the site root manually which do not apply when relative_url_root is set. For now, I've gotten around this by hardcoding the subpath that I'm using into the URI but I was

Re: [gitorious] No CSS when logged in

2011-08-08 Thread Christian Johansen
On Fri, Jul 15, 2011 at 18:47, Robert Kirchgessner asuranz...@gmail.comwrote: I pulled the latest gitorious mainline this morning and now the user logged in page has no CSS. The main site / login page has CSS and displays properly, but once logged in the page is just unformatted text. Where

Re: [gitorious] Re: Your config/gitorious.yml does not have an entry for your current Rails environment.

2011-07-14 Thread Christian Johansen
On Wed, Jul 13, 2011 at 18:55, Tizzy tz3...@gmail.com wrote: There are actually no new lines on the secret key... They appear here because of how the page is formatted, but the original file I'm taking them from has no new lines there :( Try showing us the configuration file using a paste

[gitorious] New issue tracker, versioning scheme and Gitorious 2.0.0!

2011-07-07 Thread Christian Johansen
Good people of the list, Thanks to Rodrigo kicking our butts, we have finally landed a few things we've been thinking about a long time. Issue tracker We now have an official issue tracker. You're welcome to report bugs and feature requests here: https://issues.gitorious.org/projects/gitorious

Re: [gitorious] Bug: minor CSS tweak

2011-07-07 Thread Christian Johansen
Thanks, pushed! On Wed, Jul 6, 2011 at 12:35, Stefan Hoth goo...@stefanhoth.de wrote: Hi, since I'm just starting with gitorious and git in general I apologize beforehand that I don't fix this problem by supplying a patch. I promise I'll do this for later issues when I'm more into the whole

Re: [gitorious] Re: Bug: two little CSS minor issues

2011-07-07 Thread Christian Johansen
Hehe, no problem. 2.0.0 is what is running in production on gitorious.orgnow, so I'd be surprised if it had such an extreme bug :) On Thu, Jul 7, 2011 at 15:19, Wiz of Id trumbi...@gmail.com wrote: BH SHAME ON ME! My fault, some time ago I added the external css to _common_head.html.erb,

Re: [gitorious] Re: Gitorious Versioning, Roadmap, Issue Tracking: Chiliproject or Redmine

2011-07-07 Thread Christian Johansen
Hey guys, I have now released Gitorious 2.0.0, a versioning manifesto, an upgrade guide and an issue tracker :) Will make a separate post to announce these things. Great work, Christian! I'm awaiting for your approval in issues.gitorious.org. Is there any reason why it is necessary to get

Re: [gitorious] Gitorious Versioning, Roadmap, Issue Tracking: Chiliproject or Redmine

2011-07-06 Thread Christian Johansen
So, please, take a look at ditz: http://ditz.rubyforge.org/ It's ruby. It has plugable system. It offers UI. And it's a distributed issue tracking. I have looked at it, and I find it very interesting. If memory serves me right, I think the missing piece in Ditz was the UI. But that can be

Re: [gitorious] sphinx error after update of gitorious. search no more working

2011-07-04 Thread Christian Johansen
Hi, Can you try to also regenerate the sphinx configuration? Seems like you have stale database information. `bundle exec rake ultrasphinx:configure` Christian On Fri, Jul 1, 2011 at 12:22, Wiz of Id trumbi...@gmail.com wrote: Hello. Almost a week ago: - fetched the latest master branch of

Re: [gitorious] Push via http/https?

2011-07-04 Thread Christian Johansen
Hi Ed, As Rodrigo says, we are almost finished with HTTP push. The missing piece is the hooks - JGit (which is used in our new Git HTTP server) does not execute the hook shell scripts, so we are refactoring to be able to use the same code in the shell scripts and in the JGit hook APIs. We're

Re: [gitorious] Problems with private copy of Gitorious

2011-07-04 Thread Christian Johansen
Hi, * The login/register screen does not render properly: - http://momentum.subtlehints.net/stuff/LoginScreen.png - http://momentum.subtlehints.net/stuff/RegisterScreen.png This was fixed earlier today. Please update from master. * I can't create tarballs directly from gitorious: -

Re: [gitorious] release checkpoints

2011-07-03 Thread Christian Johansen
That being said, we will start versioning Gitorious in the very near future (http://blog.gitorious.org/2011/01/10/versioning-gitorious/). Even if the master branch works, from time to time dependencies are added (or better, removed) from Gitorious, and just pulling the branch won't tell you

Re: [gitorious] Re: searching quit working for no reason here is the errors I get when I try and start the git-ultrasphinx service

2011-07-03 Thread Christian Johansen
Hi, It looks like you installed Rails 3.0? Are you using Gitorious with Bundler? E.g. `bundle exec [script]`? If you do that, the app should run in a sandboxed environment and you should be fine. If you're using an older version of Gitorious, you probably need to uninstall Rails 3.0 from the

Re: [gitorious] Migration from restful_authentication to Devise status update

2011-06-27 Thread Christian Johansen
Fix Gemfile.lock Duplicated (redundant) oauth dependency in Gemfile Removes unused partial view Use 2 spaces instead of tabs in sessions/new.html.erb Remove vendored state-machine plugin as it was already included in Gemfile refactoring: replace vendored

Re: [gitorious] Re: Proper protocol

2011-06-24 Thread Christian Johansen
On Fri, Jun 24, 2011 at 11:51, August Lilleaas augustlille...@gmail.comwrote: I have a concern with the practicality of using client certificates over https instead of SSH. You can tell git which key and cert to use for client cert https connections. This is done via git-config, so it can be

Re: [gitorious] Proper protocol

2011-06-24 Thread Christian Johansen
First, I would like you to congratulate you and Johan for the good work and efforts you both put on this feature. Thanks, but my name is Christian. Johan stepped down, remember? :) Then, I would like to say that I would be really really sad if SSH support was deprecated. I think that

Re: [gitorious] Proper protocol

2011-06-24 Thread Christian Johansen
So - although I still think that ssh should stay and that GUI client support is a valid point: I cannot ignore the thought that I might be just a lazy bum that wants to keep it as it is, for the sake of it. :) No worries. You are definitely right in that we want to reach a wider audience, but

Re: [gitorious] Proper protocol

2011-06-24 Thread Christian Johansen
Thanks, but my name is Christian. Johan stepped down, remember? :) Right, sorry, Christian. It is just the new age's effect :) ;) If you could have well-performing, secure and easy-to-use HTTP pull/push, then why wouldn't you use it? Because I want all my repository submodules URL

Re: [gitorious] Re: Having issues with create_admin Script

2011-06-22 Thread Christian Johansen
Hey guys, So sorry about that. I've fixed it on mainline. Christian On Wed, Jun 22, 2011 at 13:24, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: Yes, you're right. This recent commit probably broke the script: http://gitorious.org/**gitorious/mainline/commit/**

Re: [gitorious] Re: Having issues with create_admin Script

2011-06-22 Thread Christian Johansen
Mainline is intended to be stable. I screwed up, sorry. Christian On Wed, Jun 22, 2011 at 20:05, Jacob gelb...@gmail.com wrote: Is there a stable branch I should use instead of mainline? On Jun 22, 8:33 am, Christian Johansen christ...@cjohansen.no wrote: Hey guys, So sorry about

Re: [gitorious] Christian's fix didn't work

2011-06-08 Thread Christian Johansen
On Thu, Jun 9, 2011 at 03:33, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: I would just like to point out that the commit below didn't work as expected: 3f7334dd9c58d95272bbcb48b2bf82006697: Make sure repository tests start with no repositories I had the same problem again while

Re: [gitorious] Migration from restful_authentication to Devise status update

2011-06-07 Thread Christian Johansen
Great work Rodrigo! Marius and I have reviewed your work so far, and here is our feedback: The password field changed length from 40 to 128. Is the idea here to make encryption strategy configurable? This comment: # I'm not sure if the tests are correct. TODO: verify if we really need

Re: [gitorious] gitorious host not being picked up

2011-06-06 Thread Christian Johansen
Cool, thanks Shane! On Fri, Jun 3, 2011 at 17:46, ShaneOG shane.ogr...@gmail.com wrote: And another merge request as I'm learning more about Ruby Gitorious: 158 S On Monday, 30 May 2011 18:40:39 UTC+1, Christian Johansen wrote: On Mon, May 30, 2011 at 16:14, ShaneOG shane@gmail.com

Re: [gitorious] Problem in installing Git

2011-05-31 Thread Christian Johansen
On Mon, May 30, 2011 at 17:24, Abhijit abhijit.dw...@gmail.com wrote: While installing Git according to http://help.github.com/win-set-up-git/ site; i cannot understand the step 4. it's written that On the GitHub site Click “Account Settings” Click “SSH Public Keys” Click “Add another

Re: [gitorious] New messaging API and adapters

2011-05-31 Thread Christian Johansen
On Tue, May 31, 2011 at 12:25, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: Em 31-05-2011 04:38, Christian Johansen escreveu: Hi, I've just pushed the completed version of Gitorious' new messaging API: https://gitorious.org/gitorious/mainline/commits/unified-messaging-api We aim

Re: [gitorious] fatal errors in clone over ssh resulting from internal http errors

2011-05-30 Thread Christian Johansen
First question would then be how to best make a unified go of it [...] I found this also brought up before in merge request #2219 and again quite a long time ago at

Re: [gitorious] gitorious host not being picked up

2011-05-30 Thread Christian Johansen
On Mon, May 30, 2011 at 16:14, ShaneOG shane.ogr...@gmail.com wrote: Thanks Marius, I've made one more change/fix which prevents browser SSL warnings when Gitorious is served over SSL only. Merge request 155. Pulled, thanks :) Christian -- To post to this group, send email to

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-27 Thread Christian Johansen
But since you're asking so critically I have to admit I'm not entirely sure if the session check is entirely required. However, it did seem to be the thing that caused all the tests to fail? Maybe Marius has better memory than me here? The only case we could think of that uses the session

[gitorious] New session url with Devise

2011-05-27 Thread Christian Johansen
Rodrigo, As we discussed on irc, I checked out your devise branch and looked at the generated URLs. However, according to `rake routes`, new_user_session resolves to /users/sign_in, which is not the problem you reported. Do I have to poke in a particular way to provoke the error you described?

Re: [gitorious] gitorious host not being picked up

2011-05-27 Thread Christian Johansen
Also, I've noticed that in app/helpers/application_helper.rb the following is defined: def dashboard_path root_url(:host = GitoriousConfig[gitorious_host], :protocol = http) end Shouldn't http in that be replaced with GitoriousConfig[scheme] ? It probably should :) We would

Re: [gitorious] fatal errors in clone over ssh resulting from internal http errors

2011-05-26 Thread Christian Johansen
On Mon, May 23, 2011 at 23:40, h...@exultant.us wrote: Right. Am I understanding this correctly that you are not exposing Gitorious over HTTP at all? Only HTTPS? Just so. Is there a configuration option somewhere for this that I might have missed? (Actually, thb I'm a bit vague on why

Re: [gitorious] Authentication questions

2011-05-26 Thread Christian Johansen
On Tue, May 24, 2011 at 14:47, Rodrigo Rosenfeld Rosas rr.ro...@gmail.comwrote: I've tried asking this on IRC, but no one was there at that time, so here are the questions: As I understand, this issue was resolved on IRC, and no, it's not a problem to change the name. Christian -- To post

Re: [gitorious] Re: Status update on migration from restful_authentication to Devise

2011-05-26 Thread Christian Johansen
First of all: great job once again Rodrigo :) That is all fantastic when it is finished, but I'm a bit far of finishing it right now. There is a lot of things to do yet. I need to get rid of the SessionsController and think what to do about its functional tests. I think we should move it to

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-26 Thread Christian Johansen
I don't know yet why the SSL enforcing tests are failing yet. I was focused on getting the basic database authentication working. Now, I'm going to add support for OpenID and Basic HTTP Auth and then I'll take a look back at the SSL tests. Ok, here's why: The ssl_required? filter in

Re: [gitorious] Re: Status update on migration from restful_authentication to Devise

2011-05-26 Thread Christian Johansen
Actually this is just a matter of taste, like with RSpec. I prefer to read specs as well as Capybara write syntax (visit url, etc). The tests get much more readable for my taste. But I'll do it using Rails integration tests if you prefer. Ok. I was a bit worried that Capybara implied

Re: [gitorious] Rails 3.1 branch rebasing

2011-05-26 Thread Christian Johansen
But then, I think that when you mark a cookie as secure, it will only be sent over HTTPS connections, right? So this would lead to the simplest: def ssl_required? GitoriousConfig[use_ssl] end What am I missing? Couple of details. 1. The SSL requirement plugin has an interesting

  1   2   >