Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update kubernetes.mdpatch-15 | Mark Pundsack | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | Add link to environments on kubernetes.md | Mark Pundsack | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'docs/ci-variables-remove-my-email' into 'master' | Achilleas Pipinellis | 2017-04-07 | 1 | -1/+1 |
|\ | | | | | | | | | Remove wrong user email from CI variables example output See merge request !10554 | ||||
| * | Remove wrong user email from CI variables example output | Achilleas Pipinellis | 2017-04-07 | 1 | -1/+1 |
| | | | | | | | | [ci skip] | ||||
* | | Merge branch 'optimise-builds' into 'master' | Sean McGivern | 2017-04-07 | 4 | -1/+43 |
|\ \ | | | | | | | | | | | | | | | | | | | Optimise Pipelines > Jobs index controller Closes #27389 See merge request !10546 | ||||
| * | | Count number of queries | Kamil Trzcinski | 2017-04-07 | 4 | -1/+43 |
| | | | |||||
* | | | Merge branch 'karma-failure-fix' into 'master' | Jacob Schatz | 2017-04-07 | 2 | -7/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | Fixed duplicate jQuery AJAX spyon See merge request !10531 | ||||
| * | | | Fixed duplicate jQuery AJAX spyonkarma-failure-fix | Phil Hughes | 2017-04-07 | 2 | -7/+6 |
| | | | | |||||
* | | | | Merge branch 'bvl-fix-project-ci-status-cache' into 'master' | Kamil Trzciński | 2017-04-07 | 13 | -123/+155 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix invalidating Project build status cache to often See merge request !10313 | ||||
| * | | | | Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cache | Bob Van Landuyt | 2017-04-07 | 4 | -17/+10 |
| | | | | | |||||
| * | | | | Take the ref of a pipeline into account when caching status | Bob Van Landuyt | 2017-04-07 | 2 | -17/+29 |
| | | | | | |||||
| * | | | | Rename `ProjectBuildStatus` -> `ProjectPipelineStatus` | Bob Van Landuyt | 2017-04-07 | 7 | -7/+7 |
| | | | | | |||||
| * | | | | Wrap updating of cache after pipeline transition in class method | Bob Van Landuyt | 2017-04-07 | 4 | -7/+21 |
| | | | | | |||||
| * | | | | Update project build status cache when transitioning | Bob Van Landuyt | 2017-04-07 | 5 | -12/+16 |
| | | | | | |||||
| * | | | | Rename Ci::PipelineStatus -> Ci::ProjectBuildStatus | Bob Van Landuyt | 2017-04-07 | 8 | -93/+102 |
| | | | | | |||||
* | | | | | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' | Douwe Maan | 2017-04-07 | 83 | -295/+1464 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356 | ||||
| * | | | | Show Flash message above Tags list18471-restrict-tag-pushes-protected-tags | Kushal Pandya | 2017-04-07 | 3 | -2/+8 |
| | | | | | |||||
| * | | | | Documentation for protected tags | James Edwards-Jones | 2017-04-07 | 10 | -3/+69 |
| | | | | | |||||
| * | | | | Protected tags changes from backend maintainer review | James Edwards-Jones | 2017-04-07 | 3 | -3/+5 |
| | | | | | |||||
| * | | | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags' | Kushal Pandya | 2017-04-06 | 253 | -1835/+6699 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml | ||||
| * \ \ \ \ | Merge branch '18471-restrict-tag-pushes-protected-tags' of ↵ | Kushal Pandya | 2017-04-07 | 176 | -267/+2021 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into 18471-restrict-tag-pushes-protected-tags | ||||
| | * \ \ \ \ | Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tags | James Edwards-Jones | 2017-04-06 | 176 | -267/+2021 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Fix within('#new_protected_tag') in protected tags spec | James Edwards-Jones | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Fix selector for form wrapper | Kushal Pandya | 2017-04-07 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Fix projected import failing on missing relations | James Edwards-Jones | 2017-04-06 | 1 | -1/+5 |
| | | | | | | | |||||
| * | | | | | | Fixes as per feedback | Kushal Pandya | 2017-04-06 | 8 | -20/+20 |
| | | | | | | | |||||
| * | | | | | | Protected Tags backend review changes | James Edwards-Jones | 2017-04-06 | 25 | -74/+125 |
| | | | | | | | | | | | | | | | | | | | | | Added changelog | ||||
| * | | | | | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags' | Kushal Pandya | 2017-04-06 | 1427 | -7678/+75710 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss | ||||
| * | | | | | | | Add constructor doc, toggle helper | Kushal Pandya | 2017-04-06 | 1 | -8/+18 |
| | | | | | | | | |||||
| * | | | | | | | Update bundle path for Protected Tags bundle | Kushal Pandya | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | | |||||
| * | | | | | | | Import Protected Tags classes | Kushal Pandya | 2017-04-06 | 1 | -2/+3 |
| | | | | | | | | |||||
| * | | | | | | | Re-export classes using ES6 `export` | Kushal Pandya | 2017-04-06 | 1 | -5/+5 |
| | | | | | | | | |||||
| * | | | | | | | Convert to pure ES6 class | Kushal Pandya | 2017-04-06 | 5 | -146/+132 |
| | | | | | | | | |||||
| * | | | | | | | Bundle renamed to `index.js` | Kushal Pandya | 2017-04-06 | 1 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Added ProtectedTag to import/export son and safe_model_attributes | James Edwards-Jones | 2017-04-04 | 3 | -0/+36 |
| | | | | | | | | |||||
| * | | | | | | | Fixed UserAccess#can_create_tag? after create_access_levels rename | James Edwards-Jones | 2017-04-04 | 2 | -3/+3 |
| | | | | | | | | |||||
| * | | | | | | | Renamed ProtectedTag push_access_levels to create_access_levels | James Edwards-Jones | 2017-04-04 | 19 | -68/+68 |
| | | | | | | | | |||||
| * | | | | | | | Cleaned up duplication with ProtectedRefAccess concern | James Edwards-Jones | 2017-04-04 | 5 | -55/+27 |
| | | | | | | | | |||||
| * | | | | | | | Attempt to fix import/export of push_access_levels for protected tags | James Edwards-Jones | 2017-04-04 | 3 | -1/+9 |
| | | | | | | | | |||||
| * | | | | | | | Cleanup & tests for UserAccess#can_create_tag? | James Edwards-Jones | 2017-04-04 | 4 | -9/+76 |
| | | | | | | | | |||||
| * | | | | | | | Fixed developers_can_push in RepoBranch API entity | James Edwards-Jones | 2017-04-04 | 2 | -6/+8 |
| | | | | | | | | |||||
| * | | | | | | | Protected Tags prevents all updates instead of just force pushes. | James Edwards-Jones | 2017-04-04 | 3 | -52/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | This only changes behaviour for masters, as developers are already prevented from updating/deleting tags without the Protected Tags feature | ||||
| * | | | | | | | Fix typos in ProtectedRef concern and whitespace detected by rubocop | James Edwards-Jones | 2017-04-03 | 4 | -5/+2 |
| | | | | | | | | |||||
| * | | | | | | | Created ProtectedRefsController to reduce Tags/Branches duplication | James Edwards-Jones | 2017-04-03 | 3 | -80/+84 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes ProtectedBranches#create flash errors bug due to typo in 'flash[:alert] = @protected_branches.errors' | ||||
| * | | | | | | | Clean up non TODO rubocop errors | James Edwards-Jones | 2017-04-03 | 6 | -14/+13 |
| | | | | | | | | |||||
| * | | | | | | | Use delegation in ProtectedRef concern | James Edwards-Jones | 2017-04-03 | 1 | -12/+2 |
| | | | | | | | | |||||
| * | | | | | | | Removed protected_tags_array | James Edwards-Jones | 2017-04-03 | 3 | -14/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | This memorized array appears to originally come from https://gitlab.com/gitlab-org/gitlab-ee/commit/19c2c90ccac86a21eb4266b9a5972162f917f692 which has a commit message of ‘fix warnings’. Without any comments on the original pull request I think we can safely get rid of it unless warnings re-appear. | ||||
| * | | | | | | | Moved default_branch_protected? out of Project | James Edwards-Jones | 2017-04-03 | 2 | -13/+7 |
| | | | | | | | | |||||
| * | | | | | | | Moved Project#protected_branch? to ProtectedBranch, similar for tags | James Edwards-Jones | 2017-04-03 | 16 | -81/+94 |
| | | | | | | | | |||||
| * | | | | | | | Extracted ProtectableDropdown to clean up Project#open_branches | James Edwards-Jones | 2017-04-03 | 5 | -46/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes it clear this is only used in dropdowns, instead of cluttering up Project class. Since we only care about branch names, it is also possible to refactor out a lot of the set/reject logic. A benchmark on Array/Set subtraction favoured using Arrays. This was with 5000 ‘branches’ and 2000 ‘protections’ to ensure a similar comparison to the commit which introduced using Set for intersection. Comparison: array subtraction: 485.8 i/s set subtraction: 128.7 i/s - 3.78x slower |