| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '24386-8-14-rc1-requires-quite-amount-of-downtime' into 'master'
| Stan Hu | 2016-11-11 | 3 | -5/+2 |
|\ |
|
| * | Update 8.14-rc1 migrations to minimize downtime and deploy time | Alejandro Rodríguez | 2016-11-11 | 3 | -5/+2 |
* | | Merge branch 'sidekiq-job-throttling' into 'master'
| Douwe Maan | 2016-11-11 | 2 | -0/+34 |
|\ \
| |/
|/| |
|
| * | Allow the Sidekiq queues to throttle and the factor by which to throttle them... | Patricio Cano | 2016-11-10 | 2 | -0/+4 |
| * | Allow certain Sidekiq jobs to be throttled | Patricio Cano | 2016-11-10 | 2 | -0/+30 |
* | | Fix project records with invalid visibility_level values | Nick Thomas | 2016-11-10 | 2 | -1/+50 |
|/ |
|
* | Merge branch 'use-separate-token-for-incoming-email' into 'master'
| Douwe Maan | 2016-11-08 | 2 | -0/+18 |
|\ |
|
| * | implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-email | tiagonbotelho | 2016-11-07 | 1 | -2/+2 |
| * | Use separate email-friendly token for incoming email and let incoming | Douwe Maan | 2016-11-07 | 2 | -1/+19 |
* | | Merge branch 'jacobvosmaer-gitlab/gitlab-ce-git-gc-improvements' into 'master'
| Douwe Maan | 2016-11-07 | 2 | -0/+37 |
|\ \ |
|
| * | | Refine Git garbage collection | Jacob Vosmaer | 2016-11-04 | 2 | -0/+37 |
* | | | Merge branch '24059-post-facto-fixups' into 'master'
| Douwe Maan | 2016-11-07 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Renaming columns requires downtime | Nick Thomas | 2016-11-07 | 1 | -2/+2 |
| |/ / |
|
* | | | Add an index for project_id in project_import_data to improveadd-project-import-data-index | Stan Hu | 2016-11-06 | 2 | -1/+15 |
| |/
|/| |
|
* | | Add setting to only allow merge requests to be merged when all discussions ar... | Rodolfo Santos | 2016-11-04 | 2 | -0/+18 |
|/ |
|
* | Allow multiple repository storage shards to be enabled, and automatically rou... | Nick Thomas | 2016-11-04 | 2 | -2/+31 |
* | Support for post deployment migrationsbackground-migrations | Yorick Peterse | 2016-10-31 | 1 | -0/+0 |
* | Merge branch 'use-optimistic-locking' into 'master'
| Stan Hu | 2016-10-28 | 2 | -0/+16 |
|\ |
|
| * | Use optimistic locking | Kamil Trzcinski | 2016-10-26 | 2 | -0/+16 |
* | | Finish updates to use JIRA gem | Felipe Artur | 2016-10-26 | 4 | -53/+84 |
* | | Refactor JIRA service to use gem | Drew Blessing | 2016-10-26 | 1 | -0/+52 |
|/ |
|
* | Fix reply-by-email not working due to queue name mismatchsh-fix-mailroom-config | Stan Hu | 2016-10-23 | 2 | -1/+64 |
* | Re-organize queues to use for Sidekiqseparate-sidekiq-queues | Yorick Peterse | 2016-10-21 | 1 | -0/+109 |
* | Merge branch 'fix_project_member_access_levels' into 'master'
| Sean McGivern | 2016-10-21 | 2 | -1/+16 |
|\ |
|
| * | Fix project member access levelsfix_project_member_access_levels | Valery Sizov | 2016-10-21 | 2 | -1/+16 |
* | | Fix broken label uniqueness label migration | Stan Hu | 2016-10-21 | 1 | -2/+2 |
|/ |
|
* | Create project feature when project is createdissue_22944 | Felipe Artur | 2016-10-19 | 2 | -1/+29 |
* | Split migration to create label priorities | Douglas Barbosa Alexandre | 2016-10-19 | 4 | -32/+55 |
* | Add label type to group and project labels lists | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -3/+34 |
* | Add LabelPriority model | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -2/+68 |
* | Add column type to labels and do the batch update in the same migration | Douglas Barbosa Alexandre | 2016-10-19 | 2 | -18/+6 |
* | Add ProjectLabel model | Douglas Barbosa Alexandre | 2016-10-19 | 1 | -0/+17 |
* | Add GroupLabel model | Douglas Barbosa Alexandre | 2016-10-19 | 3 | -0/+26 |
* | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-18 | 2 | -0/+15 |
|\ |
|
| * | Add visibility level to project repositoryissue_19734_2 | Felipe Artur | 2016-10-17 | 2 | -1/+16 |
* | | Add on_stop column [ci skip] | Kamil Trzcinski | 2016-10-17 | 2 | -22/+2 |
* | | Update `db/schema.rb` | Kamil Trzcinski | 2016-10-17 | 1 | -1/+2 |
* | | Refactor code to use available and stopped statuses and refactor views to use... | Kamil Trzcinski | 2016-10-17 | 4 | -13/+33 |
* | | Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr | Kamil Trzcinski | 2016-10-17 | 3 | -564/+676 |
|\ \
| |/ |
|
| * | Use activerecord_sane_schema_dumper | Rémy Coutable | 2016-10-12 | 1 | -587/+587 |
| * | Precalculate trending projectsprecalculate-trending-projects | Yorick Peterse | 2016-10-10 | 2 | -1/+46 |
| * | Add markdown cache columns to the database, but don't use them yet | Nick Thomas | 2016-10-07 | 2 | -8/+66 |
* | | Allow to close environments | Kamil Trzcinski | 2016-10-06 | 2 | -2/+4 |
* | | Make environments to be close able | Kamil Trzcinski | 2016-10-06 | 1 | -2/+8 |
* | | Initial support for closing environments | Kamil Trzcinski | 2016-10-06 | 1 | -0/+9 |
|/ |
|
* | Fix pipeline fixtures and calls to removed method | Grzegorz Bizon | 2016-10-04 | 1 | -1/+1 |
* | Allow Member.add_user to handle access requesters | Rémy Coutable | 2016-09-28 | 1 | -1/+1 |
* | Improvements to user organization field feature after code review | Dmitriy Zaporozhets | 2016-09-27 | 1 | -17/+0 |
* | Add organization field to user profile | Dmitriy Zaporozhets | 2016-09-27 | 2 | -1/+31 |
* | Merge branch 'fix/database-seeds' into 'master'
| Rémy Coutable | 2016-09-23 | 1 | -8/+3 |
|\ |
|