Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check if user can read issue before being assignedissue_22664 | Felipe Artur | 2016-12-27 | 4 | -23/+32 |
* | Fix issuable assignee update bug when previous assignee is null | Felipe Artur | 2016-12-20 | 1 | -3/+4 |
* | Merge branch 'avatar-circles' into 'master' | Fatih Acet | 2016-12-20 | 2 | -2/+1 |
|\ | |||||
| * | Fix sizing of avatar circles; add borderavatar-circles | Annabel Dunstone Gray | 2016-12-20 | 2 | -2/+1 |
* | | Merge branch '25093-hide-new-issue-btn-non-loggedin-user' into 'master' | Fatih Acet | 2016-12-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | hides new issue btn for now loggedin user | Nur Rony | 2016-12-19 | 1 | -1/+1 |
* | | | Merge branch 'bold-wip-removed-note' into 'master' | Sean McGivern | 2016-12-20 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Make 'unmarked as WIP' message more consistent | jurre | 2016-12-20 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge branch 'jej-memoize-milestoneish-visible-to-user' into 'master' | Sean McGivern | 2016-12-20 | 3 | -6/+36 |
|\ \ \ | |/ / |/| | | |||||
| * | | Milestoneish SQL performance partially improved and memoizedjej-memoize-milestoneish-visible-to-user | James Edwards-Jones | 2016-12-20 | 3 | -6/+36 |
* | | | Merge branch 'project-authorizations-diff' into 'master' | Nick Thomas | 2016-12-20 | 4 | -49/+152 |
|\ \ \ | |||||
| * | | | Smarter refreshing of authorized projectsproject-authorizations-diff | Yorick Peterse | 2016-12-19 | 4 | -49/+152 |
* | | | | Merge branch '25678-remove-user-build' into 'master' | Rémy Coutable | 2016-12-20 | 1 | -4/+0 |
|\ \ \ \ | |||||
| * | | | | remove build_user from model User | Arsenev Vladislav | 2016-12-18 | 1 | -4/+0 |
* | | | | | Merge branch '22348-gitea-importer' into 'master' | Rémy Coutable | 2016-12-20 | 12 | -112/+225 |
|\ \ \ \ \ | |||||
| * | | | | | Add Project#gitea_import?22348-gitea-importer | Rémy Coutable | 2016-12-19 | 1 | -0/+4 |
| * | | | | | Namespace access token session key in `Import::GithubController` | Rémy Coutable | 2016-12-19 | 2 | -12/+20 |
| * | | | | | Reduce duplication for GitHubish import status view | Rémy Coutable | 2016-12-19 | 4 | -121/+66 |
| * | | | | | Improve Gitlab::ImportSources | Rémy Coutable | 2016-12-19 | 2 | -31/+3 |
| * | | | | | Modify GithubImport to support Gitea | Rémy Coutable | 2016-12-19 | 4 | -12/+11 |
| * | | | | | Rename Gogs to Gitea, DRY the controller and improve views | Rémy Coutable | 2016-12-19 | 12 | -153/+162 |
| * | | | | | Gogs Importer | Kim "BKC" Carlbäcker | 2016-12-19 | 8 | -1/+177 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch '22864-kubernetes-deploy-with-terminal' into 'master' | Kamil Trzciński | 2016-12-20 | 20 | -23/+426 |
|\ \ \ \ \ | |||||
| * | | | | | Add terminal UI and controller actions | Fatih Acet | 2016-12-19 | 13 | -10/+119 |
| * | | | | | Add terminals to the Kubernetes deployment service | Nick Thomas | 2016-12-19 | 6 | -12/+118 |
| * | | | | | Add a ReactiveCaching concern for use in the KubernetesService | Nick Thomas | 2016-12-19 | 2 | -0/+125 |
| * | | | | | Add xterm.js 2.1.0 and a wrapper class to the asset pipeline | Nick Thomas | 2016-12-19 | 2 | -0/+67 |
| * | | | | | Remove unnecessary hidden svg elements for icons. | Fatih Acet | 2016-12-19 | 1 | -4/+0 |
| * | | | | | Fix consistent typo in environment.js | Fatih Acet | 2016-12-19 | 1 | -5/+5 |
* | | | | | | Merge branch 'zj-kamil-slack-slash-commands' into 'master' | Grzegorz Bizon | 2016-12-20 | 8 | -52/+185 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Improve code design | Kamil Trzcinski | 2016-12-19 | 2 | -6/+8 |
| * | | | | | | Fix spec failures | Kamil Trzcinski | 2016-12-18 | 1 | -1/+1 |
| * | | | | | | Added slack slash commands frontend help well | Luke "Jared" Bennett | 2016-12-18 | 2 | -0/+97 |
| * | | | | | | Use Slack::Notifier::LinkFormatter to convert markdown links to slack compat | Kamil Trzcinski | 2016-12-16 | 3 | -12/+11 |
| * | | | | | | Fix SlackSlashCommands tests | Kamil Trzcinski | 2016-12-16 | 2 | -2/+2 |
| * | | | | | | Fix specs | Kamil Trzcinski | 2016-12-16 | 1 | -3/+2 |
| * | | | | | | Render format dependent links | Kamil Trzcinski | 2016-12-16 | 3 | -2/+19 |
| * | | | | | | Use single presenter for everything | Kamil Trzcinski | 2016-12-16 | 3 | -14/+2 |
| * | | | | | | Rename ChatService into ChatSlashCommandsService | Kamil Trzcinski | 2016-12-16 | 5 | -81/+60 |
| * | | | | | | Create Slack Slash command service | Z.J. van de Weg | 2016-12-16 | 4 | -2/+53 |
* | | | | | | | Merge branch '25810-misaligned-count' into 'master' | Fatih Acet | 2016-12-20 | 2 | -3/+19 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Align milestone column header with count number25810-misaligned-count | Sam Rose | 2016-12-19 | 2 | -3/+19 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge branch '25735-font-size' into 'master' | Fatih Acet | 2016-12-20 | 1 | -1/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Update font size of detail page header to 14px25735-font-size | Annabel Dunstone Gray | 2016-12-19 | 1 | -1/+0 |
* | | | | | | | | Merge branch 'status-badge-height' into 'master' | Fatih Acet | 2016-12-20 | 2 | -2/+0 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove inline-block styling from statusstatus-badge-height | Annabel Dunstone Gray | 2016-12-19 | 2 | -2/+0 |
| | |_|_|/ / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'dz-fix-route-rename' into 'master' | Douglas Barbosa Alexandre | 2016-12-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix Route#rename_children behaviordz-fix-route-rename | Dmitriy Zaporozhets | 2016-12-19 | 1 | -1/+1 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch '25740-fix-new-branch-button-padding' into 'master' | Annabel Dunstone Gray | 2016-12-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| * | | | | | | | Even out padding on plus button in breadcrumb menu | Ryan Harris | 2016-12-19 | 1 | -0/+1 |