Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'issue_17302' into 'master' | Rémy Coutable | 2016-05-18 | 1 | -18/+29 |
|\ | | | | | | | | | | | | | Fix api leaking notes when user is not authorized to read noteable fixes #17302 See merge request !4102 | ||||
| * | Move note helper method to notes entity fileissue_17302 | Felipe Artur | 2016-05-17 | 2 | -6/+8 |
| | | |||||
| * | Fix single note api request | Felipe Artur | 2016-05-16 | 2 | -5/+9 |
| | | |||||
| * | Fix notes API calls symbol convertions | Felipe Artur | 2016-05-10 | 1 | -3/+3 |
| | | |||||
| * | Fix api leaking notes when user is not authorized to read noteable | Felipe Artur | 2016-05-09 | 1 | -13/+18 |
| | | |||||
* | | fix typo from bad refactoring | James Lopez | 2016-05-17 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'wiki-fix-reloaded' into 'master' | Rémy Coutable | 2016-05-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the relative url prefix for links in Wiki Retry of gitlab-org/gitlab-ce!4026 @rymai !4050 solved all other problems how it looks like. I [tested](https://gitlab.com/artem-forks/gitlab-ce/commit/ff01eca7b559efa7cacf3412aa01cd8ae8a6db7e/builds) this with ruby22 Fixes #17071 See merge request !4131 | ||||
| * | | Use the relative url prefix for links in Wiki | Artem Sidorenko | 2016-05-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'docker-registry' into 'master' | Douwe Maan | 2016-05-16 | 4 | -1/+95 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787 | ||||
| * | | | Rename JWT to JSONWebToken | Kamil Trzcinski | 2016-05-14 | 2 | -2/+2 |
| | | | | |||||
| * | | | Simplify JWT::RSAToken::kid | Kamil Trzcinski | 2016-05-14 | 1 | -4/+8 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-13 | 28 | -344/+362 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | # Conflicts: # config/initializers/1_settings.rb | ||||
| * | | | Improve JWT::RSAToken::kid | Kamil Trzcinski | 2016-05-13 | 1 | -4/+6 |
| | | | | |||||
| * | | | Fix CI tests | Kamil Trzcinski | 2016-05-12 | 2 | -3/+3 |
| | | | | |||||
| * | | | Rename DockerAuthenticationService to ContainerRegistryAuthenticationService | Kamil Trzcinski | 2016-05-09 | 1 | -8/+6 |
| | | | | |||||
| * | | | Remove unused parts | Kamil Trzcinski | 2016-05-09 | 2 | -188/+0 |
| | | | | |||||
| * | | | Rename `images` to `container_registry` | Kamil Trzcinski | 2016-05-09 | 2 | -6/+6 |
| | | | | |||||
| * | | | Revert "Eager load `lib/api`" | Kamil Trzcinski | 2016-05-09 | 3 | -139/+139 |
| | | | | | | | | | | | | | | | | This reverts commit 0a280158efeb7f681589ae7af24f0ed9052de809. | ||||
| * | | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-09 | 13 | -34/+255 |
| |\ \ \ | |||||
| * | | | | Split docker authentication service | Kamil Trzcinski | 2016-05-02 | 2 | -0/+84 |
| | | | | | |||||
| * | | | | Eager load `lib/api` | Timothy Andrew | 2016-04-29 | 3 | -139/+139 |
| | | | | | | | | | | | | | | | | | | | | - So that the server doesn't have to be restarted for every change in dev. | ||||
| * | | | | Missing parameters of docker payload | Kamil Trzcinski | 2016-04-29 | 1 | -2/+21 |
| | | | | | |||||
| * | | | | Audience | Kamil Trzcinski | 2016-04-29 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Auth token | Kamil Trzcinski | 2016-04-29 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Try to fix auth service | Kamil Trzcinski | 2016-04-29 | 1 | -17/+17 |
| | | | | | |||||
| * | | | | Make images_enabled configurable | Kamil Trzcinski | 2016-04-29 | 2 | -1/+7 |
| | | | | | |||||
| * | | | | Added authentication service for docker registry | Kamil Trzcinski | 2016-04-29 | 2 | -0/+167 |
| | | | | | |||||
* | | | | | Merge branch 'gh-pull-requests' | Douwe Maan | 2016-05-16 | 3 | -57/+97 |
|\ \ \ \ \ | |||||
| * | | | | | Remove branches that does exist on GitHub after PRs were imported | Douglas Barbosa Alexandre | 2016-05-13 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Fix validation method for Gitlab::GithubImport::PullRequestFormatter | Douglas Barbosa Alexandre | 2016-05-13 | 2 | -3/+6 |
| | | | | | | |||||
| * | | | | | Extract GitHub branch formatter | Douglas Barbosa Alexandre | 2016-05-13 | 3 | -77/+52 |
| | | | | | | |||||
| * | | | | | Import PRs where branch names were reused across PRs | Douglas Barbosa Alexandre | 2016-05-13 | 1 | -4/+24 |
| | | | | | | |||||
| * | | | | | Preserve commits/diff/comments for PRs that were merged on GitHub | Douglas Barbosa Alexandre | 2016-05-13 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Fix spec for Gitlab::GithubImport::PullRequestFormatter | Douglas Barbosa Alexandre | 2016-05-13 | 2 | -6/+6 |
| | | | | | | |||||
| * | | | | | Import pull requests from GitHub where the target branch was removed | Douglas Barbosa Alexandre | 2016-05-13 | 2 | -12/+31 |
| | | | | | | |||||
| * | | | | | Import pull requests from GitHub where the source branch was removed | Douglas Barbosa Alexandre | 2016-05-13 | 2 | -27/+47 |
| | |_|/ / | |/| | | | |||||
* | | | | | Add cache count metrics to rails cacheadd-cache-count-metrics | Pablo Carranza | 2016-05-15 | 1 | -5/+7 |
| | | | | | |||||
* | | | | | Clean up LegacyDiffNote somewhat | Douwe Maan | 2016-05-13 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Extract LegacyDiffNote out of Note | Douwe Maan | 2016-05-13 | 2 | -3/+5 |
|/ / / / | |||||
* | | | | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 3 | -5/+5 |
| | | | | |||||
* | | | | Merge branch 'deprecated-class-methods-cop' into 'master' | Robert Speicher | 2016-05-12 | 2 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the Rubocop DeprecatedClassMethods cop This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods. See merge request !4087 | ||||
| * | | | | Enable the Rubocop DeprecatedClassMethods cop | Connor Shea | 2016-05-08 | 2 | -2/+2 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods. | ||||
* | | | | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 7 | -77/+80 |
| | | | | | | | | | | | | | | | | Closes #15638 | ||||
* | | | | Merge branch 'send-incremental-build-log' into 'master' | Jacob Schatz | 2016-05-12 | 1 | -21/+62 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update build log incrementally Proof of concept implementation of incremental sending of build log to browser. cc @jschatz1 @vsizov @grzesiek @tmaczukin See merge request !3737 | ||||
| * \ \ \ | Merge remote-tracking branch 'origin/master' into send-incremental-build-log | Kamil Trzcinski | 2016-05-10 | 7 | -50/+22 |
| |\ \ \ \ | |||||
| * | | | | | Encode state as base64 string | Kamil Trzcinski | 2016-05-09 | 1 | -4/+9 |
| | | | | | | |||||
| * | | | | | Send trace to a browser incrementally when build is running | Kamil Trzcinski | 2016-05-09 | 1 | -21/+57 |
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | We send a state of ansi2html to client, client needs to send this state back. The state describes the configuration of generator and position within trace. | ||||
* | | | | | Removed tracking of total method execution timestotal-method-time | Yorick Peterse | 2016-05-12 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because method call timings are inclusive (that is, they include the time of any sub method calls) this would lead to the total method execution time often being far greater than the total transaction time. Because this is incredibly confusing it's best to simply _not_ track the total method execution time, after all it's not that useful to begin with. Fixes gitlab-org/gitlab-ce#17239 | ||||
* | | | | | Add a spec for `WikiLinkFilter` | Timothy Andrew | 2016-05-12 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | - And fix behavior for non-file hierarchical links. | ||||
* | | | | | Merge branch '17249-starred' into 'master' | Robert Speicher | 2016-05-11 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restrict starred projects to viewable ones `User#starred_projects` doesn't perform any visibility checks. This has a couple of problems: 1. It assumes a user can always view all of their starred projects in perpetuity (project not changed to private, access revoked, etc.). 2. It assumes that we'll only ever allow a user to star a project they can view. This is currently the case, but bugs happen. Add `User#viewable_starred_projects` to filter the starred projects by those the user either has explicit access to, or are public or internal. Then use that in all places where we list the user's starred projects. Closes #17249. See merge request !4108 |