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-21Replace 'create.feature' spinach test with an rspec analogblackst0ne
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-07Fix spinach testClement Ho
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
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-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-23Update spinach specs to explicitly check Remove Source Branch.Bryce Johnson
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-09Merge request widget redesignFatih Acet
2017-05-05Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes
Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
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
2017-05-04pass failed spinach specRegis
2017-05-03Merge branch 'master' into deploy-keys-load-asyncPhil Hughes
2017-05-03Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz
Load milestone tabs asynchronously See merge request !10919
2017-04-30Use blob viewers for snippetsDouwe Maan
2017-04-28Fixed some spinach & rspec testsPhil Hughes
2017-04-27Fix feature specsDouwe Maan
2017-04-26Fixed spinach testsPhil Hughes
Removed a spinach test as it wasn't actually testing what it said it should be
2017-04-24Merge branch 'rs-rename-login_as' into 'master' Rémy Coutable
Except where necessary, use `sign_in` over `login_as` in features See merge request !10320
2017-04-20Add Fork/Cancel confirmation to "Replace"/"Delete" buttonsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/30637
2017-04-20Merge branch 'dz-refactor-create-members' into 'master' Douwe Maan
Refactor code that creates and destroys project/group members See merge request !10735
2017-04-20Refactor changing files in web UIDouwe Maan
2017-04-20Except where necessary, use `sign_in` over `login_as` in featuresRobert Speicher
2017-04-19Add renderNote animation and added specLuke "Jared" Bennett
2017-04-17Move some project/group members spinach tests to rspecDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-07Merge branch 'menu-shortcut' into 'master' Jacob Schatz
Add keyboard shortcuts to main menu. Closes #30036 See merge request !10243
2017-04-07Fix shortcut specsAnnabel Dunstone Gray
2017-04-06Fix rspec and spinach testsJose Ivan Vargas
2017-04-06Linking to edit file directlyEric Eastwood
2017-04-05MR empty stateLuke "Jared" Bennett
2017-03-08Removed the settings gear button inside the Project to a tabJose Ivan Vargas
2017-03-07Merge branch 'master' into ↵Phil Hughes
26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
2017-03-07Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya
2017-03-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
2017-03-02Cleaning up navigational order - ProjectKushal Pandya
2017-03-01Merge branch '25437-just-emoji' into 'master'Sean McGivern
#25437 Allow posting of just an emoji in comment; add /award slash command Closes #25437 See merge request !9382
2017-02-28add /award slash commandmhasbini
add /award slash command; Allow posting of just an emoji in comment
2017-02-24Merge branch 'remove-jquery-ui-plugins' into 'master' Jacob Schatz
Removed jQuery UI highlight & autocomplete See merge request !8420
2017-02-21Add filtered search to MR pageClement Ho
2017-02-21Fix Spinach failureDouwe Maan
2017-02-15Delete labels spinach test bc covered by rspecAnnabel Dunstone Gray
2017-02-09Removed jQuery UI highlight & autocompletePhil Hughes
In an effort to tackle #18437 this removes 2 of the jQuery UI plugins. Highlight & autocomplete, both used once in our code. Highlight was just removed easily, autocomplete was replaced with GL dropdown
2017-02-01Fix adding pages domain to projects in groupsKamil Trzcinski