summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change widths of content in MR pipeline tab21781-pipelines-for-mrAnnabel Dunstone2016-09-011-3/+7
* Merge branch '21506-fix-title-dropdown-chevron' into 'master' Annabel Dunstone Gray2016-09-013-6/+19
|\
| * add extra viewport breakpoint for project name width21506-fix-title-dropdown-chevronMike Greiling2016-08-311-1/+5
| * prevent project dropdown chevron from disappearing in small viewportsMike Greiling2016-08-312-4/+7
| * make projects dropdown accessibleMike Greiling2016-08-312-1/+7
* | Merge branch 'replace-play-icon' into 'master' Annabel Dunstone Gray2016-09-018-8/+26
|\ \
| * | Replace play icon font with svgClement Ho2016-09-018-8/+26
| |/
* | Merge branch 'center-pipeline-stage-columns' into 'master' Annabel Dunstone Gray2016-09-012-4/+3
|\ \
| * | Center build stage columns in pipeline overviewClement Ho2016-08-312-4/+3
* | | Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-0160-143/+713
|\ \ \
| * | | Project tools visibility levelFelipe Artur2016-09-0160-143/+713
* | | | Merge branch 'merge-request-sha-info' into 'master' Douwe Maan2016-09-014-3/+33
|\ \ \ \
| * | | | entities: expose {,merge_commit_}sha in MergeRequestBen Boeckel2016-08-314-3/+33
* | | | | Merge branch 'js-tooltips-for-mentions' into 'master' Robert Speicher2016-09-0119-56/+28
|\ \ \ \ \
| * | | | | Use JavaScript tooltips for mentions (!5301)winniehell2016-09-0119-56/+28
* | | | | | Merge branch '20601-emoji-tooltip-in-chronological-order' into 'master' Robert Speicher2016-09-013-1/+12
|\ \ \ \ \ \
| * | | | | | Order award tooltips by their created_at dateAndrew Smith2016-09-013-1/+12
* | | | | | | Merge branch 'fix-suggested-colors-options-for-new-labels-in-the-admin-area' ...Fatih Acet2016-09-012-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Update CHANGELOGfix-suggested-colors-options-for-new-labels-in-the-admin-areaDouglas Barbosa Alexandre2016-08-311-0/+1
| * | | | | | | Fix suggested colors options for new labels in the admin areaDouglas Barbosa Alexandre2016-08-311-0/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'expire-commit-info-partials-sooner' into 'master' Yorick Peterse2016-09-012-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Expire commit view partial after a dayexpire-commit-info-partials-soonerSean McGivern2016-08-312-1/+2
* | | | | | | | Merge branch 'meta/add-doc-mr-template' into 'master' Achilleas Pipinellis2016-09-011-0/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add MR Documentation description templateAchilleas Pipinellis2016-09-011-0/+14
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'control-dropdown-permissions' into 'master' Robert Speicher2016-08-312-18/+22
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Updated variable namecontrol-dropdown-permissionsPhil Hughes2016-08-301-3/+3
| * | | | | | Hide group control nav if no options presentPhil Hughes2016-08-302-18/+22
* | | | | | | Merge branch 'gh-importer-use-default-project-visibility-for-non-private-proj...Robert Speicher2016-08-313-15/+42
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Update CHANGELOGDouglas Barbosa Alexandre2016-08-311-0/+1
| * | | | | | GitHub importer use default project visibility for non-private projectsDouglas Barbosa Alexandre2016-08-312-15/+41
|/ / / / / /
* | | | | | Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-3145-824/+690
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | newline before default returnrefactor/add-policieshttp://jneen.net/2016-08-301-0/+1
| * | | | | s/NB:/NOTE:/http://jneen.net/2016-08-302-2/+2
| * | | | | don't use a deprecated api in ability_spechttp://jneen.net/2016-08-301-2/+2
| * | | | | implement RuleSet#size for testshttp://jneen.net/2016-08-301-0/+4
| * | | | | line break after guard clausehttp://jneen.net/2016-08-301-0/+1
| * | | | | use || in place of `or`http://jneen.net/2016-08-301-1/+1
| * | | | | use a more compact style for access policieshttp://jneen.net/2016-08-301-11/+4
| * | | | | move the rules method to the top #cosmetichttp://jneen.net/2016-08-301-27/+27
| * | | | | factor out a RuleSet so that `delegate!` retains @cannothttp://jneen.net/2016-08-302-9/+51
| * | | | | remove the rest of the dead codehttp://jneen.net/2016-08-301-74/+0
| * | | | | special-case blocked usershttp://jneen.net/2016-08-301-0/+1
| * | | | | test if we can :read_group the group, not the namespacehttp://jneen.net/2016-08-301-1/+1
| * | | | | use a nil subject when we want to check global abilitieshttp://jneen.net/2016-08-302-2/+2
| * | | | | add Deployment, Environment, and ExternalIssue policieshttp://jneen.net/2016-08-303-0/+15
| * | | | | take the dive - only use abilities from Policieshttp://jneen.net/2016-08-301-8/+1
| * | | | | use the cached abilities in #delegate!http://jneen.net/2016-08-301-1/+1
| * | | | | port UserPolicyhttp://jneen.net/2016-08-302-11/+11
| * | | | | port runners, namespaces, group/project_membershttp://jneen.net/2016-08-304-58/+42
| * | | | | add personal snippets and project membershttp://jneen.net/2016-08-302-0/+38