Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | fetch_gcp_operation_service_spec. finalize_cluster_creation_service_spec. wai... | Shinya Maeda | 2017-10-05 | 2 | -9/+72 | |
| | * | | | | create_cluster_service_spec. cluster_provision_worker_spec. cluster_queue_spec. | Shinya Maeda | 2017-10-04 | 1 | -2/+30 | |
| | * | | | | Add spec/models/gcp/cluster_spec.rb | Shinya Maeda | 2017-10-04 | 7 | -0/+121 | |
| * | | | | | Merge branch '18608-lock-issues-v2' into 'master' | Sean McGivern | 2017-10-06 | 2 | -2/+21 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu... | Jarka Kadlecova | 2017-10-03 | 12 | -118/+155 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issues | Jarka Kadlecova | 2017-09-25 | 1 | -0/+63 | |
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | ||||||
| | * | | | | | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-20 | 7 | -7/+16 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into 18608-lock-issues | Luke "Jared" Bennett | 2017-09-18 | 6 | -7/+75 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Create system notes for MR too, improve doc + clean up code | Jarka Kadlecova | 2017-09-14 | 2 | -0/+14 | |
| | * | | | | | | | Support discussion locking in the backend | Jarka Kadlecova | 2017-09-14 | 2 | -2/+7 | |
| * | | | | | | | | Add some basic specs and refactor model and validations | Rubén Dávila | 2017-10-05 | 1 | -0/+10 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e... | Douwe Maan | 2017-10-05 | 13 | -148/+321 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | ||||||
| * | | | | | | | when a primary email is replaced and added to the secondary emails list, | Brett Walker | 2017-09-23 | 1 | -0/+5 | |
| * | | | | | | | optimized the email services | Brett Walker | 2017-09-23 | 2 | -6/+5 | |
| * | | | | | | | tweaks for rubocop | Brett Walker | 2017-09-23 | 1 | -1/+1 | |
| * | | | | | | | add verified/unverified labels to profile emails. | Brett Walker | 2017-09-23 | 1 | -0/+16 | |
| * | | | | | | | Send a confirmation email when the user adds a secondary email address. Utili... | Brett Walker | 2017-09-23 | 1 | -12/+0 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-tracking | Alessio Caiazza | 2017-10-06 | 1 | -0/+55 | |
* | | | | | | | Add CI build trace sections extractor | Alessio Caiazza | 2017-10-05 | 1 | -1/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Hide Gollum inside Gitlab::Git::Wiki | Jacob Vosmaer (GitLab) | 2017-10-03 | 1 | -4/+7 | |
* | | | | | | Merge branch '38202-cannot-rename-a-hashed-project' into 'master' | Nick Thomas | 2017-10-03 | 2 | -30/+79 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix specs for project creation and update services38202-cannot-rename-a-hashed-project | Douglas Barbosa Alexandre | 2017-10-02 | 2 | -3/+3 | |
| * | | | | | | Doesn't check if path exists on disk when renaming a hashed project | Douglas Barbosa Alexandre | 2017-10-02 | 2 | -30/+79 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'ff_port_from_ee' into 'master' | Sean McGivern | 2017-10-03 | 1 | -0/+84 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ff_port_from_ee | Valery Sizov | 2017-10-02 | 5 | -9/+15 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into ff_port_from_ee | Eric Eastwood | 2017-09-28 | 7 | -109/+131 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into ff_port_from_ee | Eric Eastwood | 2017-09-26 | 8 | -7/+79 | |
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | ||||||
| * | | | | | | | Add spec for FfMergeService | Valery Sizov | 2017-09-19 | 1 | -0/+84 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Fix gitlab-rake gitlab:import:repos task | Stan Hu | 2017-10-02 | 1 | -0/+9 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Create repositories via Gitaly | Jacob Vosmaer | 2017-09-29 | 4 | -8/+14 | |
* | | | | | | Migrate Gitlab::Git::Repository#add_tag to Gitalyfeature/migrate-repository-add-tag-to-gitaly | Ahmad Sherif | 2017-09-29 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge branch 'fix-mr-sidebar-counter-after-merge' into 'master' | Robert Speicher | 2017-09-28 | 1 | -0/+11 | |
|\ \ \ \ \ | ||||||
| * | | | | | Clear merge requests counter cache after merge | Sean McGivern | 2017-09-28 | 1 | -0/+11 | |
* | | | | | | Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-path | Gabriel Mazetto | 2017-09-28 | 1 | -0/+74 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'refactor-services' into 'master' | Grzegorz Bizon | 2017-09-28 | 3 | -6/+6 | |
|\ \ \ \ \ | ||||||
| * | | | | | refactor emails servicerefactor-services | James Lopez | 2017-09-28 | 2 | -3/+3 | |
| * | | | | | refactor users update service | James Lopez | 2017-09-28 | 1 | -4/+4 | |
| * | | | | | fix specs | James Lopez | 2017-09-28 | 3 | -6/+6 | |
* | | | | | | Merge branch '38476-improve-merge-jid-cleanup-on-merge-process' into 'master' | Sean McGivern | 2017-09-28 | 1 | -3/+20 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Clean merge_jid whenever necessary on the merge process38476-improve-merge-jid-cleanup-on-merge-process | Oswaldo Ferreira | 2017-09-27 | 1 | -3/+20 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Add test for head pipeline assignment when skipped | Grzegorz Bizon | 2017-09-26 | 1 | -0/+20 | |
* | | | | | Fix code style offenses in pipeline create services | Grzegorz Bizon | 2017-09-26 | 1 | -1/+0 | |
* | | | | | Extract pipeline chain builder classes from service | Grzegorz Bizon | 2017-09-25 | 1 | -99/+0 | |
|/ / / / | ||||||
* | | | | Simplify a test | Nick Thomas | 2017-09-21 | 1 | -6/+1 | |
* | | | | Merge branch 'remove-use-key-worker' into 'master' | Rémy Coutable | 2017-09-21 | 1 | -0/+68 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Stop using Sidekiq for updating Key#last_used_atremove-use-key-worker | Yorick Peterse | 2017-09-20 | 1 | -0/+68 | |
* | | | | Merge branch 'fix-counts-caching' into 'master' | Douwe Maan | 2017-09-20 | 6 | -6/+13 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix refreshing of issues/MR count cachesfix-counts-caching | Yorick Peterse | 2017-09-19 | 6 | -6/+13 | |
| |/ / | ||||||
* | | | Fix rewriting issue references with group milestones | Grzegorz Bizon | 2017-09-20 | 1 | -1/+3 | |
|/ / | ||||||
* | | Merge branch 'operation-service-merge' into 'master' | Rémy Coutable | 2017-09-18 | 1 | -3/+1 | |
|\ \ |