summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix tooltip padding to align to 8px gridpms-fix-tooltip-paddingPedro Moreira da Silva2017-10-181-1/+1
|
* Merge branch 'feature/migrate-wiki-write-page-to-gitaly' into 'master'Sean McGivern2017-10-186-36/+110
|\ | | | | | | | | | | | | Migrate Gitlab::Git::Wiki#write_page to Gitaly Closes gitaly#638 See merge request gitlab-org/gitlab-ce!14870
| * Migrate Gitlab::Git::Wiki#write_page to Gitalyfeature/migrate-wiki-write-page-to-gitalyAhmad Sherif2017-10-166-36/+110
| | | | | | | | Closes gitaly#638
* | Merge branch '39201-improve-google-image' into 'master'35616-gke-1st-iterationPhil Hughes2017-10-182-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Replace google login image Closes #39201 See merge request gitlab-org/gitlab-ce!14919
| * | Replace google login image39201-improve-google-imageFilipa Lacerda2017-10-172-1/+1
| | |
* | | Merge branch 'sh-security-fix-backports-master' into 'master'Robert Speicher2017-10-1814-80/+149
|\ \ \ | | | | | | | | | | | | | | | | Backport all fixes from GitLab 10.1 into master See merge request gitlab-org/gitlab-ce!14922
| * | | Remove already released CHANGELOG filessh-security-fix-backports-masterStan Hu2017-10-173-15/+0
| | | |
| * | | Merge branch 'master' into sh-security-fix-backports-masterStan Hu2017-10-17234-2291/+6407
| |\ \ \
| * | | | Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-1716-80/+141
| | | | | | | | | | | | | | | | | | | | | | | | | Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
| * | | | Update CHANGELOG.md for 10.0.4Jarka Kadlecova2017-10-161-0/+6
| | | | | | | | | | | | | | | [ci skip]
| * | | | Update CHANGELOG.md for 9.5.9Jarka Kadlecova2017-10-161-0/+8
| | | | | | | | | | | | | | | [ci skip]
| * | | | Update CHANGELOG.md for 9.4.7Jarka Kadlecova2017-10-161-0/+9
| | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch '30140-restore-readme-only-preference' into 'master'Douwe Maan2017-10-186-14/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add readme only option as project view Closes #30140 See merge request gitlab-org/gitlab-ce!14900
| * | | | | Small code style changesDouwe Maan2017-10-181-2/+2
| | | | | |
| * | | | | Add readme title and check for rich_viewer30140-restore-readme-only-preferenceAnnabel Dunstone Gray2017-10-171-1/+6
| | | | | |
| * | | | | Fix specAnnabel Dunstone Gray2017-10-161-1/+0
| | | | | |
| * | | | | Add readme only option as project viewAnnabel Dunstone Gray2017-10-166-14/+37
| | | | | |
* | | | | | Merge branch '37032-get-project-branch-invalid-name-message' into 'master'Rémy Coutable2017-10-184-8/+62
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get Project Branch API shows an helpful error message on invalid refname Closes #37032 See merge request gitlab-org/gitlab-ce!14884
| * | | | | | Get Project Branch API shows an helpful error message on invalid refnameJacopo2017-10-184-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In API v4 when requesting a branch with an invalid refname shows an helpful error message: 'The branch refname is invalid'.
* | | | | | | Merge branch 'tc-saml-fix-false-empty' into 'master'Douwe Maan2017-10-186-22/+74
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SAML fix when auth hash attributes do not define groups Closes #38923 See merge request gitlab-org/gitlab-ce!14913
| * | | | | | | Fix SAML error 500 when no groups are defined for usertc-saml-fix-false-emptyToon Claes2017-10-186-22/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When there are no groups defined in the auth hash attributes, `Gitlab::Saml::AuthHash#groups` should return an empty array, and `Gitlab::Saml::User#find_user` should not mark the user as external. Closes gitlab-org/gitlab-ce#38923.
* | | | | | | | Merge branch 'kt/bug/fix-revision-and-size-for-container-registry' into 'master'Grzegorz Bizon2017-10-186-7/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add short_revision and use total_size Closes #39203 See merge request gitlab-org/gitlab-ce!14917
| * | | | | | | | Fix broken testkt/bug/fix-revision-and-size-for-container-registryFilipa Lacerda2017-10-171-2/+2
| | | | | | | | |
| * | | | | | | | Fix failed testKamil Trzcinski2017-10-171-2/+2
| | | | | | | | |
| * | | | | | | | Add short_revision and use total_sizeKamil Trzcinski2017-10-176-5/+15
| | | | | | | | |
* | | | | | | | | Merge branch 'improve-database-yml-examples' into 'master'Rémy Coutable2017-10-183-18/+30
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Improve database yml examples See merge request gitlab-org/gitlab-ce!10247
| * | | | | | | | Update scripts/prepare_build.shbogdanvlviv2017-10-171-4/+2
| | | | | | | | |
| * | | | | | | | Update database.yml.postgresqlbogdanvlviv2017-10-171-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | host is omitted by default
| * | | | | | | | Set 'staging specific' in database.yml.mysqlbogdanvlviv2017-10-171-3/+18
|/ / / / / / / /
* | | | | | | | Merge branch 'ph-multi-file-editor-restructure-data' into 'master'Filipa Lacerda2017-10-1733-735/+522
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored multi-file data structure See merge request gitlab-org/gitlab-ce!14862
| * | | | | | | | fixed Karam test because of event name changeph-multi-file-editor-restructure-dataPhil Hughes2017-10-171-2/+2
| | | | | | | | |
| * | | | | | | | Fixed bug when clicking file link causing user to navigate awayPhil Hughes2017-10-1713-35/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a test for flattenedFiles Changes the data method to not be an arrow method Various other review fixes
| * | | | | | | | fixed prev directory row not correctly having colspanPhil Hughes2017-10-163-9/+9
| | | | | | | | |
| * | | | | | | | fixed karma spec with prev directory buttonPhil Hughes2017-10-161-0/+1
| | | | | | | | |
| * | | | | | | | fixed karma build because of a removed methodPhil Hughes2017-10-161-1/+1
| | | | | | | | |
| * | | | | | | | made serializing genericPhil Hughes2017-10-164-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed previous directory showing when it shouldnt
| * | | | | | | | fixed rendering bugsPhil Hughes2017-10-166-18/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed eslint
| * | | | | | | | Spec updatesPhil Hughes2017-10-1614-221/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated as best as possible, a lot of tests still change the store and never reset the state back which can cause some issues with other tests.
| * | | | | | | | Refactored multi-file data structurePhil Hughes2017-10-1617-483/+301
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves away from storing in a single array just to render the table. It now stores in a multi-dimensional array/object type where each entry in the array can have its own tree. This makes storing the data for future feature a little easier as there is only one way to store the data. Previously to insert a directory the code had to insert the directory & then the file at the right point in the array. Now the directory can be inserted anywhere & then a file can be quickly added into this directory. The rendering is still done with a single array, but this is handled through underscore. Underscore takes the array & then goes through each item to flatten it into one. It is done this way to save changing the markup away from table, keeping it as a table keeps it semantically correct.
* | | | | | | | | Merge branch 'add-inline-edit-button' into 'master'Filipa Lacerda2017-10-176-17/+119
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add inline edit button to issue_show app See merge request gitlab-org/gitlab-ce!14875
| * | | | | | | | | Add inline edit button to issue_show appClement Ho2017-10-176-17/+119
|/ / / / / / / / /
* | | | | | | | | Merge branch 'winh-project-deletion-message' into 'master'Annabel Dunstone Gray2017-10-172-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change project deletion message from alert to notice Closes #26956 See merge request gitlab-org/gitlab-ce!14756
| * | | | | | | | | Change project deletion message from alert to noticeWinnie Hellmann2017-10-172-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch ↵Rémy Coutable2017-10-171-3/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '20930-very-first-commit-to-default-branch-didn-t-close-referenced-issue' into 'master' Fix #20930: automatic closing is not triggered on very first push. Closes #20930 See merge request gitlab-org/gitlab-ce!11899
| * | | | | | | | | Fix #20930: automatic closing is not triggered on very first push.Sébastien2017-10-171-3/+5
|/ / / / / / / / /
* | | | | | | | | Merge branch 'move-user-avatar-specs' into 'master'Phil Hughes2017-10-173-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move user avatar specs to folder to mimic javascript directory Closes #39169 See merge request gitlab-org/gitlab-ce!14901
| * | | | | | | | | Move user avatar specs to folder to mimic javascript directorymove-user-avatar-specsClement Ho2017-10-163-0/+0
| | | | | | | | | |
* | | | | | | | | | Merge branch 'improve-sprite-icon-spec' into 'master'Phil Hughes2017-10-171-10/+18
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve sprite icon spec Closes #39199 See merge request gitlab-org/gitlab-ce!14914
| * | | | | | | | | Improve sprite icon specClement Ho2017-10-171-10/+18
|/ / / / / / / / /
* | | | | | | | | Merge branch 'bvl-do-not-use-redis-keys' into 'master'Rémy Coutable2017-10-176-36/+33
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using `Redis#keys` See merge request gitlab-org/gitlab-ce!14889