summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make external show/hide toggle more generic32665-refactor-project-visibility-settingsMike Greiling2017-09-072-19/+19
* add CHANGELOG.md entry for !14062Mike Greiling2017-09-071-0/+5
* add back test that was removed from spec/views/projects/edit.html.haml_spec.rbMike Greiling2017-09-071-6/+21
* ensure values that are supposed to be boolean are coerced into them if necessaryMike Greiling2017-09-071-3/+3
* move methods which reach outside the vue component into their own separate mo...Mike Greiling2017-09-072-20/+28
* add screen reader friendly label to project feature togglesMike Greiling2017-09-071-0/+1
* convert project permissions setting component into an async bundleMike Greiling2017-09-071-2/+3
* fix broken spinach testsMike Greiling2017-09-071-1/+0
* fix test failures within visibility_settings_spec.rbMike Greiling2017-09-071-10/+9
* ensure users who do not have permission to change a project's visibility sett...Mike Greiling2017-09-072-0/+7
* fix test failures in features_visibility_spec.rbMike Greiling2017-09-071-20/+23
* remove obsolete testMike Greiling2017-09-071-11/+0
* fix selectors for project feature togglesMike Greiling2017-09-071-2/+2
* fix build failures in merge_requests_settings_spec.rbMike Greiling2017-09-074-7/+21
* move all css out of vue components and into stylesheetsMike Greiling2017-09-074-205/+161
* rename toggle class to something more specificMike Greiling2017-09-071-14/+14
* remove em-based measurements for toggle cssMike Greiling2017-09-071-2/+2
* add more margin to stand-alone toggle elementsMike Greiling2017-09-061-0/+4
* populate help links via ruby helpers instead of hard-coded pathsMike Greiling2017-09-062-6/+21
* prevent needless html escaping in json dataMike Greiling2017-09-062-2/+2
* move seed data for vue component into a script element with json dataMike Greiling2017-09-063-16/+17
* add method to check whether a given visibility option is allowedMike Greiling2017-09-061-3/+7
* fix issue in which request_access_enabled could not be disabledMike Greiling2017-09-061-3/+3
* add enabled/disabled text to the toggle buttonsMike Greiling2017-09-061-1/+41
* make toggles smaller on small viewportsMike Greiling2017-09-061-0/+6
* add responsive styling to premissions setting container paddingMike Greiling2017-09-061-0/+11
* rename project-feature class to avoid conflicts with a similar selectorMike Greiling2017-09-061-1/+1
* prevent disabled toggle from changing valueMike Greiling2017-09-061-1/+1
* use else-if where possibleMike Greiling2017-09-061-6/+3
* remove superfluous newline [ci-skip]Mike Greiling2017-09-061-1/+0
* open help links in a new windowMike Greiling2017-09-061-1/+1
* move hard-coded class names out of bound propsMike Greiling2017-09-062-2/+3
* fix name prop default to use empty stringMike Greiling2017-09-062-3/+8
* use kabob-casing for propsMike Greiling2017-09-061-11/+11
* change div to button and fix accidental mix of tabs and spacesMike Greiling2017-09-061-24/+25
* rename disabled to disabledInputMike Greiling2017-09-063-9/+9
* convert multi-prop tag into multiple linesMike Greiling2017-09-061-1/+6
* remove unnecessary propsMike Greiling2017-09-061-1/+1
* add missing key to v-forMike Greiling2017-09-061-0/+1
* convert lengthy property definition into a computed propertyMike Greiling2017-09-061-1/+5
* convert vue component names from PascalCase to camelCaseMike Greiling2017-09-063-10/+10
* make prop default match typeMike Greiling2017-09-061-1/+1
* add opacity to disabled select elements to differentiate themMike Greiling2017-09-061-0/+4
* fix broken spinach testMike Greiling2017-09-061-1/+1
* fix rubocop violations 👮Mike Greiling2017-09-061-2/+2
* add toggle styling to feature enabled/disabled settingMike Greiling2017-09-061-5/+52
* add highlight to select elements when visibility level may have effected themMike Greiling2017-09-061-3/+34
* hide merge requests settings panel if merge request feature disabledMike Greiling2017-09-062-1/+14
* remove old permissions setting panelMike Greiling2017-09-061-86/+0
* add hidden inputs and allow form submissionMike Greiling2017-09-062-1/+8