Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BB importer: Refactoring user importing logic[ci skip] | Valery Sizov | 2016-12-14 | 6 | -22/+14 |
| | |||||
* | Fix BB authentication[ci skip] | Valery Sizov | 2016-12-14 | 1 | -6/+2 |
| | |||||
* | BB importer: Adding created_by only when used is not found[ci skip] | Valery Sizov | 2016-12-13 | 6 | -10/+29 |
| | |||||
* | BB importer: Fixed after code review[ci skip] | Valery Sizov | 2016-12-13 | 3 | -1/+7 |
| | |||||
* | specs for bitbucket representers | Valery Sizov | 2016-12-12 | 6 | -3/+160 |
| | |||||
* | Spec for Bitbucket::Paginator | Valery Sizov | 2016-12-12 | 1 | -0/+21 |
| | |||||
* | Spec for bitbucket page | Valery Sizov | 2016-12-12 | 2 | -0/+51 |
| | |||||
* | Specs for Bitbucket::Connections and Bitbucket::Collections | Valery Sizov | 2016-12-12 | 5 | -15/+60 |
| | |||||
* | Fix query for importing all projects for member | Stan Hu | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Return repositories to which user is a member, not just owner | Stan Hu | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Fix specs | Valery Sizov | 2016-12-09 | 2 | -6/+14 |
| | |||||
* | Fix rubocop[ci skip] | Valery Sizov | 2016-12-09 | 1 | -4/+4 |
| | |||||
* | Handling OAuth2 errors | Valery Sizov | 2016-12-09 | 1 | -1/+1 |
| | |||||
* | Update documentation for BitBucket | Valery Sizov | 2016-12-08 | 2 | -92/+7 |
| | |||||
* | BitBucket importer: import issues with labels | Valery Sizov | 2016-12-07 | 2 | -0/+26 |
| | |||||
* | Remove outdated bitbucket_import.rb | Valery Sizov | 2016-12-07 | 1 | -6/+0 |
| | |||||
* | BitBucket refactoring. Iteration 3 | Valery Sizov | 2016-12-07 | 4 | -21/+15 |
| | |||||
* | BitBuckpet importer. Refactoring. Iteration 2 | Valery Sizov | 2016-12-07 | 7 | -20/+18 |
| | |||||
* | Apply review comments. Iteration 1 | Valery Sizov | 2016-12-07 | 7 | -29/+26 |
| | |||||
* | Fix authorization with BitBucket | Valery Sizov | 2016-12-06 | 1 | -1/+1 |
| | |||||
* | Fix importing PRs with not existing branches | Valery Sizov | 2016-12-06 | 2 | -3/+3 |
| | |||||
* | Fix importing inline comment for any diff type | Valery Sizov | 2016-12-06 | 1 | -2/+2 |
| | |||||
* | Fix inline comment importing for 1:1 diff type | Valery Sizov | 2016-12-05 | 2 | -8/+20 |
| | |||||
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2 | Valery Sizov | 2016-11-30 | 1124 | -5484/+8385 |
|\ | |||||
| * | Merge branch 'grapify-projects-api' into 'master' | Rémy Coutable | 2016-11-30 | 4 | -358/+288 |
| |\ | | | | | | | | | | | | | | | | | | | Grapify the projects API Related to #22928 See merge request !7456 | ||||
| | * | Grapify the projects APIgrapify-projects-api | Robert Schilling | 2016-11-28 | 4 | -358/+288 |
| | | | |||||
| * | | Merge branch '25031-do-not-raise-error-in-autocomplete' into 'master' | Rémy Coutable | 2016-11-30 | 3 | -1/+14 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Do not raise error in AutocompleteController#users when not authorized Closes #25031 See merge request !7817 | ||||
| | * | | Do not raise error in AutocompleteController#users when not authorized | Semyon Pupkov | 2016-11-30 | 3 | -1/+14 |
| | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/25031 | ||||
| * | | | Merge branch 'rs-group-security-spec-speed' into 'master' | Rémy Coutable | 2016-11-30 | 4 | -219/+181 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up Group security access specs This is the Group equivalent of 13ad9a745a392e0bf0cedd0e1f318c1acee9b969 See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7779 Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/24899 See merge request !7813 | ||||
| | * | | | Speed up Group security access specsrs-group-security-spec-speed | Robert Speicher | 2016-11-30 | 4 | -219/+181 |
| | | | | | | | | | | | | | | | | | | | | This is the Group equivalent of 13ad9a745a392e0bf0cedd0e1f318c1acee9b969 | ||||
| * | | | | Merge branch 'fix/create-pipeline-with-builds-in-transaction' into 'master' | Kamil Trzciński | 2016-11-30 | 5 | -95/+108 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create pipeline along with builds in the transation ## What does this MR do? This MR makes it possible to create pipeline along with all associated builds in the transaction, to avoid having empty pipelines when asynchronous job gets terminated. This will simplify implementation of `PipelineUnlockWorker` in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6988 and improve reliability of the CI as a whole. ## What are the relevant issue numbers? Related to #24361 See merge request !7742 | ||||
| | * | | | | Extend pipelines factory with transient config attributefix/create-pipeline-with-builds-in-transaction | Grzegorz Bizon | 2016-11-27 | 2 | -14/+9 |
| | | | | | | |||||
| | * | | | | Improve readability in pipeline test objects factory | Grzegorz Bizon | 2016-11-25 | 1 | -6/+10 |
| | | | | | | |||||
| | * | | | | Remove pipeline factory that is not used in tests | Grzegorz Bizon | 2016-11-25 | 1 | -6/+0 |
| | | | | | | |||||
| | * | | | | Restore method that ensures builds being created | Grzegorz Bizon | 2016-11-25 | 3 | -21/+52 |
| | | | | | | |||||
| | * | | | | Add Changelog entry for pipeline creation improvements | Grzegorz Bizon | 2016-11-25 | 1 | -0/+4 |
| | | | | | | |||||
| | * | | | | Remove remaining calls to CI yaml in pipeline specs | Grzegorz Bizon | 2016-11-25 | 1 | -5/+0 |
| | | | | | | |||||
| | * | | | | Move helpers to the end of process pipeline specs | Grzegorz Bizon | 2016-11-25 | 1 | -29/+29 |
| | | | | | | |||||
| | * | | | | Update pipeline processing specs for creating builds | Grzegorz Bizon | 2016-11-25 | 1 | -35/+28 |
| | | | | | | |||||
| | * | | | | Create pipeline along with builds in the transation | Grzegorz Bizon | 2016-11-24 | 2 | -12/+9 |
| | | | | | | |||||
| * | | | | | Merge branch 'fix/rename-merge-request-head-pipeline' into 'master' | Kamil Trzciński | 2016-11-30 | 12 | -39/+56 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename `MergeRequest#pipeline` to `head_pipeline` ## What does this MR do? This MR renames `MergeRequest#pipeline` to `MergeRequest#head_pipeline` ## Does this MR meet the acceptance criteria? - [x] All builds are passing ## What are the relevant issue numbers? Closes #24810 See merge request !7783 | ||||
| | * | | | | | Rename `MergeRequest#pipeline` to `head_pipeline`fix/rename-merge-request-head-pipeline | Grzegorz Bizon | 2016-11-29 | 12 | -39/+56 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'patch-1' into 'master' | Sean McGivern | 2016-11-30 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewrite an HTTP link to use HTTPS See merge request !7834 | ||||
| | * | | | | | | Rewrite an HTTP link to use HTTPS | Alex Jordan | 2016-11-29 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'fix/ca-no-date' into 'master' | Douwe Maan | 2016-11-30 | 5 | -6/+68 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix for builds with no start date throwing an error in cycle analytics events Instead of the error, we should inform that there is no start date - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24925 See merge request !7738 | ||||
| | * \ \ \ \ \ \ | Merge remote-tracking branch 'origin/fix/ca-no-date' into fix/ca-no-datefix/ca-no-date | James Lopez | 2016-11-29 | 1 | -4/+9 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | Show dashes when date is empty | Alfredo Sumaran | 2016-11-28 | 1 | -4/+9 |
| | | | | | | | | | | |||||
| | * | | | | | | | | fix started_at check | James Lopez | 2016-11-29 | 1 | -5/+1 |
| | |/ / / / / / / | |||||
| | * | | | | | | | fix rubocop warning | James Lopez | 2016-11-25 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | use an empty total time when the build has not started yet so the UI knows | James Lopez | 2016-11-25 | 3 | -3/+29 |
| | | | | | | | | |