summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-11-stable-eeGitLab Bot2023-05-091-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-11-stable-eev15.11.0-rc42GitLab Bot2023-04-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+4
|
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-3/+3
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-24/+22
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+2
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-2/+3
|
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+0
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+0
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-5/+10
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-8/+0
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-15/+13
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+4
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+0
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+6
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-5/+8
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-151-1/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-2/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-041-0/+1
|
* Make it harder to delete issuables accidentallyStan Hu2019-08-291-1/+1
| | | | | | | | | | | | Previously submitting a DELETE request to an issuable URL would be enough to destroy it, but this should require human confirmation. We now require that the `destroy_confirm` parameter is set to a truthy value before this can complete. In addition, we log a Sentry error if a deletion arrived without confirmation. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62387
* Rename blocking MRs to cross-project MR dependenciesNick Thomas2019-08-081-2/+0
| | | | | | We're removing the ability for MRs in a single project to block each other, and performing a rename of the feature to go along with that. This necessitates documentation changes
* Backport CE parts of "Allow blocking merge requests to be configured"Nick Thomas2019-07-221-0/+2
|
* Remove `:graphql` feature flagcharlie ablett2019-07-091-2/+1
| | | | | | | | - Remove `FeatureConstrainer` call wrapping api endpoint - Remove `Feature.enabled?(:graphql)` conditionals in back and frontend - Modify graphql test to be graphql flag agnostic - Remove api routing spec - Remove frontend feature flag via `gon`
* replaced string `discussion` with `thread` in issuable-form templateMichel Engelen2019-07-021-3/+3
|
* Enable GraphQL API endpointPhil Hughes2018-12-131-1/+1
|
* Remove issue_suggestions feature flagPhil Hughes2018-12-131-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55166
* Suggests issues when typing titlePhil Hughes2018-11-271-0/+2
| | | | | | | | | | | | | | | This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
* Applies the CE backport of EE#657Tiago Botelho2018-09-241-1/+2
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'ce-6145-extract-app-views-shared-issuable' into 'master'Robert Speicher2018-06-011-0/+3
|\ | | | | | | | | CE: Part of "Extract EE specific files/lines for app/views/shared/issuable" See merge request gitlab-org/gitlab-ce!19113
| * Unify app/views/shared/issuable/_form.html.hamlLin Jen-Shin2018-06-011-0/+3
| |
* | Fix checkbox/radio button structureClement Ho2018-05-311-2/+2
|/
* [skip ci] Fix form for new issuableClement Ho2018-04-131-1/+1
|
* [skip ci] Replace col-*-offset-* with offset-*-*Clement Ho2018-04-131-2/+2
|
* [skip ci] .form-horizontal => .form-group.rowClement Ho2018-04-121-3/+3
|
* [skip ci] .control-label to .col-form-labelClement Ho2018-04-111-1/+1
|
* [skip ci] Convert .checkbox to .form-checkClement Ho2018-04-111-1/+1
|