Skip to content
Snippets Groups Projects
  1. Apr 21, 2016
  2. Apr 19, 2016
  3. Apr 14, 2016
    • Jacob Vosmaer's avatar
      Merge branch 'archlinux_pg_upgrade' into 'master' · 7237c7d1
      Jacob Vosmaer authored
      Add info about postgres upgrade
      
      If system postgres is updated to a new minor version, we get an error
      message: `FATAL: database files are incompatible with server`. This MR
      adds some simple steps to upgrade the postgres data to the new version.
      Some steps might be specific to Arch Linux, but that will give a rough
      idea how to get things going.
      
      See merge request !122
      7237c7d1
  4. Apr 13, 2016
  5. Apr 12, 2016
  6. Apr 11, 2016
  7. Apr 07, 2016
  8. Apr 06, 2016
  9. Apr 05, 2016
  10. Apr 04, 2016
  11. Mar 29, 2016
  12. Mar 28, 2016
  13. Mar 27, 2016
  14. Mar 26, 2016
  15. Mar 22, 2016
    • Jacob Vosmaer's avatar
      Remove BUNDLE_GEMFILE · f6ba2741
      Jacob Vosmaer authored
      f6ba2741
    • Jacob Vosmaer's avatar
      Remove Gemfile etc. · 64c9182e
      Jacob Vosmaer authored
      64c9182e
    • Jacob Vosmaer's avatar
      Merge branch 'no-bundler-for-foreman' of... · c69d37ec
      Jacob Vosmaer authored
      Merge branch 'no-bundler-for-foreman' of https://gitlab.com/godfat/gitlab-development-kit into no-top-level-Gemfile
      c69d37ec
    • Lin Jen-Shin's avatar
      Do not use bundler to run foreman, because: · 9501ac70
      Lin Jen-Shin authored
      then the process could be using the Gemfile located on the root
      directory, which only has foreman as the dependency. Later on even if we
      set BUNDLE_GEMFILE to another Gemfile, bundler might have already setup
      and ignore the new BUNDLE_GEMFILE.
      
      Before this patch, I cannot run the application due to missing `rake`,
      but cd into the sub-directory and run from there is running fine.
      With this patch ./run could be running fine as well.
      
      I didn't dig into bundler internal to figure this out, but in my
      experience, messing around BUNDLE_GEMFILE is not a good idea and we
      should try only use bundler for the application, not the wrapping
      script. On the other hand, avoid `bundle exec` and prefer
      `ruby -r bundler/setup` would also reduce the complexity here.
      (avoiding an extra process)
      
      Since foreman is the only dependency in this script, I think there's
      little point to use bundler here even if it works. If we really like to
      specify the version of foreman, we could also run with like:
      `foreman _0.78.0_` or `ruby -S foreman _0.78.0_`, etc. I always use
      this before bundler.
      
      Tested with:
      
      * ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
      * bundler (1.11.2)
      * foreman (0.78.0)
      * foreman (0.74.0)
      9501ac70
  16. Mar 21, 2016
    • Jacob Vosmaer's avatar
      Merge branch 'readme-updates' into 'master' · 95dd5f76
      Jacob Vosmaer authored
      Fix Debian anchor links, include apt-add-repository dependence
      
      `#debian` anchor links need to be lowercase. 
      
      Ensure apt-add-repository is installed for Ubuntu before adding new repositories. 
      
      + Ubuntu 12.04 `apt-add-repository` = python-software-properties
      + Ubuntu 14.04> `apt-add-repository` = software-properties-common
      
      See merge request !130
      95dd5f76
  17. Mar 19, 2016
  18. Mar 18, 2016
Loading