summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-234-9/+9
|
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
|
* Enable Style/DotPositionDouwe Maan2017-02-2311-49/+49
|
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+1
|
* Improve performance of User Agent DetailZ.J. van de Weg2017-02-201-1/+17
|
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-177-18/+276
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (313 commits) Allow slashes in slash command arguments Add API endpoint to get all milestone merge requests remove trailing comma Restore pagination to admin abuse reports replace deprecated NoErrorsPlugin with NoEmitOnErrorsPlugin only compress assets in production Reduce number of pipelines created to test pagination add CHANGELOG.md entry for !8761 prevent diff unfolding link from appearing for deleted files fix build failures only show diff unfolding link if there are more lines to show fix typo in node section Only yield valid references in ReferenceFilter.references_in Cache js selectors; fix css move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button Remove comments in migration ...
| * Merge branch '26500-informative-slack-notifications' into 'master' Kamil Trzciński2017-02-171-4/+24
| |\ | | | | | | | | | | | | | | | | | | Adding links to user & build stage in a Build message Closes #26500 See merge request !8641
| | * Adding links to user & build in Chat NotificationsPoornima M2017-01-251-4/+24
| | |
| * | Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński2017-02-171-1/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Prefer service object over after_save hook Closes #26921 See merge request !8664
| | * \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-1515-160/+607
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (488 commits) Remove duplicate CHANGELOG.md entries for 8.16.5 Update CHANGELOG.md for 8.14.9 Update CHANGELOG.md for 8.15.6 #27631: Add missing top-area div to activity header page Update CHANGELOG.md for 8.16.5 Update CHANGELOG.md for 8.16.5 Update CHANGELOG.md for 8.16.5 Fix yarn lock and package.json mismatch caused by MR 9133 sync yarn.lock with recent changes to package.json Add changelog Fix z index bugs Add Links to Branches in Calendar Activity SidekiqStatus need to be qualified in some cases Replace static fixture for behaviors/requires_input_spec.js (!9162) API: Consolidate /projects endpoint Add MySQL info in install requirements Fix timezone on issue boards due date Use Gitlab::Database.with_connection_pool from !9192 Disconnect the pool after done Use threads directly, introduce pool later: ...
| | * \ \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-079-60/+249
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (379 commits) Fixed failing tests because list doens't exist Add changelog file Update system_note_service_spec.rb Remove noteable object in time tracking system notes [ci-skip] Make all system notes lowercase Fixed eslint Don't render snippet actions for logged-out users Remove deprecated MR and Issue endpoints and preserve V3 namespace Removed additional dropdown list animations Improve docs on CI/CD code coverage regexp setting Improve Changelog entry for CI config compatibility fix Refine docs on code coverage regexp on job level Introduce maximum session time for terminal websocket connection Add Changelog entry for CI config compatibility fix Map configuration to directory locations and add defaults to NFS HA doc. Update docs on setting up a CI/CD coverage regexp Fix Rubocop offense in legacy CI/CD config specs add CHANGELOG entry for !8988 transpile all javascript files with babel add npm run webpack command ...
| | * \ \ \ Merge remote-tracking branch 'upstream/master' into use-update-runner-serviceLin Jen-Shin2017-02-0471-369/+994
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (589 commits) Backport changes from EE squash Fix broken tests Rename Build to Job Adds changelog entry Change "Build" to "Job" in builds show page header and sidebar replace `find_with_namespace` with `find_by_full_path` PlantUML support for Markdown remove dateFormat global exception fix relative paths to xterm.js within fit.js use setFixtures instead of fixture.set prevent u2f tests from triggering a form submission while testing simplify test for focus state preload projects.json fixture preload projects.json fixture rework tests which rely on teaspoon-specific behavior Only render hr when user can't archive project. use setFixtures instead of fixture.set ensure helper classes and constants are exposed globally preload projects.json fixture fix fixture references in environments_spec allow console.xxx in tests, reorder eslint rules alphabetically ...
| | * | | | | Remove the key from the queue when runner is deletedLin Jen-Shin2017-01-211-0/+19
| | | | | | |
| | * | | | | Prefer service object over after_save hookLin Jen-Shin2017-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #26921
| * | | | | | Remove all instances of theme_id; require downtimeAnnabel Dunstone Gray2017-02-151-2/+1
| | | | | | |
| * | | | | | Drop theme ID from users tableAnnabel Dunstone Gray2017-02-151-1/+0
| | | | | | |
| * | | | | | Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-141-0/+13
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | # Conflicts: # doc/api/projects.md
| | * | | | | Make WikiPage comparable according to StaticModel interfaceMark Fletcher2017-02-141-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add WikiPage#id method returning associated SHA for wiki page commit
| * | | | | | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-10/+29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Merge branch '27480_deploy_keys_should_not_show_up_in_users_keys_list' into ↵Douwe Maan2017-02-131-0/+29
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Make deploy key not show in User's keys list Closes #27480 See merge request !9024
| | * | | | | Make deploy key not show in User's keys listPawel Chojnacki2017-02-131-0/+29
| | | | | | |
| * | | | | | Merge branch 'dm-quick-fix-web-edit-new-lines' into 'master' Robert Speicher2017-02-131-0/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Respect autocrlf setting when creating/updating file through web UI Closes gitlab-com/www-gitlab-com#1152 See merge request !9198
| | * | | | | | Respect autocrlf setting when creating/updating file through web UIdm-quick-fix-web-edit-new-linesDouwe Maan2017-02-131-0/+11
| | |/ / / / /
| * | | | | | Merge branch '23535-folders-in-wiki-repository' into 'master' Douwe Maan2017-02-132-0/+149
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show directory hierarchy when listing wiki pages Closes #23535 See merge request !8133
| | * | | | | Add WikiPage.unhyphenizeAlex Braha Stoll2017-01-301-0/+8
| | | | | | |
| | * | | | | Merge branch 'master' into 23535-folders-in-wiki-repositoryAlex Braha Stoll2017-01-2983-1939/+2929
| | |\ \ \ \ \
| | * | | | | | Remove directories as one of the attributes of WikiDirectoryAlex Braha Stoll2016-12-311-12/+3
| | | | | | | |
| | * | | | | | Change WikiPage#directoryAlex Braha Stoll2016-12-311-3/+3
| | | | | | | |
| | * | | | | | Remove WikiPage#full_pathAlex Braha Stoll2016-12-311-20/+0
| | | | | | | |
| | * | | | | | Add WikiDirectory#to_partial_pathAlex Braha Stoll2016-12-311-0/+8
| | | | | | | |
| | * | | | | | Add WikiPage#to_partial_pathAlex Braha Stoll2016-12-311-0/+8
| | | | | | | |
| | * | | | | | Change WikiPage.group_by_directory to use WikiDirectoryAlex Braha Stoll2016-12-311-30/+42
| | | | | | | |
| | * | | | | | Add model WikiDirectoryAlex Braha Stoll2016-12-311-0/+45
| | | | | | | |
| | * | | | | | Change WikiPage.group_by_directory to order by directory and file ↵Alex Braha Stoll2016-12-311-4/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alphabetical order
| | * | | | | | Change WikiPage#directory to always start a directory hierarchy with '/'Alex Braha Stoll2016-12-311-2/+2
| | | | | | | |
| | * | | | | | Add component to show the full path of a wiki page when viewing its contentAlex Braha Stoll2016-12-311-0/+40
| | | | | | | |
| | * | | | | | Add specs for WikiPage.group_by_directoryAlex Braha Stoll2016-12-311-6/+24
| | | | | | | |
| | * | | | | | Show directory hierarchy when listing wiki pagesAlex Braha Stoll2016-12-311-0/+17
| | | | | | | |
* | | | | | | | Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-152-5/+5
| | | | | | | |
* | | | | | | | Add specs for after_stage scope, update specs fileGrzegorz Bizon2017-02-141-4/+18
| | | | | | | |
* | | | | | | | Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-4/+4
| | | | | | | |
* | | | | | | | Fix envs and deploys specs related to build retryGrzegorz Bizon2017-02-131-1/+1
| | | | | | | |
* | | | | | | | Fix pipeline specs after adding retry ability checkGrzegorz Bizon2017-02-131-8/+16
| | | | | | | |
* | | | | | | | Fix CI build specs after adding retry ability checkGrzegorz Bizon2017-02-131-18/+30
| | | | | | | |
* | | | | | | | Extend specs for canceling a running pipelineGrzegorz Bizon2017-02-131-2/+15
| | | | | | | |
* | | | | | | | Fix pipeline specs related to canceling buildsGrzegorz Bizon2017-02-131-2/+10
|/ / / / / / /
* | | | | | | Merge branch 'dz-nested-groups-members-page' into 'master' Dmitriy Zaporozhets2017-02-101-0/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nested groups members page See merge request !9062
| * | | | | | | Show parent group members for nested groupdz-nested-groups-members-pageDmitriy Zaporozhets2017-02-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Merge branch 'issue_26701' into 'master'Sean McGivern2017-02-091-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove JIRA closed status icon Closes #26701 See merge request !8944
| * | | | | | | Remove JIRA closed status iconissue_26701Felipe Artur2017-02-081-1/+1
| | | | | | | |