Skip to content

Commit 827f658

Browse files
author
jld3103
authored
Merge pull request #28 from jld3103/rebrand
Rebrand to Nextcloud Neon
2 parents 7951dc2 + 7491a69 commit 827f658

250 files changed

Lines changed: 200 additions & 200 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/dart.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ jobs:
6565
needs:
6666
- job_001
6767
job_003:
68-
name: "analyze; PKG: packages/harbour; `dart format --output=none --set-exit-if-changed --line-length 120 .`"
68+
name: "analyze; PKG: packages/neon; `dart format --output=none --set-exit-if-changed --line-length 120 .`"
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Cache Pub hosted dependencies
7272
uses: actions/cache@4504faf7e9bcf8f3ed0bc863c4e1d21499ab8ef8
7373
with:
7474
path: "~/.pub-cache/hosted"
75-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/harbour;commands:format"
75+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:format"
7676
restore-keys: |
77-
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/harbour
77+
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon
7878
os:ubuntu-latest;pub-cache-hosted;sdk:stable
7979
os:ubuntu-latest;pub-cache-hosted
8080
os:ubuntu-latest
@@ -83,14 +83,14 @@ jobs:
8383
channel: stable
8484
- id: checkout
8585
uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
86-
- id: packages_harbour_pub_upgrade
87-
name: packages/harbour; flutter pub pub upgrade
86+
- id: packages_neon_pub_upgrade
87+
name: packages/neon; flutter pub pub upgrade
8888
if: "always() && steps.checkout.conclusion == 'success'"
89-
working-directory: packages/harbour
89+
working-directory: packages/neon
9090
run: flutter pub pub upgrade
91-
- name: "packages/harbour; dart format --output=none --set-exit-if-changed --line-length 120 ."
92-
if: "always() && steps.packages_harbour_pub_upgrade.conclusion == 'success'"
93-
working-directory: packages/harbour
91+
- name: "packages/neon; dart format --output=none --set-exit-if-changed --line-length 120 ."
92+
if: "always() && steps.packages_neon_pub_upgrade.conclusion == 'success'"
93+
working-directory: packages/neon
9494
run: "dart format --output=none --set-exit-if-changed --line-length 120 ."
9595
needs:
9696
- job_001
@@ -275,16 +275,16 @@ jobs:
275275
needs:
276276
- job_001
277277
job_010:
278-
name: "analyze; PKG: packages/harbour; `flutter analyze`"
278+
name: "analyze; PKG: packages/neon; `flutter analyze`"
279279
runs-on: ubuntu-latest
280280
steps:
281281
- name: Cache Pub hosted dependencies
282282
uses: actions/cache@4504faf7e9bcf8f3ed0bc863c4e1d21499ab8ef8
283283
with:
284284
path: "~/.pub-cache/hosted"
285-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/harbour;commands:analyze_0"
285+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon;commands:analyze_0"
286286
restore-keys: |
287-
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/harbour
287+
os:ubuntu-latest;pub-cache-hosted;sdk:stable;packages:packages/neon
288288
os:ubuntu-latest;pub-cache-hosted;sdk:stable
289289
os:ubuntu-latest;pub-cache-hosted
290290
os:ubuntu-latest
@@ -293,14 +293,14 @@ jobs:
293293
channel: stable
294294
- id: checkout
295295
uses: actions/checkout@d0651293c4a5a52e711f25b41b05b2212f385d28
296-
- id: packages_harbour_pub_upgrade
297-
name: packages/harbour; flutter pub pub upgrade
296+
- id: packages_neon_pub_upgrade
297+
name: packages/neon; flutter pub pub upgrade
298298
if: "always() && steps.checkout.conclusion == 'success'"
299-
working-directory: packages/harbour
299+
working-directory: packages/neon
300300
run: flutter pub pub upgrade
301-
- name: packages/harbour; flutter analyze
302-
if: "always() && steps.packages_harbour_pub_upgrade.conclusion == 'success'"
303-
working-directory: packages/harbour
301+
- name: packages/neon; flutter analyze
302+
if: "always() && steps.packages_neon_pub_upgrade.conclusion == 'success'"
303+
working-directory: packages/neon
304304
run: flutter analyze
305305
needs:
306306
- job_001

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Debug.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Release.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 7 deletions
Binary file not shown.
-7.59 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)