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-05-08Add confirm delete protected branch modalSam Rose
2017-05-08Merge branch 'fix/support-gitaly-commit-diff-flags' into 'master' Robert Speicher
Add support for commit diff ignore_whitespace_change and paths flags Closes gitaly#198 See merge request !11028
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-05-08Remove stubbing from Gitlab::GitalyClient::Commit specsAhmad Sherif
Closes gitaly#198
2017-05-06Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ↵Kamil Trzciński
'master' Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Redirect from redirect routes to canonical routesMichael Kozono
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-05Pass GL_REPOSITORY in Workhorse responsesAlejandro Rodríguez
2017-05-05Merge branch 'prometheus-integration-test-setting-fix' into 'master' Robert Speicher
Added rescue block for the test method for the prometheus service Closes #31451 See merge request !10994
2017-05-05Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern
2017-05-05Add specs for extended status for manual actionsGrzegorz Bizon
2017-05-05Refine inheritance model of extended CI/CD statusesGrzegorz Bizon
2017-05-05Introduce generic manual action extended status classGrzegorz Bizon
2017-05-05Merge commit '3a2b60f7' from 'master'Grzegorz Bizon
* commit '3a2b60f7a0109cdb84e8727a2625318a746e84dc': (151 commits) Fixed Karma spec Reject EE reserved namespace paths in CE as well Updated webpack config Include the bundler:audit job into the static-analysis job Document serializers Add artifact file page that uses the blob viewer Pipeline table mini graph dropdown remains open when table is refreshed Adds off for event hub Compile gitlab-shell go executables Allow to create new branch and empty WIP merge request from issue page Moved to a view spec Improving copy of CONTRIBUTING.md, PROCESS.md, and code_review.md Convert seconds to minutes and hours on chat notifations Disable navigation to Pages config if Pages is disabled Sort the network graph both by commit date and topographically. Add tooltips to note action buttons Add breadcrumb, build header and pipelines submenu to artifacts browser Update todos screenshots removes the possibility of commit messages having carriage returns Handle incoming emails from aliases correctly ...
2017-05-05Set minimum latency to be non-negative number.Pawel Chojnacki
Sometimes the tests run so fast latency is calculated as 0. This causes transient failures in our CI.
2017-05-05Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable
Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
2017-05-05Update Import/Export filesblackst0ne
2017-05-05Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila
Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
2017-05-05Add CHANGELOG entry, some specs and locale file for German.Ruben Davila
2017-05-05Improved changelog entry, also changed error message for HTTParty errorJose Ivan Vargas
2017-05-04Fix Import/Export configuration specDouglas Barbosa Alexandre
2017-05-04Improved code styling and added a HTTParty rescue blockJose Ivan Vargas
2017-05-04Added specsJose Ivan Vargas
2017-05-04Display slash commands outcome when previewing MarkdownRares Sfirlogea
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
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-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master' Douwe Maan
Sort the network graph both by commit date and topographically Closes #30973 See merge request !11057
2017-05-04Add artifact file page that uses the blob viewerDouwe Maan
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-04Sort the network graph both by commit date and topographically.Timothy Andrew
- Previously, we sorted commits by date, which seemed to work okay. - The one edge case where this failed was when multiple commits have the same commit date (for example: when a range of commits are cherry picked with a single command, they all have the same commit date [and different author dates]). - Commits with the same commit date would be sorted arbitrarily, and usually break the network graph. - This commit solves the problem by both sorting by date, and by sorting topographically (parents aren't displayed until all their children are displayed) - Include review comments from @adamniedzielski A more detailed explanation is present here: https://gitlab.com/gitlab-org/gitlab-ce/issues/30973#note_28706230
2017-05-03Generate and handle a gl_repository param to pass around componentsAlejandro Rodríguez
This new param allows us to share project information between components that don't share or don't have access to the same filesystem mountpoints, for example between Gitaly and Rails or between Rails and Gitlab-Shell hooks. The previous parameters are still supported, but if found, gl_repository is prefered. The old parameters should be deprecated once all components support the new format.
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-03Fix project tree saver and fork spec failuresJames Lopez
2017-05-03Fix lazy error handling of cron parserDosuken shinya
2017-05-03Merge branch 'master' into ↵Grzegorz Bizon
feature/gb/manual-actions-protected-branches-permissions * master: (103 commits) Include missing project attributes to Import/Export Create the rest of the wiki docs Fill in information about creating the wiki Home page Move wiki doc to its own index page Create initial file for Wiki documentation Default to null user when asignee is unselected Re-enable ref operations with gitaly after not-found fix #31560 Add repo parameter to gitaly:install and workhorse:install Remove N+1 queries when checking nodes visible to user Don't validate reserved words if the format doesn't match Revert "Shorten and improve some job names" Remove unused initializer DRY the `<<: *except-docs` a bit in `.gitlab-ci.yml` Make the static-analysis job be run for docs branches too Add download_snippet_path helper Refresh the markdown cache if it was `nil` Add some documentation for the new migration helpers Update comments Display comments for personal snippets Update docs on creating a project ...
2017-05-03Include missing project attributes to Import/ExportJames Lopez
2017-05-03Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan
Re-enable ref operations with gitaly after not-found fix See merge request !10773
2017-05-03Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan
Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930
2017-05-02Re-enable ref operations with gitaly after not-found fixAlejandro Rodríguez
2017-05-02Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan
Reject more reserved paths Closes #30272 See merge request !10413
2017-05-02Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern
Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
2017-05-02Merge branch 'master' into ↵Grzegorz Bizon
feature/gb/manual-actions-protected-branches-permissions * master: (314 commits) Better Explore Groups view Update Carrierwave and fog-core Add specs for Gitlab::RequestProfiler Add scripts/static-analysis to run all the static analysers in one go Shorten and improve some job names Group static-analysis jobs into a single job Don't blow up when email has no References header Update CHANGELOG.md for 9.1.2 Add changelog Add changelog Show Raw button as Download for binary files Use blob viewers for snippets Fix typo Fixed transient failure related to dropdown animations Revert "Merge branch 'tc-no-todo-service-select' into 'master'" fix link to MR 10416 Another change from .click -> .trigger('click') to make spec pass Change from .click -> .trigger('click') to make spec pass Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations Add AddColumnWithDefaultToLargeTable cop ... Conflicts: spec/requests/api/jobs_spec.rb
2017-05-02Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt
2017-05-01Merge branch 'fix/add-specs-for-request-profiler' into 'master' Douwe Maan
Add specs for Gitlab::RequestProfiler Closes #31513 See merge request !11005
2017-05-01Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' Douwe Maan
Don't blow up when email has no References header Closes gitlab-ee#2247 See merge request !11014
2017-05-01Add specs for Gitlab::RequestProfilerAhmad Sherif
Closes #31513