summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow auth via JWT (always false in CE)ash.mckenzie/allow-auth-via-jwtAsh McKenzie2018-08-141-0/+6
* Merge branch 'frozen-string-enable-app-vestigial' into 'master'Stan Hu2018-08-1320-0/+43
|\
| * Enable frozen string in vestigial app filesgfyoung2018-08-1220-0/+43
* | Merge branch 'sh-bump-rugged-0.27.4' into 'master'Robert Speicher2018-08-132-1/+6
|\ \
| * | Bump rugged to 0.27.4 for security fixesStan Hu2018-08-132-1/+6
* | | Merge branch 'add_google_noto_color_emoji_font' into 'master'Clement Ho2018-08-135-3/+12
|\ \ \ | |/ / |/| |
| * | Add Noto Color Emoji font supportAlexander Popov2018-08-135-3/+12
* | | Merge branch 'ide-live-preview-docs' into 'master'Filipa Lacerda2018-08-133-0/+34
|\ \ \
| * | | Update docs and compress imagesJames Ramsay2018-08-133-13/+15
| * | | Added docs for Web IDE Client EvaluationPhil Hughes2018-08-133-0/+32
| | |/ | |/|
* | | Merge branch 'visual-improvements-language-bar' into 'master'Phil Hughes2018-08-132-2/+18
|\ \ \
| * | | Improve visuals of language bar on projectsDimitrie Hoekstra2018-08-132-2/+18
|/ / /
* | | Merge branch '41996-copy-to-clipboard-tooltip-appears-under-modal' into 'master'Clement Ho2018-08-133-2/+6
|\ \ \
| * | | Resolve "`Copy to Clipboard` tooltip appears under modal"Adriel Santiago2018-08-133-2/+6
|/ / /
* | | Merge branch 'ide-small-scroll-area' into 'master'Filipa Lacerda2018-08-131-1/+1
|\ \ \
| * | | Fixed small scroll area in Web IDEPhil Hughes2018-08-131-1/+1
* | | | Merge branch 'sh-fix-issue-50210-oauth2' into 'master'Robert Speicher2018-08-132-1/+5
|\ \ \ \
| * | | | Fix logins via OAuth2 geting logged out in an hourStan Hu2018-08-102-1/+5
* | | | | Merge branch 'fix-pipeline-fixture-seeder' into 'master'Kamil Trzciński2018-08-132-22/+46
|\ \ \ \ \
| * | | | | Squashed commit of the following:Shinya Maeda2018-08-082-22/+46
* | | | | | Merge branch '50243-auto-devops-behind-a-proxy' into 'master'Kamil Trzciński2018-08-132-2/+27
|\ \ \ \ \ \
| * | | | | | Vendor Auto-DevOps.gitlab-ci.yml with new proxy env vars passed through to do...Dylan Griffith2018-08-132-2/+27
* | | | | | | Merge branch 'ce-5666-optimize_querying_manageable_groups' into 'master'Yorick Peterse2018-08-132-14/+10
|\ \ \ \ \ \ \
| * | | | | | | Optimize querying User#manageable_groupsImre Farkas2018-08-062-14/+10
* | | | | | | | Merge branch '45663-tag-quick-action-on-commit-comments' into 'master'Sean McGivern2018-08-1323-102/+524
|\ \ \ \ \ \ \ \
| * | | | | | | | Tag message is frozen so avoid stripping destructivelyPeter Leitzen2018-08-101-1/+1
| * | | | | | | | Freeze string literalsPeter Leitzen2018-08-104-0/+8
| * | | | | | | | Fix preview of commit taggingPeter Leitzen2018-08-104-4/+25
| * | | | | | | | Implement QuickActions::TargetServicePeter Leitzen2018-08-105-15/+113
| * | | | | | | | Cannot mark a Commit as todo via `/todo`Peter Leitzen2018-08-102-11/+24
| * | | | | | | | You cannot `/award` a CommitPeter Leitzen2018-08-102-1/+8
| * | | | | | | | Let Commits::TagService return a result hashPeter Leitzen2018-08-102-13/+30
| * | | | | | | | Support "Preview" tab also for commit commandsPeter Leitzen2018-08-102-8/+29
| * | | | | | | | Move finding autocompletion targets into AutocompleteServicePeter Leitzen2018-08-102-9/+13
| * | | | | | | | No need to destruct block argumentsPeter Leitzen2018-08-101-2/+2
| * | | | | | | | Hide `/tag` quick action from non-authorised usersPeter Leitzen2018-08-101-2/+1
| * | | | | | | | Remove "TODO authorize"Peter Leitzen2018-08-101-1/+0
| * | | | | | | | Link to the tag in system notePeter Leitzen2018-08-102-3/+6
| * | | | | | | | Rename Commits::UpdateService to Commits::TagServicePeter Leitzen2018-08-104-11/+5
| * | | | | | | | Refactor spec for Commits::UpdateServicePeter Leitzen2018-08-101-27/+51
| * | | | | | | | Show optional tag message in quick action explanationPeter Leitzen2018-08-102-6/+31
| * | | | | | | | Document `/tag` in quick actions user docPeter Leitzen2018-08-101-3/+4
| * | | | | | | | Add changelogPeter Leitzen2018-08-101-0/+5
| * | | | | | | | Create a system note after tagging a commitPeter Leitzen2018-08-105-3/+51
| * | | | | | | | Commit notes now support quick actionsPeter Leitzen2018-08-101-42/+4
| * | | | | | | | Quick actions are now also supported on commitsPeter Leitzen2018-08-101-9/+1
| * | | | | | | | Tag a commit via `/tag 1.2.3 message`Peter Leitzen2018-08-102-1/+67
| * | | | | | | | Implement the `tag` commandsPeter Leitzen2018-08-102-0/+62
| * | | | | | | | Create empty Commits::UpdateService and wire it upPeter Leitzen2018-08-105-9/+34
| * | | | | | | | Build noteables in AutocompleteSourcesController#targetPeter Leitzen2018-08-102-11/+3