Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused method `remote_exists?` | Alejandro Rodríguez | 2017-12-22 | 1 | -4/+0 |
| | |||||
* | Resolve "Decouple multi-file editor from file list" | Tim Zallmann | 2017-12-21 | 86 | -1098/+2158 |
| | |||||
* | LDAP extern_uids are not normalized when updated via API | Francisco Javier López | 2017-12-21 | 1 | -0/+10 |
| | |||||
* | Restore missing language code in datetime_utility.js | Winnie Hellmann | 2017-12-21 | 1 | -5/+13 |
| | |||||
* | Merge branch '40063-markdown-editor-improvements' into 'master' | Filipa Lacerda | 2017-12-21 | 4 | -17/+26 |
|\ | | | | | | | | | | | | | Hide toolbar in markdown preview mode Closes #40063 See merge request gitlab-org/gitlab-ce!15994 | ||||
| * | Add spec for previewing a note40063-markdown-editor-improvements | Annabel Dunstone Gray | 2017-12-20 | 2 | -2/+2 |
| | | |||||
| * | Hide & show toolbar on MR page | Annabel Dunstone Gray | 2017-12-18 | 2 | -4/+4 |
| | | |||||
| * | Fix formatting | Annabel Dunstone Gray | 2017-12-18 | 2 | -12/+12 |
| | | |||||
| * | Hide toolbar in markdown preview mode | Annabel Dunstone Gray | 2017-12-18 | 3 | -11/+20 |
| | | |||||
* | | Merge branch 'rs-remove-useless-definition' into 'master' | Douwe Maan | 2017-12-21 | 1 | -5/+0 |
|\ \ | | | | | | | | | | | | | Remove a redundant `InvalidPathError` definition See merge request gitlab-org/gitlab-ce!16064 | ||||
| * | | Remove a redundant `InvalidPathError` definitionrs-remove-useless-definition | Robert Speicher | 2017-12-20 | 1 | -5/+0 |
| | | | | | | | | | | | | | | | This is already defined in `ExtractsPath`, which this controller includes. | ||||
* | | | Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master' | Douwe Maan | 2017-12-21 | 4 | -20/+38 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add new last_commit_id param for create commit endpoint Closes #38356 See merge request gitlab-org/gitlab-ce!15922 | ||||
| * | | | Updates from last code review:38356-add-last_commit_sha-to-the-commit-api | Rubén Dávila | 2017-12-20 | 4 | -27/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs | ||||
| * | | | Check if file has been modified for each action provided. | Rubén Dávila | 2017-12-20 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | When commiting multiple files we're now checking if any of those files has been modified by another commit and we're rejecting the new commit in this case. | ||||
* | | | | Merge branch '36958-enable-ordering-projects-subgroups-by-name' into 'master' | Rémy Coutable | 2017-12-21 | 3 | -21/+12 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | Enables ordering groups and their children by name in the web interface Closes #24962 et #36958 See merge request gitlab-org/gitlab-ce!16045 | ||||
| * | | | Enable sorting by name in the Groups dropdown | Mark Fletcher | 2017-12-20 | 1 | -0/+2 |
| | | | | |||||
| * | | | Employ Groups dropdown in admin view | Mark Fletcher | 2017-12-20 | 2 | -19/+7 |
| | | | | |||||
| * | | | Accept options hash for Groups dropdown | Mark Fletcher | 2017-12-20 | 1 | -2/+3 |
| |/ / | |||||
* | | | Merge branch 'jivl-replace-d3-v3-v4' into 'master' | Mike Greiling | 2017-12-20 | 7 | -64/+105 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Update d3 to v4 to enable tree shaking (and reduce the size of our webpack bundles) Closes #37013 See merge request gitlab-org/gitlab-ce!15585 | ||||
| * | | | added minChunks to the common_d3 bundlejivl-replace-d3-v3-v4 | Jose Ivan Vargas | 2017-12-18 | 2 | -7/+1 |
| | | | | |||||
| * | | | Removed fills from stat_contributors_graph | Jose Ivan Vargas | 2017-12-18 | 1 | -3/+0 |
| | | | | |||||
| * | | | cleaned up date_time_formatters | Jose Ivan Vargas | 2017-12-18 | 1 | -17/+8 |
| | | | | |||||
| * | | | Restored the timeScaleFormat for the prometheus dashboard | Jose Ivan Vargas | 2017-12-18 | 2 | -6/+41 |
| | | | | |||||
| * | | | Refactored d3 modules to instead of having a common_d3 dir, to use the micro ↵ | Jose Ivan Vargas | 2017-12-18 | 7 | -121/+73 |
| | | | | | | | | | | | | | | | | modules instead | ||||
| * | | | corrected functionality from the stat_contributors_graph | Jose Ivan Vargas | 2017-12-18 | 3 | -10/+25 |
| | | | | |||||
| * | | | fixed specs and the non-rendering stat_graph_contributors_graph | Jose Ivan Vargas | 2017-12-18 | 2 | -7/+6 |
| | | | | |||||
| * | | | optimized d3 v4 with a custom made bundle | Jose Ivan Vargas | 2017-12-18 | 6 | -6/+46 |
| | | | | |||||
| * | | | Modified contributors graph to use d3 v4 | Jose Ivan Vargas | 2017-12-18 | 2 | -24/+38 |
| | | | | |||||
| * | | | Update d3 to v4 and migrated the prometheus dashboard | Jose Ivan Vargas | 2017-12-18 | 3 | -43/+47 |
| | |/ | |/| | |||||
* | | | Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7 | Kim Carlbäcker | 2017-12-20 | 2 | -7/+11 |
| | | | | | | | | | This reverts merge request !15712 | ||||
* | | | Merge branch 'layout-nav-es-module' into 'master' | Filipa Lacerda | 2017-12-20 | 2 | -42/+33 |
|\ \ \ | | | | | | | | | | | | | | | | | Changed layout_nav to ES module See merge request gitlab-org/gitlab-ce!16003 | ||||
| * \ \ | Merge branch 'master' into layout-nav-es-modulelayout-nav-es-module | Filipa Lacerda | 2017-12-20 | 29 | -128/+183 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Prevent some specs from mangling the gitlab-shell checkout Line up search dropdown with other nav dropdowns Fix onion-skin re-entering state Remove related links in MR widget when empty state Show inline edit button for issues Fix tags in the Activity tab not being clickable Fix shortcut links on help page Don't link LFS-objects multiple times. [CE->EE] Fix spec/lib/gitlab/git/gitlab_projects_spec.rb Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other Update axios.md Remove transitionend event from GL dropdown Preserve gem path so that we use the same gems Load commit in batches for pipelines#index BlobViewer::PackageJson - if private link to homepage Do not generate links for private NPM modules in blob view Remove block styling from search dropdown Fix sidebar height when performance bar enabled Remove all dropdown animations and set display: none if they're not open ... | ||||
| * | | | | Changed layout_nav to ES module | Phil Hughes | 2017-12-19 | 2 | -42/+33 |
| | | | | | |||||
* | | | | | Merge branch ↵ | Douwe Maan | 2017-12-20 | 4 | -36/+29 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted' into 'master' Fork and Import jobs only get marked as failed when the number of Sidekiq retries were exhausted Closes #39246 See merge request gitlab-org/gitlab-ce!15844 | ||||
| * | | | | | Fork and Import jobs only get marked as failed when the number of Sidekiq ↵39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhausted | Tiago Botelho | 2017-12-15 | 4 | -36/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | retries were exhausted | ||||
* | | | | | | Merge branch 'rs-blocks-json-serialization' into 'master' | Douwe Maan | 2017-12-20 | 9 | -10/+26 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BlocksJsonSerialization model concern and include it in User Closes #37947 See merge request gitlab-org/gitlab-ce!14350 | ||||
| * | | | | | Only include the user's ID in the time_spent command's update hash | Robert Speicher | 2017-12-19 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand. | ||||
| * | | | | | Add a JsonSerializationError class instead of raising SecurityError | Robert Speicher | 2017-12-19 | 1 | -2/+4 |
| | | | | | | |||||
| * | | | | | Use UserSerializer instead of `User.to_json` | Robert Speicher | 2017-12-19 | 5 | -7/+6 |
| | | | | | | |||||
| * | | | | | Accept arguments to blocked JSON serialization methods | Robert Speicher | 2017-12-19 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Add BlocksJsonSerialization model concern and include it in User | Robert Speicher | 2017-12-19 | 2 | -0/+15 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch '41186-sidebar-too-much-vertical-scroll' into 'master' | Phil Hughes | 2017-12-20 | 6 | -55/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove animations from dropdowns Closes #41186 See merge request gitlab-org/gitlab-ce!15968 | ||||
| * | | | | | Line up search dropdown with other nav dropdowns41186-sidebar-too-much-vertical-scroll | Annabel Dunstone Gray | 2017-12-19 | 2 | -8/+5 |
| | | | | | | |||||
| * | | | | | Remove transitionend event from GL dropdown | Phil Hughes | 2017-12-19 | 1 | -16/+8 |
| | | | | | | |||||
| * | | | | | Remove block styling from search dropdown | Annabel Dunstone Gray | 2017-12-18 | 1 | -7/+0 |
| | | | | | | |||||
| * | | | | | Fix sidebar height when performance bar enabled | Annabel Dunstone Gray | 2017-12-18 | 2 | -0/+6 |
| | | | | | | |||||
| * | | | | | Remove all dropdown animations and set display: none if they're not open | Annabel Dunstone Gray | 2017-12-18 | 2 | -14/+2 |
| | | | | | | |||||
| * | | | | | Remove extra height declarations in CSS; remove block styling from dropdowns | Annabel Dunstone Gray | 2017-12-18 | 4 | -15/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'bvl-fix-unlinking-with-lfs-objects' into 'master' | Douwe Maan | 2017-12-20 | 1 | -1/+1 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't link LFS-objects multiple times. Closes #41241 See merge request gitlab-org/gitlab-ce!16006 | ||||
| * | | | | | Don't link LFS-objects multiple times.bvl-fix-unlinking-with-lfs-objects | Bob Van Landuyt | 2017-12-19 | 1 | -1/+1 |
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | If Unlinking a fork would fail somewhere after this, the LFS objects might still be linked. Which would cause issues when trying to destroy a project. |