| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Limit test environment size to one project in CI | Grzegorz Bizon | 2016-09-23 | 1 | -8/+3 |
* | | Add index on labels title | Ahmad Sherif | 2016-09-23 | 2 | -1/+13 |
|/ |
|
* | Update db/schema.rb per most recent migrationsupdate-db-schema | Yorick Peterse | 2016-09-21 | 1 | -4/+5 |
* | Implement a second round of review comments from @DouweM. | Timothy Andrew | 2016-09-21 | 1 | -1/+1 |
* | Update schema.rb | Timothy Andrew | 2016-09-20 | 1 | -12/+12 |
* | Fix `ON DELETE CASCADE` migrations. | Timothy Andrew | 2016-09-20 | 3 | -4/+4 |
* | Implement review comments from @yorickpeterse | Timothy Andrew | 2016-09-20 | 4 | -9/+9 |
* | Merge remote-tracking branch 'origin/master' into 21170-cycle-analytics | Timothy Andrew | 2016-09-20 | 10 | -10/+111 |
|\ |
|
| * | Merge branch 'master' into per-build-token | Kamil Trzcinski | 2016-09-19 | 5 | -5/+42 |
| |\ |
|
| | * | Cleanup changes | Kamil Trzcinski | 2016-09-19 | 1 | -20/+0 |
| | * | Added missing db/schema changes | Kamil Trzcinski | 2016-09-19 | 1 | -1/+2 |
| | * | Add support for dynamic environments | Kamil Trzcinski | 2016-09-19 | 1 | -0/+29 |
| | * | Merge branch 'increase_artifact_size_column' into 'master'
| Yorick Peterse | 2016-09-16 | 2 | -2/+17 |
| | |\ |
|
| | | * | Increase ci_builds artifacts_size column to 8-byte integer to allow larger files | Drew Blessing | 2016-09-15 | 2 | -2/+17 |
| | * | | Merge branch 'group-specific-lfs-settings' into 'master'
| Rémy Coutable | 2016-09-16 | 2 | -0/+13 |
| | |\ \ |
|
| | | * | | Improved helper methods, better flow for `project.lfs_enabled?`, and UI fixes. | Patricio Cano | 2016-09-15 | 1 | -17/+0 |
| | | * | | Added group-specific setting for LFS. | Patricio Cano | 2016-09-15 | 2 | -0/+30 |
| | | |/ |
|
| | * | | Fix undefined method when reverting migration RemoveProjectsPushesSinceGcfix/irreversible-migration | Douglas Barbosa Alexandre | 2016-09-15 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-token | Kamil Trzcinski | 2016-09-15 | 2 | -4/+11 |
| |\ \ |
|
| | * | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ... | Patricio Cano | 2016-09-15 | 2 | -32/+0 |
| | * | | Added LFS support to SSH | Patricio Cano | 2016-09-15 | 2 | -0/+32 |
| | |/ |
|