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-08-30Merge branch 'replace_spinach_user_lookup.feature' into 'master'Robert Speicher
Replace 'project/user_lookup.feature' spinach test with an rspec analog See merge request !13863
2017-08-30Replace 'project/user_lookup.feature' spinach test with an rspec analogblackst0ne
2017-08-30Replace 'project/star.feature' spinach test with an rspec analogblackst0ne
2017-08-25Replace 'source/search_code.feature' spinach test with an rspec analogblackst0ne
2017-07-21Port spinach tests to rspec feature specsZ.J. van de Weg
Logic is the same, just now ported, while this feature was being improved anyway in this branch. Resolves #20961
2017-07-12Replace 'browse_files.feature' spinach test with an rspec analogblackst0ne
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-05Removes file_name_regex from Gitlab::RegexTiago Botelho
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