Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make dropdown hint consistent with EE versionconsistent-dropdown-hint | Clement Ho | 2017-06-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'fix-overflow-slash-commands' into 'master' | Annabel Dunstone Gray | 2017-06-16 | 2 | -0/+15 |
|\ | | | | | | | | | | | | | Fixed overflow on mobile screens for the slash commands Closes #29013 See merge request !12100 | ||||
| * | Fixed overflow on mobile screens for the slash commands | Jose Ivan Vargas Lopez | 2017-06-16 | 2 | -0/+15 |
|/ | |||||
* | Merge branch 'backport-panels-styles-from-ee' into 'master' | Annabel Dunstone Gray | 2017-06-16 | 1 | -42/+48 |
|\ | | | | | | | | | Backport panels.scss styles from EE See merge request !12206 | ||||
| * | Backport panels styles from EEbackport-panels-styles-from-ee | Eric Eastwood | 2017-06-15 | 1 | -42/+48 |
| | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ee/blob/43a570dcf5cbd0a98572d5601e9000e906791db0/app/assets/stylesheets/framework/panels.scss | ||||
* | | Merge branch 'merge-request-diffs-table' into 'master' | Douwe Maan | 2017-06-16 | 24 | -52/+271 |
|\ \ | | | | | | | | | | | | | Add table for files in merge request diffs See merge request !12047 | ||||
| * | | Add table for files in merge request diffs | Sean McGivern | 2017-06-16 | 24 | -52/+271 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds an ID-less table containing one row per file, per merge request diff. It has a column for each attribute on Gitlab::Git::Diff that is serialised currently, with the advantage that we can easily query the attributes of this new table. It does not migrate existing data, so we have fallback code when the legacy st_diffs column is present instead. For a merge request diff to be valid, it should have at most one of: * Rows in this new table, with the correct merge_request_diff_id. * A non-NULL st_diffs column. It may have neither, if the diff is empty. | ||||
* | | | Merge branch 'tc-fix-group-finder-subgrouping' into 'master' | Douwe Maan | 2017-06-16 | 5 | -32/+127 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Show private subgroups if member of parent group Closes #32135 See merge request !11764 | ||||
| * | | | Make the GroupFinder specs more strict | Toon Claes | 2017-06-15 | 2 | -21/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure the results match exactly and project authorizations do allow access to sibling groups/projects deeper down. Also apply WHERE scopes before running the UNION, to increase performance. | ||||
| * | | | Better exception message and some additional code comment | Toon Claes | 2017-06-15 | 1 | -1/+3 |
| | | | | |||||
| * | | | Subgroups page should show groups authorized through inheritance | Toon Claes | 2017-06-15 | 5 | -26/+93 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user is authorized to a group, they are also authorized to see all the ancestor groups and descendant groups. When a user is authorized to a project, they are authorized to see all the ancestor groups too. Closes #32135 See merge request !11764 | ||||
* | | | Merge branch '33779-reset-session-before-blocking-requests' into 'master' | Robert Speicher | 2017-06-16 | 2 | -6/+9 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | Call Capybara.reset_sessions! before block_and_wait_for_requests_complete Closes #33779 See merge request !12224 | ||||
| * | | Call Capybara.reset_sessions! before block_and_wait_for_requests_complete33779-reset-session-before-blocking-requests | Rémy Coutable | 2017-06-16 | 2 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | capybara/rspec already calls Capybara.reset_sessions! in an `after` hook, but `block_and_wait_for_requests_complete` is called before it so by calling it explicitely here, we prevent any new requests from being fired. See https://github.com/teamcapybara/capybara/blob/ffb41cfad620de1961bb49b1562a9fa9b28c0903/lib/capybara/rspec.rb#L20-L25 Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master' | Sean McGivern | 2017-06-16 | 91 | -292/+299 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811 | ||||
| * | | | Rename "Slash commands" to "Quick actions" | Eric Eastwood | 2017-06-15 | 91 | -292/+299 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand` | ||||
* | | | Merge branch 'issue_20900' into 'master' | Sean McGivern | 2017-06-16 | 21 | -347/+182 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Remove issuable drag and drop and sorting from milestone view Closes #20900 See merge request !11950 | ||||
| * | | | Improve method names and add more specs | Felipe Artur | 2017-06-16 | 11 | -35/+63 |
| | | | | |||||
| * | | | Migration - Remove position field from issues and merge requests | Felipe Artur | 2017-06-16 | 4 | -3/+15 |
| | | | | |||||
| * | | | Remove old specs and add new ones | Felipe Artur | 2017-06-16 | 7 | -39/+44 |
| | | | | |||||
| * | | | Order merge requests by priority | Felipe Artur | 2017-06-16 | 8 | -156/+10 |
| | | | | |||||
| * | | | Order issues by priority | Felipe Artur | 2017-06-16 | 7 | -16/+18 |
| | | | | |||||
| * | | | Remove Drag and drop and sorting from milestone view | Felipe Artur | 2017-06-16 | 9 | -153/+87 |
| | |/ | |/| | |||||
* | | | Merge branch '33739-blame-legend-bottom-border' into 'master' | Annabel Dunstone Gray | 2017-06-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add missing bottom border to blame age legend Closes #33739 See merge request !12205 | ||||
| * | | | Add missing bottom border to blame age legend | Jeff Stubler | 2017-06-15 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'bvl-missing-translations' into 'master' | Douwe Maan | 2017-06-16 | 27 | -98/+1981 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Missing translations for the project & repository pages. Closes #33420 See merge request !12052 | ||||
| * | | | Small refactoring plus fixes for Spanish translations. | Ruben Davila | 2017-06-15 | 6 | -25/+18 |
| | | | | |||||
| * | | | Add translation for the verb 'Revert' | Bob Van Landuyt | 2017-06-15 | 4 | -4/+13 |
| | | | | |||||
| * | | | Take timezone into account when comparing dates in the UI | Bob Van Landuyt | 2017-06-15 | 2 | -2/+2 |
| | | | | |||||
| * | | | Regenerate po-files | Bob Van Landuyt | 2017-06-15 | 2 | -2/+2 |
| | | | | |||||
| * | | | Add context to the `with_stage` strings | Bob Van Landuyt | 2017-06-15 | 4 | -19/+22 |
| | | | | |||||
| * | | | Add context for commit_box title | Bob Van Landuyt | 2017-06-15 | 4 | -18/+27 |
| | | | | |||||
| * | | | Remove HTML from translation key | Bob Van Landuyt | 2017-06-15 | 3 | -20/+22 |
| | | | | |||||
| * | | | Don't translate `Commit#change_type_title` now | Bob Van Landuyt | 2017-06-15 | 1 | -3/+2 |
| | | | | |||||
| * | | | `merge request` instead of `merge-request` | Bob Van Landuyt | 2017-06-15 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add some context to JS translations | Bob Van Landuyt | 2017-06-15 | 4 | -18/+17 |
| | | | | |||||
| * | | | Small update for Spanish translation | Ruben Davila | 2017-06-15 | 2 | -3/+3 |
| | | | | |||||
| * | | | More updates for Spanish translations | Ruben Davila | 2017-06-15 | 2 | -10/+10 |
| | | | | |||||
| * | | | Update timeago tooltips for Spanish | Bob Van Landuyt | 2017-06-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | Update Spanish translations after code review | Ruben Davila | 2017-06-15 | 7 | -27/+161 |
| | | | | |||||
| * | | | Use the same time format as before | Bob Van Landuyt | 2017-06-15 | 2 | -1/+2 |
| | | | | |||||
| * | | | Re-add time_ago_in_words | Bob Van Landuyt | 2017-06-15 | 1 | -0/+35 |
| | | | | |||||
| * | | | Make sure there's only 1 `errors.messages` definition in en.yml | Bob Van Landuyt | 2017-06-15 | 1 | -6/+4 |
| | | | | |||||
| * | | | Translate commit dialogs | Bob Van Landuyt | 2017-06-15 | 3 | -18/+67 |
| | | | | |||||
| * | | | Complete Spanish translations for Pipeline Schedules | Ruben Davila | 2017-06-15 | 7 | -52/+109 |
| | | | | |||||
| * | | | Spanish translations for Pipelines Schedules index page. | Ruben Davila | 2017-06-15 | 6 | -23/+56 |
| | | | | |||||
| * | | | Translate time tooltips. | Bob Van Landuyt | 2017-06-15 | 3 | -35/+202 |
| | | | | | | | | | | | | | | | | Let the backend do the translation. | ||||
| * | | | Generate as much of the Spanish translation as possible | Bob Van Landuyt | 2017-06-15 | 5 | -11/+1399 |
| | | | | |||||
| * | | | Add a bunch of missing translations | Bob Van Landuyt | 2017-06-15 | 10 | -23/+29 |
| | | | | |||||
* | | | | Merge branch 'docs/branches' into 'master' | Marcia Ramos | 2017-06-16 | 5 | -0/+24 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Document the Delete Merged Branches functionality See merge request !12217 | ||||
| * | | | | Move branches docs to new location and copyeditdocs/branches | Achilleas Pipinellis | 2017-06-16 | 4 | -7/+9 |
| | | | | |