Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the #update action from Project/Member controllers to the MembershipActi... | Rémy Coutable | 2018-02-27 | 7 | -24/+16 |
* | Remove explicit audit event log in MembershipActions | Rémy Coutable | 2018-02-27 | 19 | -217/+277 |
* | Merge branch '43620-lib-api-services-rb-retains-a-lot-of-memory-and-objects' ... | Sean McGivern | 2018-02-27 | 1 | -42/+42 |
|\ | |||||
| * | Fix a performance/memory issue in lib/api/services.rb43620-lib-api-services-rb-retains-a-lot-of-memory-and-objects | Rémy Coutable | 2018-02-26 | 1 | -42/+42 |
* | | Merge branch '43304-simplify-filtering-non-human-users' into 'master' | Yorick Peterse | 2018-02-27 | 1 | -1/+1 |
|\ \ | |||||
| * | | Simplify filtering of non-human users (like ghosts).43304-simplify-filtering-non-human-users | Andreas Brandl | 2018-02-26 | 1 | -1/+1 |
* | | | Merge branch '41851-enable-eslint-codeclimate' into 'master' | Dmitriy Zaporozhets | 2018-02-27 | 2 | -2/+7 |
|\ \ \ | |||||
| * | | | Adds MR ID to changelog entry41851-enable-eslint-codeclimate | Filipa Lacerda | 2018-02-27 | 1 | -1/+1 |
| * | | | Enables eslint in codeclimate job | Filipa Lacerda | 2018-02-27 | 2 | -2/+7 |
* | | | | Merge branch 'backstage/gb/build-stages-catch-up-migration' into 'master' | Kamil Trzciński | 2018-02-27 | 7 | -0/+199 |
|\ \ \ \ | |||||
| * \ \ \ | Merge commit '981b5905a02ac89ca9f33ad7c91d8c1a576ed9af' into backstage/gb/bui...backstage/gb/build-stages-catch-up-migration | Grzegorz Bizon | 2018-02-23 | 242 | -1329/+4349 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration' | Grzegorz Bizon | 2018-02-22 | 654 | -8676/+7402 |
| |\ \ \ \ \ | |||||
| * | | | | | | Add changelog entry for pipeline stages migration | Grzegorz Bizon | 2018-02-21 | 1 | -0/+5 |
| * | | | | | | Create index on id instead of stage_id in migration | Grzegorz Bizon | 2018-02-21 | 2 | -6/+6 |
| * | | | | | | Separate adding and removing index from stages migration | Grzegorz Bizon | 2018-02-20 | 4 | -6/+29 |
| * | | | | | | Add index before going through builds in a migration | Grzegorz Bizon | 2018-02-20 | 1 | -0/+5 |
| * | | | | | | Use a helper to schedule pipeline stages migration | Grzegorz Bizon | 2018-02-16 | 2 | -7/+6 |
| * | | | | | | Merge branch 'master' into backstage/gb/build-stages-catch-up-migration | Grzegorz Bizon | 2018-02-16 | 103 | -668/+1218 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into 'backstage/gb/build-stages-catch-up-migration' | Grzegorz Bizon | 2018-02-15 | 342 | -14015/+20374 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Recover from unique constraint violation in stages migration | Grzegorz Bizon | 2018-02-15 | 3 | -10/+21 |
| * | | | | | | | | Migrate pipeline stages in batches instead of single row | Grzegorz Bizon | 2018-02-14 | 2 | -64/+32 |
| * | | | | | | | | Schedule pipeline stages migration every 5 minutes | Grzegorz Bizon | 2018-02-13 | 2 | -15/+17 |
| * | | | | | | | | Move pipeline stages background migration in time | Grzegorz Bizon | 2018-02-12 | 3 | -2/+2 |
| * | | | | | | | | Merge branch 'master' into backstage/gb/build-stages-catch-up-migration | Grzegorz Bizon | 2018-02-12 | 87 | -770/+1354 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into backstage/gb/build-stages-catch-up-migration | Grzegorz Bizon | 2018-02-09 | 2776 | -34184/+66618 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Fix rubocop offense in build stage migration classes | Grzegorz Bizon | 2018-01-06 | 2 | -5/+3 |
| * | | | | | | | | | | Randomize build ids in stages migration test data | Grzegorz Bizon | 2018-01-06 | 1 | -7/+7 |
| * | | | | | | | | | | Do not attempt to migrate legacy pipeline stages | Grzegorz Bizon | 2018-01-06 | 2 | -13/+25 |
| * | | | | | | | | | | Reduce batch size of stages we schedule for a migration | Grzegorz Bizon | 2018-01-06 | 1 | -1/+1 |
| * | | | | | | | | | | Update specs for delayed background migration of stages | Grzegorz Bizon | 2018-01-06 | 1 | -4/+4 |
| * | | | | | | | | | | Update background stages migration timestamp | Grzegorz Bizon | 2018-01-06 | 4 | -4/+4 |
| * | | | | | | | | | | Fix Rubocop offenses in build status migrations :cop: | Grzegorz Bizon | 2018-01-06 | 2 | -4/+2 |
| * | | | | | | | | | | Migrate a build stage completely in a background migration | Grzegorz Bizon | 2018-01-06 | 2 | -0/+115 |
| * | | | | | | | | | | Schedule full build stage migration in the background | Grzegorz Bizon | 2018-01-06 | 2 | -0/+63 |
* | | | | | | | | | | | Merge branch 'refactor-commit-show' into 'master' | Phil Hughes | 2018-02-27 | 3 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 'refactor-commit-show'refactor-commit-show | Phil Hughes | 2018-02-27 | 22 | -26/+49 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into refactor-commit-show | Clement Ho | 2018-02-26 | 125 | -379/+343 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Remove diff notes webpack entry point | Clement Ho | 2018-02-26 | 3 | -3/+2 |
* | | | | | | | | | | | | | | Merge branch 'ph-webpack-bundle-tags' into 'master' | Filipa Lacerda | 2018-02-27 | 11 | -34/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into 'ph-webpack-bundle-tags'ph-webpack-bundle-tags | Phil Hughes | 2018-02-27 | 162 | -480/+557 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Converted webpack_bundle_tag to be automatic webpack bundles | Phil Hughes | 2018-02-26 | 11 | -34/+25 |
* | | | | | | | | | | | | | | | Merge branch '43510-merge-requests-and-issues-don-t-show-for-all-subgroups' i... | Grzegorz Bizon | 2018-02-27 | 8 | -60/+107 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroups | Sean McGivern | 2018-02-27 | 8 | -60/+107 |
* | | | | | | | | | | | | | | | Merge branch 'slash-commands-changes-for-chatops' into 'master' | Kamil Trzciński | 2018-02-27 | 12 | -24/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Expose ChatName objects to slash commandsslash-commands-changes-for-chatops | Yorick Peterse | 2018-02-23 | 12 | -24/+81 |
* | | | | | | | | | | | | | | | Merge branch 'refactor-pipelines-list' into 'master' | Phil Hughes | 2018-02-27 | 6 | -5/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into refactor-pipelines-listrefactor-pipelines-list | Clement Ho | 2018-02-26 | 125 | -379/+343 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Remove commit_pipelines webpack entry point | Clement Ho | 2018-02-26 | 6 | -5/+8 |
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch '43315-gpg-popover' into 'master' | Phil Hughes | 2018-02-27 | 3 | -9/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Add missing class to parent element and remove extra CSS43315-gpg-popover | Filipa Lacerda | 2018-02-26 | 4 | -11/+3 |