summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add specs for TriggerVariableEntityMatija Čupić2018-12-071-1/+1
* Vertically aligns variablesjhampton2018-12-071-0/+1
* Adjusts variables table widthjhampton2018-12-061-0/+1
* Fixes linting errorjhampton2018-12-061-9/+3
* Horizontally aligns textjhampton2018-12-051-0/+1
* Updates per MR feedbackjhampton2018-12-041-11/+9
* Updates per MR feedbackjhampton2018-12-041-19/+13
* Conditionally display variable valuesjhampton2018-12-031-25/+51
* Styles trigger variables blockjhampton2018-12-031-1/+15
* Conditionally send variable valuesjhampton2018-12-031-1/+2
* Merge branch 'lock-trace-writes' into 'master'Stan Hu2018-11-271-2/+2
|\
| * Lock writes to trace streamKamil Trzciński2018-11-271-2/+2
* | Resolve "Jump to top in merge request"Sam Bigelow2018-11-271-0/+22
* | Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda2018-11-2721-0/+529
|\ \
| * | Suggests issues when typing titlePhil Hughes2018-11-2721-0/+529
* | | Merge branch 'dz-fix-new-project-error-message' into 'master'Filipa Lacerda2018-11-271-2/+2
|\ \ \
| * | | Fix top padding for new project form when error message is presentDmitriy Zaporozhets2018-11-271-2/+2
* | | | Resolve "Fix overlapping separator on the mobile navigation bar"Thomas Pathier2018-11-273-18/+10
* | | | Merge branch 'json-logging-for-k8s' into 'master'Stan Hu2018-11-273-6/+22
|\ \ \ \ | |/ / / |/| | |
| * | | Use JSON logging for helm install servicesDylan Griffith2018-11-273-6/+22
* | | | Merge branch 'fix/gb/update-mrs-troubleshooting-page-link' into 'master'Douwe Maan2018-11-271-1/+1
|\ \ \ \
| * | | | Update merge requests troubleshooting docs linkGrzegorz Bizon2018-11-271-1/+1
* | | | | Merge branch 'diff-header-styling-fixes' into 'master'Filipa Lacerda2018-11-276-27/+38
|\ \ \ \ \
| * | | | | Fixed UI bugs with sticky diff headerPhil Hughes2018-11-276-27/+38
* | | | | | Merge branch '51792-dont-delete-failed-install-pods' into 'master'Dmitriy Zaporozhets2018-11-271-9/+2
|\ \ \ \ \ \
| * | | | | | Don't remove failed install podsDylan Griffith2018-11-271-9/+2
* | | | | | | Merge branch '53778-remove-site-statistics' into 'master'Sean McGivern2018-11-272-79/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Remove Site Statistic53778-remove-site-statisticsGabriel Mazetto2018-11-262-79/+0
* | | | | | | Merge branch 'if-ce-54109-fix_user_by_any_email' into 'master'Grzegorz Bizon2018-11-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | User#find_by_any_email to respect confirmed flag on secondary emailsImre Farkas2018-11-261-1/+1
* | | | | | | | Merge branch 'winh-parse-boolean' into 'master'Phil Hughes2018-11-2730-57/+88
|\ \ \ \ \ \ \ \
| * | | | | | | | Replace `=== true` with `parseBoolean()`Winnie Hellmann2018-11-2715-18/+36
| * | | | | | | | Replace convertPermissionToBoolean with parseBooleanWinnie Hellmann2018-11-2714-38/+35
| * | | | | | | | Add parseBoolean helper functionWinnie Hellmann2018-11-271-1/+17
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'gt-update-env-metrics-empty-state' into 'master'Filipa Lacerda2018-11-272-36/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Update environments metrics empty stateGeorge Tsiolis2018-11-262-36/+27
* | | | | | | | | Merge branch 'triggermesh-phase2-external-ip' into 'master'Kamil Trzciński2018-11-275-11/+76
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Expose external_ip to knative cluster applicationChris Baumbauer2018-11-265-11/+76
* | | | | | | | | | Merge branch 'rs-new-menu-spec' into 'master'Rémy Coutable2018-11-271-16/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Condense the "new_dropdown" layout partialRobert Speicher2018-11-261-16/+10
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Resolve "Warn in Web Editor when user navigates away"Sam Bigelow2018-11-271-0/+8
* | | | | | | | | | Merge branch '52828-inconsistency-in-fonts-used-for-branch-name-and-create-fr...Phil Hughes2018-11-271-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Make form field monospace to match form field52828-inconsistency-in-fonts-used-for-branch-name-and-create-from-fields-when-creating-new-branch-from-uisbigelow2018-11-151-1/+1
* | | | | | | | | | | Merge branch 'bvl-use-shell-writeref' into 'master'Douwe Maan2018-11-272-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Don't specify `shell` for Gitaly write-refBob Van Landuyt2018-11-262-2/+2
* | | | | | | | | | | Merge branch 'triggermesh-phase2-knative-description' into 'master'Mike Greiling2018-11-271-6/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Reword Knative cluster applicationChris Baumbauer2018-11-261-11/+6
* | | | | | | | | | | | Fix handling of filenames with hash characters in tree viewStan Hu2018-11-261-2/+2
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'force-reload-arguments-1' into 'master'Robert Speicher2018-11-261-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Passing an argument to force an association to reload is now deprecatedJasper Maes2018-11-261-1/+2
| | |_|_|/ / / / / / | |/| | | | | | | |