summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* fix eslint for spec global needed in pagination spec for 'fixture'auto-pipelines-vueRegis2017-01-091-0/+1
|
* Merge branch 'master' into auto-pipelines-vueRegis2017-01-0975-188/+1039
|\
| * Merge branch '19086-double-newline' into 'master' Sean McGivern2017-01-091-0/+8
| |\ | | | | | | | | | | | | | | | | | | Fix Double Spaced CI Log Closes #19086 See merge request !8349
| | * Test newline and carraige return groupsJared Deckard2016-12-281-0/+8
| | |
| * | Merge branch 'feature/log-ldap-to-application-log' into 'master' Rémy Coutable2017-01-091-8/+55
| |\ \ | | | | | | | | | | | | | | | | Log LDAP blocking/unblocking events to application log See merge request !8042
| | * | fixup! Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-1/+1
| | | |
| | * | Log messages when blocking/unblocking LDAP accountsMarkus Koller2016-12-201-8/+55
| | | |
| * | | Merge branch 'track_last_used_date_of_ssh_keys' into 'master' Sean McGivern2017-01-093-0/+33
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Record and show last used date of SSH Keys See merge request !8113
| | * | | Record and show last used date of SSH KeysVincent Wong2017-01-093-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses: Issue #13810 1. Adds a last_used_at attribute to the Key table/model 2. Update a key's last_used_at whenever it gets used 3. Display how long ago an ssh key was last used
| * | | | Merge branch 'fix-broken-url-on-group-avatar' into 'master' Sean McGivern2017-01-091-0/+32
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken url on group avatar Closes #26452 See merge request !8464
| | * | | | Fix broken url on group avatarhogewest2017-01-061-0/+32
| | | | | |
| * | | | | Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran2017-01-0612-31/+45
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the members and groups to single option called members Closes #25985 See merge request !8281
| | * | | | | Fixed a test and change the arrow functions to named functionsJose Ivan Vargas2017-01-041-3/+3
| | | | | | |
| | * | | | | Fixed testsJose Ivan Vargas2017-01-031-3/+3
| | | | | | |
| | * | | | | Updated some tests descriptions to represent the correct settings pathJose Ivan Vargas2017-01-033-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the js from the member_expiration_date to es6
| | * | | | | Added tests for the MembersController and corrected some more testsJose Ivan Vargas2017-01-032-1/+15
| | | | | | |
| | * | | | | Removed the "Groups" option from the settings gearJose Ivan Vargas2017-01-033-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed more tests
| | * | | | | Fixed more rspec tests as well as spinach featuresJose Ivan Vargas2017-01-031-1/+0
| | | | | | |
| | * | | | | Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-037-20/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | view (removed an extra tag )
| | * | | | | Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
| * | | | | | Merge branch 'fixed-failing-markdown-input-tests' into 'master' Rémy Coutable2017-01-061-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed failing markdown button tests See merge request !8471
| | * | | | | | Fixed failing markdown button testsPhil Hughes2017-01-061-2/+2
| | | | | | | |
| * | | | | | | Merge branch ↵Alfredo Sumaran2017-01-0644-106/+605
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task' into 'master' Precompile all frontend test fixtures Closes #26226 See merge request !8384
| | * | | | | | | fix right_sidebar_spec ajax call26226-generate-all-haml-fixtures-within-teaspoon-fixtures-taskMike Greiling2017-01-051-1/+2
| | | | | | | | |
| | * | | | | | | replace Teaspoon fixture methods with jasmine-jquery methods to reduce ↵Mike Greiling2017-01-0541-97/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependency on Teaspoon
| | * | | | | | | Merge branch 'fix-u2f-fixtures' into ↵Mike Greiling2017-01-054-23/+36
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 26226-generate-all-haml-fixtures-within-teaspoon-fixtures-task * fix-u2f-fixtures: generate u2f frontend fixtures dynamically force utf-8 encoding for prior to fixture parsing to prevent nokogiri issues exclude script type=text/template from dom scrubbing
| | * | | | | | | | make projects.json easier to readMike Greiling2017-01-031-1/+445
| | | | | | | | | |
| | * | | | | | | | fix dynamic u2f fixturesMike Greiling2017-01-035-5/+37
| | | | | | | | | |
| | * | | | | | | | update all frontend tests to point to precompiled fixturesMike Greiling2017-01-0329-55/+55
| | | | | | | | | |
| | * | | | | | | | recursively clean compiled fixturesMike Greiling2017-01-031-1/+1
| | | | | | | | | |
| | * | | | | | | | create catch-all fixture generator for all static fixturesMike Greiling2017-01-031-0/+31
| | | | | | | | | |
| | * | | | | | | | allow storage of raw string fixturesMike Greiling2017-01-031-3/+15
| | | | | | | | | |
| * | | | | | | | | Merge branch 'speed-up-group-milestone-index' into 'master' Sean McGivern2017-01-062-16/+102
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speed up group milestone index by passing group_id to IssuesFinder See merge request !8363
| | * | | | | | | | | Speed up group milestone index by passing group_id to IssuesFinderAdam Niedzielski2017-01-062-16/+102
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'fix-users-api-500-error' into 'master' Rémy Coutable2017-01-061-0/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 errors when creating a user with identity via API Closes #26295 See merge request !8442
| | * | | | | | | | | | Add a failing spec to the POST /users APIRémy Coutable2017-01-041-0/+8
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | | | | | | Merge branch 'set_ldap_config_attributes_defaults' into 'master' Rémy Coutable2017-01-062-5/+30
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP attributes needs default values See merge request !8465
| | * | | | | | | | | LDAP attributes needs default valuesDrew Blessing2017-01-062-5/+30
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'fix-timezone-due-date-picker' into 'master' Alfredo Sumaran2017-01-061-2/+8
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix timezone due date picker Closes #24253 See merge request !8081
| | * | | | | | | | | | Wait for ajax after clicking on a dateAlfredo Sumaran2017-01-051-0/+4
| | | | | | | | | | | |
| | * | | | | | | | | | remove unnecessary fixtures and testsMike Greiling2017-01-023-86/+0
| | | | | | | | | | | |
| | * | | | | | | | | | add rspec feature testMike Greiling2017-01-021-2/+4
| | | | | | | | | | | |
| | * | | | | | | | | | fix eslint complaintsMike Greiling2017-01-021-3/+3
| | | | | | | | | | | |
| | * | | | | | | | | | use single sprockets require comment style and remove eslint-disableMike Greiling2017-01-021-4/+4
| | | | | | | | | | | |
| | * | | | | | | | | | Pass date as integer params on instantiate new Date in order to avoid time ↵giulianovarriale2017-01-023-0/+86
| | | |_|/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zone inconsistency
| * | | | | | | | | | Merge branch 'fix-u2f-fixtures' into 'master' Alfredo Sumaran2017-01-056-6/+51
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | / / / / / / | | | |_|/ / / / / / | | |/| | | | | | | Replace static JavaScript fixtures for u2f See merge request !8426
| | * | | | | | | | generate u2f frontend fixtures dynamicallyMike Greiling2017-01-055-5/+49
| | | | | | | | | |
| | * | | | | | | | force utf-8 encoding for prior to fixture parsing to prevent nokogiri issuesMike Greiling2017-01-051-0/+1
| | | | | | | | | |
| | * | | | | | | | exclude script type=text/template from dom scrubbingMike Greiling2017-01-051-1/+1
| | |/ / / / / / /
| * | | | | | | | Merge branch 'markdown-button-newline-bug-fix' into 'master' Fatih Acet2017-01-051-0/+37
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed new line being included in bold/italic in GFM form Closes #25456 See merge request !8086