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-08Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (481 commits) Make sure that we have author and committer disable file upload button while uploading Fix bar chart does not display label at hour 0 Fixed activity not loading on project homepage Expose noteable_iid in Note Fix fly-out width when it has long items Add a test to show that threshold 40 would corrupt Add changelog entry Raise encoding confidence threshold to 50 Fix the /projects/:id/repository/commits endpoint to handle dots in the ref name when the project full path contains a `/` Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` Add Italian translations of Pipeline Schedules Restrict InlineJavaScript for haml_lint to dev and test environment Incorporate Gitaly's CommitService.FindCommit RPC Move `deltas` and `diff_from_parents` logic to Gitlab::Git::Commit fix repo_edit_button_spec.js fix test failures in repo_preview_spec.js fix repo_loading_file_spec tests Refactor Gitlab::Git::Commit to include a repository use 100vh instead of flip flopping between the two - works on all suported browsers ...
2017-08-08Merge branch '32844-issuables-performance' into 'master'Sean McGivern
Issuables: Move some code from create services to Sidekiq workers See merge request !13326
2017-08-07Move some after_create parts to worker to improve performanceJarka Kadlecova
2017-08-05fix failing specs due phantomJS scroll positionMike Greiling
2017-08-04Merge branch 'master' into issue-discussions-refactorFilipa Lacerda
* master: (162 commits) Since mysql is not a priority anymore, test it less Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Install yarn via apt in update guides Use long curl options Remove monkey-patched Array.prototype.first() and last() methods Openshift Getting Started 35659 Rename Pipelines tab to CI / CD in new navigation Don't bother going through an entire Banzai pipeline for empty text Add active state for pipelines settings on old nav Bump rspec to 3.6.0 Resolve "Specific Async Script Loading by using a Page Variable" Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'" another rubocop style fix Use mixin for new dropdown style Migrate Repository#last_commit_for_path to Gitaly Migrate blame loading to Gitaly ...
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-31Merge branch 'master' into issue-discussions-refactorDouwe Maan
# Conflicts: # app/controllers/concerns/notes_actions.rb # spec/features/task_lists_spec.rb # spec/support/features/issuable_slash_commands_shared_examples.rb
2017-07-28Fix a spec that was assuming to be on the wrong pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-27Use `empty_project` where possible in spec/features/issuesRobert Speicher
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-25Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into ↵Rémy Coutable
'master' New `/duplicate` quick action Closes #26372 See merge request !12845
2017-07-21IssueNotesRefactor: Fixes autocomplete specs.Fatih Acet
2017-07-21IssueNotesRefactor: Fix markdown toolbar specs.Fatih Acet
2017-07-21IssueNotesRefactor: Fix award emoji specs.Fatih Acet
2017-07-21IssueNotesRefactor: Fix note polling specs.Fatih Acet
2017-07-21IssueNotesRefactor: Fix Rspec tests.Fatih Acet
2017-07-20Move a spec related to merge requests out of a feature related to issuesRobert Speicher
2017-07-20Fix feature specsSean McGivern
2017-07-20Changes based on MR feedback.Ryan Scott
Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue.
2017-07-20Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott
2017-07-19Use Ghost user when edited_by, merged_by deletedJarka Kadlecova
2017-07-07Change `sign_out` usage to `gitlab_sign_out` in one specRobert Speicher
For reasons that are still unclear, the EE version (but only the EE version) of this spec was failing reliably, and changing these calls seemed to resolve it. So we're making the change here for parity.
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Merge branch '30281-report-abusive-content-from-an-issue-or-merge-request' ↵Jacob Schatz
into 'master' Resolve "Report abusive content from an issue or merge request" Closes #30281 See merge request !11786
2017-07-07Fixed GFM references not being included when update issue inlinePhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/2878
2017-07-07Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-07Added issuables_helper.js, tidied up droplab-dropdown JS, fixed filtered ↵Luke "Jared" Bennett
search specs
2017-07-07Remove CE from spec example descriptionsToon Claes
They are confusing.
2017-07-06Merge branch 'master' into rs-sign_inRobert Speicher
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-04Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan
CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
2017-07-04wait_for_requests is not needed when AJAX is not in playRémy Coutable
Also, using page.current_path instead of current_url and move the URL expectation after the page content expectations. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-03Eagerly create a milestone that is used in a feature specRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-30Merge branch 'fix-sidebar-showing-mobile-merge-requests' into 'master'Tim Zallmann
Fixed sidebar not collapsing on merge request in mobile screens Closes #32759 See merge request !12489
2017-06-29Refactored tests and added a breakpoint to the merge_request_tabsJose Ivan Vargas
2017-06-29Clean up issuable listsTaurie Davis
2017-06-29Remove a duplicated test block from the result of a conflict resolutionRobert Speicher
This was mistakenly added in 17196a2ff31 and is identical to the group above it.
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-27Fixed sidebar not collapsing on merge request in mobile screensJose Ivan Vargas
2017-06-21Bulk edit scroll fixBryce Johnson
2017-06-20FormHelper#issue_assignees_dropdown_options never has multiple assigneesToon Claes
Only EE supports multiple issue assignees, so this CE code should not contain code to have multiple assignees. EE will override the multiple issue assignees feature by overriding this method.
2017-06-20Change `logout` uses to `gitlab_sign_out`Robert Speicher
Change `logout_direct` uses to `gitlab_sign_out_direct`
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-06-19Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-08Improve form specClement Ho
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Merge branch 'auto-search-when-state-changed' into 'master'Phil Hughes
Perform filtered search when state tab is changed Closes #27261 See merge request !11917