summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new ProjectCiCdSetting10244-add-project-ci-cd-settingsYorick Peterse2018-04-1612-2/+179
| | | | | | | | | | | | | This model and the corresponding table will be used for storing settings specific to CI/CD, starting with the "group_runners_enabled" boolean. The model is called ProjectCiCdSetting and not ProjectCiCdSettings. The project exporter doesn't like plural model names as it uses "classify" which turns those into singular (so "ProjectCiCdSettings" becomes "ProjectCiCdSetting", producing an error if said class is undefined). The initial work in this commit was done by Dylan Griffith, with most of the migration work being done by Yorick Peterse.
* Merge branch 'ab-45247-project-lookups-validation' into 'master'Yorick Peterse2018-04-163-2/+49
|\ | | | | | | | | | | | | Validate project path prior to hitting the database. Closes #45247 See merge request gitlab-org/gitlab-ce!18322
| * Validate project path prior to hitting the database.Andreas Brandl2018-04-133-2/+49
| | | | | | | | Closes #45247.
* | Merge branch '40487-stop-polling' into 'master'Phil Hughes2018-04-167-10/+450
|\ \ | | | | | | | | | | | | | | | | | | Resolve "Pipeline view stages showing incorrectly" Closes #40487 See merge request gitlab-org/gitlab-ce!18254
| * | Handle cancelled request40487-stop-pollingFilipa Lacerda2018-04-135-13/+427
| | | | | | | | | | | | | | | | | | [ci skip] Adds specs Adds specs
| * | Stop polling and fetch the tableFilipa Lacerda2018-04-132-5/+13
| | |
| * | [ci skip] Updates table when stage is clickedFilipa Lacerda2018-04-132-2/+20
| |/
* | Merge branch '8088_embedded_snippets_support' into 'master'Grzegorz Bizon2018-04-1627-301/+696
|\ \ | | | | | | | | | | | | | | | | | | Embedded Snippets Support Closes #8088 See merge request gitlab-org/gitlab-ce!15695
| * | blank lines around expect removedhaseeb2018-03-271-3/+0
| | |
| * | removed creating projecthaseeb2018-03-191-4/+3
| | |
| * | updated integration testhaseeb2018-03-191-13/+12
| | |
| * | integration test addedhaseeb2018-03-171-0/+30
| | |
| * | fix failing spechaseeb2018-03-072-5/+5
| | |
| * | changes based on reviewhaseeb2018-03-074-13/+13
| | |
| * | button type and i18n supporthaseeb2018-03-071-7/+7
| | |
| * | removed unwated column from csshaseeb2018-03-071-1/+0
| | |
| * | changes to url posiionhaseeb2018-03-071-4/+5
| | |
| * | remove relative pathhaseeb2018-03-072-8/+8
| | |
| * | fixed failing testhaseeb2018-03-031-1/+1
| | |
| * | use sprite for iconshaseeb2018-03-038-3/+20
| | |
| * | removed unused variablehaseeb2018-03-031-2/+2
| | |
| * | added titlehaseeb2018-03-031-1/+1
| | |
| * | one more button changehaseeb2018-03-031-1/+1
| | |
| * | anchor changed to buttonhaseeb2018-03-034-6/+4
| | |
| * | jquery and webpack changedhaseeb2018-03-035-24/+26
| | |
| * | fix webpack.config.jshaseeb2018-02-281-5/+0
| | |
| * | extra whitespace in haml fixedhaseeb2018-02-281-1/+1
| | |
| * | dropdown style fixeshaseeb2018-02-283-5/+15
| | |
| * | fix incomplete shadow in input fieldhaseeb2018-02-282-12/+2
| | |
| * | [ci skip] changelog addedhaseeb2018-02-281-0/+5
| | |
| * | added top-padding to snippet embed blockhaseeb2018-02-281-1/+2
| | |
| * | snippet page modificationshaseeb2018-02-282-3/+13
| | |
| * | rightside border fix for dropdownhaseeb2018-02-282-2/+20
| | |
| * | fix for chrome issuehaseeb2018-02-281-9/+8
| | |
| * | embedded snippet title changeshaseeb2018-02-285-1/+11
| | |
| * | embedd button related fixeshaseeb2018-02-282-3/+7
| | |
| * | embedded snippets supporthaseeb2018-02-2824-291/+602
| | |
* | | Merge branch '44294-skeleton-lines' into 'master'Phil Hughes2018-04-165-68/+34
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "skeleton placeholder on diff has white background" Closes #44294 See merge request gitlab-org/gitlab-ce!17792
| * | | Resolve "skeleton placeholder on diff has white background"Simon Knox2018-04-165-68/+34
|/ / /
* | | Merge branch 'deprecation-warning-for-dynamic-milestones' into 'master'Filipa Lacerda2018-04-1618-230/+402
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Deprecation warning for dynamic milestones Closes #42336 See merge request gitlab-org/gitlab-ce!17505
| * | | Revert and fixLuke Bennett2018-04-152-11/+4
| | | |
| * | | use jquery object in togglePopoverLuke Bennett2018-04-131-3/+4
| | | |
| * | | Fix other listenersLuke Bennett2018-04-132-4/+4
| | | |
| * | | Fix feature_highlight listenerLuke Bennett2018-04-131-4/+1
| | | |
| * | | remove sideeffects, init per pageLuke Bennett2018-04-103-2/+8
| | | |
| * | | fix lintLuke Bennett2018-04-091-2/+2
| | | |
| * | | Merge remote-tracking branch 'origin/master' into ↵Luke Bennett2018-04-09500-12602/+37389
| |\ \ \ | | | | | | | | | | | | | | | deprecation-warning-for-dynamic-milestones
| * | | | Fix static analysisLuke Bennett2018-04-091-18/+18
| | | | |
| * | | | Review changesLuke Bennett2018-04-074-27/+36
| | | | |
| * | | | Fix staticLuke Bennett2018-04-061-1/+1
| | | | |