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 Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
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-06Merge branch 'fix/admin-integrations' into 'master' Sean McGivern
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Do not reprocess actions when user retries pipelineGrzegorz Bizon
User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
2017-05-05Multiple issue assignee: fix for CE restrictionsValery Sizov
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05refactor code based on feedbackJames Lopez
2017-05-05Multiple issue assignee: CE restriction for multiple assigneesValery Sizov
2017-05-05Multiple issue assignee: resolve conflicts after merging upstreamValery Sizov
2017-05-05add callbacks in bulkJames Lopez
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-05Support comments for personal snippetsJarka Kadlecova
2017-05-05bulk insert FTW - This would introduce more complexity, but should be fasterJames Lopez
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-05Use update build policy instead of new play policyGrzegorz 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-05use select_valuesJames Lopez
2017-05-05fixed all issues - not doing bulk create.James Lopez
2017-05-05refactor propagate service to use batch inserts and subquery instead of left ↵James Lopez
join
2017-05-04Multiple issue assignee: fixed services/issues/update_service by using new ↵Valery Sizov
NoteSummary
2017-05-04[Multiple issue assignees] Resolving conflictsValery Sizov
2017-05-04refactor a few things based on feedbackJames Lopez
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-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern
Prepare uploaders for personal snippets comments See merge request !11022
2017-05-04refactor worker into serviceJames Lopez
2017-05-04Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran
2017-05-04Add alias_attributes for notesblackst0ne
2017-05-04Add specs for issue and note changesblackst0ne
2017-05-04Prefer single quotesblackst0ne
2017-05-04Simplified assign_attributes for issuableblackst0ne
2017-05-04Add last_edited_at and last_edited_by attributesblackst0ne
2017-05-04Add system note on description change of issue/merge requestblackst0ne
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-03Improve code style related to protected actionsGrzegorz Bizon
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-03Detect already enabled DeployKeys in EnableDeployKeyServiceMark Fletcher
Ensures deploy keys can't be re-added, which causes a validation error
2017-05-02Merge branch '12910-personal-snippets-notes-show' into 'master' Sean McGivern
Display comments for personal snippets See merge request !10974
2017-05-02Support uploaders for personal snippets commentsJarka Kadlecova
2017-05-02Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern
Fix 404 when upstream disabled merge requests Closes #26488 See merge request !10427
2017-05-02Display comments for personal snippetsJarka Kadlecova
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-01Add new ability check for stopping environmentGrzegorz Bizon
2017-04-29Revert "Merge branch 'tc-no-todo-service-select' into 'master'"Stan Hu
This reverts merge request !10845
2017-04-28Merge branch 'tc-no-todo-service-select' into 'master' Robert Speicher
Avoid plucking Todo ids in TodoService Closes #30374 See merge request !10845
2017-04-28Add board_move slash commandAlex Sanford
2017-04-27Make namespace owner master of project upon creationToon Claes
When an admin creates a project in the namespace of a user, that user automatically gains master access to that project.