summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '32470-pag-links' into 'master'Annabel Dunstone Gray2017-06-141-0/+4
|\ | | | | | | | | | | | | more visual contrast for active page in pagination widget Closes #32470 See merge request !12119
| * more visual contrast for active page in pagination widget32470-pag-linksSimon Knox2017-06-131-0/+4
| |
* | Merge branch 'help-landing-page-customizations' into 'master'Douwe Maan2017-06-141-0/+4
|\ \ | | | | | | | | | | | | Allow more customization to Help landing page See merge request !11878
| * | Help landing page customizationsRobin Bobbitt2017-06-141-0/+4
| | |
* | | Implement diff viewersDouwe Maan2017-06-141-0/+4
| | |
* | | Merge branch 'zj-raise-etag-route-regex-miss' into 'master'Kamil Trzciński2017-06-141-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Raise etag route regex miss Closes #33106 See merge request !12084
| * | | Revert to passing the path when matching key to the routerzj-raise-etag-route-regex-missZ.J. van de Weg2017-06-121-0/+4
| | | | | | | | | | | | | | | | | | | | This was edited to the request, but this won't work if the data is not available at the time of setting the key for the first time.
* | | | Merge branch 'feature/add-support-for-services-configuration' into 'master'Grzegorz Bizon2017-06-141-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add support for services configuration in .gitlab-ci.yml See merge request !8578
| * | | | Add CHANGELOG entryTomasz Maczukin2017-06-121-0/+4
| |/ / /
* | | | Merge branch 'fix-external-ci-services' into 'master'Grzegorz Bizon2017-06-141-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Allow to access statuses for external CI services Closes #30714, #29369, and #15220 See merge request !11176
| * | | Update tests and applicationfix-external-ci-servicesKamil Trzcinski2017-06-131-0/+4
| | |/ | |/|
* | | Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-4/+0
| | | | | | | | | This reverts merge request !12036
* | | Merge branch 'fix-github-clone-wiki' into 'master'Sean McGivern2017-06-131-0/+4
|\ \ \ | | | | | | | | | | | | | | | | GitHub - Fix token interpolation when cloning wiki repository See merge request !12107
| * | | Add CHANGELOGfix-github-clone-wikiDouglas Barbosa Alexandre2017-06-121-0/+4
| | | |
* | | | Merge branch ↵Yorick Peterse2017-06-131-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '32054-rails-should-use-timestamptz-database-type-for-postgresql' into 'master' Add database helpers 'add_timestamps_with_timezone' and 'timestamps_with_timezone' Closes #32054 See merge request !11229
| * | | | Add database helpers 'add_timestamps_with_timezone' and ↵32054-rails-should-use-timestamptz-database-type-for-postgresqlblackst0ne2017-06-131-0/+4
| | |/ / | |/| | | | | | | | | | 'timestamps_with_timezone'
* | | | Merge branch 'zj-commit-status-sortable-name' into 'master'Grzegorz Bizon2017-06-131-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle legacy jobs without name Closes #33403 See merge request !12118
| * | | | Handle legacy jobs without namezj-commit-status-sortable-nameZ.J. van de Weg2017-06-131-0/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Older pipelines can contain jobs without a name, in which case 'nameless' is used right now, so we can properly still handle other actions on these jobs. Fixes gitlab-org/gitlab-ce#33403
* | | | Merge branch 'karma-headless-chrome' into 'master'Tim Zallmann2017-06-131-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Replace PhantomJS with headless Chrome in frontend test suite See merge request !12036
| * | | | add CHANGELOG.md entry for !12036karma-headless-chromeMike Greiling2017-06-131-0/+4
| |/ / /
* | | | Center dropdown for pipeline's mini graphFilipa Lacerda2017-06-131-0/+4
| | | |
* | | | Documentation bugfix of invalid JSON payload example of Create a commit with ↵blackst0ne2017-06-131-0/+5
|/ / / | | | | | | | | | multiple files and actions
* | | Merge branch 'sh-fix-refactor-uploader-work-dir' into 'master'Kamil Trzciński2017-06-121-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Set artifact working directory to be in the destination store to prevent unnecessary I/O Closes #33274 See merge request !11905
| * | | Set artifact working directory to be in the destination store to prevent ↵sh-fix-refactor-uploader-work-dirStan Hu2017-06-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary I/O Similar to #33218, build artifacts were being uploaded into a CarrierWave temporary directory in the Rails root directory before moved to their final destination, which could cause a copy across filesystems. This merge request refactors the work in !11866 so that any uploader can just override `work_dir` to change the default implementation. Closes #33274
* | | | Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
| * | | | Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable2017-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | Add CHANGELOG entryRémy Coutable2017-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '32834-task-note-only' into 'master'Sean McGivern2017-06-121-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Prevent Description Change Notes When Toggling Tasks Closes #32834 See merge request !12057
| * | | | Add a changelog entryJared Deckard2017-06-121-0/+4
| | | | |
* | | | | Merge branch 'operau2f' into 'master'Rémy Coutable2017-06-121-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix FIDO U2F for Opera browser (based on !10118) See merge request !12082
| * | | | | Add test for u2f helper and changelog entryJonas Kalderstam2017-06-111-0/+4
| | | | | |
* | | | | | Always render warnings icon in orangeFilipa Lacerda2017-06-121-0/+4
| |_|_|_|/ |/| | | |
* | | | | Merge branch '33003-avatar-in-project-api' into 'master'Rémy Coutable2017-06-121-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Accept avatar file in project API Closes #33003 See merge request !11988
| * | | | | Accept image for avatar in project APIvanadium232017-06-091-0/+4
| | | | | |
* | | | | | Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+4
| | | | | |
* | | | | | Merge branch 'sh-recaptcha-fix-try2' into 'master'Sean McGivern2017-06-121-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiated Closes #33532 See merge request !12080
| * | | | | | Make sure reCAPTCHA configuration is loaded when spam checks are initiatedsh-recaptcha-fix-try2Stan Hu2017-06-101-0/+4
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
* | | | | | Only show hover state on links and buttonsFilipa Lacerda2017-06-121-0/+5
|/ / / / /
* | | | | Merge branch 'sh-bump-oauth2-gem' into 'master'Robert Speicher2017-06-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Faraday and dependent OAuth2 gem version to support no_proxy variable Closes omnibus-gitlab#1714 See merge request !12074
| * | | | | Bump Faraday and dependent OAuth2 gem version to support no_proxy variableStan Hu2017-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Closes gitlab-org/omnibus-gitlab#1714
* | | | | | Fixes sign up active state underline misalignmentFrank Sierra2017-06-091-0/+4
|/ / / / /
* | | | | Merge branch 'dm-mail-room-check-without-omnibus' into 'master'Robert Speicher2017-06-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't check if MailRoom is running on Omnibus Closes #19607 See merge request !12056
| * | | | | Don't check if MailRoom is running on Omnibusdm-mail-room-check-without-omnibusDouwe Maan2017-06-091-0/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'dm-revert-mr-8427'Douwe Maan2017-06-091-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-0/+4
| |/ / /
* | | | Merge branch 'tc-link-to-commit-on-help-page' into 'master'Robert Speicher2017-06-091-0/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Make the revision on the `/help` page clickable See merge request !12016
| * | | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-0/+4
| | | | | | | | | | | | | | | | | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
* | | | Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable2017-06-091-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Prompt user to create personal access token for Git over HTTP See merge request !11986
| * | | | Instruct user to use a personal access token for Git over HTTPRobin Bobbitt2017-06-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
* | | | | Merge branch 'dashboard-milestone-tabs-loading-async' into 'master'Sean McGivern2017-06-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed dashboard milestone tabs not loading Closes #33477 See merge request !12023