summaryrefslogtreecommitdiff
path: root/changelogs/unreleased
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong message on starred projects filteringGeorge Andrinopoulos2017-03-091-0/+4
|
* Merge branch '29034-fix-github-importer' into 'master' Douwe Maan2017-03-081-0/+4
|\ | | | | | | | | | | | | Fix name colision when importing GitHub pull requests from forked repositories Closes #29034 See merge request !9719
| * ChangelogGabriel Mazetto2017-03-081-0/+4
| |
* | Merge branch '29162-refactor-dropdown-milestone-spec' into 'master' Rémy Coutable2017-03-081-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Refactor dropdown_milestone_spec.rb Closes #29162 See merge request !9814
| * | Refactor dropdown_milestone_spec.rbGeorge Andrinopoulos2017-03-081-0/+4
| | |
* | | Merge branch 'es6-class-issue' into 'master' Clement Ho2017-03-081-0/+4
|\ \ \ | |_|/ |/| | | | | | | | Convert Issue into ES6 class See merge request !9636
| * | Convert Issue into ES6 class (!9636)winniehell2017-03-081-0/+4
| |/
* | Changed dropdown style slightly26202-change-dropdown-style-slightlydimitrieh2017-03-081-0/+4
| |
* | Merge branch 'fix/29093' into 'master' Sean McGivern2017-03-081-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Fix 'Object not found - no match for id (sha)' when importing GitHub PRs Closes #29093 See merge request !9751
| * | Add CHANGELOGfix/29093Douglas Barbosa Alexandre2017-03-071-0/+4
| | |
* | | Merge branch '26188-tag-creation-404-for-guests' into 'master' Rémy Coutable2017-03-081-0/+4
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Don't show links to tag a commit for non permitted users Closes #26188 See merge request !8407
| * | Don't show links to tag a commit for non permitted usersMark Fletcher2017-03-071-0/+4
| | | | | | | | | | | | | | | * Show tag link for users that can push code * Don't show tag link for guests and non-authenticated users
* | | Merge branch 'settings-tab' into 'master' fl-links-environmentsClement Ho2017-03-081-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Removed the settings gear button inside the project view to a tab Closes #26733 See merge request !9786
| * | | Fixed changelog and a haml condition project.html.hamlJose Ivan Vargas2017-03-071-1/+1
| | | |
| * | | Added MR number to changelogJose Ivan Vargas2017-03-071-1/+1
| | | |
| * | | Removed the settings gear button inside the Project to a tabJose Ivan Vargas2017-03-071-0/+4
| | | |
* | | | Add changelog for filtered-search-visual-tokensadd-changelog-filtered-search-visual-tokensClement Ho2017-03-071-0/+4
|/ / /
* | | Merge branch 'issue_16834'Douwe Maan2017-03-071-0/+4
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # doc/api/v3_to_v4.md
| * | | Update API endpoints for raw filesFelipe Artur2017-03-071-0/+4
| | | |
* | | | Merge branch '1381-present-commits-pagination-headers-correctly' into 'master' Douwe Maan2017-03-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GET "projects/:id/repository/commits" endpoint improvements Closes #1381 and #20207 See merge request !9679
| * | | | Returns correct header data for commits endpointOswaldo Ferreira2017-03-073-8/+4
| | | | |
| * | | | Fix pagination headers for repository commits api endpointGeorge Andrinopoulos2017-03-071-0/+4
| | | | |
| * | | | Manually set total_count when paginating commitsJordan Ryan Reuter2017-03-071-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381
* | | | Merge branch 'clear-connections-before-starting-sidekiq' into 'master' Douwe Maan2017-03-081-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear AR connections before starting Sidekiq Closes gitlab-com/infrastructure#1139 See merge request !9773
| * | | | Clear AR connections before starting SidekiqYorick Peterse2017-03-081-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | This should ensure that connections obtained before starting Sidekiq are not leaked, leading to connection timeouts. Fixes gitlab-com/infrastructure#1139
* | | | Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes2017-03-071-0/+4
|/ / / | | | | | | | | | Add endpoint to get the jobs scoped to a pipeline.
* | | Align bulk update issues button to the rightRémy Coutable2017-03-071-0/+4
| | |
* | | Update CHANGELOG.md for 8.17.3Regis2017-03-076-24/+0
| | | | | | | | | [ci skip]
* | | Refactor dropdown_assignee_specGeorge Andrinopoulos2017-03-071-0/+4
| | |
* | | Merge branch 'zj-variables-build-job' into 'master' Kamil Trzciński2017-03-071-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Rename BUILD to JOB in CI Variables Closes #29053 See merge request !9756
| * | | Rename BUILD to JOB in CI Variableszj-variables-build-jobZ.J. van de Weg2017-03-071-0/+4
| |/ / | | | | | | | | | | | | | | | | | | | | | Given GitLab moves away from using the term build, everywhere, also the CI variables are being renamed. For now, both `CI_BUILD_X` and `CI_JOB_X` are supported, with the same values. However, in about 3 months, support will be dropped.
* | | Rename priority sorting option to label priorityDimitrie Hoekstra2017-03-071-0/+4
| | |
* | | Merge branch ↵Sean McGivern2017-03-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages' into 'master' Resolve "Combine Deploy Keys and Push Rules and Mirror Repository and Protect Branches settings pages" Closes #26732 See merge request !8731
| * \ \ Merge branch 'master' into ↵26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pagesPhil Hughes2017-03-0722-0/+88
| |\ \ \ | | | | | | | | | | | | | | | 26732-combine-deploy-keys-and-push-rules-and-mirror-repository-and-protect-branches-settings-pages
| * | | | Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added specs for the deploy_keys_presenter and added a new method in the presenter called #key_available? Fixed some minor UX inconsistencies and added a concern to handle redirection
| * | | | Added access spec testsJose Ivan Vargas2017-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | Also created changelog and removed redundant code
* | | | | Merge branch '27936-avatar-has-wrong-cache-settings' into 'master' Douwe Maan2017-03-071-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure uploads are not cached without revalidation Closes #27936 See merge request !9453
| * | | | | Ensure mutable uploads are not cached without revalidationPawel Chojnacki2017-02-221-0/+4
| | | | | |
* | | | | | Merge branch '28447-hybrid-repository-storages' into 'master' Sean McGivern2017-03-071-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update storage settings to allow extra values per shard See merge request !9597
| * | | | | | Update storage settings to allow extra values per shard28447-hybrid-repository-storagesAlejandro Rodríguez2017-03-031-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
* | | | | | | Merge branch 'rfr-20170307-change-default-project-number-limit' into 'master' James Lopez2017-03-071-0/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change project count limit from 10 to 100000 See merge request !9767
| * | | | | | | Change project count limit from 10 to 100000rfr-20170307-change-default-project-number-limitRegis Freyd2017-03-071-0/+4
| | | | | | | |
* | | | | | | | Merge branch 'fix/gb/deprecate-ci-config-types' into 'master' Kamil Trzciński2017-03-071-0/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate usage of `types` CI/CD configuration entry See merge request !9766
| * | | | | | | | Add Changelog entry for CI/CD types deprecationfix/gb/deprecate-ci-config-typesGrzegorz Bizon2017-03-071-0/+4
| | | | | | | | |
* | | | | | | | | Merge branch 'siemens/gitlab-ce-feature/openid-connect'Sean McGivern2017-03-071-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement OpenID Connect identity providerMarkus Koller2017-03-071-0/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge remote-tracking branch ↵Douwe Maan2017-03-071-0/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'origin/personal_access_token_api_and_impersonation_token'
| * | | | | | | | | applies relevant changes to the code and code structureTiago Botelho2017-02-281-2/+2
| | | | | | | | | |
| * | | | | | | | | add documentation and changelog entry for user personal access tokens apiSimon Vocella2017-02-281-0/+4
| | | | | | | | | |
* | | | | | | | | | Merge branch '26790-label-color-todos' into 'master' Douwe Maan2017-03-071-0/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #26790 whitelist style attribute in event_note Closes #26790 See merge request !9155