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
path: root/spec
AgeCommit message (Collapse)Author
2017-05-04Pipeline table mini graph dropdown remains open when table is refreshedFilipa Lacerda
2017-05-04Merge branch 'gitlab-shell-compile' into 'master' Rémy Coutable
Compile gitlab-shell go executables See merge request !11039
2017-05-04Merge branch '31156-environments-vue-service' into 'master' Phil Hughes
Remove service from actions dropdown, stop button and redeploy button Closes #31156 and #31567 See merge request !11068
2017-05-04Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern
Prepare uploaders for personal snippets comments See merge request !11022
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-04Compile gitlab-shell go executablesJacob Vosmaer
2017-05-04Merge branch 'always-show-latest-pipeline-in-commit-box' into 'master' Kamil Trzciński
Always show latest pipeline info in commit box Closes #31378 See merge request !11038
2017-05-04Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into ↵Sean McGivern
'master' Handle incoming emails from aliases correctly See merge request !11079
2017-05-04Merge branch 'zj-chat-message-pretty-time' into 'master' Sean McGivern
Convert seconds to minutes and hours on chat notifations See merge request !11054
2017-05-04Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran
2017-05-04Merge branch '31544-size-of-project-from-api' into 'master' Rémy Coutable
Resolve "Size of project from API" Closes #31544 See merge request !11013
2017-05-04Convert seconds to minutes and hours on chat notifationsZ.J. van de Weg
In the pipeline message, the duration of the pipeline was shown as: > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan failed in 8612 seconds But this many seconds only gave me a clue how long the pipeline took, so now this will be shown as something like: 02:20:12 which gives a much better measure of time.
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 '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan
'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
2017-05-04Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern
Allow commenting on older versions of the diff and comparisons between diff versions See merge request !10388
2017-05-03removes the possibility of commit messages having carriage returnsTiago Botelho
2017-05-03Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern
Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
2017-05-03Handle incoming emails from aliases correctlySean McGivern
These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
2017-05-03Allow commenting on older versions of the diff and comparisons between diff ↵Douwe Maan
versions
2017-05-03Merge branch 'further-attempt-to-fix-protected_tags_spec' into 'master' Sean McGivern
Try waiting for previous dropdown to definitly close before going to click See merge request !11070
2017-05-03Add real-time note edits :chipmunk:Eric Eastwood
2017-05-03Merge branch 'master' into 31156-environments-vue-serviceFilipa Lacerda
* master: (91 commits) Move api lint out of static analysis job Fix project tree saver and fork spec failures Fix lazy error handling of cron parser Use gitlab-workhorse 2.0.0 Revert to real click seeing as that was a bug with only the original branch Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep find and match first dropdown before clicking Elaborate on the usage of Spring Note Ghost user and refer to user deletion documentation Fix label creation from issuable for subgroup projects Detect already enabled DeployKeys in EnableDeployKeyService Extract common parts of snippet and blob pages into partial update article date link ldap-ee article from auth index add ldap article and changes from !10299 Fix misaligned buttons in wiki pages Improve pipelines_finder.rb Improve documentation Correct typo in pipelines_spec.rb Avoid using sample ...
2017-05-03Fix project tree saver and fork spec failuresJames Lopez
2017-05-03Merge branch ↵Robert Speicher
'28408-feature-proposal-include-search-options-to-pipelines-api' into 'master' Resolve "Feature Proposal: Include search options to pipelines API" Closes #28408 See merge request !9367
2017-05-03Merge branch 'fix-issue_sidebar_spec-failure-and-remove-sleep' into 'master' Sean McGivern
Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep See merge request !11064
2017-05-03remove debug codeLuke "Jared" Bennett
2017-05-03Fix lazy error handling of cron parserDosuken shinya
2017-05-03Try waiting for previous dropdown to definitly close before going to clickLuke "Jared" Bennett
2017-05-03Refactor Blob support of external storage in preparation of job artifact blobsDouwe Maan
2017-05-03Merge branch '30667-creating-new-label-on-new-issue-causing-bug' into 'master' Rémy Coutable
Fix label creation from issuable for subgroup projects Closes #30667 See merge request !11011
2017-05-03Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz
Load milestone tabs asynchronously See merge request !10919
2017-05-03Merge branch ↵Rémy Coutable
'29673-500-internal-server-error-when-enabling-a-deploy-key-more-than-once-through-api' into 'master' Detect already enabled DeployKeys in EnableDeployKeyService Closes #29673 See merge request !11010
2017-05-03Merge branch 'commit-limited-container-width' into 'master'Robert Speicher
Commit view correctly spans the full width when parallel view Closes #30881 See merge request !10851
2017-05-03Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda
2017-05-03Revert to real click seeing as that was a bug with only the original branchLuke "Jared" Bennett
2017-05-03Fixed issue_sidebar_spec.rb click as true click cannot hit the right element ↵Luke "Jared" Bennett
and removed sleep
2017-05-03Merge branch 'fix-create_new_mr_spec-dropdown-transient-failure' into 'master' Sean McGivern
find and match first dropdown before clicking See merge request !11060
2017-05-03Merge branch 'emoji-button-titles' into 'master' Filipa Lacerda
Added emoji description title to award emoji buttons Closes #29971 See merge request !10881
2017-05-03find and match first dropdown before clickingLuke "Jared" Bennett
2017-05-03Merge branch 'fix-protected_tags_spec-master-dropdown-transient-failure' ↵Sean McGivern
into 'master' Added find before clicking the access_type_name within the dropdown See merge request !11051
2017-05-03Merge branch 'fix-issue_sidebar_spec-master-transient-failure' into 'master' Sean McGivern
Added find for collapsed sidebar before asserting See merge request !11052
2017-05-03Expose project statistics on single requests via the APIMark Fletcher
+ The statistics parameter was already accepted * This commit ensure that it is respected for GET /projects/:id endpoint + Add documentation of the parameter and update the example response for stats
2017-05-03Include missing project attributes to Import/ExportJames Lopez
2017-05-03Fix label creation from issuable for subgroup projectsMark Fletcher
2017-05-03Detect already enabled DeployKeys in EnableDeployKeyServiceMark Fletcher
Ensures deploy keys can't be re-added, which causes a validation error
2017-05-03Merge branch '29836-try-waiting-for-ajax-in-addition-to-requests' into 'master' Sean McGivern
Wait for AJAX requests at the JS level in addition to wait for requests at the middleware level Closes #29836 See merge request !10688
2017-05-03Find an actual list itemLuke "Jared" Bennett
2017-05-03Merge branch ↵Phil Hughes
'31057-unnecessary-padding-along-left-side-of-assignees-dropdown' into 'master' Resolve "Unnecessary padding along left side of assignees dropdown" Closes #31057 See merge request !10767
2017-05-03Added find for collapsed sidebar before assertingLuke "Jared" Bennett
2017-05-03Added find before clicking the access_type_name within the dropdownLuke "Jared" Bennett