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
2018-04-09[skip ci] Replace .pull-right with .float-rightClement Ho
2018-02-13Use avatar_icon_for_email for commits.Andreas Brandl
We need to keep the email lookup as we want to fall back to displaying the gravatar result for a given email if the user does not exist.
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2016-10-07Enable CacheMarkdownField for the remaining modelsNick Thomas
This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
2016-08-24Aggressively merge views, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347679 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14347470
2016-08-17Use partials for downloading artifacts buttonLin Jen-Shin
2016-08-16Not sure why missed this oneLin Jen-Shin
2016-08-16Add unclickable state to running build artifactsAnnabel Dunstone
2016-08-16Fixed bug when a pipeline for latest SHA does not existKamil Trzcinski
2016-08-11Show latest pipeline status if what provided artifacts aren't latestLin Jen-Shin
2016-08-11Make Pipeline.latest_successful_for return the recordLin Jen-Shin
2016-07-21Merge branch 'artifacts-from-ref-and-build-name-api' into ↵Lin Jen-Shin
artifacts-from-ref-and-build-name * artifacts-from-ref-and-build-name-api: (384 commits) Add API documentation for downloading the latest successful build Since it's too hard to use JOIN with Rails... feedback: Workaround MySQL with INNER JOIN: Just put setup directly in the test, feedback: Cleanup the use of let, feedback: Lose unneeded instance variables and variables, feedback: Add link to user profile to commit avatar (!5163) It's not longer than 80 chars Make sure there's a build Use the same logic, it should specify that it's not logged in Use 'when logging as guest' for context, feedback: Cleanup that a bit Refactor service settings view Fix a problem with processing a pipeline where stage only has manual actions Rename user2 to reporter_user Should check against `authorize_read_builds!` A CHANGELOG entry Don't show other actions of the same name Use limit parameter rather than hardcoded value Reuse those two methods ...
2016-07-19Link to pipeline instead of source tree, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13164795
2016-07-19Rename latest_success* to latest_successful:Lin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13164642
2016-07-19Fix links and add not latest noticeLin Jen-Shin
2016-07-19Add artifacts to view branch page download dropdownAnnabel Dunstone
2016-05-26Added author to various Markdown calls in viewsYorick Peterse
This ensures all these calls have an author set, allowing the use of "all" mentions where possible.
2016-03-16Fixed alignment of download dropdownPhil Hughes
With the new dropdown CSS - some dropdowns might look a bit odd
2015-12-03Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-02Don't use success state for "Download zip" buttonDouwe Maan
2015-10-14Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Use Gitlab::Markdown.render with :pipeline option rather than different methodsDouwe Maan
2015-10-13Apply new design to files pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-14Align project download button with others in sidebar on project home pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-03-30Refactor star/fork buttonsDmitriy 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.
2014-10-04Fix fa-download iconSullivan SENECHAL
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-30Remove trailing whitespace from views.Ciro Santilli
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>
2014-06-21Add trailing newline to all text files.Ciro Santilli
Present in the large majority of files of each respective type.
2014-06-12Prevent timeout for Commits#stats page for huge reposDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-17Fix issue with robots constantly asking for projects archivesCynddl
2014-01-08Add UI for downloading various archive formats.Jason Hollingsworth
Change the “Download” button to a split button with options for zip and tar.gz. Added download option to tree view.
2013-12-31Convert span into col-mdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30Remove unnecessary ago keywordDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-09avatar upload on profile pageSteven Thonus
2013-08-05Refactor recent branches pageDmitriy Zaporozhets
2013-07-17Improve permissions on tags/branchesDmitriy Zaporozhets
2013-07-17Ability to create new branch via UIDmitriy Zaporozhets
2013-07-17Move repo tags to own controller. add ability to remove tagsDmitriy Zaporozhets
2013-07-16Move branches list to own controller with pagination. Ability to remove ↵Dmitriy Zaporozhets
branches from UI
2013-06-30Merge branch 'master' into 6-0-devDmitriy Zaporozhets
Conflicts: app/controllers/admin/teams/projects_controller.rb app/views/team_members/_team_member.html.haml app/views/teams/members/_member.html.haml
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets