summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | group_merge_requests_list_view.pngVictor Wu2017-08-181-0/+0
| * | | | Update issue docsVictor Wu2017-08-181-6/+13
| * | | | project_issues_list_view.pngVictor Wu2017-08-181-0/+0
| * | | | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| * | | | Delete group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| * | | | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| * | | | Delete issue_tracker.pngVictor Wu2017-08-181-0/+0
* | | | | Merge branch 'only-limit-fetch-when-requested' into 'master'Robert Speicher2017-08-215-19/+44
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-215-19/+44
* | | | | Merge branch 'sh-fix-atom-feeds' into 'master'Sean McGivern2017-08-212-0/+16
|\ \ \ \ \
| * | | | | Fix Error 500s when viewing user or group Atom feedsStan Hu2017-08-212-0/+16
* | | | | | Merge branch 'winh-projects-select-dropdown' into 'master'Clement Ho2017-08-213-2/+40
|\ \ \ \ \ \
| * | | | | | Make project selection dropdown consistentwinh-projects-select-dropdownwinh2017-08-203-2/+40
| |/ / / / /
* | | | | | Make RuboCop happySean McGivern2017-08-211-1/+1
* | | | | | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-213-15/+59
|\ \ \ \ \ \
| * | | | | | Add a changelog entry for merge request pipeline fixfix/gb/fix-head-pipeline-when-pipeline-has-errorsGrzegorz Bizon2017-08-191-0/+5
| * | | | | | Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-182-4/+27
| * | | | | | Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
* | | | | | | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-2118-22/+478
|\ \ \ \ \ \ \
| * | | | | | | Add specs for stage status background migration classGrzegorz Bizon2017-08-171-0/+80
| * | | | | | | Merge branch 'backstage/gb/migrations-tests-schema-version' into backstage/gb...Grzegorz Bizon2017-08-175-28/+33
| |\ \ \ \ \ \ \
| * | | | | | | | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-164-6/+6
| * | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161948-20363/+31593
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-312-5/+1
| * | | | | | | | | Add specs for stage update workerGrzegorz Bizon2017-07-311-0/+22
| * | | | | | | | | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311205-3419/+7563
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-26267-1024/+4051
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Rename method responsible for updating stage statusGrzegorz Bizon2017-07-263-6/+8
| * | | | | | | | | | | Move enum specific code from a concern to CI stageGrzegorz Bizon2017-07-262-5/+1
| * | | | | | | | | | | Fix import/export for CI/CD stage commit statusesGrzegorz Bizon2017-07-241-1/+1
| * | | | | | | | | | | Update related stage status when job status is changedGrzegorz Bizon2017-07-242-0/+3
| * | | | | | | | | | | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-243-24/+5
| * | | | | | | | | | | Adds some specs for stage optimistic lockingGrzegorz Bizon2017-07-243-1/+21
| * | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-24372-1537/+3665
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add simple asynchronous stage update workerGrzegorz Bizon2017-07-201-0/+8
| * | | | | | | | | | | | Implement method that updates a stage statusGrzegorz Bizon2017-07-202-2/+67
| * | | | | | | | | | | | Add optimistic locking column to ci_stages tableGrzegorz Bizon2017-07-202-1/+11
| * | | | | | | | | | | | Change a method name which enumerates CI/CD statusesGrzegorz Bizon2017-07-202-2/+2
| * | | | | | | | | | | | Implement proper associations with a persisted stageGrzegorz Bizon2017-07-202-2/+23
| * | | | | | | | | | | | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-202-6/+5
| * | | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-2014-47/+220
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-20766-4592/+14540
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Update version number of stages statuses migrationGrzegorz Bizon2017-07-114-2/+2
| * | | | | | | | | | | | | | Fix pipeline stages statuses migration specsGrzegorz Bizon2017-07-111-5/+3
| * | | | | | | | | | | | | | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-114-6/+4
| * | | | | | | | | | | | | | Add a new stage status column to safe attributesGrzegorz Bizon2017-07-111-0/+1
| * | | | | | | | | | | | | | Schedule stages statuses bg migrations in batchesGrzegorz Bizon2017-07-103-12/+16
| * | | | | | | | | | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-101433-7558/+17195
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Move stages status migration to the background workerbackstage/gb/migrate-stages-statusesGrzegorz Bizon2017-07-055-79/+122
| * | | | | | | | | | | | | | | Merge branch 'fix/gb/stage-id-reference-background-migration' into backstage/...Grzegorz Bizon2017-07-057-7/+185
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \