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-06-29Clean up issuable listsTaurie Davis
2017-06-29Split up MergeRequestsControllerDouwe Maan
2017-06-23Revert "Annotate" to "Blame"Stan Hu
2017-06-13Use wait_for_requests instead of sleep 0.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-09Merge branch 'dm-revert-mr-8427'Douwe Maan
2017-06-09Revert 'New file from interface on existing branch'Douwe Maan
2017-06-09Fix intermittent Spinach markdown render failureSean McGivern
When loading a tree with a README.md, we need to wait for the blob viewer.
2017-06-08Merge branch 'master-security-update' into 'master'Regis Boudinot
Master security update See merge request !12025
2017-06-08fixes project_group_links spec by adding click tab eventtauriedavis
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan
into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Use data attributes instead of classClement Ho
2017-06-07Check for Merge Request fixedTim Zallmann
Fixed couple of spinach test
2017-06-07Externalised DropdownTim Zallmann
Checks for creating new issue Styling of .dropdown-bold-header Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
2017-06-07Seperated Dropdown in new partialTim Zallmann
Fixed different issues from discussion Fixed a Spinach Test which had now 2 New buttons
2017-06-07Fix spinach testClement Ho
2017-06-06Fix missing tooltip and ARIA labels for accessibilityKushal Pandya
2017-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-26Merge branch ↵Fatih Acet
'32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-24Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan
Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451
2017-05-23Merge branch 'issue_32225' into 'master'Robert Speicher
Add transient head_pipeline_of to pipeline factories See merge request !11566
2017-05-23Update spinach specs to explicitly check Remove Source Branch.Bryce Johnson
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-22Add transient head_pipeline_of to pipeline factoriesFelipe Artur
2017-05-22Show password field mask while editing service settingsKushal Pandya
2017-05-13Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray
Add fixed positioning to top level navbar Closes #30975 See merge request !10751
2017-05-12Fix specsAnnabel Dunstone Gray
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-12Fix specsAnnabel Dunstone Gray
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
2017-05-09Merge request widget redesignFatih Acet
2017-05-08Fix SpecsFelipe Artur
2017-05-05Add instant comments supportKushal Pandya
2017-05-04Merge branch 'deploy-keys-load-async' into 'master' Filipa Lacerda
Deploy keys load async Closes #29667 See merge request !10973
2017-05-04Merge branch 'dm-artifact-blob-viewer' into 'master' Sean McGivern
Use blob viewer for job artifacts Closes #31297 See merge request !11018
2017-05-04Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
2017-05-04Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' Rémy Coutable
Disable navigation to Pages config if Pages is disabled Closes #30529 See merge request !11008
2017-05-04Disable navigation to Pages config if Pages is disabledMark Fletcher
* Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced
2017-05-04Merge branch 'dm-artifact-browser-header' into 'master' Robert Speicher
Add breadcrumb, build header and pipelines submenu to artifacts browser See merge request !11050
2017-05-04Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan