Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ide-commit-box-highlight' into 'master' | Filipa Lacerda | 2018-04-18 | 2 | -13/+174 |
|\ | |||||
| * | remove helpText test from radio_group_spec.js | Phil Hughes | 2018-04-17 | 1 | -13/+0 |
| * | updates to component | Phil Hughes | 2018-04-16 | 1 | -5/+5 |
| * | added specs to message_field.vue | Phil Hughes | 2018-04-16 | 1 | -0/+174 |
* | | Merge branch 'bw-commonmark-cached-markdown-version' into 'master' | Sean McGivern | 2018-04-18 | 2 | -69/+116 |
|\ \ | |||||
| * | | for cached markdown fields, select the correct engine | Brett Walker | 2018-04-17 | 2 | -69/+116 |
| |/ | |||||
* | | Merge branch 'stuartnelson3/gitlab-ce-stn/issue-due-email' into 'master' | Douwe Maan | 2018-04-18 | 3 | -0/+83 |
|\ \ | |||||
| * | | Use `bulk_perform_async` to schedule issue due emails | Sean McGivern | 2018-04-17 | 1 | -2/+1 |
| * | | Make issue due email more consistent with other mailers | Sean McGivern | 2018-04-17 | 1 | -0/+2 |
| * | | Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email' | Sean McGivern | 2018-04-10 | 398 | -12041/+20799 |
| |\ \ | |||||
| * | | | Send emails for issues due tomorrow | Sean McGivern | 2018-03-30 | 3 | -17/+44 |
| * | | | Only send issue due emails to participants and custom subscribers | Sean McGivern | 2018-03-30 | 1 | -3/+10 |
| * | | | Merge branch 'master' into stuartnelson3/gitlab-ce-stn/issue-due-email | Sean McGivern | 2018-03-30 | 142 | -1591/+5288 |
| |\ \ \ | |||||
| * | | | | Send issue due emails to all participants | Sean McGivern | 2018-03-30 | 2 | -22/+31 |
| * | | | | Add failing notification_recipient_service specstuartnelson3/gitlab-ce-stn/issue-due-email | Stuart Nelson | 2018-03-26 | 1 | -0/+22 |
| * | | | | Remove 'useless' variable assignment | Stuart Nelson | 2018-03-26 | 1 | -2/+2 |
| * | | | | Add spec for issue_due_worker | Stuart Nelson | 2018-03-26 | 1 | -0/+7 |
| * | | | | Create cron issue due spec skeleton | Stuart Nelson | 2018-03-26 | 1 | -0/+10 |
* | | | | | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 5 | -3/+204 |
* | | | | | Merge branch '45456-improve-performance-of-cicd-jobs-request' into 'master' | Kamil Trzciński (OoO till 16th of April) | 2018-04-18 | 1 | -4/+0 |
|\ \ \ \ \ | |||||
| * | | | | | Move Ci::BuildMetadata#update_timeout_state to after_transition callback | Tomasz Maczukin | 2018-04-17 | 1 | -4/+0 |
* | | | | | | Merge branch '40402-time-estimate-system-notes-can-be-confusing' into 'master' | Sean McGivern | 2018-04-18 | 1 | -1/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a comma to the time system notes estimates | Jose Ivan Vargas | 2018-04-16 | 1 | -1/+7 |
* | | | | | | | Merge branch '44981-http-io-trace-with-multi-byte-char' into 'master' | Kamil Trzciński (OoO till 16th of April) | 2018-04-18 | 2 | -611/+2872 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Make HTTPIO compatible with multi-byte chars (Extracted from ChunkedIO) | Shinya Maeda | 2018-04-17 | 2 | -611/+2872 |
* | | | | | | | | Merge branch 'improve-jobs-queuing-time-metric' into 'master' | Kamil Trzciński (OoO till 16th of April) | 2018-04-18 | 3 | -2/+136 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Protect register_job_service from pending job with queued_at=nil | Tomasz Maczukin | 2018-04-10 | 1 | -1/+23 |
| * | | | | | | | | Ensure that enqueuing a commit status always sets 'queued_at' value | Tomasz Maczukin | 2018-04-10 | 1 | -0/+32 |
| * | | | | | | | | Partition job_queue_duration_seconds with jobs_running_for_project | Tomasz Maczukin | 2018-04-10 | 2 | -2/+82 |
* | | | | | | | | | Merge branch 'zj-uri-type-empty' into 'master' | Douwe Maan | 2018-04-18 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Return nil on empty path | Zeger-Jan van de Weg | 2018-04-17 | 1 | -0/+5 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ce-port-sh-fix-issue-45350' into 'master' | Stan Hu | 2018-04-17 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove ambiguity when forking a project to a user's namespace | Stan Hu | 2018-04-17 | 1 | -2/+2 |
* | | | | | | | | | | Merge branch '21677-run-pipeline-word' into 'master' | Tim Zallmann | 2018-04-17 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Update wording in rspec | Filipa Lacerda | 2018-04-16 | 1 | -4/+4 |
* | | | | | | | | | | | Merge branch '45271-collpased-diff-loading' into 'master' | Phil Hughes | 2018-04-17 | 1 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix rubocop | Filipa Lacerda | 2018-04-13 | 1 | -1/+0 |
| * | | | | | | | | | | | Render only one error message per diff | Filipa Lacerda | 2018-04-13 | 1 | -1/+1 |
| * | | | | | | | | | | | Fixes unresolved discussions rendering the error state instead of the diff | Filipa Lacerda | 2018-04-12 | 1 | -0/+18 |
* | | | | | | | | | | | | Merge branch 'ide-tree-loading-fix' into 'master' | Filipa Lacerda | 2018-04-17 | 1 | -0/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fixed loading state not showing in IDE tree list | Phil Hughes | 2018-04-17 | 1 | -0/+10 |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch '45363-optional-params-on-api-endpoint-produce-invalid-paginatio... | Nick Thomas | 2018-04-17 | 1 | -0/+15 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | [API] Fix URLs in the 'Link' header for 'GET /projects/:id/repository/contrib... | Rémy Coutable | 2018-04-17 | 1 | -0/+15 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Fix the input confirmation validation for the delete branches modal | Paul | 2018-04-17 | 1 | -0/+40 |
* | | | | | | | | | | | Replace 'GKE' with 'Google Kubernetes Engine' | Taurie Davis | 2018-04-17 | 2 | -5/+5 |
* | | | | | | | | | | | Merge branch 'replace-build-permissions' into 'master' | Rémy Coutable | 2018-04-17 | 1 | -0/+130 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Replace project builds permissions spinach with RSpec | Semyon Pupkov | 2018-04-17 | 1 | -0/+130 |
* | | | | | | | | | | | | Merge branch 'sh-memoize-repository-empty' into 'master' | Grzegorz Bizon | 2018-04-17 | 2 | -0/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Fix failing ./spec/lib/backup/repository_spec.rb by clearing the memoized value | Stan Hu | 2018-04-14 | 2 | -1/+8 |
| * | | | | | | | | | | | | Memoize Git::Repository#has_visible_content? | Stan Hu | 2018-04-14 | 1 | -1/+11 |