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
2015-01-18Fix commits paginationDmitriy Zaporozhets
Conflicts: CHANGELOG
2015-01-15Remove password strength indicatorJacob Vosmaer
We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
2015-01-15Huge set of fixes for comments logicDmitriy Zaporozhets
2015-01-14Enable signup by defaultJacob Vosmaer
2015-01-14Cleanup CHANGELOGDmitriy Zaporozhets
2015-01-13Update changelogDmitriy Zaporozhets
2015-01-13Merge branch 'git-http-blacklist' into 'master'Jacob Vosmaer
Git HTTP blacklist See merge request !1328
2015-01-13Fixed wording in message.Patricio Cano
2015-01-13Updated monthly.md add instructions about the handling of the CHANGELOGPatricio Cano
Added DISCLAIMER to CHANGELOG
2015-01-12Add search filter option on project api for authorized projects.Marin Jankovski
2015-01-11Update CHANGELOGDmitriy Zaporozhets
2015-01-09Merge branch 'popen_close_stdin'Dmitriy Zaporozhets
Conflicts: CHANGELOG
2015-01-09Update CHANGELOGDmitriy Zaporozhets
2015-01-08Merge remote-tracking branch 'dev_gitlab_org/master' into git-http-blacklistJacob Vosmaer
Conflicts: CHANGELOG
2015-01-07Merge branch 'master' into update_api_messagesMarin Jankovski
Conflicts: CHANGELOG
2015-01-07Add returned API messages updates to changelog.Marin Jankovski
2015-01-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceJob van der Voort
2015-01-06Updated CHANGELOG to include changes for 7.5.1-3Patricio Cano
2015-01-05Merge branch 'fix/deleted_file' into 'master'Dmitriy Zaporozhets
Fix deleted file representation with new gitlab_git gem Added this MR as per request from https://github.com/gitlabhq/gitlabhq/pull/7980 * Add new gitlab_gem as per gitlab-org/gitlab_git!6 * Fix the showing of deleted file, as it only displays the named of the file, rather than specifying what had happened **Before** ![Screen Shot 2014-12-30 at 21.02.55](https://gitlab.com/uploads/arif-ali/gitlab-ce/67ec88b06d/Screen_Shot_2014-12-30_at_21.02.55.png) **After** ![Screen Shot 2014-12-30 at 21.05.18](https://gitlab.com/uploads/arif-ali/gitlab-ce/050b689c82/Screen_Shot_2014-12-30_at_21.05.18.png) See merge request !273
2015-01-05Close standard input in Gitlab::Popen.popenJacob Vosmaer
2015-01-03Update CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-31fix deleted file display when using new gitlab_git gem, and add new ↵Arif Ali
gitlab_git gem
2014-12-29Added changelog itemStephan van Leeuwen
2014-12-29Add mention notification level to CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-28Merge branch 'check_browser_version' of https://github.com/vicvega/gitlabhq ↵Dmitriy Zaporozhets
into vicvega-check_browser_version Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/assets/stylesheets/generic/common.scss
2014-12-28Merge pull request #8439 from glasspelican/TeamcityDmitriy Zaporozhets
Teamcity integration using 8.1 rest api
2014-12-25New CHANGELOG itemsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-24check browser version, blacklisting outdated IE (version < 10)Francesco Coda Zabetta
2014-12-23Teamcity interaction using 8.1 rest apiJason Lippert
2014-12-22Initiate 7.7 CHANGELOGDmitriy Zaporozhets
2014-12-15Update changelogValery Sizov
2014-12-15Block Git HTTP Basic Auth after 10 failed attemptsJacob Vosmaer
2014-12-12Update CHANGELOG with snippet validation changeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-11Update CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-07Merge branch 'improved-monokai' into 'master'Dmitriy Zaporozhets
Improve Monokai highlight style to match original The current monokai style is not very true to the original and lacks colors for certain syntactic items as mentioned in ticket https://github.com/gitlabhq/gitlabhq/issues/6855. This change's goal is to bring the monokai highlight style in line with the original design from http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/ Before: ![monokai-old](https://gitlab.com/uploads/klowner/gitlab-ce/ce96c7d7c2/monokai-old.png) After: ![monokai](https://gitlab.com/uploads/klowner/gitlab-ce/b257a8143a/monokai.png) See merge request !238
2014-12-05Update CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04Feature: atom feed for user activityDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-04Update Sidekiq to 2.17.8Jacob Vosmaer
2014-12-03Add docker container to changelog.Sytse Sijbrandij
2014-12-02Merge branch 'disable_arguments_logger' into 'master'Dmitriy Zaporozhets
Disable Sidekiq arguments logging by default Some of the arguments passed to Sidekiq jobs are secret. With this change we avoid logging those secrets, by turning off 'argument logging' altogether. See merge request !1282
2014-12-02Merge branch 'larger-avatar'Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-12-02Change avatar file size to 200kb.Sytse Sijbrandij
2014-12-02Mention mobile UI improvements in CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-01Disable Sidekiq arguments logging by defaultJacob Vosmaer
2014-12-01Improve Monokai highlight style to match originalMark Riedesel
The current monokai style in highlightjs is not very true to the original and lacks colors for certain syntactic items. This change's goal is to bring the highlightjs monokai style in line with the original design from http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/
2014-11-30Update CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-30Merge branch 'restore_wikis' into 'master'Dmitriy Zaporozhets
Fix wiki restore Seems 4a5044e302 only fixed git repos restore. This MR provides the same functionality that was introduced in the aforementioned commit, but for wikis. See merge request !247
2014-11-30Update CHANGELOGDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-29Proper wiki restore. Fixes #845Achilleas Pipinellis
2014-11-28Add 'MemoryKiller' Sidekiq middlewareJacob Vosmaer
When enabled, this middleware allows Sidekiq to detect that its RSS has exceeded a maximum value, triggering a graceful shutdown. This middleware should be combined with external process supervision that will restart Sidekiq after the graceful shutdown, such as Runit.