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
2016-02-10Fix typos and grammarAchilleas Pipinellis
[ci skip]
2016-02-09Edit configuration files for relative URL supportAchilleas Pipinellis
[ci skip]
2016-02-09Filter out variables from production logsKamil Trzcinski
This prevents leakage of CI Secure Variables
2015-11-26Migrate mailers to ActiveJobValery Sizov
2015-10-08Use `methods: :any` in our rack-cors configurationRobert Speicher
This was added in rack-cors 0.4.0 and allows all types of CORS requests to the API.
2015-07-15Expire Rails cache entries after two weeksJacob Vosmaer
This should help prevent endless Redis growth.
2015-05-10Add otp_attempt to filtered parametersRobert Speicher
2015-03-10Allow smb:// links in Markdown text.Douwe Maan
2015-02-07Filter private_token and password_confirmation params from logs.Douwe Maan
Closes #1770.
2015-01-23use new hash syntaxFred Chasen
2015-01-23Split up line and use single qoutes to declare Cors settingsFred Chasen
2015-01-23Expose Link header in CORS Api callsFred Chasen
2015-01-01Append in place for strings and arraysCiro Santilli
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