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
2019-06-12Upgrade to Capybara 3Heinrich Lee Yu
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
2019-05-06Avoid quick action prompt blocking preview buttonLin Jen-Shin
2019-04-17Replace `No due date` with `None`Victor Wu
2019-04-15Extract move quick action spec to shared exampleAlexandru Croitor
2019-04-08Extract due quick action to shared exampleAlexandru Croitor
2019-04-08Extract create merge request quick action specAlexandru Croitor
2019-04-08Merge branch '59570-wip-quick-action' into 'master'Sean McGivern
Extract w-i-p quick action to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26923
2019-04-05Extract wip quick action to a shared exampleAlexandru Croitor
2019-04-05Extract duplicate quick action spec to a shared exampleAlexandru Croitor
2019-04-05Merge branch '59570-remove-due-date-quick-action' into 'master'Sean McGivern
Extract remove due date spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26922
2019-04-05Merge branch '59570-target-branch-quick-action' into 'master'Sean McGivern
Extract target branch quick action to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26933
2019-04-05Extract remove due date spec to shared exampleAlexandru Croitor
2019-04-04Extract confidential quick action spec to a shared exampleAlexandru Croitor
2019-04-04Extract target branch quick action to shared exampleAlexandru Croitor
2019-04-04Merge branch '59570-tag-quick-action' into 'master'Sean McGivern
Move tag quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26904
2019-04-03Extract merge quick action to a shared exampleAlexandru Croitor
2019-04-03Move tag quick action spec to shared exampleAlexandru Croitor
2019-03-29Extend quick actions dslAlexandru Croitor
* Extend quick actions dsl to allow specifying model types to which given quick action applies * Rename issuable attribute to noteable in interpret_service.rb * Refactor and reorder quick action specs * Create a shared example spec for each quick action to be used for issue, merge request and commit specs. https://gitlab.com/gitlab-org/gitlab-ce/issues/50199