8000 angular.js/changelog.spec.js at master · dolfly/angular.js · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"css","path":"css","contentType":"directory"},{"name":"docs","path":"docs","contentType":"directory"},{"name":"i18n","path":"i18n","contentType":"directory"},{"name":"images","path":"images","contentType":"directory"},{"name":"lib","path":"lib","contentType":"directory"},{"name":"logs","path":"logs","contentType":"directory"},{"name":"scripts","path":"scripts","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":"test","path":"test","contentType":"directory"},{"name":".bowerrc","path":".bowerrc","contentType":"file"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".jscs.json","path":".jscs.json","contentType":"file"},{"name":".jscs.json.todo","path":".jscs.json.todo","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"Gruntfile.js","path":"Gruntfile.js","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.closure.md","path":"README.closure.md","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"TRIAGING.md","path":"TRIAGING.md","contentType":"file"},{"name":"angularFiles.js","path":"angularFiles.js","contentType":"file"},{"name":"bower.json","path":"bower.json","contentType":"file"},{"name":"changelog.js","path":"changelog.js","contentType":"file"},{"name":"changelog.spec.js","path":"changelog.spec.js","contentType":"file"},{"name":"check-size.sh","path":"check-size.sh","contentType":"file"},{"name":"compare-master-to-stable.js","path":"compare-master-to-stable.js","contentType":"file"},{"name":"gdocs.js","path":"gdocs.js","contentType":"file"},{"name":"init-repo.sh","path":"init-repo.sh","contentType":"file"},{"name":"jenkins_build.sh","path":"jenkins_build.sh","contentType":"file"},{"name":"karma-docs.conf.js","path":"karma-docs.conf.js","contentType":"file"},{"name":"karma-jqlite.conf.js","path":"karma-jqlite.conf.js","contentType":"file"},{"name":"karma-jquery.conf.js","path":"karma-jquery.conf.js","contentType":"file"},{"name":"karma-modules.conf.js","path":"karma-modules.conf.js","contentType":"file"},{"name":"karma-shared.conf.js","path":"karma-shared.conf.js","contentType":"file"},{"name":"npm-shrinkwrap.json","path":"npm-shrinkwrap.json","contentType":"file"},{"name":"package.json","path":"package.json","contentType":"file"},{"name":"protractor-conf.js","path":"protractor-conf.js","contentType":"file"},{"name":"protractor-jenkins-conf.js","path":"protractor-jenkins-conf.js","contentType":"file"},{"name":"protractor-shared-conf.js","path":"protractor-shared-conf.js","contentType":"file"},{"name":"protractor-travis-conf.js","path":"protractor-travis-conf.js","contentType":"file"},{"name":"validate-commit-msg.js","path":"validate-commit-msg.js","contentType":"file"},{"name":"validate-commit-msg.spec.js","path":"validate-commit-msg.spec.js","contentType":"file"},{"name":"watchr-docs.rb","path":"watchr-docs.rb","contentType":"file"}],"totalCount":44}},"fileTreeProcessingTime":8.834544999999999,"foldersToFetch":[],"incompleteFileTree":false,"repo":{"id":5254621,"defaultBranch":"master","name":"angular.js","ownerLogin":"dolfly","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-08-01T03:40:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/610232?v=4","public":true,"private":false,"isOrgOwned":false},"codeLineWrapEnabled":false,"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1592284884.0","canEdit":false,"refType":"branch","currentOid":"0f348145d35bafed00e8f4ad6aec032ada2d7ad8"},"path":"changelog.spec.js","currentUser":null,"blob":{"rawLines":["describe('changelog.js', function() {"," var ch = require('./changelog');",""," describe('parseRawCommit', function() {"," it('should parse raw commit', function() {"," var msg = ch.parseRawCommit("," '9b1aff905b638aa274a5fc8f88662df446d374bd\\n' +"," 'feat(scope): broadcast $destroy event on scope destruction\\n' +"," 'perf testing shows that in chrome this change adds 5-15% overhead\\n' +"," 'when destroying 10k nested scopes where each scope has a $destroy listener\\n');",""," expect(msg.type).toBe('feat');"," expect(msg.hash).toBe('9b1aff905b638aa274a5fc8f88662df446d374bd');"," expect(msg.subject).toBe('broadcast $destroy event on scope destruction');"," expect(msg.body).toBe('perf testing shows that in chrome this change adds 5-15% overhead\\n' +"," 'when destroying 10k nested scopes where each scope has a $destroy listener\\n')"," expect(msg.component).toBe('scope');"," });","",""," it('should parse closed issues', function() {"," var msg = ch.parseRawCommit("," '13f31602f396bc269076ab4d389cfd8ca94b20ba\\n' +"," 'feat(ng-list): Allow custom separator\\n' +"," 'bla bla bla\\n\\n' +"," 'Closes #123\\nCloses #25\\n');",""," expect(msg.closes).toEqual([123, 25]);"," });","",""," it('should parse breaking changes', function() {"," var msg = ch.parseRawCommit("," '13f31602f396bc269076ab4d389cfd8ca94b20ba\\n' +"," 'feat(ng-list): Allow custom separator\\n' +"," 'bla bla bla\\n\\n' +"," 'BREAKING CHANGE: first breaking change\\nsomething else\\n' +"," 'another line with more info\\n');",""," expect(msg.breaking).toEqual(' first breaking change\\nsomething else\\nanother line with more info\\n');"," });"," });","});"],"stylingDirectives":[[[0,8,"pl-en"],[8,9,"pl-kos"],[9,23,"pl-s"],[23,24,"pl-kos"],[25,33,"pl-k"],[33,34,"pl-kos"],[34,35,"pl-kos"],[36,37,"pl-kos"]],[[2,5,"pl-k"],[6,8,"pl-s1"],[9,10,"pl-c1"],[11,18,"pl-en"],[18,19,"pl-kos"],[19,32,"pl-s"],[32,33,"pl-kos"],[33,34,"pl-kos"]],[],[[2,10,"pl-en"],[10,11,"pl-kos"],[11,27,"pl-s"],[27,28,"pl-kos"],[29,37,"pl-k"],[37,38,"pl-kos"],[38,39,"pl-kos"],[40,41,"pl-kos"]],[[4,6,"pl-en"],[6,7,"pl-kos"],[7,32,"pl-s"],[32,33,"pl-kos"],[34,42,"pl-k"],[42,43,"pl-kos"],[43,44,"pl-kos"],[45,46,"pl-kos"]],[[6,9,"pl-k"],[10,13,"pl-s1"],[14,15,"pl-c1"],[16,18,"pl-s1"],[18,19,"pl-kos"],[19,33,"pl-en"],[33,34,"pl-kos"]],[[10,54,"pl-s"],[55,56,"pl-c1"]],[[10,72,"pl-s"],[73,74,"pl-c1"]],[[10,79,"pl-s"],[80,81,"pl-c1"]],[[10,88,"pl-s"],[88,89,"pl-kos"],[89,90,"pl-kos"]],[],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,21,"pl-c1"],[21,22,"pl-kos"],[22,23,"pl-kos"],[23,27,"pl-en"],[27,28,"pl-kos"],[28,34,"pl-s"],[34,35,"pl-kos"],[35,36,"pl-kos"]],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,21,"pl-c1"],[21,22,"pl-kos"],[22,23,"pl-kos"],[23,27,"pl-en"],[27,28,"pl-kos"],[28,70,"pl-s"],[70,71,"pl-kos"],[71,72,"pl-kos"]],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,24,"pl-c1"],[24,25,"pl-kos"],[25,26,"pl-kos"],[26,30,"pl-en"],[30,31,"pl-kos"],[31,78,"pl-s"],[78,79,"pl-kos"],[79,80,"pl-kos"]],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,21,"pl-c1"],[21,22,"pl-kos"],[22,23,"pl-kos"],[23,27,"pl-en"],[27,28,"pl-kos"],[28,97,"pl-s"],[98,99,"pl-c1"]],[[10,88,"pl-s"],[88,89,"pl-kos"]],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,26,"pl-c1"],[26,27,"pl-kos"],[27,28,"pl-kos"],[28,32,"pl-en"],[32,33,"pl-kos"],[33,40,"pl-s"],[40,41,"pl-kos"],[41,42,"pl-kos"]],[[4,5,"pl-kos"],[5,6,"pl-kos"],[6,7,"pl-kos"]],[],[],[[4,6,"pl-en"],[6,7,"pl-kos"],[7,35,"pl-s"],[35,36,"pl-kos"],[37,45,"pl-k"],[45,46,"pl-kos"],[46,47,"pl-kos"],[48,49,"pl-kos"]],[[6,9,"pl-k"],[10,13,"pl-s1"],[14,15,"pl-c1"],[16,18,"pl-s1"],[18,19,"pl-kos"],[19,33,"pl-en"],[33,34,"pl-kos"]],[[10,54,"pl-s"],[55,56,"pl-c1"]],[[10,51,"pl-s"],[52,53,"pl-c1"]],[[10,27,"pl-s"],[28,29,"pl-c1"]],[[10,37,"pl-s"],[37,38,"pl-kos"],[38,39,"pl-kos"]],[],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,23,"pl-c1"],[23,24,"pl-kos"],[24,25,"pl-kos"],[25,32,"pl-en"],[32,33,"pl-kos"],[33,34,"pl-kos"],[34,37,"pl-c1"],[37,38,"pl-kos"],[39,41,"pl-c1"],[41,42,"pl-kos"],[42,43,"pl-kos"],[43,44,"pl-kos"]],[[4,5,"pl-kos"],[5,6,"pl-kos"],[6,7,"pl-kos"]],[],[],[[4,6,"pl-en"],[6,7,"pl-kos"],[7,38,"pl-s"],[38,39,"pl-kos"],[40,48,"pl-k"],[48,49,"pl-kos"],[49,50,"pl-kos"],[51,52,"pl-kos"]],[[6,9,"pl-k"],[10,13,"pl-s1"],[14,15,"pl-c1"],[16,18,"pl-s1"],[18,19,"pl-kos"],[19,33,"pl-en"],[33,34,"pl-kos"]],[[10,54,"pl-s"],[55,56,"pl-c1"]],[[10,51,"pl-s"],[52,53,"pl-c1"]],[[10,27,"pl-s"],[28,29,"pl-c1"]],[[10,68,"pl-s"],[69,70,"pl-c1"]],[[10,41,"pl-s"],[41,42,"pl-kos"],[42,43,"pl-kos"]],[],[[6,12,"pl-en"],[12,13,"pl-kos"],[13,16,"pl-s1"],[16,17,"pl-kos"],[17,25,"pl-c1"],[25,26,"pl-kos"],[26,27,"pl-kos"],[27,34,"pl-en"],[34,35,"pl-kos"],[35,106,"pl-s"],[106,107,"pl-kos"],[107,108,"pl-kos"]],[[4,5,"pl-kos"],[5,6,"pl-kos"],[6,7,"pl-kos"]],[[2,3,"pl-kos"],[3,4,"pl-kos"],[4,5,"pl-kos"]],[[0,1,"pl-kos"],[1,2,"pl-kos"],[2,3,"pl-kos"]]],"colorizedLines":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/dolfly/angular.js/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"changelog.spec.js","displayUrl":"https://github.com/dolfly/angular.js/blob/master/changelog.spec.js?raw=true","headerInfo":{"blobSize":"1.69 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"595ed84","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fdolfly%2Fangular.js%2Fblob%2Fmaster%2Fchangelog.spec.js","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":"43","truncatedSloc":"35"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"JavaScript","languageID":183,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/dolfly/angular.js/blob/master/changelog.spec.js","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/dolfly/angular.js/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/dolfly/angular.js/raw/refs/heads/master/changelog.spec.js","renderImageOrRaw":false,"richText":null,"renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":false,"symbols":[]}},"copilotInfo":null,"copilotAccessAllowed":false,"modelsAccessAllowed":false,"modelsRepoIntegrationEnabled":false,"csrf_tokens":{"/dolfly/angular.js/branches":{"post":"mcSgvybeofcrqJwRacli1Q_1QlpOnCndCR4bJ9_Eu4j-Esrw8Jh5yGF4z5Oxn3kA0ZwV8K8pXffJXq4y4CYwLA"},"/repos/preferences":{"post":"MxhyLfJPA7f3hl6QX7tFA5vLB0bbJBpnljqzFkUyh6VrR3Ritx0NEOpJ0zMGgMDyc1vafCH7t7yQoSJYC24Oig"}}},"title":"angular.js/changelog.spec.js at master · dolfly/angular.js","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-7d7eb7c71814.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1ae9fa256942.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true,"github_models_repo_integration":false}}}
0