summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add helper for accessing lfs_objects for projectbvl-export-import-lfsBob Van Landuyt2018-04-046-5/+30
| | | | | | | | | | | | | | This makes accessing LFS Objects for a project easier project.lfs_storage_project.lfs_objects` becomes project.lfs_objects_for_project This will make the refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal with.
* Download LFS-files from object storage for exportsBob Van Landuyt2018-04-043-2/+38
| | | | | Downloading the stream directly to the archive. In order to avoid conflicts with the cache.
* Import projects with LFS objectsBob Van Landuyt2018-04-047-3/+195
| | | | | If the LFS object already exist, we'll link it tot he existing one, if not we'll create it.
* Export LFS Objects when exporting a projectBob Van Landuyt2018-04-046-3/+137
| | | | The LFS files will be included in the `lfs-objects` directory in the archive.
* Merge branch 'feature_detect_co_authored_commits' into 'master'Douwe Maan2018-04-048-4/+386
|\ | | | | | | | | | | | | Add banzai filter to detect commit message trailers and properly link the users Closes #31640 See merge request gitlab-org/gitlab-ce!17919
| * Add banzai filter to detect commit message trailers and properly link the usersOmar Mekky2018-04-048-4/+386
|/
* Merge branch 'sh-gitlab-sidekiq-logger' into 'master'Sean McGivern2018-04-049-1/+294
|\ | | | | | | | | | | | | Add support for Sidekiq JSON logging Closes #20060 See merge request gitlab-org/gitlab-ce!18121
| * Add support for Sidekiq JSON loggingStan Hu2018-04-049-1/+294
| | | | | | | | Closes #20060
* | Merge branch 'zj-revert-bad-grouping' into 'master'Grzegorz Bizon2018-04-043-5/+2
|\ \ | | | | | | | | | | | | | | | | | | Revert "Allow CI/CD Jobs being grouped on version strings" Closes #44615 See merge request gitlab-org/gitlab-ce!18170
| * | Revert changelog entry for removed featureZeger-Jan van de Weg2018-04-041-1/+0
| | |
| * | Revert "Allow CI/CD Jobs being grouped on version strings"Zeger-Jan van de Weg2018-04-042-4/+2
| |/ | | | | | | This reverts commit 4f2cdb51df0f2729055ec4dc6960ae347163da16.
* | Merge branch 'zj-feature-gate-remove-http-api' into 'master'Douwe Maan2018-04-044-2/+61
|\ \ | |/ |/| | | | | Allow feature gate removal through the API See merge request gitlab-org/gitlab-ce!18146
| * Allow feature gate removal through the APIzj-feature-gate-remove-http-apiZeger-Jan van de Weg2018-04-034-2/+61
| | | | | | | | | | | | Features could be listed and added through the api, now also removed. This was needed in the case of gitlab.com as the number of gates that were ever used just grows and cleaning up is hard.
* | Merge branch 'ide-pending-tab' into 'master'Tim Zallmann2018-04-0423-178/+478
|\ \ | | | | | | | | | | | | Added pending tabs to IDE See merge request gitlab-org/gitlab-ce!17936
| * | Updated components to PascalCasePhil Hughes2018-04-044-10/+13
| | | | | | | | | | | | Added comment for `key` usage
| * | Merge branch 'master' into ide-pending-tabPhil Hughes2018-04-03389-2911/+8500
| |\ \ | | |/
| * | fixed karmaPhil Hughes2018-03-282-1/+4
| | |
| * | removed file changes that have no changes to make diff easierPhil Hughes2018-03-288-97/+71
| | | | | | | | | | | | | | | | | | simplified SET_FILE_ACTIVE openFiles map use .find in router so that it returns early instead of looping all the values
| * | refactor ADD_PENDING_TAB to stop multiple state changesPhil Hughes2018-03-283-43/+26
| | |
| * | remove italics from tabPhil Hughes2018-03-281-4/+0
| | |
| * | fixed issue with spec because store wasn't getting resetPhil Hughes2018-03-281-1/+3
| | |
| * | added specsPhil Hughes2018-03-284-16/+229
| | |
| * | replace the tab with the review pending tabPhil Hughes2018-03-281-12/+17
| | |
| * | stops opening a pending tab if current tab is in review mode alreadyPhil Hughes2018-03-282-3/+11
| | |
| * | remove pending tab when opening a file from the left sidebarPhil Hughes2018-03-284-43/+17
| | |
| * | remove extra state propertyPhil Hughes2018-03-286-54/+50
| | | | | | | | | | | | pending tabs now get added into openfiles & just filtered correctly
| * | fixed eslint inconsistent returnPhil Hughes2018-03-281-2/+3
| | |
| * | updated specsPhil Hughes2018-03-2812-30/+40
| | |
| * | correctly toggle between tabsPhil Hughes2018-03-284-9/+18
| | |
| * | opens the next open tab correctlyPhil Hughes2018-03-286-76/+101
| | | | | | | | | | | | | | | fixes model being cached as undefined fixed open files not being correctly mutated
| * | fixed opening next tab being a pending tabPhil Hughes2018-03-282-12/+33
| | | | | | | | | | | | clears any active files when opening pending tab
| * | fix closing & reopening pending tabsPhil Hughes2018-03-289-50/+71
| | |
| * | toggling viewer mode closes the pending tabPhil Hughes2018-03-285-7/+33
| | | | | | | | | | | | then opens the file in edit mode
| * | Added pending tabs to IDEPhil Hughes2018-03-2811-203/+209
| | | | | | | | | | | | | | | | | | | | | Pending tabs are normal tabs that are opened from the right sidebar. They are opened in diff mode and when changed to edit mode they get closed & the actual file gets opened.
* | | Merge branch '20394-protected-branches-wildcard' into 'master'Rémy Coutable2018-04-046-6/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Protected branches count is wrong when a wildcard includes several protected branches" Closes #20394 See merge request gitlab-org/gitlab-ce!17920
| * | | Resolve "Protected branches count is wrong when a wildcard includes several ↵Jan2018-04-046-6/+21
|/ / / | | | | | | | | | protected branches"
* | | Merge branch 'update_code_quality_job' into 'master'Rémy Coutable2018-04-042-25/+8
|\ \ \ | | | | | | | | | | | | | | | | Use standard codequality job See merge request gitlab-org/gitlab-ce!18070
| * | | Use standard codequality jobOlivier Gonzalez2018-04-042-25/+8
|/ / /
* | | Merge branch '39880-merge-method-api' into 'master'Rémy Coutable2018-04-045-1/+76
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Allow the configuration of a project's merge method via the API" Closes #39880 See merge request gitlab-org/gitlab-ce!18031
| * | | Resolve "Allow the configuration of a project's merge method via the API"Jan2018-04-045-1/+76
|/ / /
* | | Merge branch 'dz-improve-app-settings-5' into 'master'Filipa Lacerda2018-04-044-60/+88
|\ \ \ | | | | | | | | | | | | | | | | Redesign application settings to match project settings (part 5) See merge request gitlab-org/gitlab-ce!18159
| * | | Move network related app settings to expandable blocksDmitriy Zaporozhets2018-04-044-60/+88
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' ↵Sean McGivern2018-04-0417-121/+164
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Use shard name in Git::GitlabProjects instead of shard path Closes gitaly#1110 See merge request gitlab-org/gitlab-ce!18015
| * | | | Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif2018-04-0317-121/+164
| | | | | | | | | | | | | | | | | | | | Closes gitaly#1110
* | | | | Merge branch 'blackst0ne-rails5-rename-sort-methods' into 'master'Sean McGivern2018-04-0422-35/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Rails5] Rename `sort` methods to `sort_by_attribute` See merge request gitlab-org/gitlab-ce!18142
| * | | | | [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-0422-35/+35
|/ / / / /
* | | | | Merge branch 'fj-174-better-ldap-connection-handling' into 'master'Douwe Maan2018-04-0410-31/+156
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add better LDAP connection handling See merge request gitlab-org/gitlab-ce!18039
| * | | | | Add better LDAP connection handlingFrancisco Javier López2018-04-0410-31/+156
|/ / / / /
* | | | | Merge branch 'blackst0ne-rails5-update-gemfile-rails5-lock' into 'master'Rémy Coutable2018-04-041-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Rails5] Update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!18164
| * | | | | [Rails5] Update Gemfile.rails5.lock [ci skip]blackst0ne-rails5-update-gemfile-rails5-lockblackst0ne2018-04-041-4/+4
| | | | | |