Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve mergeafter-script | Kamil Trzcinski | 2016-04-18 | 1 | -15/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 27 | -114/+363 |
|\ | |||||
| * | Merge branch 'tasklist-fix' into 'master' | Jacob Schatz | 2016-04-18 | 2 | -6/+0 |
| |\ | | | | | | | | | | | | | | | | | | | Fixed issue with tasklist toggling sidebar refresh Closes #15270 See merge request !3782 | ||||
| | * | Fixed issue with tasklist toggling sidebar refreshtasklist-fix | Phil Hughes | 2016-04-18 | 2 | -6/+0 |
| | | | | | | | | | | | | Closes #15270 | ||||
| * | | Merge branch 'import-feedback' into 'master' | Jacob Schatz | 2016-04-18 | 9 | -41/+122 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Added loading icon to import buttons See #14488 for more details See merge request !3662 | ||||
| | * | | Addressed feedback | Phil Hughes | 2016-04-18 | 1 | -3/+3 |
| | | | | |||||
| | * | | Variable nameimport-feedback | Phil Hughes | 2016-04-14 | 1 | -2/+2 |
| | | | | |||||
| | * | | Updated based on feedback | Phil Hughes | 2016-04-14 | 8 | -25/+25 |
| | | | | |||||
| | * | | Moved loading icon to match todo loading icon | Phil Hughes | 2016-04-12 | 7 | -16/+16 |
| | | | | |||||
| | * | | Added loading icon to import buttons | Phil Hughes | 2016-04-11 | 8 | -39/+120 |
| | | | | | | | | | | | | | | | | See #14488 for more details | ||||
| * | | | Merge branch 'print-style' into 'master' | Jacob Schatz | 2016-04-18 | 3 | -13/+34 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print style [test.pdf](/uploads/0dab5c1b2d0c4d0cd7e8930e9b660a9f/test.pdf) Closes #14201 See merge request !3784 | ||||
| | * | | | CHANGELOG itemprint-style | Phil Hughes | 2016-04-18 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Updated print style | Phil Hughes | 2016-04-18 | 2 | -13/+33 |
| | | |/ | | |/| | | | | | | | | | Closes #14201 | ||||
| * | | | Merge branch 'discussion-notes' into 'master' | Jacob Schatz | 2016-04-18 | 6 | -19/+24 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussion notes update - At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues - Moved the dates to be in the header like other notes - Fixed overlapping issue on mobile See merge request !3720 | ||||
| | * | | | Fixed testsdiscussion-notes | Phil Hughes | 2016-04-14 | 2 | -13/+13 |
| | | | | | |||||
| | * | | | Dicussion action mobile fix | Phil Hughes | 2016-04-14 | 1 | -0/+11 |
| | | | | | |||||
| | * | | | Discussion notes update | Phil Hughes | 2016-04-14 | 7 | -31/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment discussion notes are rendered in a list but arent actually a list item and that can cause overflow issues Moved the dates to be in the header like other notes Fixed overlapping issue on mobile | ||||
| * | | | | Merge branch 'feature/ci-job-env-variables' into 'master' | Grzegorz Bizon | 2016-04-18 | 8 | -35/+168 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add environment variables on a job level in CI Make it possible to define environment variables on a job level. Closes #14716 See merge request !3612 | ||||
| | * | | | | Minor refactorings in CI configfeature/ci-job-env-variables | Grzegorz Bizon | 2016-04-18 | 2 | -7/+10 |
| | | | | | | |||||
| | * | | | | Add minor fixes in docs for job-specific variables | Grzegorz Bizon | 2016-04-18 | 2 | -11/+7 |
| | | | | | | |||||
| | * | | | | Validate job-level variables in YAML config file | Grzegorz Bizon | 2016-04-18 | 2 | -13/+40 |
| | | | | | | |||||
| | * | | | | Update documentation on job level build variables | Grzegorz Bizon | 2016-04-18 | 1 | -4/+6 |
| | | | | | | |||||
| | * | | | | Improve grammar in CI documentation for build vars | Grzegorz Bizon | 2016-04-18 | 1 | -4/+7 |
| | | | | | | |||||
| | * | | | | Add documentation for job-level build variables | Grzegorz Bizon | 2016-04-18 | 2 | -1/+24 |
| | | | | | | |||||
| | * | | | | Minor refactoring in code related to job variables | Grzegorz Bizon | 2016-04-18 | 2 | -24/+25 |
| | | | | | | |||||
| | * | | | | Remove code that removes duplicate CI variables | Grzegorz Bizon | 2016-04-18 | 2 | -15/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At this point this is being handled by GitLab Runner and we need to introduce this as a separate merge request. | ||||
| | * | | | | Add Changelog entry for job-level variables | Grzegorz Bizon | 2016-04-18 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Improve build specs for job environment variables | Grzegorz Bizon | 2016-04-18 | 1 | -2/+5 |
| | | | | | | |||||
| | * | | | | Make CI config return empty array if no job variables | Grzegorz Bizon | 2016-04-18 | 2 | -2/+17 |
| | | | | | | |||||
| | * | | | | Rename method that returns global envs in CI conf | Grzegorz Bizon | 2016-04-18 | 3 | -3/+3 |
| | | | | | | |||||
| | * | | | | Read job variables directly from gitlab CI config | Grzegorz Bizon | 2016-04-18 | 5 | -25/+38 |
| | | | | | | |||||
| | * | | | | Make it possible to override build variables | Grzegorz Bizon | 2016-04-18 | 3 | -7/+22 |
| | | | | | | |||||
| | * | | | | Add `variables` keyword to job in CI config YAML | Grzegorz Bizon | 2016-04-18 | 4 | -15/+60 |
| | | | | | | |||||
* | | | | | | Merge remote-tracking branch 'origin/master' into after-script | Kamil Trzcinski | 2016-04-18 | 32 | -246/+597 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'edit-last-comment' into 'master' | Dmitriy Zaporozhets | 2016-04-18 | 2 | -7/+38 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scroll to the last comment I made and edit it. Pressing up in an empty comment box will edit your last comment. Also now when you click edit on a comment it will put the cursor at the end. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15267  See merge request !3757 | ||||
| | * | | | | Add move cursor to last character for editing comment also.edit-last-comment | Jacob Schatz | 2016-04-16 | 1 | -4/+9 |
| | | | | | | |||||
| | * | | | | When editing put the cursor at the end of the textarea | Jacob Schatz | 2016-04-15 | 1 | -1/+5 |
| | | | | | | |||||
| | * | | | | Scroll to the last comment I made and edit it. | Jacob Schatz | 2016-04-15 | 2 | -7/+29 |
| | | | | | | |||||
| * | | | | | Merge branch 'instrument-repository-archive-worker' into 'master' | Rémy Coutable | 2016-04-18 | 3 | -4/+30 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instrument Repository.clean_old_archives This is done so we have some metrics for https://gitlab.com/gitlab-org/gitlab-ce/issues/15256. See merge request !3742 | ||||
| | * | | | | | Instrument Repository.clean_old_archives | Yorick Peterse | 2016-04-18 | 3 | -4/+30 |
| |/ / / / / | |||||
| * | | | | | Merge branch 'fix-method-instrumentation' into 'master' | Rémy Coutable | 2016-04-18 | 3 | -24/+65 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Module#prepend for method instrumentation cc @pcarranza See merge request !3754 | ||||
| | * | | | | | Use Module#prepend for method instrumentationfix-method-instrumentation | Yorick Peterse | 2016-04-18 | 3 | -24/+65 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using Module#prepend we can define a Module containing all proxy methods. This removes the need for setting up crazy method alias chains and in turn prevents us from having to deal with all that madness (e.g. methods calling each other recursively). Fixes gitlab-org/gitlab-ce#15281 | ||||
| * | | | | | Merge branch '14552-signup-password-leak' into 'master' | Rémy Coutable | 2016-04-18 | 3 | -5/+60 |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't populate the password field on signup validation errors - Previously, we were pulling `params[:user][:password]` as the default value for the password field. This is incorrect; we should be pulling it from `@user.password` or the like. [Closes #14552] See merge request !3691 | ||||
| | * | | | | Move CHANGELOG entry to a random place. | Timothy Andrew | 2016-04-18 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Add acceptance test to check if the user password persists after form ↵ | Timothy Andrew | 2016-04-18 | 1 | -0/+55 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | redisplays. - While signing up. | ||||
| | * | | | | Merge remote-tracking branch 'origin/master' into 14552-signup-password-leak14552-signup-password-leak | Timothy Andrew | 2016-04-18 | 234 | -1012/+3985 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'fix-issue-dropzone' into 'master' | Stan Hu | 2016-04-18 | 3 | -2/+40 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with dropzone not working on new issuable Closes #15295 See merge request !3760 | ||||
| | * | | | | | Added upload file test to new issue formfix-issue-dropzone | Phil Hughes | 2016-04-17 | 1 | -0/+38 |
| | | | | | | | |||||
| | * | | | | | Fix issue with go full screen triggering attach file | Phil Hughes | 2016-04-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | Fixed issue with dropzone not working on new issuable | Phil Hughes | 2016-04-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15295 |