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
2016-12-15Improve `issue create …` slash command with user input keys to create a ↵Pedro Moreira da Silva
newline in chat clients.
2016-12-15BB importer: Fixed bug with putting expired token to a project.clone_urlValery Sizov
2016-12-15Add Gitlab::Middleware::MultipartJacob Vosmaer
2016-12-15Also use latest_status, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7333#note_20058857
2016-12-15Introduce deployment services, starting with a KubernetesServiceNick Thomas
2016-12-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov
2016-12-14Render math in Asciidoc and Markdown with KaTeX using code blocksMunken
2016-12-14BB importer: More advanced error handlingValery Sizov
2016-12-14Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
show-commit-status-from-latest-pipeline * upstream/master: (39 commits) Improve build status specs contexts descriptions Add some missing tests for detailed status methods Remove trailing blank line from Allowable module Update manual build icon SVG Make it possible to mix `Gitlab::Routing` in Extract abilities checking module from ability model Extend tests for pipeline detailed status helpers Add tests for common build detailed status helpers Add missing tests for build `cancelable?` method Add tests for detailed build statuses factory Make it possible to retry build that was canceled Make build retryable only if complete and executed Improve readability in methods for detailed status Add tests for build cancelable/retryable statuses Extend specs for build play/stop detailed statuses Refine build stop/play extended status specs Use manual build icon in play/stop build statuses Adds manual action icon and case to show it Fix detailed status specs for pipeline stage model Fix detailed status badge for generic commit status ...
2016-12-14Merge branch 'build-statuses' into 'master' Rémy Coutable
Detailed build statuses ## What does this MR do? Implements detailed statuses for `Ci::Builds` and `CommitStatus`. It also adds a new icon for manual build. ## Screenshots ![manual_builds_icon](/uploads/22b5c594350856c85398ef705a635f8b/manual_builds_icon.png) ## What are the relevant issue numbers? See #24273, closes #22642 See merge request !7989
2016-12-14Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
show-commit-status-from-latest-pipeline * upstream/master: (557 commits) Fix wrong error message expectation in API::Commits spec Move admin settings spinach feature to rspec Encode when migrating ProcessCommitWorker jobs Prevent overflow with vertical scroll when we have space to show content Make rubocop happy API: Ability to cherry-pick a commit Be smarter when finding a sudoed user in API::Helpers Backport hooks on group policies for the EE-specific implementation API: Ability to get group's project in simple representation Add AddLowerPathIndexToRoutes to setup_postgresql.rake For single line git commit messages, the close quote should be on the same line as the open quote added border-radius and padding to labels Allow all alphanumeric characters in file names (!8002) Add failing test for #20190 Don't allow blank MR titles in API Replace static fixture for awards_handler_spec (!7661) Crontab typo '* */6' -> '0 */6' (4x/day not 1x-per-min-for-1h 4x/day) Fix test Tweak style and add back wording Clean up commit copy to clipboard and make consistent ...
2016-12-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov
2016-12-14BB importer: Refactoring user importing logic[ci skip]Valery Sizov
2016-12-14Remove trailing blank line from Allowable moduleGrzegorz Bizon
2016-12-13BB importer: Adding created_by only when used is not found[ci skip]Valery Sizov
2016-12-13Make it possible to mix `Gitlab::Routing` inGrzegorz Bizon
2016-12-13Extract abilities checking module from ability modelGrzegorz Bizon
2016-12-13Refine build stop/play extended status specsGrzegorz Bizon
2016-12-13Use manual build icon in play/stop build statusesGrzegorz Bizon
2016-12-13Allow all alphanumeric characters in file names (!8002)winniehell
2016-12-12Add specs for build stop extended detailed statusGrzegorz Bizon
2016-12-12Fix build stop extended status CSS classGrzegorz Bizon
2016-12-12Fix path to build status details in common helpersGrzegorz Bizon
2016-12-12Add action_class/action_titleKamil Trzcinski
2016-12-12Fix auto loading of constants for Ci StatusesKamil Trzcinski
2016-12-12Fix some detailed statuses specs related to abilitiesGrzegorz Bizon
2016-12-12Incorporate permission checks into new CI statusesGrzegorz Bizon
[ci skip]
2016-12-12Refactor ci status factories to DRY code a littleGrzegorz Bizon
2016-12-12Check permission of detailsKamil Trzcinski
2016-12-12Introduce `cancelable` and `returnable` [ci skip]Kamil Trzcinski
2016-12-12Improve actionsKamil Trzcinski
2016-12-12Added Ci::Status::BuildKamil Trzcinski
2016-12-12Merge branch 'features/api-snippets' into 'master' Sean McGivern
Adding support for personal snippet endpoint on the API Closes #22042 See merge request !6373
2016-12-09Fix specsValery Sizov
2016-12-09Fix rubocop[ci skip]Valery Sizov
2016-12-09Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan
Replace MR access checks with use of MergeRequestsFinder Split from !2024 to partially solve https://gitlab.com/gitlab-org/gitlab-ce/issues/23867 :warning: - Potentially untested :bomb: - No test coverage :traffic_light: - Test coverage of some sort exists (a test failed when error raised) :vertical_traffic_light: - Test coverage of return value (a test failed when nil used) :white_check_mark: - Permissions check tested - [x] :bomb: app/finders/notes_finder.rb:17 - [x] :warning: app/views/layouts/nav/_project.html.haml:80 [`.count`] - [x] :bomb: app/controllers/concerns/creates_commit.rb:84 - [x] :traffic_light: app/controllers/projects/commits_controller.rb:24 - [x] :traffic_light: app/controllers/projects/compare_controller.rb:56 - [x] :vertical_traffic_light: app/controllers/projects/discussions_controller.rb:29 - [x] :white_check_mark: app/controllers/projects/todos_controller.rb:27 - [x] :vertical_traffic_light: app/models/commit.rb:268 - [x] :white_check_mark: lib/gitlab/search_results.rb:71 - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_267_266 Memoize ` merged_merge_request(current_user)` - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_248_247 Expected side effect for `merged_merge_request!`, consider `skip_authorization: true`. - [x] https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2024/diffs#d1c10892daedb4d4dd3d4b12b6d071091eea83df_269_269 Scary use of unchecked `merged_merge_request?` See merge request !2033
2016-12-08Merge branch 'pipeline-stage' into 'master' Rémy Coutable
Refine pipeline stages ## What does this MR do? Introduces a concept of `Ci::Stage` to make it easier to have detailed statuses. ## Why was this MR needed? This is needed to simplify the handling of `Ci::Statuses` and make the `Stage` actual concept in code: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7889 See merge request !7927
2016-12-08Enable display of admonition icons in Asciidoc.Horacio Sanson
When rendering Asciidoc documents this merge request enables the diplay of admonition blocks using font icons. This improves the looks of Asciidoc redered files. This uses the font-awesome fonts already present in Gitlab so no large dependencies are required for this to work.
2016-12-07BitBucket importer: import issues with labelsValery Sizov
2016-12-07Remove outdated bitbucket_import.rbValery Sizov
2016-12-07BitBucket refactoring. Iteration 3Valery Sizov
2016-12-07Add Ci::Status::FactoryKamil Trzcinski
2016-12-07BitBuckpet importer. Refactoring. Iteration 2Valery Sizov
2016-12-07Apply review comments. Iteration 1Valery Sizov
2016-12-06Fix importing PRs with not existing branchesValery Sizov
2016-12-06Added Ci::Stage specsKamil Trzcinski
2016-12-06Fix test failuresKamil Trzcinski
2016-12-06Added Stage testsKamil Trzcinski
2016-12-06Add Ci::Status::StageKamil Trzcinski
2016-12-06Introduce `Ci::Stage`, right now this is artificial object that is build ↵Kamil Trzcinski
dynamically.