summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ce-9262-move-project-search-bar-into-modal-dialog-on-operations...Filipa Lacerda2019-04-056-35/+364
|\
| * Make corrections to address review feedbackce-9262-move-project-search-bar-into-modal-dialog-on-operations-dashboard-pagemfluharty2019-04-024-172/+146
| * Add reusable project_selector componentNathan Friend2019-04-025-10/+365
* | Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-052-1/+19
* | Merge branch 'port-6539-extract-ee-specific-code' into 'master'Robert Speicher2019-04-051-0/+1
|\ \
| * | Extract EE specific files/lines for quick actions testsport-6539-extract-ee-specific-codeAlexandru Croitor2019-04-031-0/+1
| |/
* | Merge branch 'revert-3962b00b' into 'master'Andreas Brandl2019-04-0564-2206/+22
|\ \
| * | Revert "Merge branch 'if-57131-external_auth_to_ce' into 'master'"Andreas Brandl2019-04-0564-2206/+22
* | | Merge branch 'revert-39eb16aa' into 'master'Sean McGivern2019-04-052-30/+37
|\ \ \
| * | | Revert "Merge branch 'require-all-templates-to-include-default-stages' into '...Sean McGivern2019-04-052-30/+37
* | | | Merge branch '57482-shortcut-to-create-merge-request-from-web-ide' into 'master'Phil Hughes2019-04-054-29/+155
|\ \ \ \
| * | | | Shortcut to create MR in web IDE57482-shortcut-to-create-merge-request-from-web-ideSam Bigelow2019-04-044-29/+155
* | | | | Merge branch '57668-create-file-from-url' into 'master'Phil Hughes2019-04-054-13/+223
|\ \ \ \ \
| * | | | | Set tree list accounting for already-opened files57668-create-file-from-urlDenys Mishunov2019-04-043-13/+206
| * | | | | Create a new file if URL references non-existent oneDenys Mishunov2019-04-041-0/+17
* | | | | | Merge branch 'allow-ref-name-caching-projects-controller' into 'master'Douglas Barbosa Alexandre2019-04-052-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Enable FindCommit caching for project and commits pagesStan Hu2019-04-052-0/+6
| | |_|/ / | |/| | |
* | | | | Removes the undescriptive CI Charts headerDimitrie Hoekstra2019-04-051-3/+0
|/ / / /
* | | | Move Contribution Analytics related spec in spec/features/groups/group_page_w...Imre Farkas2019-04-0564-22/+2206
* | | | Merge branch '57493-add-limit-to-user-name' into 'master'Andreas Brandl2019-04-052-0/+26
|\ \ \ \
| * | | | Add limit of 128 characters to users name57493-add-limit-to-user-nameBrandon Labuschagne2019-04-052-0/+26
* | | | | Fall back to project repository type by defaultBob Van Landuyt2019-04-052-2/+20
* | | | | Merge branch 'keyval-labels' into 'master'Sean McGivern2019-04-058-41/+182
|\ \ \ \ \
| * | | | | Fix scoped_labels feature checkJan Provaznik2019-04-042-2/+21
| * | | | | [frontend] backport of scoped labelsRajat Jain2019-04-046-39/+161
| | |/ / / | |/| | |
* | | | | Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern2019-04-052-37/+30
|\ \ \ \ \
| * | | | | Require all templates to use default stagesKamil TrzciƄski2019-04-052-37/+30
* | | | | | Merge branch 'bump_kubernetes_1_11_9' into 'master'Douwe Maan2019-04-051-1/+1
|\ \ \ \ \ \
| * | | | | | Bump Helm to 2.13.1 and kubectl to 1.11.9bump_kubernetes_1_11_9Thong Kuah2019-04-051-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '59570-remove-due-date-quick-action' into 'master'Sean McGivern2019-04-052-34/+27
|\ \ \ \ \ \
| * | | | | | Extract remove due date spec to shared example59570-remove-due-date-quick-actionAlexandru Croitor2019-04-052-34/+27
* | | | | | | Merge branch '58717-checkbox-cannot-be-checked-if-a-blockquote-is-above' into...Sean McGivern2019-04-054-2/+41
|\ \ \ \ \ \ \
| * | | | | | | Fenced blockquotes to not change source line pos58717-checkbox-cannot-be-checked-if-a-blockquote-is-aboveBrett Walker2019-04-044-2/+41
* | | | | | | | Merge branch '58375-api-controller' into 'master'Sean McGivern2019-04-052-0/+153
|\ \ \ \ \ \ \ \
| * | | | | | | | Use environment_params when defining expected_params58375-api-controllerrpereira22019-04-051-10/+8
| * | | | | | | | Do not hardcode project and namespace name in urlrpereira22019-04-051-3/+3
| * | | | | | | | Call permit! on paramsrpereira22019-04-051-1/+14
| * | | | | | | | Remove permitting of paramsrpereira22019-04-051-9/+0
| * | | | | | | | Add spec for invalid environment idrpereira22019-04-051-0/+10
| * | | | | | | | Make filter params specs more readablePeter Leitzen2019-04-051-5/+7
| * | | | | | | | Streamline controller specsPeter Leitzen2019-04-051-83/+74
| * | | | | | | | Add a Prometheus API per environmentrpereira22019-04-052-0/+148
| * | | | | | | | Some code improvements58375-proxy-servicerpereira22019-04-041-2/+2
| * | | | | | | | Use hash methods to filter paramsrpereira22019-04-041-7/+7
| * | | | | | | | Filter params based on the proxy_pathrpereira22019-04-041-28/+39
| * | | | | | | | Rename prometheus_owner to proxyablerpereira22019-04-041-2/+2
| * | | | | | | | Add spec for RestClient raising exceptionrpereira22019-04-041-47/+37
| * | | | | | | | Start context names with lowercase letterrpereira22019-04-041-7/+7
| * | | | | | | | Remove all superfluous bracesrpereira22019-04-041-11/+11
| * | | | | | | | Improvements after reviewrpereira22019-04-041-31/+11