Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '30106-group-issues' into 'master' | Sean McGivern | 2018-02-01 | 4 | -49/+181 |
|\ | |||||
| * | Include subgroup issuables on the group page30106-group-issues | Jarka Kadlecová | 2018-02-01 | 4 | -49/+181 |
* | | Merge branch '42497-rubocop-style-regexpliteral' into 'master' | Rémy Coutable | 2018-02-01 | 25 | -45/+45 |
|\ \ | |||||
| * | | Enable RuboCop Style/RegexpLiteral | Takuya Noguchi | 2018-02-01 | 25 | -45/+45 |
* | | | Merge branch 'repository-log-disable-walk' into 'master' | Douwe Maan | 2018-01-31 | 1 | -38/+0 |
|\ \ \ | |||||
| * | | | Remove Rugged::Walk implementation of #logrepository-log-disable-walk | Jacob Vosmaer | 2018-01-31 | 1 | -38/+0 |
* | | | | Merge branch 'fl-mr-widget' into 'master' | Phil Hughes | 2018-01-31 | 1 | -83/+48 |
|\ \ \ \ | |||||
| * | | | | Move mr widget related links into a vue file | Filipa Lacerda | 2018-01-30 | 1 | -83/+48 |
* | | | | | Use axios instead of jquery ajax for setCiStatusFavicon | Clement Ho | 2018-01-31 | 2 | -28/+32 |
* | | | | | Merge branch 'rugged-reference-cache-rescue' into 'master' | Sean McGivern | 2018-01-31 | 2 | -17/+11 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Remove Rugged exception in cache rescuerugged-reference-cache-rescue | Jacob Vosmaer | 2018-01-30 | 2 | -17/+11 |
* | | | | | Merge branch 'sh-fix-project-members-api-perf' into 'master' | Rémy Coutable | 2018-01-31 | 1 | -0/+15 |
|\ \ \ \ \ | |||||
| * | | | | | Remove N+1 queries with /projects/:project_id/{access_requests,members} API e...sh-fix-project-members-api-perf | Stan Hu | 2018-01-30 | 1 | -0/+15 |
* | | | | | | Merge branch 'zj-gitaly-server-info' into 'master' | Sean McGivern | 2018-01-31 | 2 | -0/+45 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Gitaly Server info for admin panel | Zeger-Jan van de Weg | 2018-01-31 | 2 | -0/+45 |
* | | | | | | | Merge branch 'sh-fix-events-collection' into 'master' | Rémy Coutable | 2018-01-31 | 1 | -0/+24 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Fix not all events being shown in group dashboardsh-fix-events-collection | Stan Hu | 2018-01-30 | 1 | -0/+24 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge branch '4635-unify-jobs-and-builds-sepc' into 'master' | Rémy Coutable | 2018-01-31 | 2 | -52/+73 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Make those files as close as EE to reduce conflicts4635-unify-jobs-and-builds-sepc | Lin Jen-Shin | 2018-01-31 | 2 | -52/+73 |
* | | | | | | | Merge branch 'ph-ajax-to-axios' into 'master' | Filipa Lacerda | 2018-01-31 | 9 | -166/+142 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | fixed failing specsph-ajax-to-axios | Phil Hughes | 2018-01-30 | 2 | -2/+2 |
| * | | | | | | fixed more unhandled promise rejections | Phil Hughes | 2018-01-30 | 2 | -5/+13 |
| * | | | | | | fixed unhandled promise rejection | Phil Hughes | 2018-01-30 | 1 | -2/+4 |
| * | | | | | | changed commits.js to axios | Phil Hughes | 2018-01-30 | 1 | -12/+31 |
| * | | | | | | converted blob viewer to axios | Phil Hughes | 2018-01-30 | 1 | -19/+17 |
| * | | | | | | spec fixes after API axios change | Phil Hughes | 2018-01-30 | 3 | -11/+19 |
| * | | | | | | Converted API.js to axios | Phil Hughes | 2018-01-30 | 1 | -115/+56 |
* | | | | | | | Merge branch 'feature/migrate-delete-refs-to-gitaly' into 'master' | Robert Speicher | 2018-01-30 | 2 | -21/+25 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitaly | Ahmad Sherif | 2018-01-30 | 2 | -21/+25 |
* | | | | | | | | Merge branch '41771-reduce-cardinality-of-metrics' into 'master' | Grzegorz Bizon | 2018-01-30 | 7 | -49/+167 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Rename Concern -> Methods41771-reduce-cardinality-of-metrics | Pawel Chojnacki | 2018-01-29 | 1 | -2/+2 |
| * | | | | | | | use public_send where appropriate | Pawel Chojnacki | 2018-01-29 | 1 | -3/+3 |
| * | | | | | | | before -> after | Pawel Chojnacki | 2018-01-29 | 2 | -2/+2 |
| * | | | | | | | use define_method to define devine_metric_method. (couldn't resist) | Pawel Chojnacki | 2018-01-29 | 1 | -15/+12 |
| * | | | | | | | Fix ruby sampler spec | Pawel Chojnacki | 2018-01-29 | 1 | -12/+10 |
| * | | | | | | | Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is i... | Pawel Chojnacki | 2018-01-29 | 1 | -2/+5 |
| * | | | | | | | Cleanup rspec | Pawel Chojnacki | 2018-01-29 | 1 | -14/+20 |
| * | | | | | | | NullMetric as a singleton | Pawel Chojnacki | 2018-01-29 | 1 | -1/+3 |
| * | | | | | | | Avoid cascading locking | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| * | | | | | | | Test if feature is respected | Pawel Chojnacki | 2018-01-29 | 1 | -19/+52 |
| * | | | | | | | Small Concern_spec cleanup | Pawel Chojnacki | 2018-01-29 | 1 | -3/+1 |
| * | | | | | | | Add Tests for Metrics::Concern | Pawel Chojnacki | 2018-01-29 | 1 | -0/+101 |
| * | | | | | | | Fix tests | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| * | | | | | | | Convert active record | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| * | | | | | | | Fix code after refactoring | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| * | | | | | | | cleanup method call | Pawel Chojnacki | 2018-01-29 | 1 | -32/+12 |
* | | | | | | | | Merge branch 'feature/migrate-wiki-page-formatted-data-to-gitaly' into 'master' | Robert Speicher | 2018-01-30 | 1 | -5/+15 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | Migrate fetching wiki page formatted content to Gitalyfeature/migrate-wiki-page-formatted-data-to-gitaly | Ahmad Sherif | 2018-01-30 | 1 | -5/+15 |
* | | | | | | | | Merge branch '21554-mark-new-user-as-external' into 'master' | Douwe Maan | 2018-01-30 | 1 | -9/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Only new users get marked as external21554-mark-new-user-as-external | Tiago Botelho | 2018-01-30 | 1 | -9/+21 |