Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | rename method | James Lopez | 2016-05-12 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | fix silly typo | James Lopez | 2016-05-12 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | Merge branches 'fix/import-data-issue' and 'master' of gitlab.com:gitlab-org/... | James Lopez | 2016-05-11 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | fix complexity of method | James Lopez | 2016-05-11 | 1 | -11/+19 | |
| * | | | | | | | | | | | | | | | trying to fix timing issue with import status | James Lopez | 2016-05-11 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | create import data in service | James Lopez | 2016-05-10 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | Fix offline_token http_status code | Kamil Trzcinski | 2016-05-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Fix http status codes for container registry authentication service | Kamil Trzcinski | 2016-05-15 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Improve authentication service specs | Kamil Trzcinski | 2016-05-15 | 1 | -3/+3 | |
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Rename JWT to JSONWebToken | Kamil Trzcinski | 2016-05-14 | 1 | -16/+11 | |
| |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Fix authentication service | Kamil Trzcinski | 2016-05-14 | 1 | -1/+7 | |
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Use Auth::ContainerRegistryAuthenticationService | Kamil Trzcinski | 2016-05-14 | 2 | -71/+69 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-13 | 4 | -4/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | / / / | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Codestyle: make sure we have space around operators | Gabriel Mazetto | 2016-05-13 | 2 | -2/+2 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Improve log message when a project is destroyed to include the namespace | Stan Hu | 2016-05-10 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge branch 'escape-commit-titles' into 'master' | Robert Speicher | 2016-05-08 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | Escape HTML in commit titles in system note messages | Stan Hu | 2016-05-07 | 1 | -1/+5 | |
* | | | | | | | | Move JWT to Gitlab::JWT | Kamil Trzcinski | 2016-05-13 | 1 | -50/+52 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Fix CI tests | Kamil Trzcinski | 2016-05-12 | 1 | -3/+3 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Rename DockerAuthenticationService to ContainerRegistryAuthenticationService | Kamil Trzcinski | 2016-05-09 | 1 | -9/+13 | |
* | | | | | | Make code more clear in what is done | Kamil Trzcinski | 2016-05-09 | 1 | -9/+9 | |
* | | | | | | Merge remote-tracking branch 'origin/master' into docker-registry | Kamil Trzcinski | 2016-05-09 | 9 | -49/+74 | |
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | ||||||
| * | | | | Reduce delay in destroying a project from 1-minute to immediately | Stan Hu | 2016-05-07 | 1 | -3/+1 | |
| |/ / / | ||||||
| * | | | Merge branch '14564-mr-automatic-title' into 'master' | Douwe Maan | 2016-05-06 | 1 | -6/+30 | |
| |\ \ \ | ||||||
| | * | | | Don't auto-set MR title for confidential issues | Sean McGivern | 2016-05-06 | 1 | -1/+1 | |
| | * | | | Auto-set title for branches created from issues | Sean McGivern | 2016-05-06 | 1 | -6/+30 | |
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into issue_14532_ass... | Long Nguyen | 2016-05-05 | 7 | -38/+39 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Expire repository exists? and has_visible_content? caches after a push if nec... | Stan Hu | 2016-05-04 | 2 | -0/+2 | |
| | * | | | Use a similar approach to branch creation for tag creationuse-rugged-to-create-tag | Rémy Coutable | 2016-05-04 | 2 | -36/+15 | |
| | * | | | Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_ta... | Rémy Coutable | 2016-05-04 | 1 | -21/+17 | |
| | * | | | Merge remote-tracking branch 'dev/master' into 'master' | Robert Speicher | 2016-05-02 | 2 | -0/+14 | |
| | |\ \ \ | ||||||
| | | * | | | Prevent privilege escalation via notes API | Robert Speicher | 2016-04-26 | 1 | -0/+11 | |
| | | * | | | Prevent private project name and namespace from leaking in the new MR view | Rémy Coutable | 2016-04-25 | 1 | -0/+3 | |
| | * | | | | Fix error when trying to create a wiki page | Rémy Coutable | 2016-04-29 | 1 | -1/+2 | |
| * | | | | | Update changelog, improve specs | Long Nguyen | 2016-05-05 | 1 | -1/+1 | |
| * | | | | | Code refactor and fix broken spec | Long Nguyen | 2016-04-28 | 1 | -3/+5 | |
| * | | | | | Allow to assign labels and milestone to target project when moving issue | Long Nguyen | 2016-04-26 | 1 | -1/+10 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Split docker authentication service | Kamil Trzcinski | 2016-05-02 | 1 | -0/+65 | |
| |/ / / |/| | | | ||||||
* | | | | Support supressing text file diffs on the default branch with .gitattributes | Matt Oakes | 2016-04-29 | 1 | -0/+9 | |
|/ / / | ||||||
* | | | Fix Error 500 due to stale cache when projects are renamed or transferred | Stan Hu | 2016-04-25 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | Use association search in issuable create service | Grzegorz Bizon | 2016-04-22 | 1 | -6/+6 | |
* | | Verify label affiliation before assigning to issue | Grzegorz Bizon | 2016-04-22 | 1 | -2/+26 | |
* | | Merge branch 'ci-commit-as-pipeline' into 'master' | Kamil Trzciński | 2016-04-21 | 4 | -20/+32 | |
|\ \ | |/ |/| | ||||||
| * | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipeline | Kamil Trzcinski | 2016-04-19 | 3 | -20/+27 | |
| |\ | ||||||
| * \ | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-16 | 7 | -28/+43 | |
| |\ \ | ||||||
| * \ \ | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline | Kamil Trzcinski | 2016-04-13 | 2 | -24/+36 | |
| |\ \ \ | ||||||
| * | | | | Fix rest of rspec and spinach tests | Kamil Trzcinski | 2016-04-12 | 1 | -1/+1 | |
| * | | | | Fix specs | Kamil Trzcinski | 2016-04-11 | 4 | -8/+10 | |
| * | | | | Use Ci::Commit as Pipeline | Kamil Trzcinski | 2016-04-11 | 3 | -14/+24 | |
* | | | | | Fix wiki tests | Sebastian Klier | 2016-04-20 | 1 | -1/+1 |