Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document Auto DevOps secret variables | Thong Kuah | 2019-01-07 | 2 | -0/+68 |
* | Merge branch 'ccr/49289_milestone_link' into 'master' | Mike Greiling | 2019-01-02 | 20 | -172/+243 |
|\ | |||||
| * | Add project milestone link to dashboard milestonesccr/49289_milestone_link | Fatih Acet | 2018-12-20 | 20 | -172/+243 |
* | | Merge branch 'deprecated-insert-sql' into 'master' | Robert Speicher | 2019-01-02 | 2 | -1/+6 |
|\ \ | |||||
| * | | Fix deprecation: insert_sql is deprecated and will be removed | Jasper Maes | 2019-01-02 | 2 | -1/+6 |
* | | | Merge branch 'deprecated-redirect-back' into 'master' | Robert Speicher | 2019-01-02 | 4 | -3/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix deprecation: redirect_to :back is deprecated | Jasper Maes | 2019-01-02 | 4 | -3/+8 |
|/ / | |||||
* | | Merge branch 'mk/avoid-extra-storage-perm-and-query' into 'master' | Stan Hu | 2019-01-02 | 5 | -5/+5 |
|\ \ | |||||
| * | | Avoid extra storage bucket perm and querymk/avoid-extra-storage-perm-and-query | Michael Kozono | 2018-12-21 | 5 | -5/+5 |
* | | | Merge branch '55266-fix-incorrect-due-date-parsing' into 'master' | Clement Ho | 2019-01-02 | 2 | -2/+12 |
|\ \ \ | |||||
| * | | | Add changelog entry55266-fix-incorrect-due-date-parsing | Kushal Pandya | 2018-12-27 | 1 | -0/+5 |
| * | | | Use `parsePikadayDate` to parse due date string | Kushal Pandya | 2018-12-27 | 1 | -2/+7 |
* | | | | Merge branch '18667-handle-push-opts' into 'master' | Douwe Maan | 2019-01-02 | 13 | -19/+84 |
|\ \ \ \ | |||||
| * | | | | Add support for Git push options, specifically ci.skip | Jonathon Reinhart | 2018-12-31 | 13 | -19/+84 |
* | | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-1-43' into 'master' | Kamil Trzciński | 2019-01-02 | 3 | -4/+9 |
|\ \ \ \ \ | |||||
| * | | | | | Update GitLab Runner Helm Chart to 0.1.43update-gitlab-runner-helm-chart-to-0-1-43 | Tomasz Maczukin | 2018-12-31 | 3 | -4/+9 |
* | | | | | | Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master' | Grzegorz Bizon | 2019-01-02 | 7 | -44/+83 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Bump Ruby on Rails to 5.0.7.1blackst0ne-bump-rails-cve-2018-16476 | blackst0ne | 2018-12-21 | 7 | -44/+83 |
* | | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | John Jarvis | 2019-01-02 | 40 | -71/+470 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'security-label-xss' into 'master' | John Jarvis | 2019-01-02 | 3 | -1/+28 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Escape html entities when no label found | Jarka Košanová | 2018-12-12 | 3 | -1/+28 |
| * | | | | | | | | Merge branch 'security-master-secret-ci-variables-exposed' into 'master' | John Jarvis | 2019-01-02 | 20 | -44/+372 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Add CHANGELOG entry | Matija Čupić | 2018-12-08 | 1 | -0/+5 |
| | * | | | | | | | | Use full ref when creating MR pipeline in specs | Matija Čupić | 2018-12-08 | 1 | -6/+6 |
| | * | | | | | | | | Use build for testing HasRef | Matija Čupić | 2018-12-08 | 1 | -8/+8 |
| | * | | | | | | | | Support merge_request pipeline ref types | Matija Čupić | 2018-12-08 | 1 | -7/+3 |
| | * | | | | | | | | Check resolved_ref before checking if protected | Matija Čupić | 2018-12-08 | 1 | -1/+2 |
| | * | | | | | | | | Check for explicit true or false in specs | Matija Čupić | 2018-12-08 | 1 | -6/+22 |
| | * | | | | | | | | Conditionally assign ref_name for more efficiency | Matija Čupić | 2018-12-08 | 1 | -1/+5 |
| | * | | | | | | | | Refactor Project#protected_for? specs | Matija Čupić | 2018-12-08 | 1 | -51/+67 |
| | * | | | | | | | | Add specs when full ref is passed to protected_for | Matija Čupić | 2018-12-08 | 2 | -2/+22 |
| | * | | | | | | | | Remove resolving conditional from protected_for | Matija Čupić | 2018-12-08 | 2 | -7/+24 |
| | * | | | | | | | | Raise an error on ambiguous refs | Matija Čupić | 2018-12-08 | 3 | -3/+5 |
| | * | | | | | | | | Rename Repository#resolve_ref to expand_ref | Matija Čupić | 2018-12-08 | 3 | -14/+13 |
| | * | | | | | | | | Make full ref in Repository#resolve_ref explicit | Matija Čupić | 2018-12-08 | 1 | -1/+1 |
| | * | | | | | | | | Implement Command#ambiguous_ref? | Matija Čupić | 2018-12-08 | 3 | -1/+27 |
| | * | | | | | | | | Simplify conditionals in Project#protected_ref? | Matija Čupić | 2018-12-08 | 1 | -2/+6 |
| | * | | | | | | | | Revert "Use to_s.start_with? in tag/branch ref method" | Matija Čupić | 2018-12-08 | 1 | -2/+2 |
| | * | | | | | | | | Implement Repository#ambiguous_ref? | Matija Čupić | 2018-12-08 | 5 | -45/+67 |
| | * | | | | | | | | Use to_s.start_with? in tag/branch ref method | Matija Čupić | 2018-12-08 | 1 | -2/+2 |
| | * | | | | | | | | Move Project#resolve_ref to Repository | Matija Čupić | 2018-12-08 | 5 | -67/+65 |
| | * | | | | | | | | Search for tag / branch ref from beginning | Matija Čupić | 2018-12-08 | 1 | -2/+2 |
| | * | | | | | | | | Remove Repository#find_ref | Matija Čupić | 2018-12-08 | 2 | -46/+0 |
| | * | | | | | | | | Use strings instead of Gitlab::Git::Ref | Matija Čupić | 2018-12-08 | 2 | -36/+19 |
| | * | | | | | | | | Allow any character in tag / branch ref regex | Matija Čupić | 2018-12-08 | 1 | -2/+2 |
| | * | | | | | | | | Remove Gitlab::Git::Ref#full_ref | Matija Čupić | 2018-12-08 | 7 | -46/+7 |
| | * | | | | | | | | Check for Tag/Branch corectness | Matija Čupić | 2018-12-08 | 2 | -5/+21 |
| | * | | | | | | | | Reintroduce Command#protected_ref? | Matija Čupić | 2018-12-08 | 8 | -10/+36 |
| | * | | | | | | | | Use nil instead of raising AmbiguousRef | Matija Čupić | 2018-12-08 | 3 | -7/+14 |
| | * | | | | | | | | Use Gitlab::Git::Ref in Project#resolve_ref | Matija Čupić | 2018-12-08 | 9 | -28/+113 |