summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove group todos when a users looses accessJarka Kadlecová2018-08-024-3/+61
| * | | | Don’t do authorisation checks for todosJarka Kadlecová2018-08-021-19/+0
| * | | | Revert "Revert "Merge branch 'ee-5481-epic-todos' into 'master'""Jarka Kadlecová2018-08-0218-67/+281
* | | | | Merge branch '49854-recover-mr-regression-fixes-safe' into 'master'Tim Zallmann2018-08-0712-77/+197
|\ \ \ \ \
| * | | | | Reapply "Merge branch '48817-fix-mr-changes-discussion-navigation' into 'mast...André Luís2018-08-015-40/+142
| * | | | | Reapply "Merge branch '_acet-fix-mr-autosave' into 'master'"André Luís2018-08-015-33/+55
| * | | | | Reapply "Merge branch '_acet-fix-expanding-context-lines' into 'master'"André Luís2018-08-013-4/+0
* | | | | | Resolve "System level labels UI broken"André Luís2018-08-075-17/+99
* | | | | | Merge branch 'osw-fix-n-plus-1-for-mrs-without-merge-info' into 'master'Sean McGivern2018-08-071-11/+17
|\ \ \ \ \ \
| * | | | | | Avoid N+1 on MRs page when metrics merging date cannot be foundOswaldo Ferreira2018-08-061-11/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-077-422/+564
| |_|_|_|/ |/| | | |
* | | | | Send resize parameters for avatarsTim Zallmann2018-08-078-13/+27
* | | | | Update CreateItemDropdown class to allow the glDropdown filterRemote optionMike Greiling2018-08-062-2/+4
* | | | | Resolve "Improve Auto DevOps settings flow for admin and project"Mike Greiling2018-08-065-49/+28
* | | | | Merge branch 'sh-support-bitbucket-server-import' into 'master'Tim Zallmann2018-08-068-8/+297
|\ \ \ \ \
| * | | | | Simplify importer_status.js failed status implementationStan Hu2018-08-061-3/+2
| * | | | | Remove modal and standardize capsStan Hu2018-08-032-2/+1
| * | | | | Use prepend to add margins to top of tableStan Hu2018-08-031-3/+1
| * | | | | Fix spec failures with app/helpers/namespaces_helper.rbStan Hu2018-08-011-6/+14
| * | | | | Fix spec failures with namespace helpersStan Hu2018-08-011-2/+2
| * | | | | Fix selection of existing project key by defaultStan Hu2018-08-011-5/+6
| * | | | | Assorted Bitbucket Server importer code cleanup based on reviewStan Hu2018-08-012-6/+3
| * | | | | Fix handling of non-existent groupsStan Hu2018-08-011-3/+3
| * | | | | Improve localization and formatting of Bitbucket Server importer status pageStan Hu2018-08-011-9/+10
| * | | | | Remove extra space in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-1/+1
| * | | | | Inline repo_owner in app/controllers/import/bitbucket_server_controller.rbStan Hu2018-08-011-3/+1
| * | | | | Properly fallback to current user in namespaces helperStan Hu2018-07-311-0/+2
| * | | | | Fix failing spec in ./spec/features/projects/new_project_spec.rbStan Hu2018-07-311-8/+10
| * | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-311-1/+6
| |\ \ \ \ \
| * | | | | | Convert Bitbucket field to password fieldStan Hu2018-07-311-1/+1
| * | | | | | Default to importing to the current project keyStan Hu2018-07-312-5/+10
| * | | | | | Fix namespaces_helper reporting multiple groupsStan Hu2018-07-311-2/+5
| * | | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-3152-175/+707
| |\ \ \ \ \ \
| * | | | | | | Fix default group not being created in dropdown properlyStan Hu2018-07-301-1/+1
| * | | | | | | Merge commit '45ff4e31094a8b79ed603ae506990b6fa0e7c96e' into sh-support-bitbu...Stan Hu2018-07-281-3/+7
| |\ \ \ \ \ \ \
| * | | | | | | | Fix Karma failures due to invalid icon namesStan Hu2018-07-272-2/+2
| * | | | | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-27101-438/+1385
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix Rubocop errorStan Hu2018-07-271-1/+1
| * | | | | | | | | Consolidate validation logicStan Hu2018-07-261-5/+8
| * | | | | | | | | Consolidate server errors and add specsStan Hu2018-07-261-12/+2
| * | | | | | | | | Remove owner from viewStan Hu2018-07-261-3/+3
| * | | | | | | | | Use project key instead of project name for importsStan Hu2018-07-261-1/+1
| * | | | | | | | | Remove unnecessary guard clauseStan Hu2018-07-251-2/+0
| * | | | | | | | | Add frozen_string_literal: true to controllerStan Hu2018-07-251-0/+2
| * | | | | | | | | Tighten up regular expression for project namesStan Hu2018-07-251-2/+2
| * | | | | | | | | Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-25278-716/+1434
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-207-36/+51
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-2081-261/+534
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-1939-47/+91
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into sh-support-bitbucket-server-importStan Hu2018-07-191-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \