summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Externalize strings from `/app/views/projects/milestones`George Tsiolis2019-01-295-37/+37
* Merge branch '50352-sort-save' into 'master'Sean McGivern2019-01-299-34/+46
|\
| * Save sorting preference for Issues/MRs in BEMario de la Ossa2019-01-289-34/+46
* | Externalize strings from `/app/views/clusters`George Tsiolis2019-01-294-11/+11
* | refactor(NoteableDiscussion): Extracted ResolveDiscussionButton fromMartin Hobert2019-01-282-10/+36
* | Merge branch '36445-better-indication-that-an-issue-has-been-moved-or-marked-...Robert Speicher2019-01-281-1/+4
|\ \ | |/ |/|
| * Indicate on Status if Issue was Moved36445-better-indication-that-an-issue-has-been-moved-or-marked-as-duplicatedAndrew Fontaine2019-01-251-1/+4
* | Merge branch 'refactor/56369-extract-jump-to-next-discussion-button' into 'ma...Phil Hughes2019-01-282-10/+34
|\ \
| * | refactor(NoteableDiscussion): Extracted JumpToNextDiscussionButton to its own...Martin Hobert2019-01-282-10/+34
* | | Merge branch 'gt-externalize-app-views-projects-pages_domains' into 'master'Clement Ho2019-01-284-27/+25
|\ \ \
| * | | Externalize strings from `/app/views/projects/pages_domains`George Tsiolis2019-01-284-27/+25
* | | | Merge branch '44698-recaptcha' into 'master'Kushal Pandya2019-01-281-2/+3
|\ \ \ \
| * | | | Prevent unload when Recaptcha is openRajat Jain2019-01-281-2/+3
* | | | | Fix `star` action in the `explore` subpagesRiccardo Padovani2019-01-282-4/+8
| |/ / / |/| | |
* | | | Merge branch 'ce-1979-2-1' into 'master'Sean McGivern2019-01-283-2/+6
|\ \ \ \
| * | | | Add query method for id queryMark Chao2019-01-153-2/+6
* | | | | Standardize token value capitalization in filter barOmar Bahareth2019-01-284-24/+26
* | | | | Use Gitlab::AppLogger instead of Rails.loggerGabriel Mazetto2019-01-252-2/+2
* | | | | Track when MigrateAttachmentsService is skippedGabriel Mazetto2019-01-251-0/+6
* | | | | Refactor Storage MigrationGabriel Mazetto2019-01-256-37/+53
* | | | | Extract BaseRepositoryService from MigrateRepositoryGabriel Mazetto2019-01-252-45/+58
* | | | | Move MigrationService to HashedStorage moduleGabriel Mazetto2019-01-254-29/+31
* | | | | Prepare rake task for storage rollbackGabriel Mazetto2019-01-251-2/+8
* | | | | Remove "Experimental" text from Hashed Storage settings pageGabriel Mazetto2019-01-251-1/+0
* | | | | Merge branch 'dm-copy-suggestion-as-gfm' into 'master'Phil Hughes2019-01-254-4/+26
|\ \ \ \ \
| * | | | | Allow suggestions to be copied and pasted as GFMDouwe Maan2019-01-252-3/+23
| * | | | | Wrap suggestion note in .note-text.md for consistent styling + behaviorDouwe Maan2019-01-252-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge branch 'osw-adjusts-suggestions-unable-to-be-applied' into 'master'Phil Hughes2019-01-252-12/+14
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Adjusts suggestions unable to be appliedOswaldo Ferreira2019-01-252-12/+14
* | | | | Update to GitLab SVG icon from Font Awesome in profile for location and workYoginth2019-01-252-2/+3
* | | | | Merge branch 'winh-shame-ms-clear' into 'master'Clement Ho2019-01-251-0/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add .ms-no-clear to disable duplicate clear icon in IE / EdgeWinnie Hellmann2019-01-251-0/+11
* | | | | Merge branch 'container-repository-cleanup-api' into 'master'Grzegorz Bizon2019-01-259-8/+178
|\ \ \ \ \
| * | | | | Add Container Registry APIKamil TrzciƄski2019-01-259-8/+178
* | | | | | Merge branch '54905-milestone-search' into 'master'Sean McGivern2019-01-2512-8/+43
|\ \ \ \ \ \
| * | | | | | Adds milestone searchJacopo2019-01-2412-8/+43
* | | | | | | Merge branch 'feature/gb/cross-project-pipeline-trigger' into 'master'Douwe Maan2019-01-257-12/+61
|\ \ \ \ \ \ \
| * | | | | | | Move processables scope into commit status classGrzegorz Bizon2019-01-252-1/+2
| * | | | | | | Revert removing overridden method from build serviceGrzegorz Bizon2019-01-251-1/+5
| * | | | | | | Remove bridge presenter since we no longer need itGrzegorz Bizon2019-01-251-23/+0
| * | | | | | | Make it clear that pipeline can process processablesGrzegorz Bizon2019-01-251-7/+7
| * | | | | | | Extract common `when` code between CI/CD processablesGrzegorz Bizon2019-01-253-12/+1
| * | | | | | | Simplify pipeline processing serviceGrzegorz Bizon2019-01-252-9/+1
| * | | | | | | Add a new relation between a stage and related bridgesGrzegorz Bizon2019-01-251-0/+1
| * | | | | | | Implement default `when` for bridge jobs as `on_success`Grzegorz Bizon2019-01-251-0/+7
| * | | | | | | Add `when` method to be required in case of processablesGrzegorz Bizon2019-01-251-0/+4
| * | | | | | | Use generic commit status as a tmp partial for a bridgeGrzegorz Bizon2019-01-251-1/+1
| * | | | | | | Make CI/CD bridge job a pipeline processable entityGrzegorz Bizon2019-01-252-0/+43
| * | | | | | | Segregate interface require to make CI/CD entity processableGrzegorz Bizon2019-01-254-1/+31
| * | | | | | | Connect CI/CD bridge jobs to trigger requests tooGrzegorz Bizon2019-01-251-0/+1