summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for custom daysPerWeek and hoursPerDay to prettyTime.parseSeconds.pretty-time-refactorBryce Johnson2017-08-312-6/+88
|
* Merge branch ↵Tim Zallmann2017-08-3119-94/+461
|\ | | | | | | | | | | | | | | | | '31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-public' into 'master' Resolve various visibility level settings issues Closes #31273 See merge request !13442
| * fix variable naming conflict31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-publicMike Greiling2017-08-301-2/+2
| |
| * Fix error reported by FlayRubén Dávila2017-08-301-8/+16
| |
| * ensure disabled radio options still show up as checked when necessaryMike Greiling2017-08-301-1/+1
| |
| * enhance disabled group visibility options with links and instructionsMike Greiling2017-08-302-4/+9
| |
| * update test to match new disabled option descriptionMike Greiling2017-08-301-1/+1
| |
| * add links and instructions to disabled visibility option help textMike Greiling2017-08-301-2/+7
| |
| * add notes to the disabled visibility setting string helper to ensure changes ↵Mike Greiling2017-08-301-0/+4
| | | | | | | | are reflected in the model as well
| * revert changes to visibility level helpers from 6f03ddcMike Greiling2017-08-304-30/+10
| |
| * Add check for access to NamespaceRubén Dávila2017-08-303-3/+38
| |
| * Address some suggestions from first code reviewRubén Dávila2017-08-296-46/+56
| |
| * expand the help text with links and additional instructionsMike Greiling2017-08-262-3/+14
| |
| * add tests for dynamically changing namespace selector within new project formMike Greiling2017-08-261-16/+37
| |
| * add CHANGELOG.md entry for !13442Mike Greiling2017-08-261-0/+6
| |
| * dynamically disable/enable visibility options when changing namespaces in ↵Mike Greiling2017-08-263-1/+40
| | | | | | | | new project form
| * add polyfill for NodeList.prototype.forEach (unsupported in Internet Explorer)Mike Greiling2017-08-262-0/+8
| |
| * Build Project in context of Namespace if availableRubén Dávila2017-08-261-1/+10
| |
| * prefer !x.exists? instead of x.none? to prevent unnecessary instantiation of ↵Mike Greiling2017-08-261-2/+2
| | | | | | | | records
| * add tests for new visibility_level_helper methodsMike Greiling2017-08-261-0/+26
| |
| * Fix broken spec.Rubén Dávila2017-08-261-1/+1
| | | | | | | | parent_id is being set to 0 by RSpec.
| * display specific reasons when visibility options are disabledMike Greiling2017-08-262-2/+52
| |
| * don't check disabled radio inputsMike Greiling2017-08-261-1/+1
| |
| * show alternate description text for disabled visibility settingsMike Greiling2017-08-262-6/+20
| |
| * fix disabled state style for visibility level optionsMike Greiling2017-08-262-5/+12
| |
| * rename .project-visibility-level-holder to .visibility-level-setting and ↵Mike Greiling2017-08-265-27/+27
| | | | | | | | move from projects.scss to settings.scss
| * fix failing tests due to new group visibility restrictionsMike Greiling2017-08-262-3/+3
| |
| * add tests for groups within visibility level helperMike Greiling2017-08-261-1/+22
| |
| * rename skip_level? to disallowed_visibitility_level?Mike Greiling2017-08-263-15/+15
| |
| * recognize instances where group visibility levels are unavailableMike Greiling2017-08-262-1/+8
| |
| * separate visibility_level_allowed logic from model validatorsMike Greiling2017-08-261-15/+17
| |
| * Add validation to check visibility level of sub groups.Rubén Dávila2017-08-262-4/+60
| |
| * Add validation for visibility level of sub groupsRubén Dávila2017-08-262-0/+42
| | | | | | | | Sub groups should not have a visibility level higher than its parent.
| * Add some data attributes for options in namespace selectorRubén Dávila2017-08-261-17/+18
| |
* | Merge branch 'fix-typo-ci-sshkey-documentation' into 'master'Achilleas Pipinellis2017-08-311-1/+1
|\ \ | | | | | | | | | | | | Added missing `S` to CI documentation for using SSH keys See merge request !13842
| * | Added missing `S` to CI documentation for using SSh keysManu2017-08-251-1/+1
| |/
* | Merge branch 'sh-filter-csrf-params' into 'master'Robert Speicher2017-08-312-11/+9
|\ \ | | | | | | | | | | | | Filter additional parameters that have shown up in our logs See merge request !13945
| * | Filter additional secrets from Rails logsStan Hu2017-08-302-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upon inspection of logs, there were a number of fields not filtered. For example: * authenticity_token: CSRF token * rss_token: Used for RSS feeds * secret: Used with Projects::UploadController Rails provides a way to match regexps, so we now filter: * Any parameter ending with `_token` * Any parameter containing `password` * Any parameter containing `secret`
* | | Merge branch '37056-improve-kubernetes-installation-docs' into 'master'Achilleas Pipinellis2017-08-314-65/+79
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve Kubernetes installation docs Closes #37056 See merge request !13836
| * | | Add install link for Runner from config section37056-improve-kubernetes-installation-docsJoshua Lambert2017-08-291-0/+2
| | | |
| * | | fix linkJoshua Lambert2017-08-291-1/+1
| | | |
| * | | More updatesJoshua Lambert2017-08-293-12/+11
| | | |
| * | | Fix installation and configuration orderJoshua Lambert2017-08-291-14/+3
| | | |
| * | | Add recommendation for external IPJoshua Lambert2017-08-291-8/+8
| | | |
| * | | Add recommendation for external IPJoshua Lambert2017-08-291-0/+2
| | | |
| * | | Feedback updatesJoshua Lambert2017-08-292-6/+24
| | | |
| * | | Review fixesJoshua Lambert2017-08-291-3/+3
| | | |
| * | | UpdatesJoshua Lambert2017-08-284-10/+23
| | | |
| * | | Updated index pageJoshua Lambert2017-08-281-4/+14
| | | |
| * | | WIP update to index pageJoshua Lambert2017-08-281-13/+20
| | | |