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
2017-12-19replaced download icon for the sprite based oneJose Ivan Vargas
2017-09-22Removed old icons from project pagePhil Hughes
2017-09-14Memoize the latest builds of a pipelineYorick Peterse
This ensures that if a pipeline is present for the last commit on a project's homepage we only run 1 query to get the builds, instead of running 2 queries. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073339 for more information.
2017-09-14Memoize pipelines for project download buttonsYorick Peterse
This adds Project#latest_successful_pipeline_for and Project#latest_successful_pipeline_for_default_branch. The 2nd method memoizes the result (taking nil values into account) to ensure the underlying query isn't executed multiple times when viewing a project's homepage. See https://gitlab.com/gitlab-org/gitlab-ce/issues/36878#note_40073607 for more information.
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-15Add a bunch of missing translationsBob Van Landuyt
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-06Fix missing tooltip and ARIA labels for accessibilityKushal Pandya
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho
2017-02-16don't trigger tanuki loader when downloading filesSimon Knox
2017-01-24remove whitespace surrounding inline list controlsMike Greiling
2016-12-17Move all project buttons to headerAnnabel Dunstone Gray
2016-12-06Remove tags.scssAnnabel Dunstone Gray
2016-11-10Project download buttons always showPhilip Karpiak
This was hidden when the viewport was was below the 'hidden-sm' theshold. Now it displays the same as the rest of the 'project-repo-buttons' block.
2016-10-17Added download-button class and applied button marginLuke Bennett
2016-10-0519499 Update project dropdownstauriedavis
2016-09-19Fix download artifacts button link:Lin Jen-Shin
Rails ignored unused arguments and ref_name_and_path is the last path argument, therefore we need to concatenate that parts ourselves. Otherwise, 'download' won't be shown at all.
2016-08-25Add a download icon for artifacts, too. Feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_14400694
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-16Rename to latest_succeeded, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13908017
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-18Actually should use tree pathLin Jen-Shin
2016-07-18Links to search_namespace_project_artifacts_path insteadLin Jen-Shin
2016-07-18Show notice if builds are not from latest pipelineLin Jen-Shin
2016-07-18Use Project#latest_success_builds_forLin Jen-Shin
2016-07-18Fix dropdown caretAnnabel Dunstone
2016-07-18Add artifacts download button on project page and branches pageAnnabel Dunstone
2016-03-20change the css class has_tooltip to has-tooltip universallyArinde Eniola
2016-03-10Fixed flicker of download project buttonPhil Hughes
Closes #14177
2015-11-18Add tooltips to home panel buttons.Douwe Maan