Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | Artem Sidorenko | 2016-05-13 | 1 | -1/+1 |
* | | Merge branch 'docker-registry' into 'master' | Douwe Maan | 2016-05-16 | 4 | -1/+95 |
|\ \ | |||||
| * | | 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 |
| |\ \ | | |/ | |||||
| * | | 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 |
| * | | 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 |
| * | | | 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 | Connor Shea | 2016-05-08 | 2 | -2/+2 |
| | |/ | |/| | |||||
* | | | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 7 | -77/+80 |
* | | | Merge branch 'send-incremental-build-log' into 'master' | Jacob Schatz | 2016-05-12 | 1 | -21/+62 |
|\ \ \ | |||||
| * \ \ | 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 |
| | |/ / | |/| | | |||||
* | | | | Removed tracking of total method execution timestotal-method-time | Yorick Peterse | 2016-05-12 | 1 | -2/+0 |
* | | | | Add a spec for `WikiLinkFilter` | Timothy Andrew | 2016-05-12 | 1 | -3/+8 |
* | | | | Merge branch '17249-starred' into 'master' | Robert Speicher | 2016-05-11 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Restrict starred projects to viewable ones | Sean McGivern | 2016-05-10 | 1 | -1/+1 |
* | | | | | Merge branch '17270-only-generate-email-on-push-once-for-all-recipients' into... | Robert Speicher | 2016-05-11 | 1 | -3/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Only generate repository push email once | Sean McGivern | 2016-05-11 | 1 | -3/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'casecmp-cop' into 'master' | Rémy Coutable | 2016-05-11 | 2 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Enable Rubocop Casecmp Performance Cop. | Connor Shea | 2016-05-10 | 2 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'string-replacement-cop' into 'master' | Rémy Coutable | 2016-05-11 | 1 | -1/+1 |
|\ \ \ \ \ |