summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Add container registry repositories view specsfix/gb/improve-container-registry-clipboard-linksGrzegorz Bizon2017-04-101-0/+36
|
* Add method that returns location of registry imageGrzegorz Bizon2017-04-101-0/+7
|
* Improve test examples for container repository classGrzegorz Bizon2017-04-101-21/+21
|
* Add method that returns a registry repository locationGrzegorz Bizon2017-04-101-0/+15
|
* Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-0710-116/+261
|\
| * Merge branch 'adam-finish-5993-closed-issuable' into 'master' Douwe Maan2017-04-078-113/+226
| |\ | | | | | | | | | | | | | | | | | | Add indication for closed or merged issuables in GFM Closes #1369 See merge request !9462
| | * Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuableAdam Buckland2017-04-078-113/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: for issues that are closed, the links will now show '[closed]' following the issue number. This is done as post-process after the markdown has been loaded from the cache as the status of the issue may change between the cache being populated and the content being displayed. In order to avoid N+1 queries problem when rendering notes ObjectRenderer populates the cache of referenced issuables for all notes at once, before the post processing phase. As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes method has been refactored to return a Hash utilising the node itself as the key, since this was a common pattern of usage for this method.
| * | Merge branch 'activity-feed-user-name' into 'master' Annabel Dunstone Gray2017-04-071-3/+3
| |\ \ | | | | | | | | | | | | | | | | Put back usernames in activity and profile feed See merge request !10539
| | * | Put back usernames in activity and profile feedAnnabel Dunstone Gray2017-04-071-3/+3
| | | |
| * | | Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher2017-04-071-0/+32
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
| | * | Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-tomlAhmad Sherif2017-04-041-0/+32
| | | | | | | | | | | | | | | | Closes gitaly#173
* | | | Fix specsDouwe Maan2017-04-072-2/+2
| | | |
* | | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0731-146/+690
|\ \ \ \ | |/ / /
| * | | Remove Vue from main bundle and disable production warningsMike Greiling2017-04-071-0/+1
| | | |
| * | | Merge branch ↵Sean McGivern2017-04-074-10/+82
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-ui' into 'master' Add "engineering" UI for Pipeline Schedule See merge request !10533
| | * | Add ref and active to import/export configSean McGivern2017-04-071-0/+2
| | | |
| | * | Fix last spec failureKamil Trzcinski2017-04-071-1/+6
| | | |
| | * | Fix spec failureKamil Trzcinski2017-04-071-1/+1
| | | |
| | * | Yet, another errorsdosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation-with-quick-uiKamil Trzcinski2017-04-071-1/+4
| | | |
| | * | Another round of code reviewKamil Trzcinski2017-04-071-2/+2
| | | |
| | * | Fix test failuresKamil Trzcinski2017-04-071-0/+1
| | | |
| | * | Update tests to cover trigger scheduleKamil Trzcinski2017-04-073-20/+73
| | | |
| | * | Fix ref referenceKamil Trzcinski2017-04-071-0/+4
| | | |
| | * | before_create :set_project. Now TriggerSchedule saves project from parentShinya Maeda2017-04-071-4/+0
| | | |
| | * | Add specs in triggers_spec.rb (Halfway)Shinya Maeda2017-04-071-0/+8
| | | |
| * | | Merge branch 'optimise-builds' into 'master' Sean McGivern2017-04-071-0/+33
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optimise Pipelines > Jobs index controller Closes #27389 See merge request !10546
| | * | | Count number of queriesKamil Trzcinski2017-04-071-0/+33
| | |/ /
| * | | Merge branch 'karma-failure-fix' into 'master' Jacob Schatz2017-04-071-4/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fixed duplicate jQuery AJAX spyon See merge request !10531
| | * | | Fixed duplicate jQuery AJAX spyonkarma-failure-fixPhil Hughes2017-04-071-4/+3
| | | | |
| * | | | Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński2017-04-077-29/+47
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix invalidating Project build status cache to often See merge request !10313
| | * | | | Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-072-12/+8
| | | | | |
| | * | | | Take the ref of a pipeline into account when caching statusBob Van Landuyt2017-04-071-8/+11
| | | | | |
| | * | | | Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt2017-04-074-4/+4
| | | | | |
| | * | | | Wrap updating of cache after pipeline transition in class methodBob Van Landuyt2017-04-072-6/+16
| | | | | |
| | * | | | Update project build status cache when transitioningBob Van Landuyt2017-04-073-8/+12
| | | | | |
| | * | | | Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt2017-04-074-5/+10
| | | |/ / | | |/| |
| * | | | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-0720-103/+524
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Protected Tags Closes #18471 See merge request !10356
| | * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0678-987/+4174
| | |\ \ \ | | | | | | | | | | | | | | | | | | # Conflicts: # spec/lib/gitlab/import_export/all_models.yml
| | * \ \ \ Merge branch '18471-restrict-tag-pushes-protected-tags' of ↵Kushal Pandya2017-04-0723-72/+643
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into 18471-restrict-tag-pushes-protected-tags
| | | * \ \ \ Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones2017-04-0623-72/+643
| | | |\ \ \ \
| | | * | | | | Fix within('#new_protected_tag') in protected tags specJames Edwards-Jones2017-04-061-1/+1
| | | | | | | |
| | * | | | | | Fix selector for form wrapperKushal Pandya2017-04-071-2/+2
| | |/ / / / /
| | * | | | | Protected Tags backend review changesJames Edwards-Jones2017-04-068-2/+73
| | | | | | | | | | | | | | | | | | | | | Added changelog
| | * | | | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-06401-2074/+7962
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js # app/assets/stylesheets/pages/projects.scss
| | * | | | | | Added ProtectedTag to import/export son and safe_model_attributesJames Edwards-Jones2017-04-043-0/+36
| | | | | | | |
| | * | | | | | Renamed ProtectedTag push_access_levels to create_access_levelsJames Edwards-Jones2017-04-046-20/+21
| | | | | | | |
| | * | | | | | Cleaned up duplication with ProtectedRefAccess concernJames Edwards-Jones2017-04-041-1/+0
| | | | | | | |
| | * | | | | | Attempt to fix import/export of push_access_levels for protected tagsJames Edwards-Jones2017-04-041-0/+5
| | | | | | | |
| | * | | | | | Cleanup & tests for UserAccess#can_create_tag?James Edwards-Jones2017-04-041-0/+70
| | | | | | | |
| | * | | | | | Protected Tags prevents all updates instead of just force pushes.James Edwards-Jones2017-04-041-45/+38
| | | | | | | | | | | | | | | | | | | | | | | | This only changes behaviour for masters, as developers are already prevented from updating/deleting tags without the Protected Tags feature