summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-1478-638/+1263
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fix static analysysShinya Maeda2018-05-117-9/+9
| * | | | | | | | | | | | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-114-14/+35
| * | | | | | | | | | | | Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-114-3/+4
| * | | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-1140-269/+359
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix ensure_iid! method override problemShinya Maeda2018-05-102-4/+4
| * | | | | | | | | | | | | Fix atomic internal id spec to allow generate pipelineShinya Maeda2018-05-101-12/+7
| * | | | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-10108-863/+1348
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-09132-1359/+719
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix specShinya Maeda2018-05-084-4/+14
| * | | | | | | | | | | | | | | Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-087-6/+15
| * | | | | | | | | | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-08580-5830/+16810
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Use **CI_PIPELINE_IID**Kamil Trzciński2018-05-032-2/+2
| * | | | | | | | | | | | | | | | Make Atomic Internal ID work for pipelinesKamil Trzciński2018-05-033-8/+17
| * | | | | | | | | | | | | | | | Add to_param override to lookup :id pathShinya Maeda2018-05-031-1/+10
| * | | | | | | | | | | | | | | | Revert column name changeShinya Maeda2018-05-034-8/+8
| * | | | | | | | | | | | | | | | Add changelogShinya Maeda2018-05-031-0/+5
| * | | | | | | | | | | | | | | | Expose CI_PIPELINE_IID_PER_PROJECT variableShinya Maeda2018-05-032-1/+3
| * | | | | | | | | | | | | | | | Change column name to iid_per_project. Add index to project_id and iidShinya Maeda2018-05-033-4/+20
| * | | | | | | | | | | | | | | | Add per-project pipeline idShinya Maeda2018-05-034-1/+20
* | | | | | | | | | | | | | | | | Merge branch 'fix-valid-ip-address-usage-in-documentation' into 'master'Stan Hu2018-06-043-21/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Update IPs to valid example IPs.Natho2018-06-043-21/+21
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch '47193-uri-invalidurierror-bad-uri-is-not-uri-users-xxx-bot' int...Stan Hu2018-06-042-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Bump octokit to 4.947193-uri-invalidurierror-bad-uri-is-not-uri-users-xxx-botAsh McKenzie2018-06-042-3/+3
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch '47183-update-selenium-webdriver-to-3-12-0' into 'master'Stan Hu2018-06-033-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Update selenium-webdriver to 3.12.0Takuya Noguchi2018-06-043-5/+10
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'ClemMakesApps-master-patch-71268' into 'master'docs-article-cloud-foundryAnnabel Gray2018-06-021-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix bootstrap 4 file inputsClement Ho2018-06-011-0/+6
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'sh-add-ruby-2.4-comment' into 'master'Robert Speicher2018-06-011-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add comment about the need for truncating keys in Ruby 2.4sh-add-ruby-2.4-commentStan Hu2018-06-011-0/+7
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'fix-feature-memoization' into 'master'Stan Hu2018-06-013-3/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove ambiguity in Group class causing build failuresStan Hu2018-06-011-1/+1
| * | | | | | | | | | | | | | | Use RequestStore to memoize Flipper features so that memoized values are clea...Rémy Coutable2018-06-012-2/+33
* | | | | | | | | | | | | | | | Merge branch 'sh-bump-ruby-2.4' into 'master'Stan Hu2018-06-0115-18/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Upgrade to Ruby 2.4.4sh-bump-ruby-2.4Stan Hu2018-05-2915-18/+27
* | | | | | | | | | | | | | | | | Merge branch 'revert-c640e579' into 'master'Clement Ho2018-06-014-3/+128
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Revert "Merge branch '46833-sticky-polyfill' into 'master'"Clement Ho2018-06-014-3/+128
* | | | | | | | | | | | | | | | | | Merge branch '46696-branch-names-in-system-notes-have-incorrect-color' into '...Annabel Gray2018-06-012-4/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Resolve "Branch names in system notes have incorrect color"Clement Ho2018-06-012-4/+6
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch 'sh-bump-omniauth-gitlab' into 'master'Robert Speicher2018-06-012-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Bump omniauth-gitlab to 1.0.3Stan Hu2018-06-012-1/+6
* | | | | | | | | | | | | | | | | | Merge branch 'new-label-spelling-error' into 'master'Phil Hughes2018-06-013-2/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Adds "the" to the new label page to correct the sentence.Sam Beckham2018-06-013-2/+7
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge branch '46833-sticky-polyfill' into 'master'Clement Ho2018-06-014-128/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update position sticky polyfillPaul Slaughter2018-06-014-128/+3
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge branch '47113-modal-header-styling-is-broken' into 'master'Filipa Lacerda2018-06-0118-27/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Adds the changelog entry for the modal header fixsamdbeckham2018-06-011-0/+5
| * | | | | | | | | | | | | | | | Updated the styling for modal titlessamdbeckham2018-06-017-8/+7
| * | | | | | | | | | | | | | | | Updates a load of modal headers to use better markupsamdbeckham2018-06-0116-21/+32
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'docs-update-fe-dependencies-guide' into 'master'Tim Zallmann2018-06-011-1/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \