summaryrefslogtreecommitdiff
path: root/Gemfile
Commit message (Collapse)AuthorAgeFilesLines
* Batchload blobs for diff generationZeger-Jan van de Weg2017-11-211-0/+2
| | | | | | | | | | | | | | | | | | After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
* Incorporate Gitaly's RefService.DeleteRefs RPCgitaly-delete-refsAlejandro Rodríguez2017-11-171-1/+1
|
* Update license_finder to 3.1.1Winnie Hellmann2017-11-161-1/+1
|
* Incorporate Gitaly's WikiService.WikiGetAllPages RPCgitaly-wiki-get-all-pagesAlejandro Rodríguez2017-11-131-1/+1
|
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-311-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (84 commits) Migrate Gitlab::Git::Wiki#page to Gitaly Load participants async Normalize LDAP DN when looking up identity Improve the maintenance policy page add changelog fix spec failure Allow promoting project milestones to group milestones fix specs Be able to bundle gems with newer rubies Upgrade Ruby to 2.3.5 fixed up upload feature after master merge fix missing issue assignees Migrate Gitlab::Git::Wiki#delete_page to Gitaly Enable eslint Make `#hashed_storage?` require feature argument Adds callback function to inital cluster request Fix example typo. Upload files through the multi-file editor get branch name from the DOM Resolve "Convert autosize.js library to be a Yarn managed library" ...
| * Merge branch '39580-bump-carrierwave-to-1-2-1' into 'master'Rémy Coutable2017-10-311-1/+1
| |\ | | | | | | | | | | | | | | | | | | Bump carrierwave to 1.2.1 Closes #39580 See merge request gitlab-org/gitlab-ce!15072
| | * Bump carrierwave to 1.2.1Takuya Noguchi2017-10-301-1/+1
| | |
| * | Migrate Gitlab::Git::Wiki#delete_page to GitalyAhmad Sherif2017-10-311-1/+1
| | | | | | | | | | | | Closes gitaly#673
| * | Update Prometheus Gem to fix problem caused by reading bad data.Pawel Chojnacki2017-10-301-1/+1
| |/
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (96 commits) Fetch the merged branches at once Merging EE doc into CE Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername Add KubernetesService#default_namespace tests Revert "Merge branch '36670-remove-edit-form' into 'master'" Fix bitbucket login Remove duped tests Add path attribute to WikiFile class Make local_branches OPT_OUT Clarify the language around External Group membership with SAML SSO to clarify that this will NOT add users to GitLab Groups. Added ssh fingerprint, gitlab ci and pages information in an instance configuration page Fix the incorrect value being used to set GL_USERNAME on hooks Resolve "Remove overzealous tooltips in projects page tabs" ...
| * Support `Gitaly::User`'s gl_username fieldgitaly-gl-usernameAlejandro Rodríguez2017-10-231-1/+1
| | | | | | | | | | We also unify conversions from and to `Gitaly::User`s in the `Gitlab::Git::User` class.
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-3/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (297 commits) Fix deletion of container registry or images returning an error The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. This merge requests update the gem to v0.2.0 which contains the fix: Decrease ABC threshold to 54.28 Update VERSION to 10.2.0-pre Update CHANGELOG.md for 10.1.0 Document `CI_SHARED_ENVIRONMENT` and `CI_DISPOSABLE_ENVIRONMENT` Fix the external URLs generated for online view of HTML artifacts Use title as placeholder instead of issue title for reusability Fix failure in current_settings_spec.rb Clarify the difference between project_update and project_rename URI decode Page-Title header to preserve UTF-8 characters Update Gitaly version to v0.49.0 Decrease Perceived Complexity threshold to 14 Resolve "Remove help text regarding group issues on group issues page (and group merge requests page)" Force non diff resolved discussion to display when collapse toggled Added submodule support in multi-file editor add note about after_script being run separately Check for element before evaluate_script Merge branch 'master-i18n' into 'master' Update Prometheus gem to fix problems with other files overwriting current file ...
| * The fog-aliyun gem had a bug in v0.1.0 for file storage creation/update. ↵Paul B2017-10-231-1/+1
| | | | | | | | | | | | | | | | This merge requests update the gem to v0.2.0 which contains the fix: https://github.com/fog/fog-aliyun/commit/a7456ca6b63e5a0d88c849914679d2fa4707c10c Closes #39126
| * Merge branch 'pawel/upgrade_prometheus_gem_to_fix_problem_with_file_locking' ↵Stan Hu2017-10-191-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Update Prometheus gem to fix problems with other Processes overwriting current metrics file Closes #36714 See merge request gitlab-org/gitlab-ce!14827
| | * Update Prometheus gem to fix problems with other files overwriting current filePawel Chojnacki2017-10-191-1/+1
| | |
| * | Migrate Gitlab::Git::Wiki#write_page to Gitalyfeature/migrate-wiki-write-page-to-gitalyAhmad Sherif2017-10-161-1/+1
| | | | | | | | | | | | Closes gitaly#638
| * | Merge Merge Requests via GitalyJacob Vosmaer2017-10-131-1/+1
| |/
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-121-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (104 commits) Update licenses fix a wrong method call in the refactor fix a whitespace fix for discussion Update templates via: Update doc accordingly to: Cache issuable template names Fix the format of rugged alternate directory list Match full file path in FileDetector Fixes from CSS refactor Resolve "Prometheus service page shows error" Explicit state integration deletion Move all API authentication code to APIGuard Shorten example translation for inclusive language [ci-skip] add changelog fix the merger override to remove source branch add spec Removed d3.js from the users and graphs bundle Cleanup data-page attribute after each Karma test Update template description wording ...
| * Use gitaly-proto 0.41.0Jacob Vosmaer2017-10-101-1/+1
| |
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-061-1/+1
|\ \ | |/
| * Merge branch 'fix/update-doorkeeper-openid-connect' into 'master'Rémy Coutable2017-10-061-1/+1
| |\ | | | | | | | | | | | | Upgrade doorkeeper-openid_connect See merge request gitlab-org/gitlab-ce!14372
| | * Upgrade doorkeeper-openid_connectMarkus Koller2017-09-201-1/+1
| | |
* | | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-031-3/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (21 commits) Fix bottom spacing for dropdowns that open upwards Fix linting errors in sprintf regression with product labels Hide Gollum inside Gitlab::Git::Wiki Restore User.from_gitaly Added skeleton loading paradigm to UX guide Remove those tests as they're not needed anymore Resolve "Precompiled assets with digest strings are ignored in CI" Make the `QA:Page::Project::Show` driver less brittle Change index on ci_builds to optimize Jobs Controller Add basic sprintf implementation to JavaScript Expose GitLab features to the CI runner Hide CI section markers from job trace Freeze the constant array Just allow the scheme we want! Adapt to the latest addressable behaviour Strip before passing to addressable, otherwise it's invalid Make sure we didn't blow up if URI is invalid Only update gems we need ok ...
| * | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-10-031-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6 * upstream/master: (186 commits) Resolve "Precompiled assets with digest strings are ignored in CI" Fix navigation dropdown close animation on mobile screens Add (partial) index on Labels.template Add grpc.log for Gitaly Fix gitaly-proto version in Gemfile.lock refactor issues_controller_spec `update` action Remove edit action for issues Add documentation to summarise project archiving Fix for Gitaly nil encoding issue Fix broken certificate-authority-data with kubectl >= 1.8.0 Improve performance of filtering notes in NotesController Bump gitaly-proto version to v0.39.0 Fix specs for project creation and update services Add CHANGELOG Doesn't check if path exists on disk when renaming a hashed project [ci skip] Fix archive spec descrptions Only copy old/new code when selecting left/right side of parallel diff Fix gitlab-rake gitlab:import:repos task Send extra Gitaly params for `send_git_archive` if needed Update GitLab Pages to v0.6.0 ...
| * \ \ Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2017-09-281-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gem/sm/bump-google-api-client-gem-from-0-8-6-to-0-13-6 * upstream/master: (130 commits) Handle error when fetching ref for MR with deleted source branch refactor emails service fix update service refactor users update service refactor keys controller refactor some controllers to make them EE friendly fix specs fix users update service update initializers refactor services to match EE signature Change recommended MySQL version to 5.6 Clarify artifact download via the API only accepts branch or tag name for ref Clean merge_jid whenever necessary on the merge process Rolling back change to n+1 detection Breadcrumbs receives padding when double lined karma spec fixes Add EEP to headings Added some Gitaly docs to `docs/development` Check orientation of profile image Fixed missing namespaces on navigation translations ...
| * | | | Bump google-api-client Gem from 0.8.6 to 0.13.6Shinya Maeda2017-09-261-3/+3
| | | | |
* | | | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-10-031-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Bump gitaly-proto version to v0.39.0feature/bump-gitaly-proto-versionAhmad Sherif2017-10-021-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-291-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Create repositories via GitalyJacob Vosmaer2017-09-291-1/+1
| | | | |
| * | | | Migrate Git::Repository#rm_tag to GitalyAhmad Sherif2017-09-281-1/+1
| | |/ / | |/| | | | | | | | | | Closes gitaly#562
* | | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-261-2/+2
|\ \ \ \ | |/ / /
| * | | Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)ueberbit/gitlab-ce-omniauth-azure-oauth2Florian Weber2017-09-261-1/+1
| |/ / | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Upgrade Nokogiri because of CVE-2017-9050winh-upgrade-nokogiriWinnie Hellmann2017-09-211-1/+1
| | |
* | | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-211-1/+2
|\ \ \ | |/ /
| * | Upgrade gitlab-markup gemMarkus Koller2017-09-201-1/+1
| |/
| * Add test-profRémy Coutable2017-09-191-0/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'master' into sh-headless-chrome-supportJose Ivan Vargas2017-09-131-3/+4
|\ \ | |/
| * Bump grape_logging gem to 1.7.0 to get status codes for error messagessh-bump-grape-logging-for-status-codesStan Hu2017-09-101-1/+1
| | | | | | | | | | | | This recent update fixes an issue in grape_logging where the status code would be "fail" for any non-20x responses. For more details, see: https://github.com/aserafin/grape_logging/issues/29
| * Merge branch 'sh-add-grape-logging' into 'master'Sean McGivern2017-09-071-0/+1
| |\ | | | | | | | | | | | | | | | | | | Add JSON logger in `log/api_json.log` for Grape API endpoints Closes #36189 See merge request !14102
| | * Add JSON logger in `log/api_json.log` for Grape API endpointsStan Hu2017-09-061-0/+1
| | | | | | | | | | | | Closes #36189
| * | Merge branch '37411-update-omniauth-google-oauth2' into 'master'Douwe Maan2017-09-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Update the omniauth-google-oauth2 gem to 0.5.2 Closes #37411 See merge request !14105
| | * | Update the omniauth-google-oauth2 gem to 0.5.237411-update-omniauth-google-oauth2Rémy Coutable2017-09-071-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Merge branch 'gitaly-tree-entries-fix' into 'master'Rémy Coutable2017-09-071-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Implement fix for n+1 issue on `flatten_tree` helper Closes gitaly#530 See merge request !14097
| | * | Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fixAlejandro Rodríguez2017-09-061-1/+1
| | |/
| * | Merge branch 'rs-update-capybara' into 'master'Rémy Coutable2017-09-071-1/+1
| |\ \ | | |/ | |/| | | | | | | Update capybara 2.6.2 -> 2.15.1 See merge request !13976
| | * Update capybara 2.6.2 -> 2.15.1Robert Speicher2017-09-051-1/+1
| | | | | | | | | | | | Changelog: https://git.io/v5403
| * | Merge branch 'sh-bump-jira-gem' into 'master'Robert Speicher2017-09-051-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxies Closes gitlab-ee#3125 See merge request !13617
| | * | Bump jira-ruby gem to 1.4.1 to fix issues with HTTP proxiesStan Hu2017-09-051-1/+1
| | |/ | | | | | | | | | | | | | | | | | | | | | Previous versions of jira-ruby gem would generate erroneous URLs when an HTTP proxy were confused via the `http_proxy` environment variables: https://github.com/sumoheavy/jira-ruby/issues/250 Closes gitlab-org/gitlab-ee#3125
* | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-1/+3
|\ \ \ | |/ /