summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use title and description fields for issue trackers63690-issue-trackers-titleJarka Košanová2019-07-0210-36/+394
* Merge branch 'zj-circuit-breaker-removal-part-deux' into 'master'Bob Van Landuyt2019-07-011-20/+0
|\
| * Remove ignored circuit_breaker columnsZeger-Jan van de Weg2019-06-281-20/+0
* | Merge branch 'id-stale-branches' into 'master'Grzegorz Bizon2019-07-014-42/+84
|\ \
| * | Add endpoint for fetching diverging commit countsid-stale-branchesIgor Drozdov2019-06-284-42/+84
* | | Merge branch 'tc-rake-orphan-artifacts' into 'master'Dmitriy Zaporozhets2019-07-013-0/+163
|\ \ \
| * | | Add rake task to clean orphan artifact filestc-rake-orphan-artifactsToon Claes2019-06-283-0/+163
| | |/ | |/|
* | | Merge branch '45120-fix-ide-editor-to-update-size-on-show-change' into 'master'Phil Hughes2019-07-011-7/+56
|\ \ \
| * | | Fix IDE editor to update dimensions on show change45120-fix-ide-editor-to-update-size-on-show-changePaul Slaughter2019-06-281-7/+56
* | | | Merge branch 'add-clusters-to-deployment' into 'master'Lin Jen-Shin2019-07-014-22/+80
|\ \ \ \
| * | | | Use #cluster for prometheus_adapteradd-clusters-to-deploymentThong Kuah2019-06-272-0/+65
| * | | | Drop fallback to deployment platformThong Kuah2019-06-271-18/+4
| * | | | Populate cluster_id when creating a deploymentThong Kuah2019-06-271-4/+10
| * | | | Add cluster_id to deployments table as an FKThong Kuah2019-06-271-0/+1
* | | | | Quarantine schema_version_check because tests after it failedLin Jen-Shin2019-07-011-1/+1
* | | | | Merge branch 'check-min-schema-migrate' into 'master'Robert Speicher2019-06-281-0/+50
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 'check-min-schema-migrate'DJ Mountney2019-06-28119-512/+2357
| |\ \ \ \ \
| * | | | | | Add the frozen literal to the correct fileDJ Mountney2019-06-252-2/+2
| * | | | | | Drop the source upgrade changeDJ Mountney2019-06-251-0/+2
| * | | | | | Add an flag for skipping the schema version checkDJ Mountney2019-06-252-7/+21
| * | | | | | Move min schema version check to db:migrateDJ Mountney2019-06-252-1/+28
| * | | | | | Check supported version when migratingDJ Mountney2019-06-251-0/+7
* | | | | | | Allow collapsing all issue boardsMartin Hanzel2019-06-281-29/+32
* | | | | | | Merge branch '63874-use-process-cpu-time-instead-of-thread-for-cpu-metrics' i...Stan Hu2019-06-281-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix spec definitions63874-use-process-cpu-time-instead-of-thread-for-cpu-metricsAleksei Lipniagov2019-06-281-2/+2
* | | | | | | | Merge branch 'leipert-absolute-scss-paths' into 'master'Mike Greiling2019-06-285-26/+30
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fix modal related testsPaul Gascou-Vaillancourt2019-06-282-25/+12
| * | | | | | | Fix selector in karma specLukas Eipert2019-06-281-1/+1
| * | | | | | | Set logModifiedComponents in jest and karmaPaul Slaughter2019-06-282-0/+17
| |/ / / / / /
* | | | | | | Merge branch 'last-commit-widget-api-call' into 'master'Filipa Lacerda2019-06-284-15/+28
|\ \ \ \ \ \ \
| * | | | | | | Use GraphQL API to fetch last commit data for treePhil Hughes2019-06-284-15/+28
* | | | | | | | Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-2811-39/+39
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch '3264-project-aliases-ce' into 'master'Bob Van Landuyt2019-06-281-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add project_aliases to be imported/exportedPatrick Bajao2019-06-261-0/+1
* | | | | | | | Merge branch 'set-higher-ttl-for-trace-write' into 'master'Kamil Trzciński2019-06-281-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Set higher TTL to write lock for tracesset-higher-ttl-for-trace-writeShinya Maeda2019-06-281-1/+1
* | | | | | | | Merge branch 'sh-support-subnets-ip-rate-limiter' into 'master'Thong Kuah2019-06-282-0/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | Support CIDR notation in IP rate limitersh-support-subnets-ip-rate-limiterStan Hu2019-06-272-0/+70
* | | | | | | | | Merge branch 'graphql-tree-last-commit' into 'master'Lin Jen-Shin2019-06-286-2/+62
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Added commit type to tree GraphQL typePhil Hughes2019-06-286-2/+62
* | | | | | | | | | Merge branch 'id-extract-widget-into-different-request' into 'master'Ash McKenzie2019-06-283-2/+64
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Extract MR's widget into a separate endpointid-extract-widget-into-different-requestIgor Drozdov2019-06-283-2/+64
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff2019-06-281-9/+53
* | | | | | | | | | Merge branch '63212-n-1-queries-in-projects-id-boards-api' into 'master'Thong Kuah2019-06-281-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Remove N+1 query for project and group boardscharlieablett2019-06-261-0/+10
* | | | | | | | | | Merge branch '62826-graphql-emoji-mutations' into 'master'Jan Provaznik2019-06-2811-6/+481
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | GraphQL mutations for add, remove and toggle emoji62826-graphql-emoji-mutationsLuke Duncalfe2019-06-2811-6/+481
* | | | | | | | | | | Rearrange discussion resolve buttons & update button displaySamantha Ming2019-06-282-2/+22
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Support jsonb Default Value in add_column_with_default Migration HelperJason Goodman2019-06-281-0/+18
| |_|_|_|/ / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'remove_group_and_instance_clusters_feature_flag' into 'master'Stan Hu2019-06-277-161/+63
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |