Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename License entity to RepoLicense to avoid conflict with EElicense-templates-and-api-12804 | Rémy Coutable | 2016-04-19 | 2 | -3/+3 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix specs | Rémy Coutable | 2016-04-18 | 4 | -19/+9 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update to licensee 8.0.0 and fix API specs | Rémy Coutable | 2016-04-18 | 4 | -12/+13 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix features specs (hopefully) | Rémy Coutable | 2016-04-18 | 2 | -4/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Continue implementation of the license template selector and /licenses API ↵ | Rémy Coutable | 2016-04-18 | 22 | -207/+588 |
| | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Initial implementation if license template selector and /licenses/:key API ↵ | Anton Davydov | 2016-04-18 | 12 | -3/+156 |
| | | | | endpoint | ||||
* | 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 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 | ||||
* | | | | Merge branch 'number_sign_for_external_issue_ref' into 'master' | Douwe Maan | 2016-04-17 | 3 | -0/+22 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add number sign on external issue reference text Currently, external issue link is `<a ...>123</a>`. After it will be: `<a ...>#123</a>`. See merge request !3350 | ||||
| * | | | | Add CHANGELOG entry | BaldinoF | 2016-04-17 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Merge branch 'master' into number_sign_for_external_issue_ref | BaldinoF | 2016-04-17 | 708 | -5086/+29281 |
| |\ \ \ \ | |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'issues-mobile-header' into 'master' | Jacob Schatz | 2016-04-16 | 12 | -163/+158 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored issue header to work better for mobile This will also work better for when the title makes the buttons drop down a new line Closes #14228 See merge request !3487 | ||||
| * | | | | | Updated some if statementsissues-mobile-header | Phil Hughes | 2016-04-16 | 2 | -43/+40 |
| | | | | | | |||||
| * | | | | | Fixed tests | Phil Hughes | 2016-04-16 | 2 | -5/+5 |
| | | | | | | |||||
| * | | | | | Added CHANGELOG item | Phil Hughes | 2016-04-16 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Fixed up based on feedback | Phil Hughes | 2016-04-16 | 4 | -11/+9 |
| | | | | | | |||||
| * | | | | | Alignment with sidebar | Phil Hughes | 2016-04-16 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fixed tests | Phil Hughes | 2016-04-16 | 2 | -7/+5 |
| | | | | | | |||||
| * | | | | | Moved meta information into an issuable helper method | Phil Hughes | 2016-04-16 | 3 | -17/+14 |
| | | | | | | |||||
| * | | | | | Merge request header markup now matches issue markup for consistancy | Phil Hughes | 2016-04-16 | 2 | -34/+41 |
| | | | | | |