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
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-02-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-20Return cached languages if they've been detected beforeIgor Drozdov
2019-02-25Load repository language from the DB if detectedZeger-Jan van de Weg
The repository charts page used to detect the repository language for each request that was made to the page. Given the detection is an expensive operation and the same data is stored in the database the database is now serving the request. The same goes for an API endpoint that serves the languages. When a repository is empty or non-existent the languages will always be empty. And the language detection RPC isn't requested. Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47390
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.
2017-08-01Add option to use CommitLanguages RPCJacob Vosmaer
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-13Allow to access pipelines even if they are disabled, but only present jobs ↵Kamil Trzcinski
and commit statuses without giving ability to access them
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2016-10-10Use Linguist::Language[] instead of creating a hashGeorg G
2016-10-07Use defined colour for a language when availableGeorg G
This commit changes the colours of languages in the language graph to the ones Linguist has defined. When there is no colour defined for a language in Linguist, it will fall back to the old method of finding a colour.
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
- Parameter validation as ISO8601 format
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-08Merge branch 'build-related-fixes' into 'master' Dmitriy Zaporozhets
Build related UI fixes ## Before ![Screen_Shot_2015-12-08_at_13.15.21](/uploads/b72ed55da1f0ec953d2eb077fa4fbb18/Screen_Shot_2015-12-08_at_13.15.21.png) ## After ![Screen_Shot_2015-12-08_at_13.15.01](/uploads/144d8099e2724a51125e392dcbd43ed4/Screen_Shot_2015-12-08_at_13.15.01.png) See merge request !2015
2015-12-08`builds_enabled` rather than `ci_enabled`Douwe Maan
2015-12-08Implement languages graph pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-24Check for CI enabled in correct placeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-23Move CI charts to project graphs areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-07-06Add ref switching support for graphsDaniel Gerhardt
It is now possible to view contributor and commit statistics for refs beyond the default branch. Additionally, conditions in RefsController#switch have been refactored in order that a `case` block is used now.
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-03-13Everything from gitlab_git is already UTF-8.Douwe Maan
2015-02-20Move 'require_non_empty_project' filter to front so 'assign_ref_vars' ↵Douwe Maan
doesn't 404.
2014-11-05remove auth duplicationValery Sizov
2014-10-13Factor authorize_push! and authorize_code_access!Ciro Santilli
with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere.
2014-09-29Refactor commits graphDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-26Raw implementation of commits stats pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-26Rewrite graphs featureDmitriy Zaporozhets
* remove commits stats page (will be replaced by graphs) * remove additions/deletions from graph because of bad performance * keep graph logic in gitlab Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-06-25Cache graph logDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets