Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for custom daysPerWeek and hoursPerDay to prettyTime.parseSeconds.pretty-time-refactor | Bryce Johnson | 2017-08-31 | 2 | -6/+88 |
| | |||||
* | Merge branch ↵ | Tim Zallmann | 2017-08-31 | 19 | -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-public | Mike Greiling | 2017-08-30 | 1 | -2/+2 |
| | | |||||
| * | Fix error reported by Flay | Rubén Dávila | 2017-08-30 | 1 | -8/+16 |
| | | |||||
| * | ensure disabled radio options still show up as checked when necessary | Mike Greiling | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | enhance disabled group visibility options with links and instructions | Mike Greiling | 2017-08-30 | 2 | -4/+9 |
| | | |||||
| * | update test to match new disabled option description | Mike Greiling | 2017-08-30 | 1 | -1/+1 |
| | | |||||
| * | add links and instructions to disabled visibility option help text | Mike Greiling | 2017-08-30 | 1 | -2/+7 |
| | | |||||
| * | add notes to the disabled visibility setting string helper to ensure changes ↵ | Mike Greiling | 2017-08-30 | 1 | -0/+4 |
| | | | | | | | | are reflected in the model as well | ||||
| * | revert changes to visibility level helpers from 6f03ddc | Mike Greiling | 2017-08-30 | 4 | -30/+10 |
| | | |||||
| * | Add check for access to Namespace | Rubén Dávila | 2017-08-30 | 3 | -3/+38 |
| | | |||||
| * | Address some suggestions from first code review | Rubén Dávila | 2017-08-29 | 6 | -46/+56 |
| | | |||||
| * | expand the help text with links and additional instructions | Mike Greiling | 2017-08-26 | 2 | -3/+14 |
| | | |||||
| * | add tests for dynamically changing namespace selector within new project form | Mike Greiling | 2017-08-26 | 1 | -16/+37 |
| | | |||||
| * | add CHANGELOG.md entry for !13442 | Mike Greiling | 2017-08-26 | 1 | -0/+6 |
| | | |||||
| * | dynamically disable/enable visibility options when changing namespaces in ↵ | Mike Greiling | 2017-08-26 | 3 | -1/+40 |
| | | | | | | | | new project form | ||||
| * | add polyfill for NodeList.prototype.forEach (unsupported in Internet Explorer) | Mike Greiling | 2017-08-26 | 2 | -0/+8 |
| | | |||||
| * | Build Project in context of Namespace if available | Rubén Dávila | 2017-08-26 | 1 | -1/+10 |
| | | |||||
| * | prefer !x.exists? instead of x.none? to prevent unnecessary instantiation of ↵ | Mike Greiling | 2017-08-26 | 1 | -2/+2 |
| | | | | | | | | records | ||||
| * | add tests for new visibility_level_helper methods | Mike Greiling | 2017-08-26 | 1 | -0/+26 |
| | | |||||
| * | Fix broken spec. | Rubén Dávila | 2017-08-26 | 1 | -1/+1 |
| | | | | | | | | parent_id is being set to 0 by RSpec. | ||||
| * | display specific reasons when visibility options are disabled | Mike Greiling | 2017-08-26 | 2 | -2/+52 |
| | | |||||
| * | don't check disabled radio inputs | Mike Greiling | 2017-08-26 | 1 | -1/+1 |
| | | |||||
| * | show alternate description text for disabled visibility settings | Mike Greiling | 2017-08-26 | 2 | -6/+20 |
| | | |||||
| * | fix disabled state style for visibility level options | Mike Greiling | 2017-08-26 | 2 | -5/+12 |
| | | |||||
| * | rename .project-visibility-level-holder to .visibility-level-setting and ↵ | Mike Greiling | 2017-08-26 | 5 | -27/+27 |
| | | | | | | | | move from projects.scss to settings.scss | ||||
| * | fix failing tests due to new group visibility restrictions | Mike Greiling | 2017-08-26 | 2 | -3/+3 |
| | | |||||
| * | add tests for groups within visibility level helper | Mike Greiling | 2017-08-26 | 1 | -1/+22 |
| | | |||||
| * | rename skip_level? to disallowed_visibitility_level? | Mike Greiling | 2017-08-26 | 3 | -15/+15 |
| | | |||||
| * | recognize instances where group visibility levels are unavailable | Mike Greiling | 2017-08-26 | 2 | -1/+8 |
| | | |||||
| * | separate visibility_level_allowed logic from model validators | Mike Greiling | 2017-08-26 | 1 | -15/+17 |
| | | |||||
| * | Add validation to check visibility level of sub groups. | Rubén Dávila | 2017-08-26 | 2 | -4/+60 |
| | | |||||
| * | Add validation for visibility level of sub groups | Rubén Dávila | 2017-08-26 | 2 | -0/+42 |
| | | | | | | | | Sub groups should not have a visibility level higher than its parent. | ||||
| * | Add some data attributes for options in namespace selector | Rubén Dávila | 2017-08-26 | 1 | -17/+18 |
| | | |||||
* | | Merge branch 'fix-typo-ci-sshkey-documentation' into 'master' | Achilleas Pipinellis | 2017-08-31 | 1 | -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 keys | Manu | 2017-08-25 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'sh-filter-csrf-params' into 'master' | Robert Speicher | 2017-08-31 | 2 | -11/+9 |
|\ \ | | | | | | | | | | | | | Filter additional parameters that have shown up in our logs See merge request !13945 | ||||
| * | | Filter additional secrets from Rails logs | Stan Hu | 2017-08-30 | 2 | -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 Pipinellis | 2017-08-31 | 4 | -65/+79 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Improve Kubernetes installation docs Closes #37056 See merge request !13836 | ||||
| * | | | Add install link for Runner from config section37056-improve-kubernetes-installation-docs | Joshua Lambert | 2017-08-29 | 1 | -0/+2 |
| | | | | |||||
| * | | | fix link | Joshua Lambert | 2017-08-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | More updates | Joshua Lambert | 2017-08-29 | 3 | -12/+11 |
| | | | | |||||
| * | | | Fix installation and configuration order | Joshua Lambert | 2017-08-29 | 1 | -14/+3 |
| | | | | |||||
| * | | | Add recommendation for external IP | Joshua Lambert | 2017-08-29 | 1 | -8/+8 |
| | | | | |||||
| * | | | Add recommendation for external IP | Joshua Lambert | 2017-08-29 | 1 | -0/+2 |
| | | | | |||||
| * | | | Feedback updates | Joshua Lambert | 2017-08-29 | 2 | -6/+24 |
| | | | | |||||
| * | | | Review fixes | Joshua Lambert | 2017-08-29 | 1 | -3/+3 |
| | | | | |||||
| * | | | Updates | Joshua Lambert | 2017-08-28 | 4 | -10/+23 |
| | | | | |||||
| * | | | Updated index page | Joshua Lambert | 2017-08-28 | 1 | -4/+14 |
| | | | | |||||
| * | | | WIP update to index page | Joshua Lambert | 2017-08-28 | 1 | -13/+20 |
| | | | |