author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
129,187 | 03.02.2023 21:19:06 | 18,000 | 8db70b4db443adcd868f5f5dafdf39f37fbb9070 | [lib][keyserver] Allow notificationTexts to render EntityText
Summary:
This diff adds support to `keyserver` for resolving `EntityText` returned by a message spec's `notificationTexts` function.
Depends on D6573
Test Plan: Tested in combination with later notif diffs
Reviewers: atul, ginsu, michal, marcin
Subscribers: ... | [
{
"change_type": "MODIFY",
"old_path": "keyserver/src/push/send.js",
"new_path": "keyserver/src/push/send.js",
"diff": "@@ -39,6 +39,7 @@ import { fetchCollapsableNotifs } from '../fetchers/message-fetchers';\nimport { fetchServerThreadInfos } from '../fetchers/thread-fetchers';\nimport { fetchUserI... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib][keyserver] Allow notificationTexts to render EntityText
Summary:
This diff adds support to `keyserver` for resolving `EntityText` returned by a message spec's `notificationTexts` function.
Depends on D6573
Test Plan: Tested in combination with later notif diffs
Reviewers: atul, ginsu, michal, marcin
Reviewed... |
129,187 | 04.02.2023 00:56:35 | 18,000 | 738aa93507fcf028f3f5e0cc194c4e163292f0ef | [lib] Stop passing notifThreadName to notificationTexts
Summary:
This is no longer necessary, as the same functionality is handled through the `EntityText` framework.
Depends on D6584
Test Plan: Flow
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "lib/shared/messages/message-spec.js",
"new_path": "lib/shared/messages/message-spec.js",
"diff": "@@ -44,7 +44,6 @@ export type RobotextParams = {\n};\nexport type NotificationTextsParams = {\n- +notifThreadName: (threadInfo: ThreadInfo) => string,\n+notificat... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Stop passing notifThreadName to notificationTexts
Summary:
This is no longer necessary, as the same functionality is handled through the `EntityText` framework.
Depends on D6584
Test Plan: Flow
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6585 |
129,187 | 04.02.2023 13:59:54 | 18,000 | 5d0ad3f5a29d0a32cf0ecf504b1ed43bda3540a0 | [lib] Make FilterThreadInfo $ReadOnly
Summary: Depends on D6588
Test Plan: Flow
Reviewers: atul, inka
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "lib/selectors/calendar-selectors.js",
"new_path": "lib/selectors/calendar-selectors.js",
"diff": "@@ -33,7 +33,10 @@ function useFilterThreadInfos(\ncontinue;\n}\nif (result[threadID]) {\n- result[threadID].numVisibleEntries++;\n+ result[threadID] = {\n+ ...re... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Make FilterThreadInfo $ReadOnly
Summary: Depends on D6588
Test Plan: Flow
Reviewers: atul, inka
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6589 |
129,187 | 04.02.2023 14:40:17 | 18,000 | 44e05982b7fe567ec49b04627c5510d0aaacf8af | [lib] Don't pass threadID in twice to getNameForThreadEntity
Summary:
This is already being passed in via `params`. This diff should be a no-op... just simplifying the code.
Depends on D6589
Test Plan: Flow, play around with app, tested in combination with following diffs
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/entity-text.js",
"new_path": "lib/utils/entity-text.js",
"diff": "@@ -213,7 +213,6 @@ function makePossessive(input: MakePossessiveInput) {\nfunction getNameForThreadEntity(\nentity: ThreadEntity,\n- threadID: ?string,\nparams?: ?EntityTextToRawStrin... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Don't pass threadID in twice to getNameForThreadEntity
Summary:
This is already being passed in via `params`. This diff should be a no-op... just simplifying the code.
Depends on D6589
Test Plan: Flow, play around with app, tested in combination with following diffs
Reviewers: atul
Reviewed By: atul
Subscri... |
129,187 | 04.02.2023 20:27:50 | 18,000 | d085ffb7022efc111741c977b36ed8985f9bf1f7 | [native] Fetch ENS names for ThreadInfo uiName in Entry
Summary: Depends on D6592
Test Plan: | {F363526} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/calendar/entry.react.js",
"new_path": "native/calendar/entry.react.js",
"diff": "@@ -44,13 +44,18 @@ import type {\n} from 'lib/types/entry-types';\nimport type { LoadingStatus } from 'lib/types/loading-types';\nimport type { Dispatch } from 'lib/types/... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names for ThreadInfo uiName in Entry
Summary: Depends on D6592
Test Plan: | {F363526} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6593 |
129,187 | 04.02.2023 20:28:03 | 18,000 | ce28b6c2c87ca34971a7fe22517ff8e2758bb5d2 | [native] Fetch ENS names in ChatThreadListItem
Summary: Depends on D6593
Test Plan: | {F363530} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-thread-list-item.react.js",
"new_path": "native/chat/chat-thread-list-item.react.js",
"diff": "@@ -7,6 +7,7 @@ import type { ChatThreadItem } from 'lib/selectors/chat-selectors';\nimport type { ThreadInfo } from 'lib/types/thread-types';\nimpo... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in ChatThreadListItem
Summary: Depends on D6593
Test Plan: | {F363530} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6594 |
129,187 | 04.02.2023 20:28:16 | 18,000 | 2350c4ec337343ccab6eae19ab6cee16a653d0a7 | [native] Move DeleteThread logic for determining ThreadInfo to hook
Summary:
This mirrors the same migration that we did for this logic in `ThreadSettings`.
Depends on D6594
Test Plan: Flow, code inspection / comparison to `ThreadSettings` code. Also tested in combination with following diffs
Reviewers: atul
Subscriber... | [
{
"change_type": "MODIFY",
"old_path": "native/chat/settings/delete-thread.react.js",
"new_path": "native/chat/settings/delete-thread.react.js",
"diff": "@@ -49,7 +49,7 @@ type BaseProps = {\ntype Props = {\n...BaseProps,\n// Redux state\n- +threadInfo: ?ThreadInfo,\n+ +threadInfo: ThreadInfo,\n+loa... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Move DeleteThread logic for determining ThreadInfo to hook
Summary:
This mirrors the same migration that we did for this logic in `ThreadSettings`.
Depends on D6594
Test Plan: Flow, code inspection / comparison to `ThreadSettings` code. Also tested in combination with following diffs
Reviewers: atul
Revie... |
129,187 | 04.02.2023 20:28:30 | 18,000 | c7168d411bbfd4904a4e2f81471e2bc353a85b41 | [native] Fetch ENS names in ThreadSettings
Summary: Depends on D6595
Test Plan: | {F363538} | {F363539} | {F363540} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "lib/utils/entity-helpers.js",
"new_path": "lib/utils/entity-helpers.js",
"diff": "@@ -44,6 +44,41 @@ function useResolvedThreadInfos(\n);\n}\n+function useResolvedOptionalThreadInfos(\n+ threadInfos: ?$ReadOnlyArray<ThreadInfo>,\n+): ?$ReadOnlyArray<ResolvedTh... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in ThreadSettings
Summary: Depends on D6595
Test Plan: | {F363538} | {F363539} | {F363540} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6596 |
129,187 | 04.02.2023 20:28:46 | 18,000 | c2741d65e569e532ad54a1850cfeeb3b6e6617f1 | [native] Fetch ENS names in MessageListHeaderTitle
Summary: Depends on D6596
Test Plan: | {F363544} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/chat/message-list-header-title.react.js",
"new_path": "native/chat/message-list-header-title.react.js",
"diff": "@@ -9,6 +9,7 @@ import * as React from 'react';\nimport { View, Platform } from 'react-native';\nimport type { ThreadInfo } from 'lib/types/... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in MessageListHeaderTitle
Summary: Depends on D6596
Test Plan: | {F363544} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6597 |
129,187 | 04.02.2023 20:29:50 | 18,000 | 614bc59d88cf8e6b6b011fd9a727b40dc3ee3665 | [native] Introduce ThreadSettingsHeaderTitle for fetching ENS names
Summary: Depends on D6597
Test Plan: | {F363546} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat.react.js",
"new_path": "native/chat/chat.react.js",
"diff": "@@ -29,7 +29,6 @@ import {\nthreadIsPending,\nthreadMembersWithoutAddedAshoat,\n} from 'lib/shared/thread-utils';\n-import { firstLine } from 'lib/utils/string-utils';\nimport Keyboa... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Introduce ThreadSettingsHeaderTitle for fetching ENS names
Summary: Depends on D6597
Test Plan: | {F363546} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6598 |
129,187 | 04.02.2023 20:30:06 | 18,000 | e008c1d8a0155f4ce3a87eebb3fe874c54f5cde8 | [native] Fetch ENS names in SidebarItem/SubchannelItem
Summary: Depends on D6598
Test Plan: | {F363561} | {F363562} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/chat/sidebar-item.react.js",
"new_path": "native/chat/sidebar-item.react.js",
"diff": "@@ -5,6 +5,7 @@ import { Text, View } from 'react-native';\nimport type { SidebarInfo } from 'lib/types/thread-types';\nimport { shortAbsoluteDate } from 'lib/utils/d... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in SidebarItem/SubchannelItem
Summary: Depends on D6598
Test Plan: | {F363561} | {F363562} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6599 |
129,187 | 04.02.2023 20:30:20 | 18,000 | af8e1ef3d74eeb41617135e76d0270fe4e77ea65 | [native] Fetch ENS names in ThreadAncestorsLabel
Summary: Depends on D6599
Test Plan: | {F363566} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/components/thread-ancestors-label.react.js",
"new_path": "native/components/thread-ancestors-label.react.js",
"diff": "@@ -6,6 +6,7 @@ import { Text, View } from 'react-native';\nimport { useAncestorThreads } from 'lib/shared/ancestor-threads';\nimport ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in ThreadAncestorsLabel
Summary: Depends on D6599
Test Plan: | {F363566} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6600 |
129,187 | 04.02.2023 20:30:34 | 18,000 | 9feae96a6a64bee5db27f990a8467c6f12e08122 | [native] Fetch ENS names in ThreadListThread
Summary: Depends on D6600
Test Plan: | {F363571} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/components/thread-list-thread.react.js",
"new_path": "native/components/thread-list-thread.react.js",
"diff": "import * as React from 'react';\n-import { type ThreadInfo } from 'lib/types/thread-types';\n+import type { ThreadInfo, ResolvedThreadInfo } f... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in ThreadListThread
Summary: Depends on D6600
Test Plan: | {F363571} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6601 |
129,187 | 04.02.2023 20:30:45 | 18,000 | ab7ddcd6ddff53c80cee70aad3c2090c5c3d2477 | [native] Fetch ENS names in ThreadPill
Summary: Depends on D6601
Test Plan: | {F363574} | {F363575} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/components/thread-pill.react.js",
"new_path": "native/components/thread-pill.react.js",
"diff": "import * as React from 'react';\nimport type { ThreadInfo } from 'lib/types/thread-types';\n+import { useResolvedThreadInfo } from 'lib/utils/entity-helpers... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in ThreadPill
Summary: Depends on D6601
Test Plan: | {F363574} | {F363575} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6602 |
129,187 | 04.02.2023 20:30:58 | 18,000 | cf705aae83dca2ff47eb2343749cd6b4f09e099a | [native] Fetch ENS names in CommunityDrawer
Summary: Depends on D6602
Test Plan: | {F363578} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "native/navigation/community-drawer-content.react.js",
"new_path": "native/navigation/community-drawer-content.react.js",
"diff": "@@ -10,7 +10,12 @@ import {\ncommunityThreadSelector,\n} from 'lib/selectors/thread-selectors';\nimport { threadIsChannel } from '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fetch ENS names in CommunityDrawer
Summary: Depends on D6602
Test Plan: | {F363578} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6603 |
129,187 | 04.02.2023 21:12:33 | 18,000 | 3258e1885963eeaf238d5d8e477f2d3b43edfbbb | [web] Fetch ENS names in Entry
Summary: Depends on D6603
Test Plan: | {F363581} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/calendar/entry.react.js",
"new_path": "web/calendar/entry.react.js",
"diff": "@@ -36,13 +36,14 @@ import {\nimport type { LoadingStatus } from 'lib/types/loading-types';\nimport type { Dispatch } from 'lib/types/redux-types';\nimport { threadPermissions } ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in Entry
Summary: Depends on D6603
Test Plan: | {F363581} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6604 |
129,187 | 04.02.2023 21:12:47 | 18,000 | 5c94cad2e2981fc2059f7d9e1aa7b1a68b95963f | [web] Fetch ENS names in ChatThreadAncestors
Summary: Depends on D6604
Test Plan: | {F363583} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/chat/chat-thread-ancestors.react.js",
"new_path": "web/chat/chat-thread-ancestors.react.js",
"diff": "@@ -7,6 +7,7 @@ import { useAncestorThreads } from 'lib/shared/ancestor-threads';\nimport { colorIsDark } from 'lib/shared/thread-utils';\nimport { useKey... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ChatThreadAncestors
Summary: Depends on D6604
Test Plan: | {F363583} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6605 |
129,187 | 04.02.2023 21:13:03 | 18,000 | f90d790201189acdddad79b0ccf286846b82b87e | [web] Fetch ENS names in ChatThreadListItem
Summary: Depends on D6605
Test Plan: | {F363586} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/chat/chat-thread-list-item.react.js",
"new_path": "web/chat/chat-thread-list-item.react.js",
"diff": "@@ -6,6 +6,10 @@ import * as React from 'react';\nimport type { ChatThreadItem } from 'lib/selectors/chat-selectors';\nimport { useAncestorThreads } from ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ChatThreadListItem
Summary: Depends on D6605
Test Plan: | {F363586} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6606 |
129,187 | 04.02.2023 21:13:18 | 18,000 | 77514b3d45786e16cde661bcc011f4cc7dea992a | [web] Fetch ENS names in SidebarItem
Summary: Depends on D6606
Test Plan: | {F363588} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/chat/sidebar-item.react.js",
"new_path": "web/chat/sidebar-item.react.js",
"diff": "@@ -4,6 +4,7 @@ import classNames from 'classnames';\nimport * as React from 'react';\nimport type { SidebarInfo } from 'lib/types/thread-types';\n+import { useResolvedThre... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in SidebarItem
Summary: Depends on D6606
Test Plan: | {F363588} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6607 |
129,187 | 04.02.2023 21:13:31 | 18,000 | 27e1025ac0c25009d5feccdec58fc7ca01e1b054 | [web] Fetch ENS names in ThreadTopBar
Summary: Depends on D6607
Test Plan: | {F363583} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/chat/thread-top-bar.react.js",
"new_path": "web/chat/thread-top-bar.react.js",
"diff": "@@ -4,6 +4,7 @@ import * as React from 'react';\nimport { threadIsPending } from 'lib/shared/thread-utils';\nimport type { ThreadInfo } from 'lib/types/thread-types';\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ThreadTopBar
Summary: Depends on D6607
Test Plan: | {F363583} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6608 |
129,187 | 04.02.2023 21:13:45 | 18,000 | cca11523db87f9d173eca8dd6e015b89c608e36c | [web] Fetch ENS names in SidebarPromoteModal
Summary: Depends on D6608
Test Plan: | {F363590} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/chat/sidebar-promote-modal.react.js",
"new_path": "web/modals/chat/sidebar-promote-modal.react.js",
"diff": "import * as React from 'react';\nimport type { ThreadInfo } from 'lib/types/thread-types';\n+import { useResolvedThreadInfo } from 'lib/util... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in SidebarPromoteModal
Summary: Depends on D6608
Test Plan: | {F363590} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6609 |
129,187 | 04.02.2023 21:14:00 | 18,000 | ece6ba25398d27d2ea934716597bcf62105973a6 | [web] Fetch ENS names in HistoryEntry
Summary: Depends on D6609
Test Plan: | {F363597} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/history/history-entry.react.js",
"new_path": "web/modals/history/history-entry.react.js",
"diff": "@@ -19,13 +19,14 @@ import {\ntype CalendarQuery,\n} from 'lib/types/entry-types';\nimport type { LoadingStatus } from 'lib/types/loading-types';\n-im... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in HistoryEntry
Summary: Depends on D6609
Test Plan: | {F363597} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6610 |
129,187 | 04.02.2023 21:14:15 | 18,000 | 01620f476f963e3221c5f98fb67d8cd7610f5bdf | [web] Fetch ENS names in ConfirmLeaveThreadModal
Summary: Depends on D6610
Test Plan: | {F363600} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/threads/confirm-leave-thread-modal.react.js",
"new_path": "web/modals/threads/confirm-leave-thread-modal.react.js",
"diff": "import * as React from 'react';\nimport { type ThreadInfo } from 'lib/types/thread-types';\n+import { useResolvedThreadInfo ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ConfirmLeaveThreadModal
Summary: Depends on D6610
Test Plan: | {F363600} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6611 |
129,187 | 04.02.2023 21:14:29 | 18,000 | f1a548cf27f227c2e0d34c4257e4acbb15f0fb3e | [web] Fetch ENS names in ComposeSubchannelModal
Summary: Depends on D6611
Test Plan: | {F363604} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/threads/create/compose-subchannel-modal.react.js",
"new_path": "web/modals/threads/create/compose-subchannel-modal.react.js",
"diff": "@@ -10,6 +10,7 @@ import {\nuseDispatchActionPromise,\nuseServerCall,\n} from 'lib/utils/action-utils';\n+import {... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ComposeSubchannelModal
Summary: Depends on D6611
Test Plan: | {F363604} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6612 |
129,187 | 04.02.2023 21:14:45 | 18,000 | cb46d688b27088a09f25d7f65790a378af7b0cf7 | [web] Fetch ENS names in thread modals
Summary: Depends on D6612
Test Plan: | {F363606} | {F363607} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/threads/sidebars/sidebar.react.js",
"new_path": "web/modals/threads/sidebars/sidebar.react.js",
"diff": "// @flow\n+\nimport classNames from 'classnames';\nimport * as React from 'react';\n@@ -6,6 +7,7 @@ import { useModalContext } from 'lib/compone... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in thread modals
Summary: Depends on D6612
Test Plan: | {F363606} | {F363607} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6613 |
129,187 | 04.02.2023 21:15:03 | 18,000 | 4031d3ba1f8f8e7a70baf4e7e3f7eba5293b215d | [web] Fetch ENS names in ThreadPickerModal
Summary: Depends on D6613
Test Plan: | {F363610} |
Reviewers: atul
Subscribers: tomek | [
{
"change_type": "MODIFY",
"old_path": "web/modals/threads/thread-picker-modal.react.js",
"new_path": "web/modals/threads/thread-picker-modal.react.js",
"diff": "@@ -7,6 +7,7 @@ import { createSelector } from 'reselect';\nimport { useGlobalThreadSearchIndex } from 'lib/selectors/nav-selectors';\nimp... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Fetch ENS names in ThreadPickerModal
Summary: Depends on D6613
Test Plan: | {F363610} |
Reviewers: atul
Reviewed By: atul
Subscribers: tomek
Differential Revision: https://phab.comm.dev/D6614 |
129,187 | 05.02.2023 15:40:04 | 18,000 | 43d39ba2bd353081baf99eb10399ef51ab533060 | [native] Cleanup of sidebar animation code
Summary: Noticed some quick cleanup that could be done here.
Test Plan: Testing sidebar animations manually, Flow
Reviewers: tomek
Subscribers: atul | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-context-provider.react.js",
"new_path": "native/chat/chat-context-provider.react.js",
"diff": "@@ -126,11 +126,6 @@ function ChatContextProvider(props: Props): React.Node {\nsidebarAnimationType,\nsetSidebarAnimationType,\n] = React.useState<S... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Cleanup of sidebar animation code
Summary: Noticed some quick cleanup that could be done here.
Test Plan: Testing sidebar animations manually, Flow
Reviewers: tomek
Reviewed By: tomek
Subscribers: atul
Differential Revision: https://phab.comm.dev/D6553 |
129,184 | 06.02.2023 12:50:59 | 18,000 | 1df81b89dc6b43f144803abbc36657e68a88acd3 | [native] Flip the switch to enable `SIWE` on `native`
Summary: Basically don't gate "Sign in with Ethereum" button on `__DEV__` check.
Test Plan:
SIWE button appears on prod build as expected. I'm able to log in via Ethereum wallet on prod.
{F365356}
Reviewers: ashoat, tomek | [
{
"change_type": "MODIFY",
"old_path": "native/account/logged-out-modal.react.js",
"new_path": "native/account/logged-out-modal.react.js",
"diff": "@@ -463,11 +463,7 @@ class LoggedOutModal extends React.PureComponent<Props, State> {\nrender() {\nconst { styles } = this.props;\n- let panel = null;\n... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Flip the switch to enable `SIWE` on `native`
Summary: Basically don't gate "Sign in with Ethereum" button on `__DEV__` check.
Test Plan:
SIWE button appears on prod build as expected. I'm able to log in via Ethereum wallet on prod.
{F365356}
Reviewers: ashoat, tomek
Reviewed By: ashoat
Differential Revis... |
129,184 | 06.02.2023 14:06:04 | 18,000 | 87aa6083d6f45d5abadc27afd59b4d8293a8c06d | [native] `codeVersion` -> 185 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -471,8 +471,8 @@ android {\napplicationId 'app.comm.android'\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- version... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] `codeVersion` -> 185 |
129,184 | 06.02.2023 14:08:29 | 18,000 | 914725eba34a3d8a62c863880a0c7fe9d029aadd | [native] `codeVersion` -> 186 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -471,8 +471,8 @@ android {\napplicationId 'app.comm.android'\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- version... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] `codeVersion` -> 186 |
129,184 | 06.02.2023 14:14:50 | 18,000 | 40d681947cd29b125ce6739ec8130efafa413aa7 | [web] Add `groupName` to `connectorsForWallets(...)`
Summary: Without specifying `groupName`, the wallets don't show up at all on `web` in the `ConnectModal`. They, however, still show up on `landing` in the "bottomsheet" view:
Test Plan: Wallets appear correctly on both `web` and `landing`.
Reviewers: ashoat, tomek | [
{
"change_type": "MODIFY",
"old_path": "web/utils/wagmi-utils.js",
"new_path": "web/utils/wagmi-utils.js",
"diff": "@@ -10,6 +10,7 @@ import { configureWagmiChains, createWagmiClient } from 'lib/utils/wagmi-utils';\nconst { chains, provider } = configureWagmiChains(process.env.COMM_ALCHEMY_KEY);\nco... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Add `groupName` to `connectorsForWallets(...)`
Summary: Without specifying `groupName`, the wallets don't show up at all on `web` in the `ConnectModal`. They, however, still show up on `landing` in the "bottomsheet" view: https://blob.sh/fb6314.png
Test Plan: Wallets appear correctly on both `web` and `landing`... |
129,184 | 06.02.2023 14:39:33 | 18,000 | 63785b238c43dc74c60d86fc1201f4adf4e7e3b1 | [native] Add `copy-filled` icon to `CommIcons.ttf`
Summary: Context:
Test Plan:
Looks as expected:
{F367136}
Reviewers: tomek, ginsu, rohan, varun | [
{
"change_type": "MODIFY",
"old_path": "lib/shared/comm-icon-config.json",
"new_path": "lib/shared/comm-icon-config.json",
"diff": "{\n\"icon\": {\n\"paths\": [\n- \"M579.231 341.333h-362.019c-57.125 0-103.434 46.309-103.434 103.434v362.019c0 57.128 46.309 103.435 103.434 103.435h362.019c57.128 0 10... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Add `copy-filled` icon to `CommIcons.ttf`
Summary: Context: https://linear.app/comm/issue/ENG-2579/add-copy-filled-icon-to-native-icons-font
Test Plan:
Looks as expected:
{F367136}
Reviewers: tomek, ginsu, rohan, varun
Reviewed By: ginsu
Differential Revision: https://phab.comm.dev/D6631 |
129,184 | 07.02.2023 12:03:30 | 18,000 | 587103fd89d20d3011cbac55f31df2c65d69f5ad | [lib] Move `ConnectedWalletInfo` from `web` -> `lib`
Summary:
So it can be used across `web` and `landing` (for native SIWE).
Depends on D6638
Test Plan:
Things continue to look as expected:
{F367497}
Reviewers: ashoat, tomek | [
{
"change_type": "RENAME",
"old_path": "web/account/connected-wallet-info.css",
"new_path": "lib/components/connected-wallet-info.css",
"diff": ""
},
{
"change_type": "RENAME",
"old_path": "web/account/connected-wallet-info.react.js",
"new_path": "lib/components/connected-wallet-info... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [lib] Move `ConnectedWalletInfo` from `web` -> `lib`
Summary:
So it can be used across `web` and `landing` (for native SIWE).
---
Depends on D6638
Test Plan:
Things continue to look as expected:
{F367497}
Reviewers: ashoat, tomek
Reviewed By: ashoat
Differential Revision: https://phab.comm.dev/D6639 |
129,184 | 06.02.2023 20:38:39 | 18,000 | b3b0853cb8e2a7e821fbb88e5394e6a46c56005b | [web] Flip the switch to enable SIWE on `web`
Summary:
Remove the `isDev` checks from `LoginForm` component and display either
A. `TraditionalLoginForm` and `SIWEButton` or
B. `SIWELoginForm` and "back button"
Depends on D6639
Test Plan: Things continue to work as expected.
Reviewers: ashoat, tomek | [
{
"change_type": "MODIFY",
"old_path": "web/account/log-in-form.react.js",
"new_path": "web/account/log-in-form.react.js",
"diff": "@@ -4,8 +4,6 @@ import { useConnectModal } from '@rainbow-me/rainbowkit';\nimport * as React from 'react';\nimport { useSigner } from 'wagmi';\n-import { isDev } from '... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [web] Flip the switch to enable SIWE on `web`
Summary:
Remove the `isDev` checks from `LoginForm` component and display either
A. `TraditionalLoginForm` and `SIWEButton` or
B. `SIWELoginForm` and "back button"
---
Depends on D6639
Test Plan: Things continue to work as expected.
Reviewers: ashoat, tomek
Reviewed ... |
129,184 | 07.02.2023 14:01:06 | 18,000 | d504818cfdc2d5e97c19980e4df0a57103e9a787 | [yarn] Introduce `yarn flow-all` to run `flow` in all workspaces
Summary:
A. This is just kind of useful
B. It allows us to reduce the length of the `flow` commands in the Buildkite ESLint/Flow/Jest workflow
Test Plan: `yarn flow-all` works as expected
Reviewers: ashoat, tomek | [
{
"change_type": "MODIFY",
"old_path": ".buildkite/eslint_flow_jest.yml",
"new_path": ".buildkite/eslint_flow_jest.yml",
"diff": "steps:\n- label: ':eslint: :jest: ESLint & Flow & Jest'\n- command: '(pkill flow || true) && curl --proto \"=https\" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [yarn] Introduce `yarn flow-all` to run `flow` in all workspaces
Summary:
A. This is just kind of useful
B. It allows us to reduce the length of the `flow` commands in the Buildkite ESLint/Flow/Jest workflow
Test Plan: `yarn flow-all` works as expected
Reviewers: ashoat, tomek
Reviewed By: ashoat
Differential Revi... |
129,184 | 07.02.2023 14:05:30 | 18,000 | c218ddb68fac8e219e3420d72a8e286cf1590155 | [yarn] Introduce `yarn jest-all` to run `jest` in all workspaces
Summary:
Runs `jest` unit tests in workspaces that were previously being tested in `eslint_flow_jest.yml` workflow.
Reduces length of command in `eslint_flow_jest.yml` workflow and may be generally helpful.
Test Plan:
Works as expected:
Reviewers: ashoat,... | [
{
"change_type": "MODIFY",
"old_path": ".buildkite/eslint_flow_jest.yml",
"new_path": ".buildkite/eslint_flow_jest.yml",
"diff": "steps:\n- label: ':eslint: :jest: ESLint & Flow & Jest'\n- command: '(pkill flow || true) && curl --proto \"=https\" --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && ... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [yarn] Introduce `yarn jest-all` to run `jest` in all workspaces
Summary:
Runs `jest` unit tests in workspaces that were previously being tested in `eslint_flow_jest.yml` workflow.
Reduces length of command in `eslint_flow_jest.yml` workflow and may be generally helpful.
Test Plan:
Works as expected:
https://blob.sh... |
129,184 | 07.02.2023 18:42:14 | 18,000 | 5b5dc14ff3932938ef2b59010dacd3eb6981a656 | [native] `codeVersion` -> 187 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -471,8 +471,8 @@ android {\napplicationId 'app.comm.android'\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- version... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] `codeVersion` -> 187 |
129,184 | 07.02.2023 18:46:39 | 18,000 | b51ab254ec88f0d0228f1be75149cc4285a8eac4 | [native] `codeVersion` -> 188 | [
{
"change_type": "MODIFY",
"old_path": "native/android/app/build.gradle",
"new_path": "native/android/app/build.gradle",
"diff": "@@ -471,8 +471,8 @@ android {\napplicationId 'app.comm.android'\nminSdkVersion rootProject.ext.minSdkVersion\ntargetSdkVersion rootProject.ext.targetSdkVersion\n- version... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] `codeVersion` -> 188 |
129,198 | 08.02.2023 11:58:53 | -3,600 | 40596931e8c846d2efd6863fb8bf95d1c4dfff9a | [native] Fixed crash when logging out while thread opened
Summary: Removed invariant, which was causing the error, and checked null values in measureMessages method.
Test Plan: Checked logging out while there was opened the chat window, not it doesn't throw an error.
Reviewers: tomek
Subscribers: ashoat, atul | [
{
"change_type": "MODIFY",
"old_path": "native/chat/chat-context-provider.react.js",
"new_path": "native/chat/chat-context-provider.react.js",
"diff": "@@ -36,7 +36,7 @@ function ChatContextProvider(props: Props): React.Node {\nconst measureMessages = React.useCallback(\n(\n- messages: $ReadOnlyArra... | JavaScript | BSD 3-Clause New or Revised License | comme2e/comm | [native] Fixed crash when logging out while thread opened
Summary: Removed invariant, which was causing the error, and checked null values in measureMessages method.
Test Plan: Checked logging out while there was opened the chat window, not it doesn't throw an error.
Reviewers: tomek
Reviewed By: tomek
Subscribers... |
708,309 | 27.09.2017 21:49:37 | 14,400 | 423e5d2adb27106c052ab9855c71cf6fe5ba69f2 | added flushCache function | [
{
"change_type": "MODIFY",
"old_path": "Sources/Routing/Router.swift",
"new_path": "Sources/Routing/Router.swift",
"diff": "@@ -26,6 +26,26 @@ public class Router {\nprivate var _cache: [String: Responder?] = [:]\nprivate var _cacheLock = NSLock()\n+ /// Removes the cached Responder for a given Requ... | Swift | MIT License | vapor/routing-kit | added flushCache function |
708,309 | 28.09.2017 20:35:13 | 14,400 | 1a8cebd29162cacbda96e015a10b269c74182b15 | added function to flush entire cache | [
{
"change_type": "MODIFY",
"old_path": "Sources/Routing/Router.swift",
"new_path": "Sources/Routing/Router.swift",
"diff": "@@ -26,12 +26,20 @@ public class Router {\nprivate var _cache: [String: Responder?] = [:]\nprivate var _cacheLock = NSLock()\n+ /// Removes all entries from this router's cache... | Swift | MIT License | vapor/routing-kit | added function to flush entire cache |
708,308 | 06.12.2017 14:40:57 | -3,600 | e1694a6bc901e1b2a2cabe79fc3cd27de816ed41 | Remove characters because of deprecation | [
{
"change_type": "MODIFY",
"old_path": "Sources/Branches/Branch.swift",
"new_path": "Sources/Branches/Branch.swift",
"diff": "@@ -47,7 +47,7 @@ public class Branch<Output> { // TODO: Rename Context\npublic private(set) lazy var slugIndexes: [(key: String, idx: Int)] = {\nvar params = self.parent?.sl... | Swift | MIT License | vapor/routing-kit | Remove characters because of deprecation |
708,319 | 24.04.2018 08:45:50 | 14,400 | 991da6674542c55639c6c8c31400c7156458f122 | Moved .anything to .catchall and added .anything for asterisk in the middle of routes. | [
{
"change_type": "MODIFY",
"old_path": "Sources/Routing/Register/PathComponent.swift",
"new_path": "Sources/Routing/Register/PathComponent.swift",
"diff": "@@ -7,9 +7,12 @@ public enum PathComponent: ExpressibleByStringLiteral {\n/// A dynamic parameter component.\ncase parameter(String)\n+ /// This... | Swift | MIT License | vapor/routing-kit | Moved .anything to .catchall and added .anything for asterisk in the middle of routes. |
708,319 | 25.04.2018 17:18:22 | 14,400 | b9cfea87bae9f418adc7d52c0dcd1d59699a897b | Rename .catchall to .all and .anything to .any. | [
{
"change_type": "MODIFY",
"old_path": "Sources/Routing/Register/PathComponent.swift",
"new_path": "Sources/Routing/Register/PathComponent.swift",
"diff": "@@ -8,11 +8,11 @@ public enum PathComponent: ExpressibleByStringLiteral {\ncase parameter(String)\n/// This route will match everything that is ... | Swift | MIT License | vapor/routing-kit | Rename .catchall to .all and .anything to .any. |
708,325 | 06.10.2018 14:20:56 | 25,200 | d6a79345e60cfa0d6b3f402750fec2de46fe2ecc | Update README.md
update chat badge | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<a href=\"https://docs.vapor.codes/3.0/\">\n<img src=\"http://img.shields.io/badge/read_the-docs-2196f3.svg\" alt=\"Documentation\">\n</a>\n- <a href=\"http://vapor.team\">\n- <img src=\"http://vapor.team/badge.svg... | Swift | MIT License | vapor/routing-kit | Update README.md
update chat badge |
708,325 | 29.12.2018 15:03:16 | 28,800 | 8584132d60632a3bed854cfca61e7b7983474d1a | Update README.md
revert URL to vapor.team | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<a href=\"https://docs.vapor.codes/3.0/\">\n<img src=\"http://img.shields.io/badge/read_the-docs-2196f3.svg\" alt=\"Documentation\">\n</a>\n- <a href=\"https://discord.gg/vapor\">\n+ <a href=\"http://vaport.team\">... | Swift | MIT License | vapor/routing-kit | Update README.md
revert URL to vapor.team |
708,325 | 29.12.2018 15:04:31 | 28,800 | 217d8d3a9258c40afc7344792d4b57582f1f48bd | Update README.md
cripes, fix typo | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "<a href=\"https://docs.vapor.codes/3.0/\">\n<img src=\"http://img.shields.io/badge/read_the-docs-2196f3.svg\" alt=\"Documentation\">\n</a>\n- <a href=\"http://vaport.team\">\n+ <a href=\"http://vapor.team\">\n<img ... | Swift | MIT License | vapor/routing-kit | Update README.md
cripes, fix typo |
708,324 | 16.01.2019 17:46:44 | 28,800 | 8e64a3ec32da2322198d7215b25bd925f81bf150 | Remove unused doc comment | [
{
"change_type": "MODIFY",
"old_path": "Sources/Routing/Parameter/Parameter.swift",
"new_path": "Sources/Routing/Parameter/Parameter.swift",
"diff": "@@ -29,7 +29,6 @@ public protocol Parameter {\n/// - parameters:\n/// - parameter: Concrete `String` that has been supplied in the URL in the position... | Swift | MIT License | vapor/routing-kit | Remove unused doc comment |
708,324 | 17.01.2019 09:12:33 | 28,800 | 7e56d2916a1543a1eabe633ecf914bc11f8403d0 | Update maintainers list format | [
{
"change_type": "MODIFY",
"old_path": "Docs/contributing.md",
"new_path": "Docs/contributing.md",
"diff": "@@ -30,9 +30,9 @@ existing code to stop compiling _must_ wait until the next major version to be i\nCode that is only additive and will not break any existing code can be included in the next ... | Swift | MIT License | vapor/routing-kit | Update maintainers list format |
708,324 | 16.03.2019 10:29:17 | 25,200 | 9967b3cbd857b1c71faf6e8fb642dd9e12b37a1f | 10x'd test iterations | [
{
"change_type": "MODIFY",
"old_path": "Tests/RoutingKitTests/RouterPerformanceTests.swift",
"new_path": "Tests/RoutingKitTests/RouterPerformanceTests.swift",
"diff": "@@ -14,7 +14,7 @@ public final class RouterPerformanceTests: XCTestCase {\nmeasure {\nvar params = Parameters()\n- for _ in 0..<100_... | Swift | MIT License | vapor/routing-kit | 10x'd test iterations (#71) |
708,326 | 27.02.2020 19:04:56 | -3,600 | 9eccd8152a66db98c188e74242c686971a007211 | Add pathComponents property to the String | [
{
"change_type": "MODIFY",
"old_path": "Sources/RoutingKit/PathComponent.swift",
"new_path": "Sources/RoutingKit/PathComponent.swift",
"diff": "@@ -54,6 +54,13 @@ public enum PathComponent: ExpressibleByStringLiteral, CustomStringConvertible {\n}\n}\n+extension String {\n+ /// Converts a string into... | Swift | MIT License | vapor/routing-kit | Add pathComponents property to the String (#85) |
708,323 | 16.11.2020 15:09:38 | 0 | 7b6af0e8edcf77437734a05404200c2c54359b64 | Migrate funding to the file in the central org repo | [
{
"change_type": "DELETE",
"old_path": ".github/FUNDING.yml",
"new_path": null,
"diff": "-github: [tanner0101] # loganwright, joscdk\n-open_collective: vapor\n"
}
] | Swift | MIT License | vapor/routing-kit | Migrate funding to the file in the central org repo (#104) |
708,323 | 13.04.2021 14:54:29 | -3,600 | 90ae246faf595cf8d90042c8dc96a0d17990d95b | Fix inline docs to remove leading `/` and use `Sequence` instead of `Array` | [
{
"change_type": "MODIFY",
"old_path": "Sources/RoutingKit/PathComponent.swift",
"new_path": "Sources/RoutingKit/PathComponent.swift",
"diff": "@@ -63,10 +63,10 @@ extension String {\n}\n}\n-extension Array where Element == PathComponent {\n+extension Sequence where Element == PathComponent {\n/// C... | Swift | MIT License | vapor/routing-kit | Fix inline docs to remove leading `/` and use `Sequence` instead of `Array` (#107) |
708,321 | 11.05.2021 11:10:09 | 14,400 | a0801a36a6ad501d5ad6285cbcd4774de6b0a734 | Add `AnyRouter` type-eraser | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Sources/RoutingKit/AnyRouter.swift",
"diff": "+/// A router that performs type erasure by wrapping another router.\n+public struct AnyRouter<Output>: Router {\n+ private let box: _AnyRouterBase<Output>\n+\n+ public init<Router>(_ base: Router) w... | Swift | MIT License | vapor/routing-kit | Add `AnyRouter` type-eraser (#109) |
708,323 | 16.05.2022 08:42:31 | -7,200 | e229a7aae0a51b55b2cb04dec28a12176bbda979 | Update Supported Swift Versions | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/test.yml",
"new_path": ".github/workflows/test.yml",
"diff": "@@ -18,7 +18,7 @@ jobs:\nupstream-check:\nruns-on: ubuntu-latest\n- container: swift:5.5-focal\n+ container: swift:5.6-focal\nsteps:\n- name: Check out self\nuses: actions/checkout... | Swift | MIT License | vapor/routing-kit | Update Supported Swift Versions (#115) |
652,323 | 02.12.2017 23:37:47 | -10,800 | eea4c9c55a01df00e5518ee497cc086ac5e163e0 | fix ItemController template | [
{
"change_type": "MODIFY",
"old_path": "templates/file/surf/ItemController/globals.xml.ftl",
"new_path": "templates/file/surf/ItemController/globals.xml.ftl",
"diff": "<global id=\"nameParam\" value=\"${extractLetters(nameTypeData?lower_case)}\" />\n<global id=\"defPostfixController\" value=\"ItemCo... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix ItemController template |
652,304 | 09.01.2018 21:25:28 | -10,800 | 1308f18b14675b25ce7ba79da37b397a1c55ef57 | artifactory deploy | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "// Top-level build file where you can add configuration options common to all sub-projects/modules.\napply from: 'config.gradle'\n+apply plugin: 'com.jfrog.artifactory'\nbuildscript {\nrepositories {\n@@ -9,6... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | artifactory deploy |
652,323 | 26.01.2018 10:03:56 | 0 | e4b446cd3dd2710f37073a3feba97acf7e790924 | bitbucket-pipelines.yml deleted online with Bitbucket | [
{
"change_type": "DELETE",
"old_path": "bitbucket-pipelines.yml",
"new_path": null,
"diff": "-# This is a sample build configuration for Java (Maven).\n-# Check our guides at https://confluence.atlassian.com/x/zd-5Mw for more examples.\n-# Only use spaces to indent your .yml configuration.\n-# -----... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | bitbucket-pipelines.yml deleted online with Bitbucket |
652,304 | 30.01.2018 17:46:06 | -10,800 | f0ceee6b95fcad7e119d90277b27d5d972ce23c7 | fix. access level | [
{
"change_type": "MODIFY",
"old_path": "filestorage/src/main/java/ru/surfstudio/android/filestorage/BaseTextLocalCache.java",
"new_path": "filestorage/src/main/java/ru/surfstudio/android/filestorage/BaseTextLocalCache.java",
"diff": "@@ -14,7 +14,7 @@ public abstract class BaseTextLocalCache extends... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix. access level |
652,303 | 13.03.2018 11:59:28 | -10,800 | de2e1d1225e2b18c9998940641968128ed9a77ae | #ANDDEP-97 made every instance of ItemController ViewType unique | [
{
"change_type": "MODIFY",
"old_path": "easyadapter/src/main/java/ru/surfstudio/android/easyadapter/controller/BaseItemController.java",
"new_path": "easyadapter/src/main/java/ru/surfstudio/android/easyadapter/controller/BaseItemController.java",
"diff": "@@ -19,6 +19,8 @@ package ru.surfstudio.andr... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | #ANDDEP-97 made every instance of ItemController ViewType unique |
652,323 | 11.04.2018 08:48:48 | 0 | 6e10590b8a55628dd7f7b4fafb691bc3535e0603 | deploy.gradle edited online with Bitbucket | [
{
"change_type": "MODIFY",
"old_path": "deploy.gradle",
"new_path": "deploy.gradle",
"diff": "@@ -9,7 +9,7 @@ uploadArchives {\npassword: System.getenv('surf_maven_password'))\n}\n- pom.groupId = 'ru.surfstudio.standard'\n+ pom.groupId = 'ru.surfstudio.android'\npom.artifactId = project.name\npom.ve... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | deploy.gradle edited online with Bitbucket |
652,323 | 15.08.2018 10:45:04 | 0 | 13632b07399630d7bbe0f55bb15ad5b1db2f83f0 | add bitbucket notification for DeployJob | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -4,6 +4,7 @@ import ru.surfstudio.ci.stage.StageStrategy\nimport ru.surfstudio.ci.stage.body.CommonAndroidStages\nimport ru.surfstudio.ci.JarvisUtil\ni... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add bitbucket notification for DeployJob |
652,323 | 15.08.2018 10:48:54 | 0 | a8c73268e12dd41f46b93242977eb94406a1d797 | fix bitbucket notification for Deploy Job | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -30,10 +30,10 @@ pipeline.init()\n//configuration\npipeline.node = NodeProvider.getAndroidNode()\n-preExecuteStageBody = { stage ->\n+pipeline.preExecu... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix bitbucket notification for Deploy Job |
652,323 | 14.09.2018 11:10:18 | 0 | 81690c8a0e689796759d1f17c5a5428de3495cbe | move artfactory to https | [
{
"change_type": "MODIFY",
"old_path": "gradle.properties",
"new_path": "gradle.properties",
"diff": "@@ -11,4 +11,4 @@ org.gradle.jvmargs=-Xmx2048m\n# This option should only be used with decoupled projects. More details, visit\n# http://www.gradle.org/docs/current/userguide/multi_project_builds.ht... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | move artfactory to https |
652,323 | 14.09.2018 11:44:31 | 0 | 0fb4bfbff07807058528b419572b6747dcb2e215 | move deploy jenkinsfile to new version | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "-@Library('surf-lib') // https://bitbucket.org/surfstudio/jenkins-pipeline-lib/\n+@Library('surf-lib@version-1.0.0-SNAPSHOT') // https://bitbucket.org/sur... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | move deploy jenkinsfile to new version |
652,323 | 07.10.2018 06:30:44 | 0 | bdb8ea69bdabf672c310b64b9548c99b1c0bd0dc | add empty JenkinsfileMirroring.groovy | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "+@Library('surf-lib@version-1.0.0-SNAPSHOT') // https://bitbucket.org/surfstudio/jenkins-pipeline-lib/\n+import ru.surfstudio.ci.pipeline.PrPipelineAndroid\n+import ru.surfstudio.ci.pipeline.emp... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add empty JenkinsfileMirroring.groovy |
652,323 | 07.10.2018 07:14:51 | 0 | c41f3cc1ad39bc38e9e5e4f2c68c67d97148234a | add mirroring logic | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@Library('surf-lib@version-1.0.0-SNAPSHOT') // https://bitbucket.org/surfstudio/jenkins-pipeline-lib/\n-import ru.surfstudio.ci.pipeline.PrPipelineAndroid... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add mirroring logic |
652,323 | 07.10.2018 07:28:56 | 0 | 295d3617c9e3efd493ebb53a0134e4eb503c1bf5 | fix repo url for mirroring | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -24,7 +24,7 @@ pipeline.stages = [\npipeline.createStage(\"CLONE\", StageStrategy.FAIL_WHEN_STAGE_ERROR) {\nsh \"rm -rf android-standard\"\nwithCredent... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix repo url for mirroring |
652,323 | 07.10.2018 07:40:26 | 0 | c2daa7ddd2070e71c5edcb849efa3dd4ce89315a | add mirroring credentials logging | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -24,12 +24,16 @@ pipeline.stages = [\npipeline.createStage(\"CLONE\", StageStrategy.FAIL_WHEN_STAGE_ERROR) {\nsh \"rm -rf android-standard\"\nwithCrede... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add mirroring credentials logging |
652,323 | 07.10.2018 07:43:35 | 0 | f17059c2bd3c1db6daacadebe9f6860f0b94911f | fix mirroring logs | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -24,16 +24,16 @@ pipeline.stages = [\npipeline.createStage(\"CLONE\", StageStrategy.FAIL_WHEN_STAGE_ERROR) {\nsh \"rm -rf android-standard\"\nwithCrede... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix mirroring logs |
652,323 | 08.10.2018 14:07:41 | 0 | 9de7712af9e488353694d99f5330ba0da2285454 | fix typo inJenkinsfileMirroring.groovy | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -37,7 +37,7 @@ pipeline.stages = [\nsh \"git clone --mirror https://${encodeUrl(USERNAME)}:${encodeUrl(PASSWORD)}@bitbucket.org/surfstudio/android-stan... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix typo inJenkinsfileMirroring.groovy |
652,323 | 16.10.2018 09:09:04 | -10,800 | 3161b7392067422ba0eb9b57e27cc199240c270d | add refs logs for mirroring | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "-@Library('surf-lib@version-1.0.0-SNAPSHOT') // https://bitbucket.org/surfstudio/jenkins-pipeline-lib/\n-import ru.surfstudio.ci.pipeline.empty.EmptyScmPi... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add refs logs for mirroring |
652,323 | 16.10.2018 09:14:04 | -10,800 | 3e0ed622d8d74a6972854c1d5fcfead151ec5934 | fix refs logs for mirroring | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -40,8 +40,6 @@ pipeline.stages = [\n},\npipeline.createStage(\"Sanitize\", StageStrategy.FAIL_WHEN_STAGE_ERROR) {\ndir(\"android-standard.git\") {\n- s... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix refs logs for mirroring |
652,323 | 16.10.2018 09:34:48 | -10,800 | f8a816c63fcd9b63552c3beaa1b3b20fe4c8ff93 | remove project-snapshot refs when mirroring | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileMirroring.groovy",
"new_path": "ci-internal/JenkinsfileMirroring.groovy",
"diff": "@@ -40,15 +40,17 @@ pipeline.stages = [\n},\npipeline.createStage(\"Sanitize\", StageStrategy.FAIL_WHEN_STAGE_ERROR) {\ndir(\"android-standard.git\") {\n-... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | remove project-snapshot refs when mirroring |
652,340 | 25.10.2018 11:23:03 | -10,800 | 2ec8e2fbeddb468a8a3af039069fc39fbb784a94 | init 0.4.0-SNAPSHOT, remove deprecated | [
{
"change_type": "MODIFY",
"old_path": "template/app-injector/src/main/java/ru/surfstudio/standard/app_injector/AppComponent.kt",
"new_path": "template/app-injector/src/main/java/ru/surfstudio/standard/app_injector/AppComponent.kt",
"diff": "@@ -8,6 +8,7 @@ import ru.surfstudio.android.core.app.Acti... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | init 0.4.0-SNAPSHOT, remove deprecated |
652,323 | 25.10.2018 12:27:38 | -10,800 | 529c1e387aef0216d9878278824b6fd13d289a80 | fix deploy pipeline import | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -9,6 +9,8 @@ import ru.surfstudio.ci.NodeProvider\nimport ru.surfstudio.ci.AndroidUtil\nimport ru.surfstudio.ci.Result\nimport ru.surfstudio.ci.AbortDu... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix deploy pipeline import |
652,323 | 21.11.2018 22:03:20 | -10,800 | 4f4b53006162ff2f42f2d63c953042c8d3016382 | ci check version up commit message | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -91,8 +91,13 @@ pipeline.stages = [\nRepositoryUtil.saveCurrentGitCommitHash(script)\n},\npipeline.createStage(CHECK_BRANCH_AND_VERSION, StageStrategy.... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ci check version up commit message |
652,323 | 22.11.2018 16:59:35 | -10,800 | d31b895962c6a6626311a203c6f90a3174d99063 | fix manual start deploy job | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -59,6 +59,10 @@ pipeline.initializeBody = {\nvalue -> branchName = value\n}\n+ if(branchName.contains(\"origin/\")){\n+ branchName = branchName.replace... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | fix manual start deploy job |
652,323 | 28.11.2018 08:59:26 | 0 | a8d8244447a0ee37a698c7aeebde0a3abf7cce56 | remove skipped jobs | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -31,11 +31,15 @@ def VERSION_PUSH = 'Version Push'\ndef gradleConfigFile = \"config.gradle\"\ndef androidStandardVersionVarName = \"moduleVersionName\"... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | remove skipped jobs |
652,323 | 24.12.2018 09:52:21 | 0 | fc44cd257755e4a1c7a78fc18b255262e886f63b | add androidTest Build Type configuration param for Pr pipeline | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfilePullRequestJob.groovy",
"new_path": "ci-internal/JenkinsfilePullRequestJob.groovy",
"diff": "@@ -10,6 +10,7 @@ pipeline.init()\npipeline.getStage(pipeline.INSTRUMENTATION_TEST).strategy = StageStrategy.SKIP_STAGE\npipeline.getStage(pipel... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add androidTest Build Type configuration param for Pr pipeline |
652,323 | 29.12.2018 13:27:16 | -10,800 | 133befcb6a5a9d3f96dda5cba421ae67c43e3b07 | add test scalpel layout | [
{
"change_type": "MODIFY",
"old_path": "animations-sample/build.gradle",
"new_path": "animations-sample/build.gradle",
"diff": "@@ -9,4 +9,5 @@ android {\ndependencies {\nimplementation project(':animations')\nimplementation project(':sample-common')\n+ implementation 'com.jakewharton.scalpel:scalpe... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add test scalpel layout |
652,323 | 29.12.2018 18:07:36 | -10,800 | 59b8f67a1116c07df6ff5be164c6e4b33c03b6cc | add mail scalpel logic | [
{
"change_type": "MODIFY",
"old_path": "animations-sample/build.gradle",
"new_path": "animations-sample/build.gradle",
"diff": "@@ -9,5 +9,6 @@ android {\ndependencies {\nimplementation project(':animations')\nimplementation project(':sample-common')\n+ implementation project(':sample-dagger')\nimpl... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add mail scalpel logic |
652,323 | 06.01.2019 16:21:16 | -10,800 | 26338a4c30a35eeaaac1198403efcc6766d2ec48 | add scalpel functionality | [
{
"change_type": "DELETE",
"old_path": "animations-sample/src/main/java/ru/surfstudio/android/animations/sample/ScalpelManager.kt",
"new_path": null,
"diff": "-package ru.surfstudio.android.animations.sample\n-\n-import android.app.Activity\n-import android.app.Application\n-import android.hardware.... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add scalpel functionality |
652,323 | 06.01.2019 16:51:08 | -10,800 | c544e66021f7320602790071051b0b9e2c39efd6 | refactor, remove test code | [
{
"change_type": "MODIFY",
"old_path": "animations-sample/build.gradle",
"new_path": "animations-sample/build.gradle",
"diff": "@@ -10,5 +10,4 @@ dependencies {\nimplementation project(':animations')\nimplementation project(':sample-common')\nimplementation project(':sample-dagger')\n- implementatio... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | refactor, remove test code |
652,312 | 10.01.2019 11:59:23 | -10,800 | 1086a887a1b37fe4cc3f4e28dcefcb151225ffb4 | testBuildType = release for modules | [
{
"change_type": "MODIFY",
"old_path": "androidModule.gradle",
"new_path": "androidModule.gradle",
"diff": "@@ -5,6 +5,8 @@ apply plugin: 'kotlin-android'\napply plugin: 'kotlin-android-extensions'\napply plugin: 'kotlin-kapt'\n+apply from: '../sample-keystore/signingConfigs.gradle'\n+\nandroid {\nc... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-383 testBuildType = release for modules |
652,312 | 10.01.2019 13:29:28 | -10,800 | f5bf4744279bf8371e816fe35fd24181483c7e4f | switch to android-2 node | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -5,7 +5,6 @@ import ru.surfstudio.ci.pipeline.helper.AndroidPipelineHelper\nimport ru.surfstudio.ci.JarvisUtil\nimport ru.surfstudio.ci.CommonUtil\nimp... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | switch to android-2 node |
652,323 | 10.01.2019 13:30:40 | 0 | ee4a4b80a31703c60384b2881d834cd0fabb51b1 | gradle.properties edited online with Bitbucket | [
{
"change_type": "MODIFY",
"old_path": "gradle.properties",
"new_path": "gradle.properties",
"diff": "@@ -11,6 +11,7 @@ org.gradle.jvmargs=-Xmx2048m\n# This option should only be used with decoupled projects. More details, visit\n# http://www.gradle.org/docs/current/userguide/multi_project_builds.ht... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | gradle.properties edited online with Bitbucket |
652,323 | 11.01.2019 19:33:15 | -10,800 | 0126127cc9542d91cbade1d965b28c4886099873 | add ApiTestRunner | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "template/app-injector/src/test/java/ru/surfstudio/standard/util/ApiTestRunner.kt",
"diff": "+package ru.surfstudio.standard.util\n+\n+import org.junit.Test\n+import org.junit.runners.model.FrameworkMethod\n+import org.junit.runners.model.Stateme... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | add ApiTestRunner |
652,323 | 11.01.2019 19:40:37 | -10,800 | 49aefbf476b54d9bb25436460aaafcaba480c41f | remove CheckApiTest Annotation | [
{
"change_type": "MODIFY",
"old_path": "template/app-injector/src/test/java/ru/surfstudio/standard/util/ApiTestRunner.kt",
"new_path": "template/app-injector/src/test/java/ru/surfstudio/standard/util/ApiTestRunner.kt",
"diff": "@@ -14,7 +14,7 @@ class ApiTestRunner(testClass: Class<*>?) : Robolectri... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | remove CheckApiTest Annotation |
652,312 | 13.01.2019 21:49:57 | -10,800 | 35ec881bfbcce5f4ff7f173bd6616e9cb0bf8b8c | set testBuildType to debug | [
{
"change_type": "MODIFY",
"old_path": "androidModule.gradle",
"new_path": "androidModule.gradle",
"diff": "@@ -5,8 +5,6 @@ apply plugin: 'kotlin-android'\napply plugin: 'kotlin-android-extensions'\napply plugin: 'kotlin-kapt'\n-apply from: '../sample-keystore/signingConfigs.gradle'\n-\nandroid {\nc... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-387 set testBuildType to debug |
652,312 | 13.01.2019 22:01:11 | -10,800 | 63d4022235624f4c1ae04c7d3e5e606566ecec38 | change test build type to debug | [
{
"change_type": "MODIFY",
"old_path": "ci-internal/JenkinsfileDeployJob.groovy",
"new_path": "ci-internal/JenkinsfileDeployJob.groovy",
"diff": "@@ -146,7 +146,7 @@ pipeline.stages = [\n}\n},\npipeline.createStage(BUILD, StageStrategy.FAIL_WHEN_STAGE_ERROR){\n- AndroidPipelineHelper.buildStageBodyA... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | change test build type to debug |
652,337 | 16.01.2019 15:07:42 | -18,000 | b0b11d56492e625ed1b4e1a293cf716eb35b1f78 | Added request delay settings | [
{
"change_type": "MODIFY",
"old_path": "shared-pref/src/main/java/ru/surfstudio/android/shared/pref/SettingsUtil.kt",
"new_path": "shared-pref/src/main/java/ru/surfstudio/android/shared/pref/SettingsUtil.kt",
"diff": "@@ -103,6 +103,10 @@ object SettingsUtil {\nreturn sp.getLong(key, EMPTY_LONG_SETT... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-386 Added request delay settings |
652,337 | 16.01.2019 17:06:01 | -18,000 | 1d84834e0f2785e595fd2de67e82f1251277f441 | added gradle scan plugin | [
{
"change_type": "MODIFY",
"old_path": "build.gradle",
"new_path": "build.gradle",
"diff": "@@ -17,6 +17,7 @@ buildscript {\njcenter()\nmaven { url 'https://maven.fabric.io/public' }\nmaven { url 'https://maven.google.com' }\n+ maven { url 'https://plugins.gradle.org/m2/' }\n}\ndependencies {\n@@ -2... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-385 added gradle scan plugin |
652,299 | 18.01.2019 17:20:08 | -10,800 | be8bbec8b8cf0d92abe1dde79111c9e4b9f52262 | Cross-feature routes implementation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "core-ui/src/main/java/ru/surfstudio/android/core/ui/navigation/BundleIntentRoute.java",
"diff": "+/*\n+ Copyright (c) 2018-present, SurfStudio LLC, Maxim Tuev.\n+\n+ Licensed under the Apache License, Version 2.0 (the \"License\");\n+ you may no... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-397 Cross-feature routes implementation |
652,299 | 21.01.2019 17:01:26 | -10,800 | bf899ab75ab11c6ac37eb82d9cf37b4c0bcb8970 | Routes interfaces improvements. | [
{
"change_type": "RENAME",
"old_path": "core-ui/src/main/java/ru/surfstudio/android/core/ui/navigation/IntentRoute.java",
"new_path": "core-ui/src/main/java/ru/surfstudio/android/core/ui/navigation/ActivityRouteInterface.java",
"diff": "@@ -17,14 +17,19 @@ package ru.surfstudio.android.core.ui.navig... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-397 Routes interfaces improvements. |
652,299 | 21.01.2019 18:11:18 | -10,800 | 569fbf33208b02b5e4ce988dd6aceac2ac9f077f | Split install features support dependencies | [
{
"change_type": "MODIFY",
"old_path": "config.gradle",
"new_path": "config.gradle",
"diff": "@@ -40,6 +40,7 @@ ext {\nandroidxMediaVersion = '1.0.0' //http://bit.ly/2RclLfy\nandroidxLegacySupportVersion = '1.0.0' //http://bit.ly/2Qm31gi\nandroidxMultidexVersion = '2.0.0' //http://bit.ly/2r6uX9G\n+ ... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-397 Split install features support dependencies |
652,304 | 24.01.2019 03:58:26 | -10,800 | 7c06ba5ac6733c1743631ba33f389e5263d171d5 | Single, Maybe, Completable | [
{
"change_type": "MODIFY",
"old_path": "core-mvp-rx-sample/src/main/java/ru/surfstudio/android/core/mvp/rx/sample/MainPresenter.kt",
"new_path": "core-mvp-rx-sample/src/main/java/ru/surfstudio/android/core/mvp/rx/sample/MainPresenter.kt",
"diff": "@@ -36,10 +36,10 @@ class MainPresenter @Inject cons... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-227 Single, Maybe, Completable |
652,304 | 24.01.2019 05:09:32 | -10,800 | 91134774856d585ebc06d7f907f38ec4214ffe60 | fun getObservable -> val observable | [
{
"change_type": "MODIFY",
"old_path": "core-mvp-rx-sample/src/main/java/ru/surfstudio/android/core/mvp/rx/sample/MainActivityView.kt",
"new_path": "core-mvp-rx-sample/src/main/java/ru/surfstudio/android/core/mvp/rx/sample/MainActivityView.kt",
"diff": "@@ -30,7 +30,7 @@ class MainActivityView : Bas... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-227 fun getObservable -> val observable |
652,304 | 24.01.2019 16:33:14 | -10,800 | ba729525b0930a35e987735de4a47327a0201148 | Update value method | [
{
"change_type": "MODIFY",
"old_path": "core-mvp-rx/src/main/java/ru/surfstudio/android/core/mvp/rx/relation/ValuableRelation.kt",
"new_path": "core-mvp-rx/src/main/java/ru/surfstudio/android/core/mvp/rx/relation/ValuableRelation.kt",
"diff": "@@ -31,4 +31,6 @@ abstract class ValuableRelation<T, in ... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-227 Update value method |
652,299 | 25.01.2019 12:16:25 | -10,800 | 785ed1317182e4fa5e015380e0fc5894b66ba5c7 | Quick naming fix | [
{
"change_type": "MODIFY",
"old_path": "core-ui/src/main/java/ru/surfstudio/android/core/ui/navigation/activity/navigator/ActivityNavigator.java",
"new_path": "core-ui/src/main/java/ru/surfstudio/android/core/ui/navigation/activity/navigator/ActivityNavigator.java",
"diff": "@@ -217,7 +217,7 @@ publ... | Kotlin | Apache License 2.0 | surfstudio/surfandroidstandard | ANDDEP-397 Quick naming fix |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.