Skip to content

Commit

Permalink
v0.4.0 (#66)
Browse files Browse the repository at this point in the history
* Support Option Link for RSS (#65)

* updating workflow

* adding more workflows

* fixup! adding more workflows

* Update dependabot.yml

* working on linting

* [skip ci] fixing linting

* fix: errors with tests

* fix: possible lint issues

* fix: SiteCollectionDirectory.Instance to be internal than private

* mint-upgrade: periphery from 2.12.3 to 2.18.0

* resolve PR conversations

* redo: post.id back to post.ID

* fix: post.ID and make the property called ID

* Fix strict lint voilations (#67)

* fixup! fix: post.ID and make the property called ID

* Any other lint violations that are not 'Missing Docs Violation' (#68)

* lint-fixes: any voilation that is not 'Missing Docs Violation'

* fixup! Merge branch 'v0.4.0-STRICT-changes' into v0.4.0-STRICT-others

---------

Co-authored-by: leogdion <[email protected]>

* Adding Documentation Comments

---------

Co-authored-by: Ahmed Shendy <[email protected]>
  • Loading branch information
leogdion and devahmedshendy authored Jan 26, 2024
1 parent e33d5b7 commit 468f156
Show file tree
Hide file tree
Showing 102 changed files with 6,527 additions and 1,088 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "swift" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
81 changes: 81 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: '16 9 * * 1'

jobs:
analyze:
name: Analyze
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write

strategy:
fail-fast: false
matrix:
language: [ 'swift' ]
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Checkout repository
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality


# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.

# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
12 changes: 9 additions & 3 deletions .github/workflows/syndikit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,17 @@ jobs:
watchName: "Apple Watch Ultra (49mm)"
iPhoneName: "iPhone 14 Pro Max"
- runs-on: macos-13
xcode: "/Applications/Xcode_15.0.app"
iOSVersion: "17.0"
xcode: "/Applications/Xcode_15.0.1.app"
iOSVersion: "17.0.1"
watchOSVersion: "10.0"
watchName: "Apple Watch Series 9 (41mm)"
iPhoneName: "iPhone 15 Pro"
- runs-on: macos-13
xcode: "/Applications/Xcode_15.1.app"
iOSVersion: "17.2"
watchOSVersion: "10.2"
watchName: "Apple Watch Ultra (49mm)"
iPhoneName: "iPhone 14 Pro Max"
iPhoneName: "iPhone 15 Pro Max"
steps:
- uses: actions/checkout@v3
- name: Cache swift package modules
Expand Down
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
--header strip
--commas inline
--disable wrapMultilineStatementBraces
--extensionacl on-extension
--extensionacl on-declarations
--decimalgrouping 3,4
--exclude .build, DerivedData
6 changes: 6 additions & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,12 @@ function_parameter_count: 8
line_length:
- 90
- 90
type_name:
excluded:
- iTunesDuration
- iTunesEpisode
- iTunesOwner
- iTunesImage
identifier_name:
excluded:
- id
Expand Down
Loading

0 comments on commit 468f156

Please sign in to comment.