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
2023-05-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-05-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-11-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-10-17Fixed bug with the content disposition with wiki attachmentsFrancisco Javier López
2018-09-26Enable even more frozen string in app/controllersgfyoung
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
2018-08-30Fixed project logo when it is LFS trackedFrancisco Javier López
2018-08-08Keep project settings sections expanded after submitting formMike Greiling
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without ↵blackst0ne
explicitly set 'status' in 'destroy' actions of controllers
2016-11-23Remove event caching codeYorick Peterse
Flushing the events cache worked by updating a recent number of rows in the "events" table. This has the result that on PostgreSQL a lot of dead tuples are produced on a regular basis. This in turn means that PostgreSQL will spend considerable amounts of time vacuuming this table. This in turn can lead to an increase of database load. For GitLab.com we measured the impact of not using events caching and found no measurable increase in response timings. Meanwhile not flushing the events cache lead to the "events" table having no more dead tuples as now rows are only inserted into this table. As a result of this we are hereby removing events caching as it does not appear to help and only increases database load. For more information see the following comment: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6578#note_18864037
2016-08-25Display project icon from default branchHannes Rosenögger
This commit makes sure that the project icon is being read from the default branch instead of 'master'
2016-06-06Add workhorse controller and API helpersDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-03-07Refactor caching codeJacob Vosmaer
2016-03-03Tell clients/proxies to cache raw blob requestsJacob Vosmaer
2016-02-24Explain why we mangle blob content typesJacob Vosmaer
2016-02-02Use @repositoryJacob Vosmaer
2016-02-01Avoid trailing 'charset=' garbageJacob Vosmaer
2016-02-01Use only one header to send git blobsJacob Vosmaer
2016-01-28Send more raw blob data with workhorseJacob Vosmaer
2015-10-13Only render 404 page from /publicValery Sizov
2015-04-30Add a page title to every page.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-26Introduce shortcuts for routing helpersDmitriy Zaporozhets
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix