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-12Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc41GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-01-05Another Static Linting FixTim Zallmann
2019-01-04Fixed Linting IssueTim Zallmann
2019-01-04Added User Popovers to Commit Items and Member ListsTim Zallmann
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-22Speed up diff comparisons by limiting number of commit messages renderedStan Hu
When a diff has a significant number of commits, the previous behavior would attempt to render the Markdown on all the commit messages but only display 1000 of them. To avoid additional work, we only need to render the Markdown on the set that is displayed.
2018-07-20Remove all tooltip use from commit_person_linkLuke Bennett
2018-07-20fix lintLuke Bennett
2018-07-17Add has_tooltip bool handling for commit_person_linkLuke Bennett
2018-05-25Merge branch 'master' into bootstrap4Clement Ho
2018-05-24Updated branches and tag icons in commit detailsConstance Okoghenun
2018-04-26Merge branch 'master' into bootstrap4Clement Ho
2018-04-18Restore size and position for fork iconGeorge Tsiolis
2018-04-18Revert "Merge branch 'fix-size-and-position-for-fork-icon' into 'master'"Douwe Maan
This reverts merge request !18399
2018-04-18Fix size and position for fork iconGeorge Tsiolis
2018-04-13[skip ci] convert label-gray and label-inverse to badge-gray and badge-inverseClement Ho
2018-04-12Merge branch 'master' into bootstrap4Clement Ho
2018-04-11Share collaboration check between view and presenterBob Van Landuyt
2018-04-09Add .breadcrumb-item for breadcrumb > liClement Ho
2018-04-06Implement a new SHA partial for commit listsShah El-Rahman
2017-12-19Replaced the remaining code-fork iconsJose Ivan Vargas
2017-12-07corrects the url buildingmicael.bergeron
2017-12-07Allow commenting on individual commits inside an MRDouwe Maan
2017-12-04Add underline hover state to all linksAnnabel Dunstone Gray
2017-11-07Ensure enough space between branch linksMayra Cabrera
2017-11-03Add styles for branch & tags boxesMayra Cabrera
- Create a partial for limit exceeded message - Modifies specs to adjust new scenarios
2017-11-02Add UI/UX improvementsMayra Cabrera
- Leave 'too many tags to search' always visible - Add different message to the branch/tags so it states its unavailable
2017-10-12moved throttling into the controller. if we hit the throttlingBrett Walker
threshhold, a message is shown indicating we didn't perform the search
2017-09-20Add view replaced file link for image diffsClement Ho
2017-09-08Merge branch 'fix-escape-commit-block' into 'security-9-5'Douwe Maan
[9.5] Prevent a persistent XSS in the commit author block See merge request gitlab/gitlabhq!2180
2017-08-23Fix alignment of gpg statusAnnabel Dunstone Gray
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-07-27fetch gpg signature badges by ajaxAlexis Reigel
2017-07-27convert gpg badge helper methods to partialsAlexis Reigel
2017-07-27add help links to gpg commits / gpg settingsAlexis Reigel
2017-07-27popover trigger needs to be defined in js initAlexis Reigel
According to https://github.com/twbs/bootstrap/issues/10547 it's not possible to have the trigger defined on the delegated element, i.e. not defined as a data attribute.
2017-07-27linkify the whole user badge part, not only avatarAlexis Reigel
2017-07-27add gpg commit popover badgesAlexis Reigel
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-22Added internationalization to commits listPhil Hughes
Closes #32793
2017-05-23Clean up diff renderingDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-09Make tree, blob and blame pages more consistentDouwe Maan