Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed issue with dropdown not opening after removing due dateremove-due-date | Phil Hughes | 2016-05-23 | 1 | -7/+9 |
| | |||||
* | Added due date tests | Phil Hughes | 2016-05-23 | 1 | -0/+37 |
| | |||||
* | Added remove due date button | Phil Hughes | 2016-05-23 | 3 | -7/+32 |
| | | | | | | In the sidebar when there is a due date, a link to remove due date becomes visible Closes #17392 | ||||
* | Merge branch 'fix/application-settings-error-default-value' into 'master' | Stan Hu | 2016-05-23 | 2 | -1/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when accessing application settings due to nil disabled OAuth sign-in sources ## What does this MR do? When upgrading to GitLab 8.8, an admin would encounter an Error 500 due to a `nil` `disabled_oauth_sign_in_sources`. This MR ensures that the value will be a blank array if empty. Closes #17564 See merge request !4242 | ||||
| * | Serialize application setting as Array by defaultfix/application-settings-error-default-value | Grzegorz Bizon | 2016-05-22 | 2 | -1/+4 |
|/ | |||||
* | Update CHANGELOG for 8.8.1. Again. | Robert Speicher | 2016-05-22 | 1 | -1/+0 |
| | | | | [ci skip] | ||||
* | Update CHANGELOG for 8.8.1 | Robert Speicher | 2016-05-22 | 1 | -2/+4 |
| | | | | [ci skip] | ||||
* | Merge branch 'fix-y2k17-problem' into 'master' | Robert Speicher | 2016-05-23 | 3 | -12/+12 |
|\ | | | | | | | | | | | | | | | | | Fix some specs which would have broken in 2017 to not break anymore by using a dynamic year value. Static year values would have caused the test suite to fail on these in the future, so I replaced 'em. That's pretty much all there is to this MR. See merge request !4241 | ||||
| * | Fix some specs which would have broken in 2017 to not break anymore by using ↵ | Connor Shea | 2016-05-22 | 3 | -12/+12 |
| | | | | | | | | a dynamic year value. | ||||
* | | Merge branch 'registry_admin_docs' into 'master' | Achilleas Pipinellis | 2016-05-23 | 4 | -4/+433 |
|\ \ | |/ |/| | | | | | | | | | Docker container registry configuration docs. Part of gitlab-org/omnibus-gitlab!764 and gitlab-org/gitlab-ce!4040 See merge request !4141 | ||||
| * | Fixes suggested by Kamil | Achilleas Pipinellis | 2016-05-22 | 1 | -23/+9 |
| | | |||||
| * | Refactor storage location section | Achilleas Pipinellis | 2016-05-22 | 1 | -24/+34 |
| | | |||||
| * | Add note about port needed in NGINX config | Achilleas Pipinellis | 2016-05-22 | 1 | -0/+2 |
| | | |||||
| * | Fix remaining docs on enabling/disabling Registry | Achilleas Pipinellis | 2016-05-22 | 1 | -33/+34 |
| | | |||||
| * | Fix Registry docs now that it is not enabled be defaultregistry_admin_docs | Achilleas Pipinellis | 2016-05-22 | 1 | -16/+27 |
| | | |||||
| * | Clarify how the Registry is enabled in Omnibus | Achilleas Pipinellis | 2016-05-22 | 1 | -7/+10 |
| | | |||||
| * | Major overhaul of the Registry admin docs | Achilleas Pipinellis | 2016-05-22 | 1 | -107/+187 |
| | | |||||
| * | Add NGINX config file for Registry | Achilleas Pipinellis | 2016-05-22 | 1 | -0/+51 |
| | | |||||
| * | Add proper config values for Registry in gitlab.yml | Achilleas Pipinellis | 2016-05-22 | 1 | -4/+4 |
| | | |||||
| * | Add link to container registry | Achilleas Pipinellis | 2016-05-22 | 1 | -0/+1 |
| | | |||||
| * | Refactor container docs | Achilleas Pipinellis | 2016-05-22 | 1 | -32/+147 |
| | | |||||
| * | Add assumptions section and refactor domain configuration | Achilleas Pipinellis | 2016-05-22 | 1 | -17/+39 |
| | | |||||
| * | Rearrange configuration parts | Achilleas Pipinellis | 2016-05-22 | 1 | -38/+38 |
| | | |||||
| * | Rearrange headings | Achilleas Pipinellis | 2016-05-22 | 1 | -11/+31 |
| | | |||||
| * | Initial docker container registry configuration docs. | Marin Jankovski | 2016-05-22 | 1 | -0/+127 |
| | | |||||
* | | Merge branch 'fix-access-to-pipelines-for-anonymous' into 'master' | Robert Speicher | 2016-05-23 | 5 | -1/+14 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow anonymous user to access pipelines ## What does this MR do? It fixes an issue where the Pipelines is shown for the Anonymous users, but they get 404 when clicked. Their session is then logged out. Fixes #17717. See merge request !4233 | ||||
| * | | Move Changelog for pipeline fix to valid versionfix-access-to-pipelines-for-anonymous | Grzegorz Bizon | 2016-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | Allow anonymous user to access pipelines | Kamil Trzcinski | 2016-05-23 | 5 | -1/+14 |
|/ / | |||||
* | | Merge branch 'fix-ci-login-to-registry' into 'master' | Stan Hu | 2016-05-22 | 5 | -5/+6 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the CI login to Container Registry (the gitlab-ci-token user) ## What does this MR do? This fixes `docker login` not succeeding when trying to do CI login: `gitlab-ci-token with $CI_BUILD_TOKEN`. cc @marin See merge request !4236 | ||||
| * | | Move registry fix Changelog entry to valid versionfix-ci-login-to-registry | Grzegorz Bizon | 2016-05-23 | 1 | -1/+1 |
| | | | |||||
| * | | Fix the CI login to Container Registry (the gitlab-ci-token user) | Kamil Trzcinski | 2016-05-23 | 5 | -5/+6 |
| | | | |||||
* | | | Merge branch 'upgrade-activerecord-session-store' into 'master' | Robert Speicher | 2016-05-22 | 2 | -6/+8 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | Upgrade activerecord-session_store from 0.1.2 to 1.0.0. Changelog: https://github.com/rails/activerecord-session_store/releases/tag/v1.0.0 Includes Rails 5 support, working towards the never-ending #14286. See merge request !4238 | ||||
| * | | Upgrade activerecord-sessionstore from 0.1.2 to 1.0.0. | Connor Shea | 2016-05-19 | 2 | -6/+8 |
| | | | | | | | | | | | | | | | | | | Changelog: https://github.com/rails/activerecord-session_store/releases/tag/v1.0.0 Includes Rails 5 support. | ||||
* | | | Merge branch 'fix/migration-helpers-mysql-compatibility' into 'master' | Stan Hu | 2016-05-22 | 3 | -8/+23 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MySQL compatibility in zero downtime migration helpers ## What does this MR do? This MR fixes MySQL for zero downtime migration helpers introduced in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3860 Closes #17711 See merge request !4239 | ||||
| * | | Add Changelog entry for MySQL compatibility fixfix/migration-helpers-mysql-compatibility | Grzegorz Bizon | 2016-05-22 | 1 | -0/+3 |
| | | | |||||
| * | | Extend comment for migrations helper MySQL fix | Grzegorz Bizon | 2016-05-22 | 1 | -1/+8 |
| | | | |||||
| * | | Add MySQL compatibility fix in migration helpers | Grzegorz Bizon | 2016-05-22 | 1 | -1/+2 |
| | | | |||||
| * | | Add specs for migration helpers and boolean values | Grzegorz Bizon | 2016-05-22 | 1 | -0/+6 |
| | | | |||||
| * | | Test migration helpers using a migration class | Grzegorz Bizon | 2016-05-22 | 1 | -7/+5 |
|/ / | |||||
* | | Merge branch 'remove_email_in_group_doc' into 'master' | Jeroen van Baarsen | 2016-05-22 | 1 | -2/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | fix group members api doc: remove emial "Email" is removed in ae564c97d48bf728745c57720734cb40378fd90f See merge request !4232 | ||||
| * | | fix group members api doc: remove emial | Sanster | 2016-05-21 | 1 | -2/+0 |
| | | | |||||
* | | | Merge branch 'health_check_docs' into 'master' | Achilleas Pipinellis | 2016-05-22 | 3 | -0/+67 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add health check feature documentation for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3888 @virtuacreative @axil See merge request !4199 | ||||
| * | | | Copyedit health check docshealth_check_docs | Achilleas Pipinellis | 2016-05-22 | 1 | -7/+16 |
| | | | | |||||
| * | | | Fix grammar in health_check.md | DJ Mountney | 2016-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | A access token -> An access token | ||||
| * | | | Fix broken pingdom link in the health_check docs | DJ Mountney | 2016-05-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add health check feature documentation | DJ Mountney | 2016-05-18 | 3 | -0/+58 |
| | | | | |||||
* | | | | Merge branch 'fix-docker-registry-integration' into 'master' | Yorick Peterse | 2016-05-21 | 4 | -3/+15 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix docker registry integration See merge request !4229 | ||||
| * | | | | Update CHANGELOGfix-docker-registry-integration | Kamil Trzcinski | 2016-05-21 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Fix container deletion permission issue | Kamil Trzcinski | 2016-05-20 | 3 | -3/+14 |
| | | | | | |||||
* | | | | | Merge branch 'gitignore-readme' into 'master' | Jeroen van Baarsen | 2016-05-21 | 1 | -0/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add README for updating .gitignore templates Add notes to make it clear that users should not file a MR against a specific file here. See merge request !4227 |