Torsten Dittmann
9f5a0312cf
Merge branch 'main' of https://github.com/appwrite/appwrite into 1.5.x
2024-01-24 11:24:59 +01:00
Matej Bačo
5bd106afaf
Implement better cname validation logging
2024-01-23 15:40:32 +00:00
Bradley Schofield
448b3b0cc0
Merge branch 'main' into feat-impl-queue-retry
2024-01-22 16:51:18 +00:00
Bradley Schofield
f3579b3f12
Address Christy's Comments
2024-01-22 16:50:45 +00:00
Matej Bačo
554103687e
linter fix
2024-01-22 11:15:55 +00:00
Matej Bačo
4366f8e5d8
Remove incorrect translations, improve script
2024-01-22 10:01:02 +00:00
Bradley Schofield
1e247bdde1
Address Christy's Comments and Update Lib
2024-01-19 13:18:37 +00:00
Jake Barnby
9fc68d23a0
Fix delete type for expired targets
2024-01-19 17:23:44 +13:00
Jake Barnby
4c10e78e42
Merge remote-tracking branch 'origin/1.5.x' into feat-maintenance-delete-expired-targets
...
# Conflicts:
# app/init.php
2024-01-19 16:56:51 +13:00
Jake Barnby
a3096bc209
Merge remote-tracking branch 'origin/1.5.x' into feat-message-scheduling
...
# Conflicts:
# app/controllers/api/messaging.php
2024-01-19 15:54:21 +13:00
shimon
a0b38a5a7c
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
2024-01-18 14:19:19 +02:00
Jake Barnby
ad40e0a3c5
Merge remote-tracking branch 'origin/feat-message-scheduling' into feat-maintenance-delete-expired-targets
2024-01-17 15:02:14 +13:00
Jake Barnby
be9728937a
Update src/Appwrite/Platform/Tasks/ScheduleMessages.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2024-01-17 14:35:12 +13:00
Jake Barnby
4cc6d4161d
Merge branch 'feat-message-scheduling' into feat-maintenance-delete-expired-targets
2024-01-15 20:33:38 +13:00
Jake Barnby
4d9fb1d687
Merge remote-tracking branch 'origin/1.5.x' into feat-message-scheduling
...
# Conflicts:
# src/Appwrite/Platform/Workers/Messaging.php
2024-01-15 20:07:01 +13:00
Jake Barnby
772617f231
Mark invalid targets on message send then delete on maintenance sweep
2024-01-15 19:52:40 +13:00
Jake Barnby
ae60089413
Inline update
2024-01-15 19:31:42 +13:00
Jake Barnby
ce78d8c473
Set schedule inactive after message send so deletes worker picks it up
2024-01-15 19:29:19 +13:00
Jake Barnby
1666ba1645
Fix missing time check
2024-01-15 18:43:17 +13:00
loks0n
56fe939713
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-13 09:55:44 +00:00
Matej Bačo
a2856f6acc
Update copy & AI translations
2024-01-11 10:23:25 +00:00
Matej Bačo
479c70d0aa
Fix after revert
2024-01-11 08:25:55 +00:00
Matej Bačo
e0db651240
Revert "Translated security phrase copy with AI"
...
This reverts commit b72dd35f45 .
2024-01-11 08:25:09 +00:00
Matej Bačo
04831a91c7
Update src/Appwrite/Platform/Tasks/DevGenerateTranslations.php
2024-01-11 09:20:00 +01:00
Jake Barnby
449e8cc06c
Fix function schedules
2024-01-11 19:32:24 +13:00
Jake Barnby
62304f817d
Fix maintenance worker
2024-01-11 16:15:11 +13:00
Jake Barnby
81f1eb3506
Abstract scheduling base
2024-01-11 16:06:59 +13:00
Jake Barnby
513ed9de05
Merge remote-tracking branch 'origin/1.5.x' into scheduling-temp
...
# Conflicts:
# app/controllers/api/messaging.php
# tests/e2e/Services/Messaging/MessagingBase.php
2024-01-11 13:06:15 +13:00
Matej Bačo
b72dd35f45
Translated security phrase copy with AI
2024-01-10 15:01:42 +00:00
Matej Bačo
931efe24a9
Added security phrase to magic URL
2024-01-10 14:52:32 +00:00
loks0n
94e45da5c7
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-10 10:15:29 +00:00
loks0n
9a34c92fac
Merge branch '1.5.x' of https://github.com/appwrite/appwrite into feat-ssr
2024-01-09 16:42:00 +00:00
Matej Bačo
bdfb930097
Linter fix
2024-01-09 16:22:10 +00:00
Matej Bačo
beeb643c66
Add all translations
2024-01-09 15:39:38 +00:00
Matej Bačo
e59bdbbb8f
Implement translation generator
2024-01-09 14:44:58 +00:00
Matej Bačo
301401914a
Add generate translations command
2024-01-09 13:58:45 +00:00
shimon
880526d6d3
Merge branch 'main' of github.com:appwrite/appwrite into remove-cloud-scripts
2024-01-09 12:11:32 +02:00
shimon
1da476e5ac
remove cloud related scripts
2024-01-09 11:13:58 +02:00
Eldad A. Fux
ef72e08386
Merge pull request #7271 from appwrite/feat-7223-install-without-start
...
Add a flag to install and upgrade commands to not start Appwrite
2024-01-08 22:09:22 +01:00
Steven Nguyen
864703fb4e
Update the install/upgrade arguments to be kebab instead of camel case
...
Kebab case like --http-port is much more common in CLIs than --httpPort.
2024-01-08 20:56:51 +00:00
Bradley Schofield
d9c04f4fc0
Update src/Appwrite/Platform/Tasks/Retry.php
...
Co-authored-by: Eldad A. Fux <eldad.fux@gmail.com>
2024-01-05 12:37:03 +00:00
Bradley Schofield
4199126984
Run Linter
2024-01-04 13:04:51 +00:00
Bradley Schofield
01d76a1746
Add Queue Retry Command to Appwrite
2024-01-04 13:00:25 +00:00
shimon
99f1543f1b
Merge branch 'main' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
Dockerfile
app/console
app/init.php
composer.lock
src/Appwrite/Platform/Services/Workers.php
src/Appwrite/Platform/Tasks/Hamster.php
2024-01-02 11:49:23 +02:00
shimon
77d423e645
refactoring infinity metric calculation cli script, adding project id and after
...
options.
2023-12-26 18:23:07 +02:00
shimon
9382e4cec5
refactoring infinity metric calculation cli script, adding project id and after
...
options.
2023-12-26 18:21:01 +02:00
德华 刘
d3143b8ede
chore: update hamster script
2023-12-22 14:07:05 +00:00
德华 刘
394f28146a
chore: update hamster script
2023-12-22 14:03:46 +00:00
德华 刘
1857c0e04d
chore: update hamster script
2023-12-22 14:03:07 +00:00
德华 刘
1eb59daed1
chore: run linter
2023-12-22 09:23:56 +00:00
德华 刘
bf92ae6841
chore: update console
2023-12-22 09:19:27 +00:00
shimon
ba44e06af6
metrics adjustments
...
after and projectId additions
2023-12-21 15:04:29 +02:00
shimon
24d3aa499a
metrics adjustments
...
after and projectId additions
2023-12-21 14:32:10 +02:00
shimon
4e24e3cdc2
Merge branch 'refactor-usage-sn' of github.com:appwrite/appwrite into refactor-hamster-usage
...
Conflicts:
src/Appwrite/Platform/Tasks/CalcTierStats.php
2023-12-21 14:25:06 +02:00
shimon
eff578bb36
metrics adjustments
...
after and projectId additions
2023-12-21 14:07:24 +02:00
shimon
9a2f97b613
metrics adjustments
...
after and projectId additions
2023-12-21 13:45:57 +02:00
Matej Bačo
0529cffa4b
Improve logging
2023-12-20 12:31:35 +01:00
Damodar Lohani
5e59d73f78
rename stats collection
2023-12-18 10:11:10 +00:00
Prateek Banga
6de2659793
adds mock providers in project for benchmarking, fixes bug in scheduling
...
removes scheduling from array in schedulemessage task
2023-12-18 15:27:09 +05:30
shimon
9f1b356a79
combining network inbound
...
and network outbound on
hamster script
2023-12-18 11:37:54 +02:00
Jake Barnby
121521d7c5
Merge remote-tracking branch 'origin/1.5.x' into json-parsing
...
# Conflicts:
# composer.lock
# src/Appwrite/Platform/Tasks/DeleteOrphanedProjects.php
# src/Appwrite/Platform/Tasks/Hamster.php
2023-12-15 18:22:08 +13:00
fogelito
cc5ae73f57
purgeCached changes
2023-12-14 15:32:06 +02:00
loks0n
fe0001350d
feat: use x-appwrite-session header
2023-12-12 15:39:24 +00:00
Damodar Lohani
5512123e04
loop through projects
2023-12-12 11:26:28 +00:00
Damodar Lohani
9ac57e2e7a
remove unused retention
2023-12-12 08:11:01 +00:00
Steven Nguyen
6d357d617d
Add a flag to install and upgrade commands to not start Appwrite
...
This can be useful for cases where the developer only wants the files
to be generated and doesn't want to start Appwrite.
2023-12-11 23:37:32 +00:00
loks0n
f0d7312bd3
feat: create session method
2023-12-11 16:24:24 +00:00
Prateek Banga
b8aa2faa7b
adds scheduling commit, still need to resolve pools error
2023-12-07 11:25:19 +01:00
德华 刘
b6fabf80ef
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into feat-refactor-hamster
2023-11-30 21:20:59 +00:00
德华 刘
f3544485e5
chore: address review comments
2023-11-30 17:41:23 +00:00
德华 刘
4b7676158e
chore: address review comments
2023-11-30 16:24:11 +00:00
德华 刘
5cb818066f
Merge branch 'feat-refactor-hamster' of https://github.com/appwrite/appwrite into feat-refactor-hamster
2023-11-30 16:23:05 +00:00
德华 刘
d34050a5df
chore: address review comments
2023-11-30 16:22:26 +00:00
Bradley Schofield
8bec64b2a2
Update Hamster.php
2023-11-30 11:05:15 +00:00
shimon
c313e8347f
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
composer.lock
2023-11-30 10:21:59 +02:00
Bradley Schofield
dea3e74b6a
Implement Job based hamster
2023-11-28 10:19:55 +00:00
Jake Barnby
1a496bbf71
Merge pull request #7180 from appwrite/chore-update-sdks
...
Chore update sdks
2023-11-27 15:04:48 +13:00
shimon
21895e3ac0
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
CHANGES.md
Dockerfile
app/controllers/api/storage.php
app/init.php
composer.lock
src/Appwrite/Migration/Migration.php
src/Appwrite/Platform/Services/Tasks.php
src/Appwrite/Usage/Calculators/TimeSeries.php
2023-11-26 10:28:17 +02:00
Prateek Banga
72b4c78c9f
Merge branch '1.4.x' into chore-migration-enum-attribute-size
2023-11-21 11:06:05 +05:30
Christy Jacob
39df6e443a
Merge branch 'get-migration-stats' of github.com:appwrite/appwrite into get-migration-stats
2023-11-20 20:26:51 -05:00
Christy Jacob
8eb8351d5f
feat: add migration counts to hamster
2023-11-20 20:26:38 -05:00
Christy Jacob
9d31d8d950
Update src/Appwrite/Platform/Tasks/GetMigrationStats.php
...
Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
2023-11-20 20:10:56 -05:00
Christy Jacob
f81d675609
feat: run linter
2023-11-20 20:10:24 -05:00
Christy Jacob
28c61acec6
feat: update migration task
2023-11-20 19:39:07 -05:00
Christy Jacob
9a12ab8f8a
feat: add migration stats task
2023-11-20 19:36:53 -05:00
prateek banga
b2381798ab
migrates enum attribute size to 255
2023-11-20 22:01:20 +05:30
Jake Barnby
8b14d96151
Merge remote-tracking branch 'origin/1.4.x' into chore-update-sdks
2023-11-21 00:17:36 +13:00
shimon
e079d4a8b5
comparison fix
2023-11-16 23:42:03 +02:00
shimon
174449ce49
comparison fix
2023-11-16 23:14:26 +02:00
shimon
8c9a662e14
comparison fix
2023-11-16 20:33:37 +02:00
shimon
dceb1858b0
comparison fix
2023-11-16 20:31:53 +02:00
Jake Barnby
02b6659b35
SDK releases
2023-11-16 21:50:39 +13:00
Christy Jacob
6826a9efe0
Merge pull request #7124 from appwrite/usage-auto-skip-fix
...
wrapping create stats query
2023-11-15 10:38:47 -08:00
Christy Jacob
e36dc817fb
Merge branch '1.4.x' into usage-auto-skip-fix
2023-11-15 10:27:44 -08:00
shimon
6b5e734dfa
indentation small fix
2023-11-15 20:09:50 +02:00
Jake Barnby
94931ff4ce
Fix non-PSR-compliant file name
2023-11-15 16:47:49 +13:00
Matej Bačo
1c4fea0fc3
Fix patch script, make errors silent
2023-11-14 17:45:02 +01:00
Matej Bačo
c133bccfa9
Finish recreate repos docs script
2023-11-14 15:06:58 +01:00
Matej Bačo
fb6455b783
Add script to patch missing repos documents
2023-11-14 14:43:33 +01:00
shimon
3d9ee8bc52
delete orphaned projects task
2023-11-13 19:28:48 +02:00
shimon
60c0f4c973
delete orphaned projects task
2023-11-13 19:27:20 +02:00
shimon
dd0bf66212
delete orphaned projects task
2023-11-13 19:24:55 +02:00
shimon
0f3c438976
added inf metric
2023-11-08 12:05:51 +02:00
shimon
ad63a377ab
added inf metric
2023-11-08 11:09:32 +02:00
shimon
f64d0ab8a8
Merge branch '1.4.x' of github.com:appwrite/appwrite into refactor-usage-sn
...
Conflicts:
.gitmodules
CHANGES.md
Dockerfile
composer.lock
src/Appwrite/Migration/Migration.php
2023-11-05 17:03:13 +02:00
Jake Barnby
3652ab61d8
Revert "Enum tests"
...
This reverts commit 74450b1178 .
2023-11-01 21:02:42 +13:00
Jake Barnby
74450b1178
Enum tests
2023-11-01 18:29:54 +13:00
Christy Jacob
24824e1582
Merge pull request #7015 from appwrite/feat-delete-orphaned-projects
...
Feat delete orphaned projects
2023-10-27 20:21:52 +04:00
shimon
75484fa018
$collectionsConfig fix
2023-10-27 19:07:27 +03:00
shimon
917a4e9ab1
$collectionsConfig fix
2023-10-27 19:06:16 +03:00
shimon
07ef5535ef
dry run
2023-10-27 18:23:41 +03:00
Torsten Dittmann
c81b4576b4
chore: remove install analytics
2023-10-26 22:25:35 +02:00
shimon
fc348b2055
dry run
2023-10-26 21:12:13 +03:00
shimon
7e6378b23b
dry run
2023-10-26 20:56:32 +03:00
shimon
0f43aa6872
dry run
2023-10-26 20:53:36 +03:00
shimon
831122679f
creating script
2023-10-26 17:45:23 +03:00
shimon
4c6976488c
clean up
2023-10-25 15:06:54 +03:00
shimon
b775c53666
clean up
2023-10-25 13:16:25 +03:00
Christy Jacob
be26e4b729
chore: remove resque library and update health check endpoints
2023-10-18 19:44:06 +00:00
Christy Jacob
685a953705
Merge branch 'refactor-workers-sn' of github.com:appwrite/appwrite into remove-obsolete-tasks
2023-10-17 23:30:44 +04:00
Christy Jacob
7806cf1b55
chore: cleanup obsolete CLI tasks
2023-10-17 23:29:25 +04:00
shimon
1036cb406d
some fixes
2023-10-17 21:32:38 +03:00
shimon
e8dbd043ec
addressing some comments
2023-10-17 07:02:54 +03:00
shimon
9a6d88a819
addressing some comments
2023-10-17 06:44:36 +03:00
shimon
2fcda9fc11
Merge branch 'cl-1.4.x' of github.com:appwrite/appwrite into refactor-workers-sn
2023-10-16 17:03:43 +03:00
shimon
94178f8eaf
rollback to Usage
2023-10-15 20:41:09 +03:00
Christy Jacob
d8714ec3fa
fix: rename domains collection to rules in hamster script
2023-10-13 12:54:10 +04:00
Christy Jacob
b3d8998735
chore: update hamster script
2023-10-13 12:29:03 +04:00
shimon
1c8b38502a
sync with main
2023-10-11 17:07:06 +03:00
shimon
893b1d0ba7
Merge branch 'main' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
.gitmodules
app/controllers/api/functions.php
app/controllers/api/health.php
app/init.php
app/views/install/compose.phtml
composer.lock
src/Appwrite/Migration/Migration.php
src/Appwrite/Platform/Workers/Builds.php
src/Appwrite/Platform/Workers/Deletes.php
src/Appwrite/Platform/Workers/Functions.php
src/Executor/Executor.php
2023-10-11 12:08:13 +03:00
shimon
3b00e396d5
sync with main
2023-10-03 15:15:13 +03:00
shimon
dcf0107a79
sync with master
2023-09-27 20:10:21 +03:00
shimon
c4bd6e008e
Merge branch 'master' of github.com:appwrite/appwrite into refactor-workers
...
Conflicts:
.env
app/cli.php
app/config/collections.php
app/console
app/controllers/api/account.php
app/controllers/api/databases.php
app/controllers/api/functions.php
app/controllers/api/projects.php
app/controllers/api/storage.php
app/controllers/api/teams.php
app/controllers/api/users.php
app/controllers/general.php
app/controllers/shared/api.php
app/init.php
app/worker.php
app/workers/audits.php
app/workers/builds.php
app/workers/certificates.php
app/workers/databases.php
app/workers/deletes.php
app/workers/functions.php
app/workers/mails.php
bin/worker-usage
composer.json
composer.lock
docker-compose.yml
src/Appwrite/Event/Delete.php
src/Appwrite/Event/Mail.php
src/Appwrite/Platform/Tasks/Maintenance.php
2023-09-27 18:51:17 +03:00
Christy Jacob
79d7bd8379
chore: linter
2023-09-26 00:10:17 +04:00
Christy Jacob
39dc153a22
chore: remove comments
2023-09-26 00:05:01 +04:00
Christy Jacob
d4debddc46
chore: update hamster script
2023-09-26 00:01:42 +04:00
Christy Jacob
d1d523e1dc
chore: update hamster script
2023-09-26 00:01:34 +04:00
Matej Bačo
8926d24a0d
One more env var rename
2023-09-19 09:35:32 +02:00
Matej Bačo
d87dbad768
PR review changes
2023-09-19 09:31:57 +02:00
Matej Bačo
6a7950aa34
Add function domains force https
2023-09-18 12:27:47 +02:00
Jake Barnby
9ba609c46e
Merge pull request #6238 from appwrite/1.4.x
...
1.4.x
2023-09-15 18:49:55 -04:00
Christy Jacob
bede0d43d4
fix: add try catch block in the schedules task
2023-09-15 05:24:00 +00:00
Christy Jacob
50405f838e
Merge branch '1.4.x' of https://github.com/appwrite/appwrite into chore-cleanup-dockerfile
2023-09-14 18:07:53 +00:00
Jake Barnby
d4f6b99ee2
Fix mock enum endpoint
2023-09-07 19:25:42 -04:00
Christy Jacob
53b1c87c6e
Merge pull request #6141 from appwrite/fix-overwrite-executor-variable
...
Fix _APP_EXECUTOR_HOST for upgrades
2023-09-05 19:35:31 -04:00
Steven Nguyen
4c90b6bb1c
Add required params for scheduled functions
2023-09-04 17:02:17 -07:00
Steven Nguyen
3c7c44adda
Fix _APP_EXECUTOR_HOST for upgrades
...
As of 1.4.0, the hostname of the executor should be executor rather than
appwrite-executor. The problem is our install command always uses the
existing installation's variable values as the default for the upgrade.
This means the _APP_EXECUTOR_HOST will retain it's old value.
This PR Adds an overwrite key to variables.php to allow overwriting the
variable value regardless of whatever was in the previous installation.
2023-09-04 11:06:43 -07:00
Christy Jacob
31a7cca906
chore: add missing env variable
2023-09-01 17:08:51 -04:00
Steven Nguyen
dcc676a0c9
Make install confirmation case insensitive
...
When a previous installation is found during installation/upgrade, the
user is prompted to confirm whether they want to overwrite it. We
originally only accepted 'Y', but this PR changes it to accept 'y' as
well to reduce friction.
2023-08-31 12:25:42 -07:00
Steven Nguyen
917f2f1d74
Update installation confirmation text
...
Let the user know a backup will be created.
2023-08-30 12:32:10 -07:00
Steven Nguyen
2f2edd41d5
Update install.php not specify docker-compose.yml file
...
By not specifying a docker-compose.yml file, docker compose
automatically uses the docker-compose.yml file in the project directory
and a docker-compose.override.yml file if one is present.
2023-08-30 10:17:37 -07:00
Steven Nguyen
7d56c6f37e
Prompt developer to confirm installing over existing install
2023-08-30 09:55:27 -07:00
Steven Nguyen
75f7459c40
Create a dedicated upgrade task
...
Before, we used the same command for both installation and upgrades.
This lead to problems because developers would try to upgrade in the
wrong folder and end up creating a new installation.
This new upgrade command validates the existence of an existing
installation before proceeding with the upgrade to ensure no new
installation is created when upgrading.
2023-08-30 09:55:18 -07:00
Steven Nguyen
48f0ff86ba
Make the install path a class property
...
This makes it so the property can be used by subclasses.
2023-08-30 09:50:47 -07:00
Torsten Dittmann
48c5a09b4f
fix: string interpolation
2023-08-30 11:21:28 +02:00
Jake Barnby
ece93a14e5
Fix install task
2023-08-28 18:09:37 -04:00
Matej Bačo
8802e318d5
Fix pools resource
2023-08-23 13:52:17 +02:00
Steven Nguyen
f3fbb2fb56
Fix Migration task after it was converted to a Platform task
2023-08-21 15:53:30 -07:00
shimon
e86286e7e3
Merge branch 'feat-git-integration' of github.com:appwrite/appwrite into feat-usage-rollback
...
Conflicts:
composer.lock
2023-08-20 18:07:57 +03:00
shimon
8147f3ee7d
rolling back usage flow
2023-08-20 15:29:43 +03:00
Matej Bačo
dedacecb52
Enable coroutines for VCS, upgrade version to 1.4
2023-08-20 10:46:44 +02:00
Matej Bačo
906f86fbb8
Merge branch 'cloud-1.4.x' into feat-git-integration
2023-08-06 09:31:32 +02:00
Steven Nguyen
d960f85da6
Merge branch '1.4.x' into cloud-1.4.x
2023-08-04 18:07:33 -07:00
Steven Nguyen
aa3c2faed9
Merge tag '1.3.8' into cloud-1.3.x-2
2023-08-04 13:55:07 -07:00
Matej Bačo
ac2ca267d7
Address more PR reviews
2023-07-31 08:47:47 +02:00
shimon
1fd7f0c5d7
SSl task
2023-07-18 10:54:11 +03:00
Damodar Lohani
f59d3563f4
Merge remote-tracking branch 'origin/feat-db-pools-master' into feat-db-pools-db-pools-master-sync
2023-07-10 03:06:48 +00:00
shimon
e9f8a33515
users addition
2023-06-20 13:28:26 +03:00
shimon
48bf74b881
users addition
2023-06-20 13:24:26 +03:00
Christy Jacob
702c92fb5d
Merge pull request #5728 from appwrite/fix-hamster-script
...
fix: missing collection error
2023-06-19 20:26:21 +05:30
shimon
38cf901579
fix
2023-06-19 17:30:21 +03:00
Christy Jacob
b56603958a
chore: linter
2023-06-19 13:41:37 +00:00
Christy Jacob
4d7611f569
fix: missing collection error
2023-06-19 13:28:43 +00:00
shimon
9ff6faa2d2
fix
2023-06-19 15:50:48 +03:00
shimon
5e836691e2
fix
2023-06-19 13:55:16 +03:00
shimon
0a92e3dc55
fix
2023-06-19 13:54:04 +03:00
shimon
9179a70992
fix
2023-06-19 13:37:16 +03:00
shimon
e633389707
delete unnecessary project collections task
2023-06-15 15:45:40 +03:00
shimon
428e9e73fe
delete unnecessary project collections task
2023-06-15 11:59:43 +03:00
shimon
ce596b2f2b
delete unnecessary project collections task
2023-06-15 11:53:19 +03:00
shimon
f5e9094bdc
delete unnecessary project collections task
2023-06-15 09:51:11 +03:00
shimon
579a95aecc
delete unnecessary project collections task
2023-06-14 19:21:48 +03:00
shimon
3286279d3c
delete unnecessary project collections task
2023-06-14 19:01:34 +03:00
shimon
f2705c30a3
delete unnecessary project collections task
2023-06-14 18:59:46 +03:00
shimon
7196114339
delete unnecessary project collections task
2023-06-14 18:58:29 +03:00
shimon
2432210bbb
delete unnecessary project collections task
2023-06-14 17:45:18 +03:00
shimon
e225bbe3c9
delete unnecessary project collections task
2023-06-14 17:42:23 +03:00
shimon
62c619434e
functions/builds/deletes worker
2023-06-05 19:13:00 +03:00
shimon
0fd7db3c36
addressing comments
2023-05-30 20:11:25 +03:00
shimon
9ac4a2bfd5
minor fix
2023-05-30 18:46:36 +03:00
shimon
8ce6d38922
minor fix
2023-05-30 18:30:15 +03:00
shimon
da75a2e409
calc tier stats
2023-05-30 18:13:30 +03:00
shimon
1225c8b7c3
calc tier stats
2023-05-30 18:06:51 +03:00
shimon
ef35526a69
downgraded csv writer ver
2023-05-24 21:52:08 +03:00
shimon
ab83dfedac
downgraded csv writer ver
2023-05-24 21:38:35 +03:00
shimon
d7b32cfc3e
downgraded csv writer ver
2023-05-24 21:36:08 +03:00
shimon
77971a4eb5
downgraded csv writer ver
2023-05-24 21:27:06 +03:00
shimon
99b56b3584
downgraded csv writer ver
2023-05-24 12:17:14 +03:00
shimon
3545e0740f
downgraded csv writer ver
2023-05-23 21:02:23 +03:00
shimon
5163ce7cc9
calculating users per project task
2023-05-23 19:46:45 +03:00