From aef7b5a1c09787fb2ee9b611f2339cdb7293247c Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 00:57:20 +0100 Subject: [PATCH 01/16] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 01b926316..c429698a5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "55 23 * * 0" + - cron: "0 1 * * *" jobs: # This workflow contains a single job called "traffic" From 5b5c4c6fb779a97989eff0aa5ae414d7c6466559 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 00:58:51 +0100 Subject: [PATCH 02/16] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c429698a5..5b5667e69 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "0 1 * * *" + - cron: "0 0 * * *" jobs: # This workflow contains a single job called "traffic" From 8b45602ea10b87c87a236b39764ce91efae76e41 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 01:07:27 +0100 Subject: [PATCH 03/16] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5b5667e69..2b6bfda3b 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "0 0 * * *" + - cron: "0 1 * * 0" jobs: # This workflow contains a single job called "traffic" From e10e258debb30dda0f2a21e5f451c4fc1aa1ea6c Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:31:08 +0100 Subject: [PATCH 04/16] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2b6bfda3b..dc04acc27 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "0 1 * * 0" + - cron: "35 7 * * *" jobs: # This workflow contains a single job called "traffic" From 2382e7f1e9ccd1f22da914d481631c8658dc896d Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:31:26 +0100 Subject: [PATCH 05/16] Delete deploy.yml --- .github/workflows/deploy.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 98b3485b5..000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Deploy - -on: - push: - branches: - - demo - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: CDNievas/heroku-action@v1.0 # This is the action - with: - heroku_email: 'lalami.sdn@gmail.com' - heroku_api_key: ${{secrets.HEROKU_API_KEY}} - heroku_app_name: 'idurar-crm-erp' From 88be335e7d0fba23c00c291e6d118a7217fc0bc1 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:31:40 +0100 Subject: [PATCH 06/16] Delete apptest.yml --- .github/workflows/apptest.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/apptest.yml diff --git a/.github/workflows/apptest.yml b/.github/workflows/apptest.yml deleted file mode 100644 index 2fc5746bc..000000000 --- a/.github/workflows/apptest.yml +++ /dev/null @@ -1,20 +0,0 @@ -# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Continuous Integration -on: - push: - branches: [master] - pull_request: - branches: [master] -jobs: - buildAndTest: - name: Install and Test - runs-on: ubuntu-latest - defaults: - run: - working-directory: frontend - steps: - - uses: actions/checkout@v1 - - run: yarn - - name: Test - run: yarn test From 8f9340f42001b44517e264aa84a70b8592c2c5ed Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:48:56 +0100 Subject: [PATCH 07/16] Update workflow.yml --- .github/workflows/workflow.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dc04acc27..4308853a2 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "35 7 * * *" + - cron: "40 7 * * *" jobs: # This workflow contains a single job called "traffic" @@ -11,10 +11,6 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 - with: - ref: "traffic" # Calculates traffic and clones and stores in CSV file - name: GitHub traffic @@ -29,4 +25,4 @@ jobs: author_name: Santiago Gonzalez message: "GitHub traffic" add: "./traffic/*" - ref: "traffic" # commits to branch "traffic" + ref: "master" # commits to branch "master" From 82d8fc7a6265916c4849897c946ed2a74c41d7f7 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:50:40 +0100 Subject: [PATCH 08/16] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 4308853a2..1fe34f6de 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "40 7 * * *" + - cron: "55 7 * * *" jobs: # This workflow contains a single job called "traffic" From 213223ea2b7529698f026525473d8c3391c60e4f Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 08:54:35 +0100 Subject: [PATCH 09/16] Create traffic.yml --- .github/workflows/traffic.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/traffic.yml diff --git a/.github/workflows/traffic.yml b/.github/workflows/traffic.yml new file mode 100644 index 000000000..1fe34f6de --- /dev/null +++ b/.github/workflows/traffic.yml @@ -0,0 +1,28 @@ +on: + schedule: + # runs once a week on sunday + - cron: "55 7 * * *" + +jobs: + # This workflow contains a single job called "traffic" + traffic: + # The type of runner that the job will run on + runs-on: ubuntu-latest + + # Steps represent a sequence of tasks that will be executed as part of the job + steps: + + # Calculates traffic and clones and stores in CSV file + - name: GitHub traffic + uses: sangonzal/repository-traffic-action@v.0.1.6 + env: + TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }} + + # Commits files to repository + - name: Commit changes + uses: EndBug/add-and-commit@v4 + with: + author_name: Santiago Gonzalez + message: "GitHub traffic" + add: "./traffic/*" + ref: "master" # commits to branch "master" From 8d16a74d5b06112bad372469b1a6614c06fd0bd3 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:06:26 +0100 Subject: [PATCH 10/16] Update workflow.yml --- .github/workflows/workflow.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 1fe34f6de..34993f74a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "55 7 * * *" + - cron: "8 8 * * *" jobs: # This workflow contains a single job called "traffic" @@ -11,6 +11,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v2 + with: + ref: "traffic" # Calculates traffic and clones and stores in CSV file - name: GitHub traffic @@ -25,4 +29,4 @@ jobs: author_name: Santiago Gonzalez message: "GitHub traffic" add: "./traffic/*" - ref: "master" # commits to branch "master" + ref: "traffic" # commits to branch "traffic" From 718bf1ec83d5e53f19b5aa470d206f29a4b87fce Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:35:23 +0100 Subject: [PATCH 11/16] Update workflow.yml --- .github/workflows/workflow.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 34993f74a..bd340f129 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "8 8 * * *" + - cron: "40 8 * * *" jobs: # This workflow contains a single job called "traffic" @@ -14,7 +14,7 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 with: - ref: "traffic" + ref: "master" # Calculates traffic and clones and stores in CSV file - name: GitHub traffic @@ -28,5 +28,5 @@ jobs: with: author_name: Santiago Gonzalez message: "GitHub traffic" - add: "./traffic/*" - ref: "traffic" # commits to branch "traffic" + add: "./master/*" + ref: "master" # commits to branch "traffic" From 1a8710ffe781c6101f5724991f8933a5b2bec507 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:46:51 +0100 Subject: [PATCH 12/16] Update workflow.yml --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bd340f129..00674825e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "40 8 * * *" + - cron: "50 8 * * *" jobs: # This workflow contains a single job called "traffic" @@ -12,7 +12,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: "master" From 64e40c8847e2b11443f4ab6eea1288d346c998dc Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 09:47:17 +0100 Subject: [PATCH 13/16] Update traffic.yml --- .github/workflows/traffic.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/traffic.yml b/.github/workflows/traffic.yml index 1fe34f6de..a1863fd6c 100644 --- a/.github/workflows/traffic.yml +++ b/.github/workflows/traffic.yml @@ -1,7 +1,7 @@ on: schedule: # runs once a week on sunday - - cron: "55 7 * * *" + - cron: "50 8 * * *" jobs: # This workflow contains a single job called "traffic" @@ -11,6 +11,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: + # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it + - uses: actions/checkout@v3 + with: + ref: "traffic" # Calculates traffic and clones and stores in CSV file - name: GitHub traffic @@ -25,4 +29,4 @@ jobs: author_name: Santiago Gonzalez message: "GitHub traffic" add: "./traffic/*" - ref: "master" # commits to branch "master" + ref: "traffic" # commits to branch "traffic" From a0fc042f883e2797143adbf9833c304229216b38 Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:14:01 +0100 Subject: [PATCH 14/16] Create github-repo-stats.yml --- .github/workflows/github-repo-stats.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/github-repo-stats.yml diff --git a/.github/workflows/github-repo-stats.yml b/.github/workflows/github-repo-stats.yml new file mode 100644 index 000000000..dc21adea4 --- /dev/null +++ b/.github/workflows/github-repo-stats.yml @@ -0,0 +1,20 @@ +name: github-repo-stats + +on: + schedule: + # Run this once per day, towards the end of the day for keeping the most + # recent data point most meaningful (hours are interpreted in UTC). + - cron: "20 13 * * *" + workflow_dispatch: # Allow for running this manually. + +jobs: + j1: + name: github-repo-stats + runs-on: ubuntu-latest + steps: + - name: run-ghrs + # Use latest release. + uses: jgehrcke/github-repo-stats@RELEASE + with: + ghtoken: ${{ secrets.ghrs_github_api_token }} + From 33d3a2f08d1f7d6cf5f328db876bcf859b1a404d Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:24:05 +0100 Subject: [PATCH 15/16] Delete traffic.yml --- .github/workflows/traffic.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/traffic.yml diff --git a/.github/workflows/traffic.yml b/.github/workflows/traffic.yml deleted file mode 100644 index a1863fd6c..000000000 --- a/.github/workflows/traffic.yml +++ /dev/null @@ -1,32 +0,0 @@ -on: - schedule: - # runs once a week on sunday - - cron: "50 8 * * *" - -jobs: - # This workflow contains a single job called "traffic" - traffic: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - with: - ref: "traffic" - - # Calculates traffic and clones and stores in CSV file - - name: GitHub traffic - uses: sangonzal/repository-traffic-action@v.0.1.6 - env: - TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }} - - # Commits files to repository - - name: Commit changes - uses: EndBug/add-and-commit@v4 - with: - author_name: Santiago Gonzalez - message: "GitHub traffic" - add: "./traffic/*" - ref: "traffic" # commits to branch "traffic" From 757c1465ca75b7554c6515c1e1c68fbb2701beef Mon Sep 17 00:00:00 2001 From: Salah Eddine Lalami <50052356+idurar@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:24:10 +0100 Subject: [PATCH 16/16] Delete workflow.yml --- .github/workflows/workflow.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/workflow.yml diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml deleted file mode 100644 index 00674825e..000000000 --- a/.github/workflows/workflow.yml +++ /dev/null @@ -1,32 +0,0 @@ -on: - schedule: - # runs once a week on sunday - - cron: "50 8 * * *" - -jobs: - # This workflow contains a single job called "traffic" - traffic: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 - with: - ref: "master" - - # Calculates traffic and clones and stores in CSV file - - name: GitHub traffic - uses: sangonzal/repository-traffic-action@v.0.1.6 - env: - TRAFFIC_ACTION_TOKEN: ${{ secrets.TRAFFIC_ACTION_TOKEN }} - - # Commits files to repository - - name: Commit changes - uses: EndBug/add-and-commit@v4 - with: - author_name: Santiago Gonzalez - message: "GitHub traffic" - add: "./master/*" - ref: "master" # commits to branch "traffic"