Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-18Use new gitlab-shell v2.3.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-18Revert "gitlab shell works if multiple rubies installed"Dmitriy Zaporozhets
This reverts commit 533f4cdf30b38c587f7a91f0dfd898b907ecd944.
2014-11-18gitlab shell works if multiple rubies installedCiro Santilli
Before this it would fail because git hooks automatically prepend things to the path, which can lead the wrong Ruby version to be called in which dependencies are not installed. To make sure that this is correct, the forked_merge_requests commented out test that depends on this change was uncommented. For that test to pass, it is also necessary to setup the mock server on port 3001 under test_env.rb.
2014-10-30Merge pull request #8122 from bbodenmiller/cleanup-time-zoneDmitriy Zaporozhets
cleanup time zone settings
2014-10-22Merge pull request #7994 from cirosantilli/rm-unneeded-autoload-pathDmitriy Zaporozhets
Remove unneeded app/finders config.autoload path
2014-10-22cleanup time zone settingsBen Bodenmiller
time zone settings moved to gitlab.yml in https://github.com/gitlabhq/gitlabhq/pull/8015
2014-10-21Add timezone configuration to gitlab.ymlSullivan SENECHAL
2014-10-08Remove unneeded app/finders config.autoload pathCiro Santilli
Every directory under app/ is searched by default
2014-10-01Remove I18n.enforce_available_locales deprecation messageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-15Move hook models in separate dirDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-29Move cache setup to config/application.rbJacob Vosmaer
Before this change we were trying to configure Rails.cache in an initializer. It seems that by the time the initializers are loaded, Rails.cache is already instantiated, so changing the settings does not achieve anything anymore. This was causing Rails to default to a file storage cache instead of the Redis cache, which in turn broke `rake cache:clear`.
2014-06-26Remove protected_atrributes gem and start moving to strong paramsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-17Remove rails observers from applicationDmitriy Zaporozhets
2014-06-17Remove user observerDmitriy Zaporozhets
2014-06-17Remove SystemHook observerDmitriy Zaporozhets
2014-06-17Remove NotesObserverDmitriy Zaporozhets
2014-06-17Remove project observerDmitriy Zaporozhets
2014-06-17Remove UsersGroup observerDmitriy Zaporozhets
2014-06-17Remove ProjectActivityCacheObserverDmitriy Zaporozhets
2014-06-10Replace milestone observer with servicesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-13Update warnings about relative url support.Marin Jankovski
2014-04-02Remove MergeRequest observerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02Remove KeysObserverDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-04-02 Merge branch 'reduce-observers' into 'master'Dmitriy Zaporozhets
Move issue create/update code to services Reduce observers role in GitLab code
2014-04-02Add print.css to asset precompile array.Marin Jankovski
2014-04-02Remove issue observerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-03-25Use EventCreateService for notes, merge requestsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-25Move services for collecting items to FindersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-06Add emoji images to asset load path.Andrew Kumanyaev
2014-01-09Fixed the I18n deprecation warningJeroen van Baarsen
2013-12-17Add project_services dir to autoload pathDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-11Add DELETE to api corsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10Migrate application to rails 4 step 1Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-09Merge branch 'master' of https://github.com/gitlabhq/gitlabhqCrom (Thibaut CHARLES)
Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
2013-12-05Allow Cross-origin resource sharing for GitLab APIDmitriy Zaporozhets
It will allow to write web applications on other domains to interact with GitLab instances Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-29Add warning back.Sytse Sijbrandij
2013-11-28Unsupported is unclear.Sytse Sijbrandij
2013-11-06Enable rack_attack by default.Marin Jankovski
2013-11-06Fixed comments for running gitlab in a non-root pathCrom (Thibaut CHARLES)
- If you don't edit gitlab-shell/config.yml, you wnon't be able to push via SSH (as described here: http://stackoverflow.com/questions/15746336/gitlab-cant-push-code-to-server) - If you don't re-run sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production, some icons won't be visible
2013-10-01Merge branch 'rack_attack' of /home/git/repositories/gitlab/gitlabhqDmitriy Zaporozhets
2013-09-30Add documentation to help section, rack_attack as exampleMarin Jankovski
2013-09-29Changed wording in application.rb and gitlab.yml.example to match ↵Thomas Misilo
unicorn.rb. This is for when using a non-root path
2013-09-25Enable rack attack and add a throttle.Marin Jankovski
2013-09-12Enable UsersGroup observer, Add group_member methods to NotificationServiceDmitriy Zaporozhets
2013-08-20Relative root needs to be changed in three places.Sytse Sijbrandij
2013-08-19Configure the relative path only one time.Sytse Sijbrandij
2013-08-15Fixes grack authentification under relative_url_rootamouhzi
Ref: https://github.com/gitlabhq/gitlabhq/commit/e6159b8725f99af78f446f8d33fa0e52b7780430 Ref: https://github.com/gitlabhq/gitlabhq/pull/3204 Ref: https://github.com/gitlabhq/gitlabhq/issues/1228 Add Rails' variable in application.rb to support relative url This variable is used by assets compilation and other modules. Note that user needs to change application.rb too Restrict session cookie to the relative path if set. Ref: https://github.com/gitlabhq/gitlabhq/commit/2c2f1e31856a4decdae469974f5bea8245316f7e Fix Update attachment_uploader.rb bug with relative URL See: https://github.com/gitlabhq/gitlabhq/commit/161afda3fa4fca58f396e9c3acbd72bc14490ace Fix Wall relative bug with attachement files (javascript)
2013-05-05Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev
2013-04-03Perfomance updating Project activity sortAndrey Kumanyaev