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-05-17Show last commit for current tree on tree pageDouwe Maan
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-15Rename BlobViewer max_size to overridable_max_size and absolute_max_size to ↵Douwe Maan
max_size
2017-05-13Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan
2017-05-11Implement auxiliary blob viewersDouwe Maan
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
Retried in database Closes #25737 See merge request !11115
2017-05-10Merge branch 'bvl-security-patches' into 'master' Robert Speicher
Security patches -> `master` See merge request !11230
2017-05-10Merge branch 'fix-hamlit-xss' into 'security-9-1' Robert Speicher
New Hamlit XSS fix, does not include extraneous changes See merge request !2095
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-07Make test that actually displays pipeline graphKamil Trzcinski
2017-05-06Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' ↵Kamil Trzciński
into 'master' Hide environment external URL button if not defined Closes #30832 See merge request !11029
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-05Merge commit '3a2b60f7a' from 'master'Grzegorz Bizon
* commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (254 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
2017-05-04Merge branch 'tags-sort-default' into 'master' Robert Speicher
Fixed tags sort dropdown being empty Closes #31618 See merge request !11055
2017-05-04Moved to a view specPhil Hughes
2017-05-02Fixed view specsPhil Hughes
2017-05-02Hide environment external URL button if not definedGrzegorz Bizon
2017-05-02Merge branch 'master' into commit-limited-container-widthPhil Hughes
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-28Changed spec to a view specPhil Hughes
2017-04-27Satisfy RubocopDouwe Maan
2017-04-27Add specsDouwe Maan
2017-04-27Render viewer error synchronously so that 'view the source' link will workDouwe Maan
2017-04-27Add test stubsDouwe Maan
2017-04-21Fix lastest commit status text on main project pageGrzegorz Bizon
2017-04-18Fix container registry navigation menu highlightsGrzegorz Bizon
2017-04-10Add container registry repositories view specsGrzegorz Bizon
2017-04-07Fix view specDouwe Maan
2017-04-06Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
8998_skip_pending_commits_if_not_head * upstream/master: Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper fix project authorizations migration issue attempt to fix migration Revert schema.rb attempt to fix db failure Periodically mark projects that are stuck in importing as failed Fix html structure to prevent tooltip from not hidding Enable creation of deploy keys with write access via the API
2017-04-06Fix a view test by using presenterLin Jen-Shin
2017-04-06Clearly show who triggered the pipeline in emailToon Claes
Show who triggered the pipeline. And also show the commit committer if it's different from the author.
2017-04-05Fix test and only show job status title if it'sLin Jen-Shin
cancelled and the pipeline is auto-cancelled.
2017-03-28Use Project `:repository` trait where necessary in view specsRobert Speicher
2017-03-22Show pipeline creator & created_at in headingToon Claes
Instead of showing the commit author & authored_date that triggered the pipeline, show the user and created_at in the heading of the pipeline show.
2017-03-16Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda
2017-03-08Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable
Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
2017-03-07Don't show links to tag a commit for non permitted usersMark Fletcher
* Show tag link for users that can push code * Don't show tag link for guests and non-authenticated users
2017-03-07Sort builds in stage dropdownKamil Trzcinski
Order: failed pending running manual canceled success skipped created
2017-03-01Simplify view specs for commit status badge partialGrzegorz Bizon
2017-03-01Improve readability in CI/CD status badge view testsGrzegorz Bizon
2017-03-01Add view specs for ci/cd detailed status badgeGrzegorz Bizon
2017-02-27Fix CSS classesAlex Sanford
2017-02-15Merge branch 'markdown-slash-commands-text' into 'master' Annabel Dunstone Gray
Change wording of MR comment box See merge request !9193
2017-02-15Fix Rubocop offenseAlfredo Sumaran
2017-02-13Change wording of MR comment boxAnnabel Dunstone Gray
2017-02-13Improve home panel partial code and view specsGrzegorz Bizon
2017-02-13Show notifications settings when repository is disabledGrzegorz Bizon
2017-02-03Fix broken testsFilipa Lacerda
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
2017-01-27Changes after reviewFilipa Lacerda