summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | Use consistent words, feedback:Lin Jen-Shin2016-12-104-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
| * | | | | | | | | | | Check project existence for push too, andLin Jen-Shin2016-12-101-16/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we don't have to check for deploy key for downloading because deploy key could certainly download when it could already read the project. Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19578626
| * | | | | | | | | | | Don't pass the actor for deploy key, feedback:Lin Jen-Shin2016-12-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19579483
| * | | | | | | | | | | Now we need to include EmailHelpers for each testLin Jen-Shin2016-12-062-0/+4
| | | | | | | | | | | |
| * | | | | | | | | | | Prefer guest_can_download_code? and fix typoLin Jen-Shin2016-12-062-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Prefer guest_can_downlod_code?Lin Jen-Shin2016-12-061-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-12-061491-9599/+15710
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (488 commits) Merge branch 'issue_25064' into 'security' It's secret variables, not secure Fix dead links, add example of debug trace output, simplify titles Authorize users into imported GitLab project Document button secondary states. Update icons and color section Remove unused votes.scss Remove unused errors css Fixed MR widget content wrapping for XS viewports NIGNX -> Nginx Use pry-byebug instead byebug Fixed influence from other specs. Accept `issue new` as command to create an issue Update paranoia from 2.1.4 to 2.2.0. Use the pagination helper in the API Added changelog for #25221 Fixed top margin for Builds page status header information Satisfied eslint Fix compatibility with Internet Explorer 11 for merge requests change the date label to match the date used fix gfm doc typo about two spaces for next line transfer ...
| * | | | | | | | | | | | Allow admin to set keys with write access, andLin Jen-Shin2016-11-226-3/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | show write access information when showing the key. TODO: It's ugly right now, need help!
| * | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-11-22506-2813/+13514
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (497 commits) Use single quote for strings Ue svg from SVGs object Dont trigger CI builds [ci skip] Revert "Test only migrations" Add custom copy for each empty stage Fetch only one revision Highlight nav item on hover Test only migrations Fix migration paths tests Scroll CA stage panel on mobile Fix CSS declaration administer to administrator Move SVGs to JS objects for easy reuse Improve deploy command message No enough data to Not enough data Keep the cookie name as before Fix variable usage Evalute time_ago method instead of printing it Removed button styling from restricted visibility levels and added checkboxes with icons Do not show overview message if there’s already CA data ...
| * | | | | | | | | | | | | Add tests for key/deploy key notificationsLin Jen-Shin2016-11-182-0/+24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fix an old copypasta: internal -> privateLin Jen-Shin2016-11-181-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Check download privilege more specifically andLin Jen-Shin2016-11-181-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add another error message for the new error.
| * | | | | | | | | | | | | Still grant :download_code if guest could do thatLin Jen-Shin2016-11-181-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18518792
| * | | | | | | | | | | | | Check if the key could really download, feedback:Lin Jen-Shin2016-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18518792
| * | | | | | | | | | | | | We removed User#has_access_to?Lin Jen-Shin2016-11-181-1/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | We never check user privilege if it's a deploy keyLin Jen-Shin2016-11-184-34/+28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Don't notify user for deploy keys, feedback:Lin Jen-Shin2016-11-183-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18517263
| * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-11-17660-11597/+14544
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (236 commits) Mention Git strategy none Remove ToC since it's now supported in the docs portal itself Add 8.14 to versions with further additions to review apps Add Limitations sections to environments and review apps docs Add link to environments docs Fix URL to review apps docs Add a prerequisites section, add some links Link to NGINX example project for the time being Get rid most of the irrelevant sections Add note about current limitation in $CI_BUILD_REF_NAME Add an intro and an Overview section for Review Apps WIP review apps Add Review apps link to CI README Add stop environment permissions and remove delete Add note about auto-stopping of environments Update CHANGELOG.md for 8.13.6 Finish "Stopping envs" and "Grouping similar envs" sections Highlight first user autocomplete option Remove ToC and fix headings in Markdown docs Revert "Merge branch '22680-unlabel-limit-autocomplete-to-selected-items' into 'master'" ...
| * | | | | | | | | | | | | | Introduce no_user_or_blocked? and fix tests due toLin Jen-Shin2016-11-162-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checking user permission.
| * | | | | | | | | | | | | | Introduce has_access_to? so that we could reuse itLin Jen-Shin2016-11-165-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18439108
| * | | | | | | | | | | | | | Also need to check against push rules:Lin Jen-Shin2016-11-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_18440615
| * | | | | | | | | | | | | | Fix test for GitAccessWiki, it's overriding change_access_checkLin Jen-Shin2016-11-112-4/+7
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix a typo: acccess -> accessLin Jen-Shin2016-11-111-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add more tests and fix write to project checkLin Jen-Shin2016-11-113-8/+36
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | So deploy key might not have a corresponding userLin Jen-Shin2016-11-111-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Correct the test. Not sure why change it in the first placeLin Jen-Shin2016-11-111-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Mark DeployKey#can_push a safe attributeLin Jen-Shin2016-11-111-1/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove old entry in CHANGELOG.mdLin Jen-Shin2016-11-111-1/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Improve write access check for deploy keyLin Jen-Shin2016-11-111-45/+36
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Cleanup migrationLin Jen-Shin2016-11-101-19/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Update CHANGELOGLin Jen-Shin2016-11-101-0/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin2016-11-102726-29671/+109077
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/1376-allow-write-access-deploy-keys * upstream/master: (3852 commits) Grapify token API Fix cache for commit status in commits list to respect branches Grapify milestones API Grapify runners API Improve EeCompatCheck, cache EE repo and keep artifacts for the ee_compat_check task Use 'Forking in progress' title when appropriate Fix CHANGELOG after 8.14.0-rc1 tag Update CHANGELOG.md for 8.14.0-rc1 Fix YAML syntax on CHANGELOG entry Remove redundant rescue from repository keep_around Remove redundant space from repository model code Remove order-dependent expectation Minor CHANGELOG.md cleanups Add a link to Git cheatsheet PDF in docs readme Grapify the session API Add 8.13.5, 8.12.9, and 8.11.11 CHANGELOG Merge branch 'unauthenticated-container-registry-access' into 'security' Merge branch '23403-fix-events-for-private-project-features' into 'security' Merge branch 'fix-unathorized-cloning' into 'security' Merge branch 'markdown-xss-fix-option-2.1' into 'security' ...
| * | | | | | | | | | | | | | | Set current user as deploy key userAli Ibrahim2016-09-031-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | added spacingAli Ibrahim2016-08-191-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Rephrase wording for pull/push accessAli Ibrahim2016-08-191-2/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Added can_push attribute to deploy keys and update docs for APIAli Ibrahim2016-08-182-7/+14
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Allow to add deploy keys with write-accessAli Ibrahim2016-08-177-20/+68
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'dz-rename-invalid-users' into 'master' Douwe Maan2016-12-274-1/+121
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename users with namespace ending with .git See merge request !8309
| * | | | | | | | | | | | | | | | Rename users with namespace ending with .gitdz-rename-invalid-usersDmitriy Zaporozhets2016-12-264-1/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | | | | | Merge branch 'bugfix/outlook-language-parsing' into 'master' Douwe Maan2016-12-274-31/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to Discourse's EmailReplyTrimmer for more robust reply parsing See merge request !7473
| * | | | | | | | | | | | | | | | | fix guard stylebugfix/outlook-language-parsinghttp://jneen.net/2016-12-221-1/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Be more certain in the commenthttp://jneen.net/2016-12-211-2/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Revert "allow empty-quotes"http://jneen.net/2016-12-213-17/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4f2f678aff8d7dfcac96c47cf7eb480a5707ddaf.
| * | | | | | | | | | | | | | | | | remove comment attributionhttp://jneen.net/2016-12-211-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | allow empty-quoteshttp://jneen.net/2016-12-213-6/+17
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | protect against EmailReplyTrimmer returning nilhttp://jneen.net/2016-12-211-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | remove trailing whitespace from email bodieshttp://jneen.net/2016-12-212-1/+4
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | switch to email_reply_trimmer from discoursehttp://jneen.net/2016-12-214-32/+8
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'changelog-mr8322' into 'master' Yorick Peterse2016-12-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added changelog for MR !8322 See merge request !8325
| * | | | | | | | | | | | | | | | | | Added changelog for MR !8322Yorick Peterse2016-12-271-0/+4
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]