Commit Graph

17 Commits

Author SHA1 Message Date
GitLab Bot f3cfb235c7 Add latest changes from gitlab-org/gitlab@master 2022-09-28 09:09:28 +00:00
GitLab Bot 7eca3f5662 Add latest changes from gitlab-org/gitlab@master 2022-05-13 15:07:43 +00:00
GitLab Bot 8a70817cd9 Add latest changes from gitlab-org/gitlab@master 2022-01-14 12:18:55 +00:00
GitLab Bot f3189d2a01 Add latest changes from gitlab-org/gitlab@master 2021-11-03 09:10:11 +00:00
GitLab Bot 59469a1782 Add latest changes from gitlab-org/gitlab@master 2021-06-28 15:08:03 +00:00
GitLab Bot 9f61aba53f Add latest changes from gitlab-org/gitlab@master 2021-06-18 00:10:29 +00:00
GitLab Bot 6463521e08 Add latest changes from gitlab-org/gitlab@master 2021-04-19 18:09:09 +00:00
GitLab Bot 835f1214dc Add latest changes from gitlab-org/gitlab@master 2021-02-14 18:09:20 +00:00
GitLab Bot e92c95bf45 Add latest changes from gitlab-org/gitlab@master 2021-02-01 15:08:56 +00:00
GitLab Bot b2e2c43b3c Add latest changes from gitlab-org/gitlab@master 2020-12-24 00:10:25 +00:00
GitLab Bot d06c308380 Add latest changes from gitlab-org/gitlab@master 2020-08-20 09:09:55 +00:00
GitLab Bot 9bfdb5cf67 Add latest changes from gitlab-org/gitlab@master 2020-06-16 12:09:00 +00:00
GitLab Bot b66baea97d Add latest changes from gitlab-org/gitlab@master 2019-11-06 00:06:13 +00:00
Luke Ward 0d32d31864 Replace slugifyWithHyphens with improved slugify function 2019-07-03 08:20:57 +00:00
Martin Wortschack 66e8ecffa0 Resolve "Create new group: Rename form fields and update UI" 2018-10-30 16:23:47 +00:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Douglas Lovell d0beb755f9 Add a name field to the group edit form
Enables user specification of group name vs. name inferred from group path.

Cause new group form to copy name from path

Adds some new page-specific javascript that copies entry from the
group path field to the group name field when the group name field
is initially empty.

Remove duplicate group name entry field on group edit form

This corrects the duplicated name entry field and tests that the
JavaScript does not update the group name field if the user
edits the group path.  (Editing the group path is not recommended
in any case, but it is possible.)

Address eslint errors in group.js

Enable group name copy with dispatch and explore group creation

The dispatch and explore group creation forms require the group.js
asset, and their tests now require testing against poltergeist

Update workflow new group instruction

Update the gitlab basics group creation document

Add a change log entry

Remove unused variable for eslint
2017-04-09 08:43:49 -05:00