summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Use Gitlab::Git operations for repository mirroringce-gitlab-git-backportAlejandro Rodríguez2017-11-032-33/+0
|
* Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-033-18/+9
|
* Create a Wiki Repository's raw_repository properlyAlejandro Rodríguez2017-11-032-4/+5
|
* Merge branch 'jk-epic-changes-ce-port' into 'master'39748-add-documentation-on-how-to-create-a-dns-entry-docsStan Hu2017-11-021-2/+0
|\ | | | | | | | | Remove including ee Epics module See merge request gitlab-org/gitlab-ce!15162
| * Remove including ee moduleJarka Kadlecova2017-11-021-2/+0
| |
* | Merge branch 'pawel/disable_nfs_metrics_checks_39730' into 'master'Stan Hu2017-11-021-2/+1
|\ \ | | | | | | | | | | | | Remove Filesystem check metrics that use too much CPU to handle requests See merge request gitlab-org/gitlab-ce!15158
| * | Remove Filesystem check metrics that use too much CPU to handle requestspawel/disable_nfs_metrics_checks_39730Pawel Chojnacki2017-11-021-2/+1
| | |
* | | Merge branch '37631-add-a-merge_request_diff_id-column-to-merge_requests' ↵Yorick Peterse2017-11-021-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Add a `merge_request_diff_id` column to `merge_requests`" See merge request gitlab-org/gitlab-ce!15035
| * | | Set merge_request_diff_id on MR when creatingSean McGivern2017-11-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Once we migrate existing MRs to have this column, we will be able to get the latest diff for a single merge request more efficiently, and (more importantly) get all latest diffs for a collection of MRs efficiently.
* | | | Merge branch 'refactor-responsive-tables-for-nested-error' into 'master'Annabel Dunstone Gray2017-11-027-77/+103
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor responsive table styles to support nested error block See merge request gitlab-org/gitlab-ce!15145
| * | | | Refactor responsive table styles to support nested error blockrefactor-responsive-tables-for-nested-errorEric Eastwood2017-11-027-77/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Split layout from the styles of the row - Move command `.append-` `.prepend-` styles to bottom of source order - Actually applies styles over others in more situations which is probably what is expected when you add it to an element - Also allows us to get rid of some styles that were trying to get around this fact See https://i.imgur.com/IE50PK6.png Which is used in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15064 Design from https://gitlab.com/gitlab-org/gitlab-ce/issues/38464
* | | | | Merge branch 'icons-ci-icons' into 'master'Filipa Lacerda2017-11-0220-144/+174
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Convert Icons in CI to SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14567
| * | | | | Fix for Dropdown Icon Positionicons-ci-iconsTim Zallmann2017-11-011-3/+3
| | | | | |
| * | | | | Needed to change 0px to 0Tim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Missing Comma addedTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Fixed different sizesTim Zallmann2017-10-302-6/+33
| | | | | |
| * | | | | Added Missing SemicolonTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Improved Var Caching, Line Setup, SpecsTim Zallmann2017-10-302-5/+4
| | | | | |
| * | | | | Updated icon.vue to be more inline with other components + added spec for itTim Zallmann2017-10-302-8/+4
| | | | | |
| * | | | | Fixes another problem that happens during knapsack testingTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Fixing Tests and CSS displayTim Zallmann2017-10-302-4/+12
| | | | | |
| * | | | | Test FixesTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Fixes for TestsTim Zallmann2017-10-305-28/+7
| | | | | |
| * | | | | Update Action IconsTim Zallmann2017-10-304-19/+14
| | | | | |
| * | | | | Fixing IconsTim Zallmann2017-10-3011-78/+101
| | | | | |
| * | | | | Updated also Badge + Dropdown IconsTim Zallmann2017-10-302-4/+4
| | | | | |
| * | | | | Comma to muchTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Fix the size of a status iconTim Zallmann2017-10-301-1/+1
| | | | | |
| * | | | | Updated Static Icons from CI AreaTim Zallmann2017-10-304-22/+25
| | | | | |
* | | | | | Merge branch 'dm-remove-private-token' into 'master'Sean McGivern2017-11-0212-61/+63
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Private Tokens Closes #38595 and #38447 See merge request gitlab-org/gitlab-ce!14838
| * | | | | | Update specs for sudo behaviorDouwe Maan2017-11-021-1/+9
| | | | | | |
| * | | | | | Move RSS and incoming email tokens from User Settings > Accounts to User ↵Douwe Maan2017-11-024-28/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Settings > Access Tokens
| * | | | | | Remove user authentication_token columnDouwe Maan2017-11-021-0/+1
| | | | | | |
| * | | | | | Add sudo API scopeDouwe Maan2017-11-023-7/+4
| | | | | | |
| * | | | | | Consistently use PersonalAccessToken instead of PersonalTokenDouwe Maan2017-11-022-6/+6
| | | | | | |
| * | | | | | Remove User#private_tokenDouwe Maan2017-11-021-4/+1
| | | | | | |
| * | | | | | Remove authentication using user.private_tokenDouwe Maan2017-11-021-4/+3
| | | | | | |
| * | | | | | Remove Private Token from User Settings > AccountDouwe Maan2017-11-022-16/+5
| | | | | | |
* | | | | | | Merge branch 'jk-epic-changes-ce-port' into 'master'Sean McGivern2017-11-0221-189/+247
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | CE port of code changed for epics See merge request gitlab-org/gitlab-ce!15144
| * | | | | | CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-0221-189/+247
| | | | | | |
* | | | | | | Merge branch 'winh-admin-projects-namespace-filter' into 'master'Tim Zallmann2017-11-024-85/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make NamespaceSelect change URL when filtering Closes #37277 See merge request gitlab-org/gitlab-ce!14888
| * | | | | | | Make NamespaceSelect change URL when filteringwinh-admin-projects-namespace-filterWinnie Hellmann2017-11-021-11/+12
| | | | | | | |
| * | | | | | | Reduce eslint-disable from NamespaceSelectWinnie Hellmann2017-10-261-1/+1
| | | | | | | |
| * | | | | | | Replace showAny for NamespaceSelect by isFilterWinnie Hellmann2017-10-263-8/+5
| | | | | | | |
| * | | | | | | Inline onSelectItem of NamespaceSelectWinnie Hellmann2017-10-261-7/+4
| | | | | | | |
| * | | | | | | Make NamespaceSelect a moduleWinnie Hellmann2017-10-262-81/+59
| | | | | | | |
* | | | | | | | Merge branch '39704-fix-webhooks_log_time' into 'master'Stan Hu2017-11-023-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix webhook recent deliveries elapsed time field Closes #39704 See merge request gitlab-org/gitlab-ce!15146
| * | | | | | | Fix webhook recent deliveries elapsed time fieldAlexander Randa2017-11-023-3/+3
| | | | | | | |
* | | | | | | | Merge branch 'jivl-fix-cancel-button-file-upload-new-issue' into 'master'Filipa Lacerda2017-11-021-3/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cancel button not working when uploading a file on the new issue page Closes #39512 See merge request gitlab-org/gitlab-ce!15137
| * | | | | | | | Fix cancel button not working when uploading a file on the new issue pagejivl-fix-cancel-button-file-upload-new-issueJose Ivan Vargas2017-11-011-3/+1
| | |_|/ / / / / | |/| | | | | |